Current File : //www/cron/sql/ipekyonetim_wp_u0rif_2025_05_01.sql |
/*M!999999\- enable the sandbox mode */
-- MariaDB dump 10.19 Distrib 10.11.11-MariaDB, for Linux (x86_64)
--
-- Host: localhost Database: ipekyonetim_wp_u0rif
-- ------------------------------------------------------
-- Server version 10.11.11-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' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `chkkP_actionscheduler_actions`
--
DROP TABLE IF EXISTS `chkkP_actionscheduler_actions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_actionscheduler_actions` (
`action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`hook` varchar(191) NOT NULL,
`status` varchar(20) NOT NULL,
`scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
`scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
`priority` tinyint(3) unsigned NOT NULL DEFAULT 10,
`args` varchar(191) DEFAULT NULL,
`schedule` longtext DEFAULT NULL,
`group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`attempts` int(11) NOT NULL DEFAULT 0,
`last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
`last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
`claim_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`extended_args` varchar(8000) DEFAULT NULL,
PRIMARY KEY (`action_id`),
KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`),
KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
KEY `args` (`args`),
KEY `group_id` (`group_id`),
KEY `last_attempt_gmt` (`last_attempt_gmt`),
KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_actionscheduler_actions`
--
LOCK TABLES `chkkP_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `chkkP_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `chkkP_actionscheduler_actions` VALUES
(8,'action_scheduler/migration_hook','pending','2025-03-19 17:35:59','2025-03-19 17:35:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1742405759;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1742405759;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(9,'woocommerce_cleanup_draft_orders','pending','2025-03-19 17:35:01','2025-03-19 17:35:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742405701;s:18:\"\0*\0first_timestamp\";i:1742405701;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742405701;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(10,'woocommerce_install_assembler_fonts','pending','2025-03-19 17:35:27','2025-03-19 17:35:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1742405727;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1742405727;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(11,'fetch_patterns','pending','2025-03-19 17:35:27','2025-03-19 17:35:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1742405727;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1742405727;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(12,'woocommerce_run_product_attribute_lookup_regeneration_callback','pending','2025-03-19 17:37:46','2025-03-19 17:37:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1742405866;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1742405866;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(13,'woocommerce_run_on_woocommerce_admin_updated','pending','2025-03-19 17:37:45','2025-03-19 17:37:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1742405865;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1742405865;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL);
/*!40000 ALTER TABLE `chkkP_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_actionscheduler_claims`
--
DROP TABLE IF EXISTS `chkkP_actionscheduler_claims`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_actionscheduler_claims` (
`claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`claim_id`),
KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_actionscheduler_claims`
--
LOCK TABLES `chkkP_actionscheduler_claims` WRITE;
/*!40000 ALTER TABLE `chkkP_actionscheduler_claims` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_actionscheduler_claims` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_actionscheduler_groups`
--
DROP TABLE IF EXISTS `chkkP_actionscheduler_groups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_actionscheduler_groups` (
`group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`slug` varchar(255) NOT NULL,
PRIMARY KEY (`group_id`),
KEY `slug` (`slug`(191))
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_actionscheduler_groups`
--
LOCK TABLES `chkkP_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `chkkP_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `chkkP_actionscheduler_groups` VALUES
(1,'action-scheduler-migration'),
(2,''),
(3,'woocommerce-db-updates'),
(4,'woocommerce-remote-inbox-engine');
/*!40000 ALTER TABLE `chkkP_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_actionscheduler_logs`
--
DROP TABLE IF EXISTS `chkkP_actionscheduler_logs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_actionscheduler_logs` (
`log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`action_id` bigint(20) unsigned NOT NULL,
`message` text NOT NULL,
`log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
`log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`log_id`),
KEY `action_id` (`action_id`),
KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_actionscheduler_logs`
--
LOCK TABLES `chkkP_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `chkkP_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `chkkP_actionscheduler_logs` VALUES
(1,8,'action created','2025-03-19 17:34:59','2025-03-19 17:34:59'),
(2,9,'action created','2025-03-19 17:35:01','2025-03-19 17:35:01'),
(3,10,'action created','2025-03-19 17:35:27','2025-03-19 17:35:27'),
(4,11,'action created','2025-03-19 17:35:27','2025-03-19 17:35:27'),
(5,12,'action created','2025-03-19 17:37:45','2025-03-19 17:37:45'),
(6,13,'action created','2025-03-19 17:37:45','2025-03-19 17:37:45');
/*!40000 ALTER TABLE `chkkP_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_commentmeta`
--
DROP TABLE IF EXISTS `chkkP_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_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=MyISAM AUTO_INCREMENT=49 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_commentmeta`
--
LOCK TABLES `chkkP_commentmeta` WRITE;
/*!40000 ALTER TABLE `chkkP_commentmeta` DISABLE KEYS */;
INSERT INTO `chkkP_commentmeta` VALUES
(47,613,'rating','4'),
(48,613,'verified','0');
/*!40000 ALTER TABLE `chkkP_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_comments`
--
DROP TABLE IF EXISTS `chkkP_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT 0,
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT 'comment',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10)),
KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=MyISAM AUTO_INCREMENT=614 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_comments`
--
LOCK TABLES `chkkP_comments` WRITE;
/*!40000 ALTER TABLE `chkkP_comments` DISABLE KEYS */;
INSERT INTO `chkkP_comments` VALUES
(2,39,'Adam Brown','adam_brown@nospam.ze.tc','','37.25.105.136','2016-06-13 11:36:55','2016-06-13 11:36:55','Love it and use it daily in large amounts to dress veggies, salads and pasta !',0,'1','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36','comment',0,0),
(3,39,'Cindy Jefferson','cindy_jefferson@nospam.ze.tc','','37.25.105.136','2016-06-13 11:37:34','2016-06-13 11:37:34','Love it!! I couldn\'t prepare a meal without it!!',0,'1','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36','comment',2,0),
(4,39,'Mike Newton','wpspace.mikenewton@gmail.com','','37.25.105.136','2016-06-13 11:38:43','2016-06-13 11:38:43','Extra virgin olive oil is one of my favorite ingredients. Love it! Use it all the time.',0,'1','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36','comment',0,0),
(5,33,'Mike Newton','wpspace.mikenewton@gmail.com','','37.25.105.136','2016-06-13 11:39:25','2016-06-13 11:39:25','Its the only oil I use...what else is there thats as healthy and tastes so good!',0,'1','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36','comment',0,0),
(6,33,'Adam Brown','adam_brown@nospam.ze.tc','','37.25.105.136','2016-06-13 11:39:47','2016-06-13 11:39:47','Love it! The fresher the better. I also can\'t imagine anyone not loving it. Olive oil makes everything better!',0,'1','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36','comment',0,0),
(608,1086,'WooCommerce','woocommerce@ipekyonetim.com','','','2024-07-30 08:27:33','2024-07-30 08:27:33','Awaiting payment response Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),
(610,1092,'WooCommerce','woocommerce@ipekyonetim.com','','','2024-09-07 09:35:58','2024-09-07 09:35:58','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),
(611,1093,'WooCommerce','woocommerce@ipekyonetim.com','','','2024-09-16 18:13:33','2024-09-16 18:13:33','Payment to be made upon delivery. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),
(612,1094,'WooCommerce','woocommerce@ipekyonetim.com','','','2024-10-01 07:31:01','2024-10-01 07:31:01','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),
(613,150,'kklkk','gkgk@jjjjj.bg','','78.177.166.177','2024-11-02 15:10:05','2024-11-02 15:10:05','m',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','review',0,0);
/*!40000 ALTER TABLE `chkkP_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_eg_grids`
--
DROP TABLE IF EXISTS `chkkP_eg_grids`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_eg_grids` (
`id` mediumint(6) NOT NULL AUTO_INCREMENT,
`name` varchar(191) NOT NULL,
`handle` varchar(191) NOT NULL,
`postparams` text NOT NULL,
`params` text NOT NULL,
`layers` mediumtext NOT NULL,
`settings` text DEFAULT NULL,
`last_modified` datetime DEFAULT NULL,
UNIQUE KEY `id` (`id`),
UNIQUE KEY `handle` (`handle`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_eg_grids`
--
LOCK TABLES `chkkP_eg_grids` WRITE;
/*!40000 ALTER TABLE `chkkP_eg_grids` DISABLE KEYS */;
INSERT INTO `chkkP_eg_grids` VALUES
(1,'Grid','Grid','{\"source-type\":\"post\",\"post_types\":\"post\",\"post_category\":\"category_12,category_8,category_14,category_13,category_6,category_10\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"max_entries_preview\":\"20\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-type-source-users\":\"false\",\"instagram-type-source-tags\":\"false\",\"instagram-type-source-places\":\"false\",\"instagram-user-id\":\"\",\"instagram-tags\":\"\",\"instagram-places\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"behance-api\":\"\",\"behance-user-id\":\"\",\"behance-type\":\"projects\",\"behance-project\":\"\",\"behance-project-select\":\"\",\"behance-projects-thumb-size\":\"202\",\"behance-projects-full-size\":\"202\",\"behance-project-thumb-size\":\"max_1240\",\"behance-project-full-size\":\"max1240\",\"behance-count\":\"12\",\"behance-transient-sec\":\"86400\",\"dribbble-api\":\"\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"full\",\"image-source-type-mobile\":\"full\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"even\",\"content-push\":\"off\",\"x-ratio\":\"4\",\"y-ratio\":\"3\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[1900,\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"3\",\"3\",\"3\",\"3\",\"3\",\"3\",\"3\",\"1\"],\"rows-unlimited\":\"off\",\"rows\":\"4\",\"pagination-autoplay\":\"off\",\"pagination-autoplay-speed\":\"5000\",\"load-more\":\"none\",\"load-more-hide\":\"off\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"3\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"spacings\":\"5\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"minimal-light\",\"entry-skin\":\"56\",\"grid-start-animation\":\"reveal\",\"hide-markup-before-load\":\"on\",\"grid-start-animation-speed\":\"1000\",\"grid-start-animation-delay\":\"100\",\"grid-start-animation-type\":\"item\",\"start-anime-in-viewport\":\"off\",\"start-anime-viewport-buffer\":\"20\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"grid-animation-type\":\"item\",\"grid-item-animation\":\"none\",\"grid-item-animation-zoomin\":\"125\",\"grid-item-animation-zoomout\":\"75\",\"grid-item-animation-fade\":\"75\",\"grid-item-animation-blur\":\"5\",\"grid-item-animation-rotate\":\"30\",\"grid-item-animation-shift\":\"up\",\"grid-item-animation-shift-amount\":\"10\",\"grid-item-animation-other\":\"none\",\"grid-item-other-zoomin\":\"125\",\"grid-item-other-zoomout\":\"75\",\"grid-item-other-fade\":\"75\",\"grid-item-other-blur\":\"5\",\"grid-item-other-rotate\":\"30\",\"grid-item-other-shift\":\"up\",\"grid-item-other-shift-amount\":\"10\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-deep-link\":\"off\",\"filter-show-on\":\"hover\",\"convert-mobile-filters\":\"off\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"filter-selected\":[\"category_12\",\"category_8\",\"category_14\",\"category_13\",\"category_6\",\"category_10\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-deep-link\":\"group\",\"lightbox-title\":\"off\",\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"500\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"500\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lightbox-arrows\":\"on\",\"lightbox-loop\":\"on\",\"lightbox-numbers\":\"on\",\"lightbox-mousewheel\":\"off\",\"lightbox-post-content-min-width\":\"75\",\"lightbox-post-content-min-perc\":\"on\",\"lightbox-post-content-max-width\":\"75\",\"lightbox-post-content-max-perc\":\"on\",\"lightbox-post-content-overflow\":\"on\",\"lbox-content_padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-spinner\":\"off\",\"lightbox-post-content-img\":\"off\",\"lightbox-post-content-img-position\":\"top\",\"lightbox-post-content-img-width\":\"50\",\"lightbox-post-content-img-margin\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-content-title\":\"off\",\"lightbox-post-content-title-tag\":\"h2\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"0\":\"\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}','[]',NULL,'2025-03-19 17:41:39'),
(2,'Masonry','Masonry','{\"source-type\":\"post\",\"post_types\":\"post\",\"post_category\":\"category_12,category_8,category_14,category_13,category_6,category_10\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"max_entries_preview\":\"20\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-type-source-users\":\"false\",\"instagram-type-source-tags\":\"false\",\"instagram-type-source-places\":\"false\",\"instagram-user-id\":\"\",\"instagram-tags\":\"\",\"instagram-places\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"behance-api\":\"\",\"behance-user-id\":\"\",\"behance-type\":\"projects\",\"behance-project\":\"\",\"behance-project-select\":\"\",\"behance-projects-thumb-size\":\"202\",\"behance-projects-full-size\":\"202\",\"behance-project-thumb-size\":\"max_1240\",\"behance-project-full-size\":\"max1240\",\"behance-count\":\"12\",\"behance-transient-sec\":\"86400\",\"dribbble-api\":\"\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"full\",\"image-source-type-mobile\":\"full\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"masonry\",\"content-push\":\"off\",\"x-ratio\":\"4\",\"y-ratio\":\"3\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[1900,\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"3\",\"3\",\"3\",\"3\",\"3\",\"3\",\"3\",\"1\"],\"rows-unlimited\":\"off\",\"rows\":\"4\",\"pagination-autoplay\":\"off\",\"pagination-autoplay-speed\":\"5000\",\"load-more\":\"none\",\"load-more-hide\":\"off\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"3\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"spacings\":\"5\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"minimal-light\",\"entry-skin\":\"56\",\"grid-start-animation\":\"reveal\",\"hide-markup-before-load\":\"on\",\"grid-start-animation-speed\":\"1000\",\"grid-start-animation-delay\":\"100\",\"grid-start-animation-type\":\"item\",\"start-anime-in-viewport\":\"off\",\"start-anime-viewport-buffer\":\"20\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"grid-animation-type\":\"item\",\"grid-item-animation\":\"none\",\"grid-item-animation-zoomin\":\"125\",\"grid-item-animation-zoomout\":\"75\",\"grid-item-animation-fade\":\"75\",\"grid-item-animation-blur\":\"5\",\"grid-item-animation-rotate\":\"30\",\"grid-item-animation-shift\":\"up\",\"grid-item-animation-shift-amount\":\"10\",\"grid-item-animation-other\":\"none\",\"grid-item-other-zoomin\":\"125\",\"grid-item-other-zoomout\":\"75\",\"grid-item-other-fade\":\"75\",\"grid-item-other-blur\":\"5\",\"grid-item-other-rotate\":\"30\",\"grid-item-other-shift\":\"up\",\"grid-item-other-shift-amount\":\"10\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-deep-link\":\"off\",\"filter-show-on\":\"hover\",\"convert-mobile-filters\":\"off\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"filter-selected\":[\"category_12\",\"category_8\",\"category_14\",\"category_13\",\"category_6\",\"category_10\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-deep-link\":\"group\",\"lightbox-title\":\"off\",\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"500\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"500\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lightbox-arrows\":\"on\",\"lightbox-loop\":\"on\",\"lightbox-numbers\":\"on\",\"lightbox-mousewheel\":\"off\",\"lightbox-post-content-min-width\":\"75\",\"lightbox-post-content-min-perc\":\"on\",\"lightbox-post-content-max-width\":\"75\",\"lightbox-post-content-max-perc\":\"on\",\"lightbox-post-content-overflow\":\"on\",\"lbox-content_padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-spinner\":\"off\",\"lightbox-post-content-img\":\"off\",\"lightbox-post-content-img-position\":\"top\",\"lightbox-post-content-img-width\":\"50\",\"lightbox-post-content-img-margin\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-content-title\":\"off\",\"lightbox-post-content-title-tag\":\"h2\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"0\":\"\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}','[]',NULL,'2025-03-19 17:41:39'),
(3,'Cobbles','Cobbles','{\"source-type\":\"post\",\"post_types\":\"post\",\"post_category\":\"category_12,category_8,category_14,category_13,category_6,category_10\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"max_entries_preview\":\"20\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-type-source-users\":\"false\",\"instagram-type-source-tags\":\"false\",\"instagram-type-source-places\":\"false\",\"instagram-user-id\":\"\",\"instagram-tags\":\"\",\"instagram-places\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"behance-api\":\"\",\"behance-user-id\":\"\",\"behance-type\":\"projects\",\"behance-project\":\"\",\"behance-project-select\":\"\",\"behance-projects-thumb-size\":\"202\",\"behance-projects-full-size\":\"202\",\"behance-project-thumb-size\":\"max_1240\",\"behance-project-full-size\":\"max1240\",\"behance-count\":\"12\",\"behance-transient-sec\":\"86400\",\"dribbble-api\":\"\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"full\",\"image-source-type-mobile\":\"full\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"cobbles\",\"content-push\":\"off\",\"x-ratio\":\"4\",\"y-ratio\":\"3\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[1900,\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"3\",\"3\",\"3\",\"3\",\"3\",\"3\",\"3\",\"1\"],\"rows-unlimited\":\"off\",\"rows\":\"4\",\"pagination-autoplay\":\"off\",\"pagination-autoplay-speed\":\"5000\",\"load-more\":\"none\",\"load-more-hide\":\"off\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"3\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"spacings\":\"5\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"minimal-light\",\"entry-skin\":\"56\",\"grid-start-animation\":\"reveal\",\"hide-markup-before-load\":\"on\",\"grid-start-animation-speed\":\"1000\",\"grid-start-animation-delay\":\"100\",\"grid-start-animation-type\":\"item\",\"start-anime-in-viewport\":\"off\",\"start-anime-viewport-buffer\":\"20\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"grid-animation-type\":\"item\",\"grid-item-animation\":\"none\",\"grid-item-animation-zoomin\":\"125\",\"grid-item-animation-zoomout\":\"75\",\"grid-item-animation-fade\":\"75\",\"grid-item-animation-blur\":\"5\",\"grid-item-animation-rotate\":\"30\",\"grid-item-animation-shift\":\"up\",\"grid-item-animation-shift-amount\":\"10\",\"grid-item-animation-other\":\"none\",\"grid-item-other-zoomin\":\"125\",\"grid-item-other-zoomout\":\"75\",\"grid-item-other-fade\":\"75\",\"grid-item-other-blur\":\"5\",\"grid-item-other-rotate\":\"30\",\"grid-item-other-shift\":\"up\",\"grid-item-other-shift-amount\":\"10\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-deep-link\":\"off\",\"filter-show-on\":\"hover\",\"convert-mobile-filters\":\"off\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"filter-selected\":[\"category_12\",\"category_8\",\"category_14\",\"category_13\",\"category_6\",\"category_10\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-deep-link\":\"group\",\"lightbox-title\":\"off\",\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"500\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"500\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lightbox-arrows\":\"on\",\"lightbox-loop\":\"on\",\"lightbox-numbers\":\"on\",\"lightbox-mousewheel\":\"off\",\"lightbox-post-content-min-width\":\"75\",\"lightbox-post-content-min-perc\":\"on\",\"lightbox-post-content-max-width\":\"75\",\"lightbox-post-content-max-perc\":\"on\",\"lightbox-post-content-overflow\":\"on\",\"lbox-content_padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-spinner\":\"off\",\"lightbox-post-content-img\":\"off\",\"lightbox-post-content-img-position\":\"top\",\"lightbox-post-content-img-width\":\"50\",\"lightbox-post-content-img-margin\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-content-title\":\"off\",\"lightbox-post-content-title-tag\":\"h2\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"0\":\"\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}','[]',NULL,'2025-03-19 17:41:39');
/*!40000 ALTER TABLE `chkkP_eg_grids` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_eg_item_elements`
--
DROP TABLE IF EXISTS `chkkP_eg_item_elements`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_eg_item_elements` (
`id` mediumint(6) NOT NULL AUTO_INCREMENT,
`name` varchar(191) NOT NULL,
`handle` varchar(191) NOT NULL,
`settings` mediumtext NOT NULL,
UNIQUE KEY `id` (`id`),
UNIQUE KEY `handle` (`handle`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_eg_item_elements`
--
LOCK TABLES `chkkP_eg_item_elements` WRITE;
/*!40000 ALTER TABLE `chkkP_eg_item_elements` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_eg_item_elements` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_eg_item_skins`
--
DROP TABLE IF EXISTS `chkkP_eg_item_skins`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_eg_item_skins` (
`id` mediumint(6) NOT NULL AUTO_INCREMENT,
`name` varchar(191) NOT NULL,
`handle` varchar(191) NOT NULL,
`params` text NOT NULL,
`layers` mediumtext NOT NULL,
`settings` text DEFAULT NULL,
UNIQUE KEY `id` (`id`),
UNIQUE KEY `name` (`name`),
UNIQUE KEY `handle` (`handle`)
) ENGINE=MyISAM AUTO_INCREMENT=58 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_eg_item_skins`
--
LOCK TABLES `chkkP_eg_item_skins` WRITE;
/*!40000 ALTER TABLE `chkkP_eg_item_skins` DISABLE KEYS */;
INSERT INTO `chkkP_eg_item_skins` VALUES
(1,'Washington','washington','{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#3f424a\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":0,\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":1,\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},null,{\"id\":\"3\",\"order\":4,\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},null,{\"id\":\"8\",\"order\":2,\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":5,\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(2,'Adams','adams','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(137,175,114,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"10\",\"cover-animation-center\":\"flipleft\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"turnout\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":0,\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\".eg-adams-element-0{}\",\"css-hover\":\".eg-adams-element-0{}\",\"transition-type\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":1,\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},null,{\"id\":\"3\",\"order\":4,\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"css\":\".eg-adams-element-3{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-adams-element-3{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},null,{\"id\":\"5\",\"order\":7,\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-adams-element-5{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-adams-element-5{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"words\",\"limit-num\":\"6\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":2,\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"8\",\"order\":5,\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),
(3,'Jefferson','jefferson','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(227,58,12,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fliphorizontal\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"fliphorizontalout\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":0,\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"46\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":1,\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"50\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},null,{\"id\":\"3\",\"order\":3,\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"60\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},null,{\"id\":\"5\",\"order\":6,\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"1\",\"5\",\"1\",\"5\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"70\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\" \",\"limit-type\":\"words\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":2,\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":4,\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(4,'Madison','madison','{\"eg-item-skin-element-last-id\":\"7\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(88,92,103,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#585c67\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"flipvertical\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"flipverticalout\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":0,\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"50\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":1,\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"35\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},null,{\"id\":\"3\",\"order\":4,\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"35\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},null,{\"id\":\"5\",\"order\":7,\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"45\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"words\",\"limit-num\":\"6\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":2,\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":5,\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(5,'ESGBlankSkin','esgblankskin','{\"eg-item-skin-element-last-id\":\"0\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0, 0, 0, 0)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"rgba(255, 255, 255, 0)\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"rgba(255, 255, 255, 0)\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[]',NULL),
(6,'Washington-174139','washington-174139','{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#3f424a\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"8\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(7,'Adams-174139','adams-174139','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#89af72\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"10\",\"cover-animation-center\":\"flipleft\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"turnout\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\".eg-adams-element-0{}\",\"css-hover\":\".eg-adams-element-0{}\",\"transition-type\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"css\":\".eg-adams-element-3{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-adams-element-3{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-adams-element-5{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-adams-element-5{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"words\",\"limit-num\":\"6\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),
(8,'Jefferson-174139','jefferson-174139','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#e33a0c\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fliphorizontal\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"fliphorizontalout\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"46\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"50\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"60\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"6\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"1\",\"5\",\"1\",\"5\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"70\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\" \",\"limit-type\":\"words\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(9,'Madison-174139','madison-174139','{\"eg-item-skin-element-last-id\":\"7\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#585c67\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#585c67\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"flipvertical\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"flipverticalout\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"50\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"35\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"35\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"45\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"words\",\"limit-num\":\"6\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(10,'Monroe','monroe','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(10,10,10,0.50)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"30\",\"0\"],\"padding\":[\"3\",\"15\",\"2\",\"15\"],\"background-color\":\"#89af72\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"3\",\"0\"],\"border-radius\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit\":\"px\",\"border-color\":\"#617f52\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"30\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#9bc184\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"3\",\"0\"],\"border-radius-hover\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#617f52\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"Read More\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"4\",\"12\",\"3\",\"12\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"out\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"24\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"3\",\"12\",\"4\",\"12\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(11,'Quincy','quincy','{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(45,48,57,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#2d3039\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"pressback\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"24\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"10\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"24\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"24\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"10\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"24\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(12,'Jackson','jackson','{\"eg-item-skin-element-last-id\":\"7\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#ffffff\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#eeeeee\",\"full-padding\":[\"5\",\"5\",\"5\",\"5\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"zoomback\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"#f5f5f5\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#eeeeee\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"5\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-jackson-element-0{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-jackson-element-0{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"#f5f5f5\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#eeeeee\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"20\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"18\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#888888\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"skewleft\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),
(13,'VanBuren','vanburen','{\"eg-item-skin-element-last-id\":\"3\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(10,6,6,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#363839\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"flipup\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"20\",\"0\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flyleft\",\"delay\":\"5\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"2\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flyright\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(14,'HenryHarrison','henryharrison','{\"eg-item-skin-element-last-id\":\"5\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(49,165,203,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"20\",\"0\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"5\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"2\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"27\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"0\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"20\",\"line-height-hover\":\"27\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"normal\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"0\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"5\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-plus\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(15,'Tyler','tyler','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-unlink\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(16,'Polk','polk','{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.95)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"46\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"57\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(17,'Taylor','taylor','{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"flipdown\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(18,'Fillmore','fillmore','{\"eg-item-skin-element-last-id\":\"7\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-fillmore-element-0{cursor:pointer}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-fillmore-element-0{cursor:pointer}\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"13\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"align\":\"c_c\",\"margin-unit\":\"px\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-fillmore-element-1{ cursor:pointer}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-fillmore-element-1{cursor:pointer}\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(19,'Pierce','pierce','{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-pierce-element-0{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-pierce-element-0{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-pierce-element-1{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-pierce-element-1{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"source-post\":\"excerpt\",\"tag-type\":\"div\",\"align\":\"c_c\",\"css-hover\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(20,'Buchanan','buchanan','{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"slidedown\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollright\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"21\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"40\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(21,'Lincoln','lincoln','{\"eg-item-skin-element-last-id\":\"14\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"10\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"turnout\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"1\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"1\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-link-ext\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-mail\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(22,'Johnson','johnson','{\"eg-item-skin-element-last-id\":\"12\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,142,133,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"10\",\"cover-animation-center\":\"covergrowup\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"40\",\"0\",\"40\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\".eg-johnson-element-0{}\",\"css-hover\":\".eg-johnson-element-0{}\",\"tag-type\":\"div\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"1\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\".eg-johnson-element-1{}\",\"css-hover\":\".eg-johnson-element-1{}\",\"tag-type\":\"div\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"1\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"20\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\".eg-johnson-element-3{}\",\"css-hover\":\".eg-johnson-element-3{}\",\"tag-type\":\"div\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-videocam\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"1\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"12\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),
(23,'Grant','grant','{\"eg-item-skin-element-last-id\":\"22\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-grant-element-0{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-grant-element-0{}\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"right\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.40)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link-ext\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-text\":\"READ MORE\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",\"\",{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#777777\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"22\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(24,'Hayes','hayes','{\"eg-item-skin-element-last-id\":\"23\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"10\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(25,'Garfield','garfield','{\"eg-item-skin-element-last-id\":\"22\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"right\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link-ext\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"READ MORE\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#777777\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#777\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"10\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"22\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#333333\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(26,'Arthur','arthur','{\"eg-item-skin-element-last-id\":\"31\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(137,175,114,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#f5f5f5\",\"content-padding\":[\"30\",\"30\",\"25\",\"30\"],\"content-border\":[\"0\",\"0\",\"1\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"20\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"28\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"4\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-woocommerce\":\"wc_add_to_cart_button\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"25\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"woocommerce\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"2\",\"7\",\"1\",\"7\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_full_price\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"26\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#aaaaaa\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-woocommerce\":\"wc_categories\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"31\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"30\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_star_rating\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(27,'Cleveland','cleveland','{\"eg-item-skin-element-last-id\":\"22\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#333333\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#333333\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-cleveland-element-0{}\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-cleveland-element-0{}\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"right\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link-ext\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"READ MORE\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#aaaaaa\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#555555\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#555555\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#aaaaaa\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#eeeeee\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"22\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(28,'Harrison','harrison','{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#363839\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"500\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-post\":\"date\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"10\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(29,'McKinley','mckinley','{\"eg-item-skin-element-last-id\":\"30\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(19,192,223,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"slide\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#13c0df\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"SHOW IMAGE\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"28\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"5\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"transition\":\"slide\",\"transition-type\":\"\",\"delay\":\"20\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"PLAY VIDEO\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},\"\",{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},\"\",{\"id\":\"29\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"30\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),
(30,'Roosevelt','roosevelt','{\"eg-item-skin-element-last-id\":\"3\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(34,34,34,0.50)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#333333\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#333333\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"zoomback\",\"cover-group-animation\":\"none\",\"media-animation\":\"shifttotop\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"20\",\"20\",\"20\",\"20\"],\"background-color\":\"#333333\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-roosevelt-element-0{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-roosevelt-element-0{}\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"9\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"60\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\".eg-roosevelt-element-2{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-roosevelt-element-2{}\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(31,'HowardTaft','howardtaft','{\"eg-item-skin-element-last-id\":\"14\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(111,33,44,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#000000\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#000000\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"slide\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-howardtaft-element-0{letter-spacing:1px;}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-howardtaft-element-0{}\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\".eg-howardtaft-element-2{ min-width:50px}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-howardtaft-element-2{}\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"6\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"200\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"7\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"35\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"true\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"7\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"35\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-play\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(32,'WoodrowWilson','woodrowwilson','{\"eg-item-skin-element-last-id\":\"14\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#ffffff\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"20\",\"0\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"15\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"3\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#89af72\",\"border-style\":\"solid\",\"css\":\".eg-howardtaft-element-2{ min-width:50px}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-howardtaft-element-2{}\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(33,'Harding','harding','{\"eg-item-skin-element-last-id\":\"17\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"transparent\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"40\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#444444\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"500\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"600\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-text\":\"Frontend Developer\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"50\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),
(34,'Coolidge','coolidge','{\"eg-item-skin-element-last-id\":\"19\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"1\",\"1\",\"1\",\"1\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.15)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"33\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-tools\\\"><\\/i>\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"19\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-text\":\"LINE-BREAK\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"40\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"14\",\"color\":\"#40dc8d\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"20\",\"0\",\"0\",\"-15\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"600\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-angle-right\\\"><\\/i> Learn More\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),
(35,'Herbert Hoover','herbert-hoover','{\"eg-item-skin-element-last-id\":\"25\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"1\",\"1\",\"1\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"transparent\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"24\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"true\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#444444\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#aaaaaa\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\", \",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"25\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"5\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-play\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"10\",\"order\":\"10\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#c32524\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-pinterest\",\"link-type-url\":\"#\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"source-separate\":\",\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"8\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#4672b3\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-facebook-1\",\"link-type-url\":\"#\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"8\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#099bcc\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-twitter-1\",\"link-type-url\":\"#\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"9\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#da4a38\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-gplus-1\",\"link-type-url\":\"#\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(36,'Eisenhower','eisenhower','{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"20\",\"20\",\"20\",\"20\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"5\",\"5\",\"5\",\"5\"],\"full-border-color\":\"#606060\",\"full-border-style\":\"solid\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"0\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.15)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"19\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-separate\":\",\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-text\":\"LINE-BREAK\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"18\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-icon\":\"eg-icon-forward\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#40dc8d\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),
(37,'J.F.Kennedy','j-f-kennedy','{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#111111\",\"full-padding\":[\"20\",\"20\",\"20\",\"20\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"5\",\"5\",\"5\",\"5\"],\"full-border-color\":\"#606060\",\"full-border-style\":\"solid\",\"content-bg-color\":\"#111111\",\"content-padding\":[\"30\",\"30\",\"0\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.15)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-separate\":\",\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-text\":\"LINE-BREAK\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"19\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"18\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-icon\":\"eg-icon-forward\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#40dc8d\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#888888\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),
(38,'Lyndon Johnson','lyndon-johnson','{\"eg-item-skin-element-last-id\":\"2\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"covergrowup\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"none\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<img src=\\\"%eg-clients-icon%\\\" \\/>\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),
(39,'Ulysses S. Grant','ulysses-s-grant','{\"eg-item-skin-element-last-id\":\"11\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#f5f5f5\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#f5f5f5\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Open+Sans:400\",\"Raleway:700,800,900\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"50\",\"line-height\":\"50\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"80\",\"0\",\"-6\",\"0\"],\"padding\":[\"1\",\"10\",\"5\",\"10\"],\"background-color\":\"#000000\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-price\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"22\",\"color\":\"#999999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"transition-type\":\"out\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"SHIPPING INCL.\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line1\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line2\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line3\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"1\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line4\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"15\",\"0\"],\"padding\":[\"8\",\"25\",\"8\",\"25\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-text\":\"BUY NOW\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"11\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),
(40,'Richard Nixon','richard-nixon','{\"eg-item-skin-element-last-id\":\"12\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#252525\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#444444\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#252525\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"50\",\"line-height\":\"50\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"80\",\"0\",\"-6\",\"0\"],\"padding\":[\"1\",\"10\",\"5\",\"10\"],\"background-color\":\"#000000\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"<span style=\\\"font-size:30px; font-weight:300;\\\">$<\\/span> 24.99\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"transition-type\":\"out\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"SHIPPING INCL.\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"4gb Webspace Included\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"2 Domains\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"PHP5 Enabled\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"1\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"24h Support\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"15\",\"0\"],\"padding\":[\"8\",\"25\",\"8\",\"25\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-text\":\"BUY NOW\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"11\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"12\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),
(41,'Gerald Ford','gerald-ford','{\"eg-item-skin-element-last-id\":\"15\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(255,255,255,0.25)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#f5f5f5\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#f5f5f5\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"PREMIUM PRODUCT\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"14\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"5\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.65)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"22\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"The best for your small business\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"15\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.65)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-basket\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"11\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"50\",\"line-height\":\"50\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"20\",\"20\",\"0\",\"20\"],\"background-color\":\"#eeeeee\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"<span style=\\\"font-size:30px; font-weight:300;\\\">$<\\/span> 39.99\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"12\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"15\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"20\",\"20\",\"20\"],\"background-color\":\"#eeeeee\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"INCL. SHIPPING\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"4GB Webspace Included\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"2 Domains\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"PHP5 Enabled\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"20\",\"20\",\"20\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"1\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"24h Support\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"8\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"20\",\"0\"],\"padding\":[\"8\",\"25\",\"8\",\"25\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"BUY NOW\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"13\",\"order\":\"9\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),
(42,'Jimmy Carter','jimmy-carter','{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"30\",\"30\",\"27\",\"30\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"27\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"3\",\"6\",\"1\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"3dturnright\",\"media-animation-delay\":\"8\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"15\",\"color\":\"#363839\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.75)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"I\'m a custom caption\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Droid Serif\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#999999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"5\",\"20\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#aaaaaa\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\", \",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"15\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"both\",\"margin\":[\"-5\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"#e74124\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"9\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"ADD ANYTHING\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"5\",\"20\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-post\":\"num_comments\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"9\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"source-separate\":\",\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"10\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"11\",\"order\":\"8\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"15\",\"line-height\":\"14\",\"color\":\"#e74124\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"15\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Droid Serif\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-angle-right\\\"><\\/i> Read More\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),
(43,'Ronald Reagan','ronald-reagan','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"4\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"10\",\"20\",\"10\",\"20\"],\"background-color\":\"#4d384b\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"6\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\"\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"date_modified\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"23\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"10\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#999999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"20\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\", \",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"28\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"#000000\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"20\",\"line-height-hover\":\"28\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"num_comments\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"words\",\"limit-num\":\"20\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"20\",\"color\":\"#444444\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"7\",\"0\",\"0\",\"0\"],\"padding\":[\"15\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(44,'GeorgeBush','georgebush','{\"eg-item-skin-element-last-id\":\"4\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"content\",\"container-background-color\":\"#e33a0c\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"covergrowup\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Raleway:400,800,900\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"3\",\"enable-hover\":\"\",\"font-size\":\"35\",\"line-height\":\"38\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"20\"],\"padding\":[\"0\",\"20\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"words\",\"limit-num\":\"8\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"20\",\"20\"],\"padding\":[\"0\",\"20\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),
(45,'Essential Preview','essential-preview','{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(10,10,10,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#000000\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Open+Sans:700;800\"]}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"4\",\"12\",\"3\",\"12\"],\"background-color\":\"rgba(255,255,255,0.10)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"0\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"3\",\"10\",\"2\",\"10\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#617f52\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"24\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#ff4d1c\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#617f52\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"0\",\"link-type\":\"meta\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"Check it Out\",\"link-type-meta\":\"eg-demogrid-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(46,'More Demo Examples','more-demo-examples','{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(64,70,85,0.60)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#000000\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Open+Sans:700;800\"]}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"4\",\"12\",\"3\",\"12\"],\"background-color\":\"rgba(0,0,0,0.75)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"0\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"3\",\"10\",\"2\",\"10\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#617f52\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"24\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#ff4d1c\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#617f52\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"0\",\"link-type\":\"meta\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"Check it Out\",\"link-type-meta\":\"eg-demogrid-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(47,'Wilbert','wilbert','{\"eg-item-skin-element-last-id\":\"2\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(17,17,17,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"none\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<img src=\\\"%eg-clients-icon%\\\" \\/>\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),
(48,'Phillie','phillie','{\"eg-item-skin-element-last-id\":\"3\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#ffffff\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#ffffff\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"1\",\"1\",\"1\",\"1\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#ffffff\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Raleway:700,800,900\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"none\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<img src=\\\"%eg-clients-icon-dark%\\\" \\/>\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"2\",\"7\",\"2\",\"7\"],\"background-color\":\"#000000\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"81.67\",\"left-right\":\"38.5\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"%\",\"margin-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(49,'Jason','jason','{\"eg-item-skin-element-last-id\":\"32\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(255,255,255,0.20)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"true\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"1\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"20\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"32\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"25\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"woocommerce\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#89af72\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"2\",\"7\",\"1\",\"7\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_full_price\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"31\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"30\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"30\",\"color\":\"#000000\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_star_rating\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"26\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"28\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"4\",\"10\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"5\",\"5\",\"5\",\"5\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"5\",\"5\",\"5\",\"5\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e33a0c\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-woocommerce\":\"wc_add_to_cart_button\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),
(50,'FlickrStream','flickrstream','{\"eg-item-skin-element-last-id\":\"19\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.50)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#222222\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#222222\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"right\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-icon\":\"eg-icon-link\"}},\"\",{\"id\":\"15\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-post\":\"title\"}},\"\",{\"id\":\"17\",\"order\":\"2\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-star-empty\\\"><\\/i> %favorites%\"}},{\"id\":\"19\",\"order\":\"3\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"rgba(255,255,255,0.5)\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_self\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"site\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"by %author_name%\"}}]',NULL),
(51,'FacebookStream','facebookstream','{\"eg-item-skin-element-last-id\":\"33\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,88,153,0.65)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"26\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#363839\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#13c0df\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-text\":\"SHOW IMAGE\"}},{\"id\":\"28\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"5\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"true\",\"source-text\":\"PLAY VIDEO\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#365899\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-up-alt\\\" style=\\\"background:#365899;color:#fff;float:left;width:23px;height:23px;font-size:12px;text-align:center;border-radius:14px;margin-right:5px;\\\"><\\/i> %likes_short%\"}},{\"id\":\"33\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"14\",\"line-height-hover\":\"22\",\"color-hover\":\"#7f7f7f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-calendar-empty\\\" style=\\\"background:#90949c;color:#fff;float:left;width:23px;height:23px;font-size:12px;text-align:center;border-radius:14px;margin-right:5px;\\\"><\\/i> %date%\"}}]',NULL),
(52,'YoutubeStream','youtubestream','{\"eg-item-skin-element-last-id\":\"35\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"14\",\"line-height\":\"19\",\"color\":\"#167ac6\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"19\",\"color-hover\":\"#167ac6\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"underline\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"60\",\"line-height\":\"60\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"60\",\"line-height-hover\":\"60\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-icon\":\"eg-icon-play\"}},{\"id\":\"33\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"chars\",\"limit-num\":\"100\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"14\",\"line-height-hover\":\"22\",\"color-hover\":\"#7f7f7f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"%views_short% views\"}},{\"id\":\"34\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"5\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-up-1\\\"><\\/i>%likes_short%\"}},{\"id\":\"35\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"5\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"site\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-down\\\"><\\/i>%dislikes_short%\"}}]',NULL),
(53,'TwitterStream','twitterstream','{\"eg-item-skin-element-last-id\":\"38\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(41,47,51,0.20)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"30\",\"30\",\"30\",\"30\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"20\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"zoomtodefault\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"30\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"30\",\"line-height-hover\":\"30\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-icon\":\"eg-icon-search\"}},{\"id\":\"37\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"10\",\"15\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"slideshortup\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"@%author_name%\"}},{\"id\":\"35\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"40\",\"enable-hover\":\"on\",\"font-size\":\"26\",\"line-height\":\"32\",\"color\":\"#292f33\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"26\",\"line-height-hover\":\"32\",\"color-hover\":\"#0084b4\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"underline\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\"}},{\"settings\":\"\"},{\"id\":\"33\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#aab8c2\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#19cf68\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"sharetwitter\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-shuffle-1\\\"><\\/i> %retweets%\"}},{\"id\":\"36\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"on\",\"font-size\":\"30\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"30\",\"line-height-hover\":\"30\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_self\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"true\",\"source-icon\":\"eg-icon-play\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#aab8c2\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"<i class=\\\"eg-icon-heart\\\"><\\/i> %likes%\"}}]',NULL),
(54,'VimeoStream','vimeostream','{\"eg-item-skin-element-last-id\":\"34\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"24\",\"line-height\":\"28\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"24\",\"line-height-hover\":\"28\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"source-post\":\"title\"}},{\"id\":\"34\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"3\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"rgba(255,255,255,0.5)\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"slideshortup\",\"transition-type\":\"\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-text\":\"%duration%\"}},{\"id\":\"33\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"chars\",\"limit-num\":\"100\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"22\",\"color\":\"#99aabc\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"18\",\"line-height-hover\":\"22\",\"color-hover\":\"#99aabc\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"by %author_name%\"}},{\"id\":\"25\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"14\",\"line-height\":\"40\",\"color\":\"#44bbff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"30\",\"0\",\"30\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"4\",\"4\",\"4\",\"4\"],\"border-radius-unit\":\"px\",\"border-color\":\"#44bbff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"40\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"4\",\"4\",\"4\",\"4\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-text\":\"Play Video\"}}]',NULL),
(55,'InstagramStream','instagramstream','{\"eg-item-skin-element-last-id\":\"37\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.50)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"24\",\"line-height-hover\":\"28\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"false\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"hide\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-text\":\"<i class=\\\"eg-icon-heart\\\"><\\/i> %likes_short%\"}},{\"id\":\"35\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"24\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"right\",\"clear\":\"none\",\"margin\":[\"10\",\"7\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"24\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"adv-rules\":{\"ar-show\":\"show\",\"ar-type\":[\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\"],\"ar-meta\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-operator\":[\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\"],\"ar-value\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-value-2\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-logic\":[\"and\",\"and\",\"and\",\"and\",\"and\",\"and\"],\"ar-logic-glob\":[\"and\",\"and\"]},\"show-on-lightbox-video\":\"true\",\"source-icon\":\"eg-icon-videocam\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"37\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"true\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-text\":\"<i class=\\\"eg-icon-play\\\"><\\/i> %likes_short%\"}},{\"id\":\"36\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"false\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-text\":\"<i class=\\\"eg-icon-align-left\\\"><\\/i> %num_comments%\"}}]',NULL),
(56,'Item Skin 1','item-skin-1','{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"cover-blend-mode\":\"normal\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#3f424a\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius-type\":\"px\",\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius-type\":\"px\",\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"content-box-shadow-inset\":\"false\",\"content-box-shadow-hover\":\"false\",\"cover-animation-color-top\":\"#FFFFFF\",\"cover-animation-delay-top\":\"0\",\"cover-animation-duration-top\":\"default\",\"cover-animation-top-type\":\"\",\"cover-animation-top\":\"fade\",\"cover-animation-color-center\":\"#FFFFFF\",\"cover-animation-delay-center\":\"0\",\"cover-animation-duration-center\":\"default\",\"cover-animation-center-type\":\"\",\"cover-animation-center\":\"fade\",\"cover-animation-color-bottom\":\"#FFFFFF\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-duration-bottom\":\"default\",\"cover-animation-bottom-type\":\"\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"cover-group-animation-duration\":\"default\",\"cover-group-animation-delay\":\"0\",\"media-animation\":\"none\",\"media-animation-blur\":\"5\",\"media-animation-duration\":\"default\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-duration\":\"default\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":{\"0\":\"0\",\"1\":\"10\",\"2\":\"0\",\"3\":\"0\"},\"padding\":{\"0\":\"17\",\"1\":\"17\",\"2\":\"17\",\"3\":\"17\"},\"background-color\":\"rgba(255,255,255,0.15)\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"60\",\"1\":\"60\",\"2\":\"60\",\"3\":\"60\"},\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"60\",\"1\":\"60\",\"2\":\"60\",\"3\":\"60\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"min-height\":\"0\",\"max-height\":\"none\",\"duration\":\"default\",\"letter-spacing\":\"normal\",\"letter-spacing-hover\":\"normal\",\"show-on-lightbox-video\":\"false\",\"source-icon\":\"eg-icon-search\"}},{\"id\":\"8\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"min-height\":0,\"max-height\":\"none\",\"duration\":\"default\",\"letter-spacing\":\"normal\",\"letter-spacing-hover\":\"normal\"}},{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Catamaran\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":{\"0\":\"15\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"padding\":{\"0\":\"5\",\"1\":\"10\",\"2\":\"5\",\"3\":\"10\"},\"background-color\":\"rgba(255,255,255,0.15)\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"false\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"min-height\":\"0\",\"max-height\":\"none\",\"duration\":\"default\",\"letter-spacing\":\"normal\",\"letter-spacing-hover\":\"normal\",\"source-taxonomy\":\"post_tag\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\"}},{\"id\":\"9\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"min-height\":0,\"max-height\":\"none\",\"duration\":\"default\",\"letter-spacing\":\"normal\",\"letter-spacing-hover\":\"normal\"}}]',NULL),
(57,'ESGBlankSkin-174139','esgblankskin-174139','{\"eg-item-skin-element-last-id\":\"0\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0, 0, 0, 0)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"rgba(255, 255, 255, 0)\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"rgba(255, 255, 255, 0)\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[]',NULL);
/*!40000 ALTER TABLE `chkkP_eg_item_skins` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_eg_navigation_skins`
--
DROP TABLE IF EXISTS `chkkP_eg_navigation_skins`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_eg_navigation_skins` (
`id` mediumint(6) NOT NULL AUTO_INCREMENT,
`name` varchar(191) NOT NULL,
`handle` varchar(191) NOT NULL,
`css` mediumtext NOT NULL,
`navversion` varchar(191) DEFAULT NULL,
UNIQUE KEY `id` (`id`),
UNIQUE KEY `handle` (`handle`)
) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_eg_navigation_skins`
--
LOCK TABLES `chkkP_eg_navigation_skins` WRITE;
/*!40000 ALTER TABLE `chkkP_eg_navigation_skins` DISABLE KEYS */;
INSERT INTO `chkkP_eg_navigation_skins` VALUES
(1,'Flat Light','flat-light','/*************************************\n - FLAT LIGHT 3.0.0 SKIN -\n*************************************/\n\n.flat-light .navigationbuttons,\n.flat-light .esg-pagination,\n.flat-light .esg-filters {\n text-transform: uppercase;\n text-align: center;\n}\n\n.flat-light .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.flat-light input.eg-search-input,\n.flat-light .esg-filterbutton,\n.flat-light .esg-navigationbutton,\n.flat-light .esg-sortbutton,\n.flat-light .esg-cartbutton,\n.flat-light .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.flat-light .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: #999;\n margin-right: 5px;\n cursor: pointer;\n position: relative;\n z-index: 2;\n padding: 0px 30px;\n border: 1px solid rgba(0,0,0,0.15);\n line-height: 40px;\n border-radius: 5px;\n font-size: 12px;\n font-weight: 700;\n font-family: \"Open Sans\", sans-serif;\n display: inline-block;\n background: #fff;\n margin-bottom: 5px;\n white-space: nowrap;\n min-height: 40px;\n vertical-align: middle;\n}\n\n.flat-light .esg-cartbutton a {\n color: #999;\n}\n\n.flat-light input.eg-search-input::placeholder {\n line-height: 40px;\n vertical-align: middle;\n color:#999;\n}\n\n.flat-light .esg-navigationbutton {\n padding: 0px;\n width:40px;\n}\n\n.flat-light .esg-navigationbutton * {\n color: #999;\n}\n\n.flat-light .esg-navigationbutton.esg-loadmore {\n margin: 15px;\n padding: 0 15px;\n width: auto;\n}\n\n.flat-light .esg-pagination-button:last-child {\n margin-right: 0;\n}\n\n.flat-light .esg-sortbutton-wrapper,\n.flat-light .esg-cartbutton-wrapper {\n display: inline-block;\n}\n\n.flat-light .esg-sortbutton-order,\n.flat-light .esg-cartbutton-order {\n display: inline-block;\n vertical-align: top;\n border: 1px solid rgba(0,0,0,0.15);\n width: 40px;\n line-height: 40px;\n border-radius: 5px;\n font-size: 12px;\n font-weight: 700;\n color: #999;\n cursor: pointer;\n background: #eee;\n background: #fff;\n margin-left: 5px;\n}\n\n.flat-light .esg-cartbutton {\n color: #999;\n cursor: default !important;\n}\n\n.flat-light .esg-cartbutton .esgicon-basket {\n color: #999;\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.flat-light .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.flat-light .esg-sortbutton,\n.flat-light .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n margin-right: 0px;\n border-radius: 5px;\n}\n\n.flat-light input.eg-search-input.hovered,\n.flat-light input.eg-search-input:focus,\n.flat-light .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.flat-light .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.flat-light .esg-navigationbutton.hovered,\n.flat-light .esg-filterbutton.hovered,\n.flat-light .esg-sortbutton.hovered,\n.flat-light .esg-sortbutton-order.hovered,\n.flat-light .esg-cartbutton-order.hovered,\n.flat-light .esg-filterbutton.selected,\n.flat-light .esg-cartbutton.hovered,\n.flat-light .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.flat-light .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n color: #000;\n background: #fff;\n box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n}\n\n.flat-light .esg-navigationbutton.hovered * {\n color: #000;\n}\n\n.flat-light .esg-sortbutton-order.hovered.tp-desc {\n color: #000;\n}\n\n.flat-light .esg-filter-checked {\n color: #cbcbcb;\n background: #cbcbcb;\n margin-left: 10px;\n font-size: 9px;\n font-weight: 300;\n line-height: 9px;\n vertical-align: middle;\n}\n\n.flat-light .esg-filterbutton.selected .esg-filter-checked,\n.flat-light .esg-filterbutton.hovered .esg-filter-checked {\n color: #fff;\n background: #000;\n}\n\n.flat-light .esg-filter-wrapper.eg-search-wrapper {\n white-space: nowrap;\n}\n\n.flat-light .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 5px;\n}\n\n.flat-light .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.flat-light .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width:40px;\n padding:0px;\n margin-left: 5px;\n margin-right:0px;\n}\n\n.flat-light .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width:auto;\n}\n\n.flat-light .esg-dropdown-wrapper {\n transform: translateZ(10px) translateX(-50%);\n left: 50%;\n background:transparent;\n padding:0px;\n}\n\n.flat-light .esg-dropdown-wrapper .esg-filterbutton {\n position: relative\n}\n\n.flat-light .esg-selected-filterbutton .eg-icon-down-open {\n margin-right: -10px;\n font-size: 12px;\n color:#999;\n}\n.flat-light .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open,\n.flat-light .esg-selected-filterbutton.hovered .eg-icon-down-open {\n color:#000;\n}\n\n.flat-light .esg-navigationbutton.esg-loadmore {\n margin: 15px;\n padding: 0 15px;\n width: auto;\n}',NULL),
(2,'Flat Dark','flat-dark','/********************************\n - FLAT DARK 3.0.0 SKIN -\n*********************************/\n\n.flat-dark .navigationbuttons,\n.flat-dark .esg-pagination,\n.flat-dark .esg-filters {\n text-transform: uppercase;\n text-align: center;\n}\n\n.flat-dark .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.flat-dark input.eg-search-input,\n.flat-dark .esg-filterbutton,\n.flat-dark .esg-navigationbutton,\n.flat-dark .esg-sortbutton,\n.flat-dark .esg-cartbutton,\n.flat-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.flat-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: #fff;\n margin-right: 5px;\n cursor: pointer;\n position: relative;\n z-index: 2;\n padding: 1px 30px;\n border: none;\n line-height: 38px;\n border-radius: 5px;\n font-size: 12px;\n font-weight: 700;\n font-family: \"Open Sans\", sans-serif;\n display: inline-block;\n background: rgba(0, 0, 0, 0.2);\n margin-bottom: 5px;\n white-space: nowrap;\n min-height: 38px;\n vertical-align: middle;\n}\n\n.flat-dark .esg-cartbutton a {\n color:#fff;\n}\n\n.flat-dark input.eg-search-input::placeholder {\n line-height: 38px;\n vertical-align: middle;\n color:#fff;\n}\n\n.flat-dark .esg-navigationbutton {\n padding: 2px 12px;\n}\n\n.flat-dark .esg-navigationbutton * {\n color: #fff;\n}\n\n.flat-dark .esg-pagination-button:last-child {\n margin-right: 0;\n}\n\n.flat-dark .esg-sortbutton-wrapper,\n.flat-dark .esg-cartbutton-wrapper {\n display: inline-block;\n}\n\n.flat-dark .esg-sortbutton-order,\n.flat-dark .esg-cartbutton-order {\n display: inline-block;\n vertical-align: top;\n border: none;\n width: 40px;\n line-height: 40px;\n border-radius: 5px;\n font-size: 12px;\n font-weight: 700;\n color: #fff;\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n margin-left: 5px;\n}\n\n.flat-dark .esg-cartbutton {\n color: #fff;\n cursor: default !important;\n}\n\n.flat-dark .esg-cartbutton .esgicon-basket {\n color: #fff;\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.flat-dark .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.flat-dark .esg-sortbutton,\n.flat-dark .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n margin-right: 0px;\n border-radius: 5px;\n}\n\n.flat-dark input.eg-search-input.hovered,\n.flat-dark input.eg-search-input:focus,\n.flat-dark .esg-navigationbutton.hovered,\n.flat-dark .esg-filterbutton.hovered,\n.flat-dark .esg-sortbutton.hovered,\n.flat-dark .esg-sortbutton-order.hovered,\n.flat-dark .esg-cartbutton-order.hovered,\n.flat-dark .esg-filterbutton.selected,\n.flat-dark .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.flat-dark .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.flat-dark .esg-cartbutton.hovered,\n.flat-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.flat-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n border-color: none;\n color: #fff;\n background: rgba(0, 0, 0, 0.5);\n}\n\n.flat-dark .esg-navigationbutton.hovered * {\n color: #333;\n}\n\n.flat-dark .esg-sortbutton-order.hovered .tp-desc {\n color: #333;\n}\n\n.flat-dark .esg-filter-checked {\n color: transparent;\n background: rgba(0, 0, 0, 0.2);\n margin-left: 7px;\n font-size: 9px;\n font-weight: 300;\n line-height: 9px;\n vertical-align: middle;\n}\n\n.flat-dark .esg-filterbutton.selected .esg-filter-checked,\n.flat-dark .esg-filterbutton.hovered .esg-filter-checked {\n color: #fff;\n background: rgba(0, 0, 0, 0.2);\n}\n\n.flat-dark .esg-filter-wrapper.eg-search-wrapper {\n white-space: nowrap;\n}\n\n.flat-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 5px;\n}\n\n.flat-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.flat-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width:40px;\n padding:0px;\n margin-left: 5px;\n margin-right:0px;\n}\n\n.flat-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width:auto;\n}\n\n.flat-dark .esg-dropdown-wrapper {\n transform: translateZ(10px) translateX(-50%);\n left: 50%;\n background:transparent;\n padding:0px;\n}\n\n.flat-dark .esg-dropdown-wrapper .esg-filterbutton {\n position: relative;\n background:rgba(0,0,0,0.5);\n}\n\n.flat-dark .esg-dropdown-wrapper .esg-filterbutton.selected,\n.flat-dark .esg-dropdown-wrapper .esg-filterbutton.hovered {\n background:rgba(0,0,0,0.75);\n}\n\n\n.flat-dark .esg-dropdown-wrapper .esg-filterbutton .esg-filter-checked {\n position: absolute;\n left: 10px;\n top: 50%;\n transform: translateY(-50%);\n width: 12px;\n height: 12px;\n text-align: center;\n line-height: 12px\n}\n\n.flat-dark .esg-selected-filterbutton .eg-icon-down-open {\n margin-right:-10px;\n font-size:12px;\n color:#fff;\n}',NULL),
(3,'Minimal Dark','minimal-dark','/**************************************\n - MINIMAL DARK V3.0.0 SKIN -\n**************************************/\n\n.minimal-dark .navigationbuttons,\n.minimal-dark .esg-pagination,\n.minimal-dark .esg-filters {\n text-align: center;\n}\n\n.minimal-dark .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.minimal-dark input.eg-search-input,\n.minimal-dark .esg-filterbutton,\n.minimal-dark .esg-navigationbutton,\n.minimal-dark .esg-sortbutton,\n.minimal-dark .esg-cartbutton,\n.minimal-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.minimal-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: rgba(255, 255, 255, 1);\n margin-right: 5px;\n cursor: pointer;\n padding: 0px 17px;\n border: 1px solid rgba(255, 255, 255, 0.1);\n line-height: 38px;\n border-radius: 5px;\n font-size: 12px;\n font-weight: 600;\n font-family: \"Open Sans\", sans-serif;\n display: inline-block;\n background: transparent;\n margin-bottom: 5px;\n white-space: nowrap;\n min-height: 38px;\n vertical-align: middle;\n}\n\n.minimal-dark .esg-cartbutton a {\n color:#fff;\n}\n\n.minimal-dark input.eg-search-input::placeholder {\n line-height: 38px;\n vertical-align: middle;\n color:#fff;\n}\n\n.minimal-dark .esg-navigationbutton * {\n color: rgba(255, 255, 255, 1);\n}\n\n.minimal-dark .esg-navigationbutton {\n padding: 0px 11px;\n}\n\n.minimal-dark .esg-pagination-button {\n padding: 0px 16px;\n}\n\n.minimal-dark .esg-pagination-button:last-child {\n margin-right: 0;\n}\n\n.minimal-dark .esg-sortbutton-wrapper,\n.minimal-dark .esg-cartbutton-wrapper {\n display: inline-block;\n}\n\n.minimal-dark .esg-sortbutton-order,\n.minimal-dark .esg-cartbutton-order {\n display: inline-block;\n vertical-align: top;\n border: 1px solid rgba(255, 255, 255, 0.1);\n width: 40px;\n line-height: 38px;\n border-radius: 0px 5px 5px 0px;\n font-size: 12px;\n font-weight: 600;\n color: #fff;\n cursor: pointer;\n background: transparent;\n}\n\n.minimal-dark .esg-cartbutton {\n color: #fff;\n cursor: default !important;\n}\n\n.minimal-dark .esg-cartbutton .esgicon-basket {\n color: #fff;\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.minimal-dark .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.minimal-dark .esg-sortbutton,\n.minimal-dark .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n margin-right: 0px;\n border-right: none;\n border-radius: 5px 0px 0px 5px;\n}\n\n.minimal-dark .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.minimal-dark .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.minimal-dark .esg-navigationbutton.hovered,\n.minimal-dark .esg-filterbutton.hovered,\n.minimal-dark .esg-sortbutton.hovered,\n.minimal-dark .esg-sortbutton-order.hovered,\n.minimal-dark .esg-cartbutton-order.hovered,\n.minimal-dark .esg-filterbutton.selected,\n.minimal-dark .esg-cartbutton.hovered,\n.minimal-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.minimal-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n border-color: rgba(255, 255, 255, 0.2);\n color: #fff;\n box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);\n background: rgba(255, 255, 255, 0.1);\n}\n\n.minimal-dark .esg-navigationbutton.hovered * {\n color: #fff;\n}\n\n.minimal-dark .esg-sortbutton-order.hovered .tp-desc {\n border-color: #fff;\n border-color: rgba(255, 255, 255, 0.2);\n color: #fff;\n box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important;\n}\n\n.minimal-dark .esg-filter-checked {\n color: transparent;\n background: rgba(0, 0, 0, 0.10);\n font-size: 9px;\n font-weight: 300;\n line-height: 9px;\n vertical-align: middle;\n margin-left:7px;\n}\n\n.minimal-dark .esg-filter-wrapper.dropdownstyle .esg-filter-checked {\n margin-left:-22px;\n margin-right:10px;\n border:1px solid rgba(255,255,255,.2);\n}\n\n.minimal-dark .esg-filterbutton.selected .esg-filter-checked,\n.minimal-dark .esg-filterbutton.hovered .esg-filter-checked {\n color: #fff;\n background: rgba(0, 0, 0, 0.10);\n}\n\n/* */\n.minimal-dark .esg-filter-wrapper.eg-search-wrapper {\n white-space: nowrap;\n}\n\n\n.minimal-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.minimal-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width:40px;\n padding:0px;\n margin-left:5px;\n margin-right:0px;\n}\n\n.minimal-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width:auto;\n}\n\n.minimal-dark .esg-dropdown-wrapper {\n transform: translateZ(10px) translateX(-50%);\n left: 50%;\n background:rgba(0,0,0,0.95);\n border-radius: 5px;\n}\n\n.minimal-dark .esg-dropdown-wrapper .esg-filterbutton {\n position: relative;\n border:none;\n box-shadow: none;\n text-align: left;\n color:rgba(255,255,255,0.5);\n background:transparent;\n line-height: 25px;\n min-height: 25px;\n}\n\n.minimal-dark .esg-dropdown-wrapper .esg-filterbutton.hovered,\n.minimal-dark .esg-dropdown-wrapper .esg-filterbutton.selected {\n color:#fff;\n}\n\n\n.minimal-dark .esg-selected-filterbutton .eg-icon-down-open {\n margin-right: -10px;\n color:#fff;\n font-size:12px;\n}',NULL),
(4,'Minimal Light','minimal-light','/*************************************\n - MINIMAL LIGHT 3.0.0 SKIN -\n*************************************/\n\n.minimal-light .navigationbuttons,\n.minimal-light .esg-pagination,\n.minimal-light .esg-filters {\n text-align: center;\n}\n\n.minimal-light .esg-filter-wrapper.dropdownstyle >.esg-selected-filterbutton,\n.minimal-light input.eg-search-input,\n.minimal-light .esg-filterbutton,\n.minimal-light .esg-navigationbutton,\n.minimal-light .esg-sortbutton,\n.minimal-light .esg-cartbutton a,\n.minimal-light .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.minimal-light .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: #999;\n margin-right: 5px;\n cursor: pointer;\n padding: 0px 16px;\n border: 1px solid #e5e5e5;\n line-height: 38px;\n border-radius: 5px;\n font-size: 12px;\n font-weight: 700;\n font-family: \"Open Sans\", sans-serif;\n display: inline-block;\n background: #fff;\n margin-bottom: 5px;\n white-space: nowrap;\n min-height: 38px;\n vertical-align: middle;\n}\n\n .minimal-light input.eg-search-input::placeholder {\n line-height: 38px;\n vertical-align: middle;\n}\n\n.minimal-light .esg-navigationbutton * {\n color: #999;\n}\n\n.minimal-light .esg-navigationbutton {\n padding: 0px 16px;\n}\n\n.minimal-light .esg-pagination-button:last-child {\n margin-right: 0;\n}\n\n.minimal-light .esg-left,\n.minimal-light .esg-right {\n padding: 0px 11px;\n}\n\n.minimal-light .esg-sortbutton-wrapper,\n.minimal-light .esg-cartbutton-wrapper {\n display: inline-block;\n}\n\n.minimal-light .esg-sortbutton-order,\n.minimal-light .esg-cartbutton-order {\n display: inline-block;\n vertical-align: top;\n border: 1px solid #e5e5e5;\n width: 40px;\n line-height: 38px;\n border-radius: 0px 5px 5px 0px;\n font-size: 12px;\n font-weight: 700;\n color: #999;\n cursor: pointer;\n background: #fff;\n}\n\n.minimal-light .esg-cartbutton {\n color: #333;\n cursor: default !important;\n}\n\n.minimal-light .esg-cartbutton .esgicon-basket {\n color: #333;\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.minimal-light .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.minimal-light .esg-sortbutton,\n.minimal-light .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n margin-right: 0px;\n border-right: none;\n border-radius: 5px 0px 0px 5px;\n}\n\n.minimal-light input.eg-search-input.hovered,\n.minimal-light input.eg-search-input:focus,\n.minimal-light .esg-navigationbutton.hovered,\n.minimal-light .esg-filterbutton.hovered,\n.minimal-light .esg-sortbutton.hovered,\n.minimal-light .esg-sortbutton-order.hovered,\n.minimal-light .esg-cartbutton.hovered a,\n.minimal-light .esg-filter-wrapper.dropdownstyle >.esg-selected-filterbutton.hovered,\n.minimal-light .esg-filterbutton.selected,\n.minimal-light .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.minimal-light .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n background-color: #fff;\n border-color: #bbb;\n color: #333;\n box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);\n}\n\n.minimal-light .esg-navigationbutton.hovered * {\n color: #333;\n}\n\n.minimal-light .esg-sortbutton-order.hovered .tp-desc {\n border-color: #bbb;\n color: #333;\n box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important;\n}\n\n.minimal-light .esg-filter-checked {\n color: #cbcbcb;\n background: #cbcbcb;\n margin-left:10px;\n font-size: 9px;\n font-weight: 300;\n line-height: 9px;\n vertical-align: middle;\n}\n\n.minimal-light .esg-filter-wrapper.dropdownstyle .esg-filter-checked {\n margin-left:-22px;\n margin-right:10px;\n}\n\n.minimal-light .esg-filterbutton.selected .esg-filter-checked,\n.minimal-light .esg-filterbutton.hovered .esg-filter-checked {\n color: #fff;\n background: #000;\n}\n\n.minimal-light .esg-filter-wrapper.eg-search-wrapper {\n white-space: nowrap;\n}\n\n\n\n.minimal-light .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.minimal-light .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width:40px;\n padding:0px;\n margin-left: 5px;\n margin-right:0px;\n}\n\n.minimal-light .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width:auto;\n}\n\n.minimal-light .esg-dropdown-wrapper {\n transform: translateZ(10px) translateX(-50%);\n left:50%;\n background:rgba(255,255,255,0.95);\n border-radius: 5px;\n border: 1px solid #e5e5e5;\n}\n\n.minimal-light .esg-dropdown-wrapper .esg-filterbutton {\n position: relative;\n border:none;\n box-shadow: none;\n text-align: left;\n color:#999;\n background:transparent;\n line-height: 25px;\n min-height: 25px;\n}\n\n.minimal-light .esg-dropdown-wrapper .esg-filterbutton.hovered,\n.minimal-light .esg-dropdown-wrapper .esg-filterbutton.selected {\n color:#333;\n}\n\n.minimal-light .esg-selected-filterbutton .eg-icon-down-open {\n margin-right:-10px;\n font-size:12px;\n}\n\n.minimal-light .esg-selected-filterbutton.hovered .eg-icon-down-open {\n color:#333;\n}',NULL),
(5,'Simple Light','simple-light','/*************************************\n - SIMPLE LIGHT 3.0.0 SKIN -\n*************************************/\n\n.simple-light .navigationbuttons,\n.simple-light .esg-pagination,\n.simple-light .esg-filters {\n text-align: center;\n}\n\n.simple-light .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.simple-light input.eg-search-input,\n.simple-light .esg-filterbutton,\n.simple-light .esg-navigationbutton,\n.simple-light .esg-sortbutton,\n.simple-light .esg-cartbutton,\n.simple-light .esg-sortbutton-order,\n.simple-light .esg-cartbutton-order,\n.simple-light .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.simple-light .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: #000;\n margin-right: 5px;\n cursor: pointer;\n padding: 0px 11px;\n border: 1px solid #e5e5e5;\n line-height: 30px;\n font-size: 12px;\n font-weight: 400;\n font-family: \"Open Sans\",sans-serif;\n display: inline-block;\n background: #eee;\n margin-bottom: 5px;\n white-space: nowrap;\n min-height: 30px;\n vertical-align: middle;\n}\n\n.simple-light .esg-cartbutton a {\n color:#000;\n}\n\n.simple-light input.eg-search-input::placeholder {\n line-height: 30px;\n vertical-align: middle;\n color:#000;\n}\n\n.simple-light .esg-navigationbutton * {\n color: #000;\n}\n\n.simple-light .esg-left,\n.simple-light .esg-right {\n color: #000;\n padding: 0px 7px;\n}\n\n.simple-light .esg-pagination-button:last-child {\n margin-right: 0;\n}\n\n.simple-light .esg-sortbutton-wrapper,\n.simple-light .esg-cartbutton-wrapper {\n display: inline-block;\n vertical-align: top;\n}\n\n.simple-light .esg-sortbutton-order,\n.simple-light .esg-cartbutton-order {\n padding: 0px;\n width: 29px;\n font-size: 9px;\n}\n\n.simple-light .esg-cartbutton {\n color: #333;\n cursor: default !important;\n}\n\n.simple-light .esg-cartbutton .esgicon-basket {\n color: #333;\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.simple-light .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.simple-light .esg-sortbutton,\n.simple-light .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n margin-right: 5px;\n}\n\n.simple-light input.eg-search-input.hovered,\n.simple-light input.eg-search-input:focus,\n.simple-light .esg-navigationbutton.hovered,\n.simple-light .esg-filterbutton.hovered,\n.simple-light .esg-sortbutton.hovered,\n.simple-light .esg-sortbutton-order.hovered,\n.simple-light .esg-cartbutton.hovered,\n.simple-light .esg-filterbutton.selected,\n.simple-light .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.simple-light .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.simple-light .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.simple-light .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n background-color: #fff;\n border-color: #bbb;\n color: #333;\n box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);\n}\n\n.simple-light .esg-cartbutton.hovered a {\n color:#000;\n}\n\n.simple-light .esg-navigationbutton.hovered * {\n color: #333;\n}\n\n.simple-light .esg-sortbutton-order.hovered .tp-desc {\n border-color: #bbb;\n color: #333;\n box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important;\n}\n\n.simple-light .esg-filter-checked {\n color: #c5c5c5;\n background: #ddd;\n margin-left: 10px;\n font-size: 9px;\n font-weight: 400;\n line-height: 20px;\n vertical-align: middle;\n}\n\n.simple-light .esg-filterbutton.selected .esg-filter-checked,\n.simple-light .esg-filterbutton.hovered .esg-filter-checked {\n color: #fff;\n background: #000;\n}\n\n.simple-light .esg-filter-wrapper.eg-search-wrapper {\n line-height: 30px;\n white-space: nowrap;\n}\n\n.simple-light .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 5px;\n}\n\n.simple-light .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.simple-light .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width:29px;\n padding:0px;\n margin-left: 5px;\n margin-right:0px;\n}\n\n.simple-light .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width:auto;\n border-radius:0px;\n}\n\n.simple-light .esg-dropdown-wrapper {\n left: 0px;\n background:#fff;\n}\n\n.simple-light .esg-dropdown-wrapper .esg-filterbutton {\n position: relative;\n text-align: left;\n background:transparent;\n padding:0px;\n border:none;\n box-shadow: none;\n}\n\n.simple-light .esg-selected-filterbutton .eg-icon-down-open {\n margin-right: -10px;\n font-size: 9px;\n color:#000;\n}\n.simple-light .esg-selected-filterbutton.hovered .eg-icon-down-open,\n.simple-light .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open{\n color:#333;\n}',NULL),
(6,'Simple Dark','simple-dark','/*************************************\n - SIMPLE DARK 3.0.0 SKIN -\n*************************************/\n\n.simple-dark .navigationbuttons,\n.simple-dark .esg-pagination,\n.simple-dark .esg-filters {\n text-align: center;\n}\n\n.simple-dark .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.simple-dark input.eg-search-input,\n.simple-dark .esg-filterbutton,\n.simple-dark .esg-navigationbutton,\n.simple-dark .esg-sortbutton,\n.simple-dark .esg-cartbutton,\n.simple-dark .esg-sortbutton-order,\n.simple-dark .esg-cartbutton-order,\n.simple-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.simple-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: #fff;\n margin-right: 5px;\n cursor: pointer;\n padding: 0px 10px;\n border:1px solid rgba(255,255,255,0.15);\n line-height: 29px;\n font-size: 12px;\n font-weight: 600;\n font-family: \"Open Sans\",sans-serif;\n display: inline-block;\n margin-bottom: 5px;\n white-space: nowrap;\n min-height: 29px;\n background: rgba(255,255,255,0.08 );\n vertical-align: middle;\n}\n\n.simple-dark .esg-cartbutton a {\n color:#fff;\n}\n\n.simple-dark input.eg-search-input::placeholder {\n line-height: 29px;\n vertical-align: middle;\n color:#fff;\n}\n\n\n\n.simple-dark .esg-navigationbutton * {\n color: #fff;\n}\n\n.simple-dark .esg-left,\n.simple-dark .esg-right {\n color: #fff;\n padding: 0px 7px;\n}\n\n.simple-dark .esg-pagination-button:last-child {\n margin-right: 0;\n}\n\n.simple-dark .esg-sortbutton-wrapper,\n.simple-dark .esg-cartbutton-wrapper {\n display: inline-block;\n vertical-align: top;\n}\n\n.simple-dark .esg-sortbutton-order,\n.simple-dark .esg-cartbutton-order {\n padding: 0px;\n width: 29px;\n font-size: 9px;\n}\n\n.simple-dark .esg-cartbutton {\n color: #000;\n cursor: default !important;\n}\n\n.simple-dark .esg-cartbutton .esgicon-basket {\n color: #000;\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.simple-dark .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.simple-dark .esg-sortbutton,\n.simple-dark .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n margin-right: 5px;\n}\n\n.simple-dark input.eg-search-input.hovered,\n.simple-dark input.eg-search-input:focus,\n.simple-dark .esg-navigationbutton.hovered,\n.simple-dark .esg-filterbutton.hovered,\n.simple-dark .esg-sortbutton.hovered,\n.simple-dark .esg-sortbutton-order.hovered,\n.simple-dark .esg-cartbutton.hovered,\n.simple-dark .esg-filterbutton.selected,\n.simple-dark .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.simple-dark .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.simple-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.simple-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n background-color: #fff;\n border-color: #fff;\n color: #000;\n box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);\n}\n\n.simple-dark .esg-cartbutton.hovered a,\n.simple-dark input.eg-search-input.hovered::placeholder {\n color:#000;\n}\n\n.simple-dark .esg-navigationbutton.hovered * {\n color: #000;\n}\n\n.simple-dark .esg-sortbutton-order.hovered .tp-desc {\n border-color: #fff;\n color: #000;\n box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important;\n}\n\n.simple-dark .esg-filter-checked {\n color: transparent;\n background: rgba(255,255,255,0.15);\n margin-left: 10px;\n font-size: 9px;\n font-weight: 400;\n vertical-align: top;\n}\n\n.simple-dark .esg-filterbutton.selected .esg-filter-checked,\n.simple-dark .esg-filterbutton.hovered .esg-filter-checked {\n color: #fff;\n background: #000;\n}\n\n\n\n.simple-dark .esg-filter-wrapper.eg-search-wrapper {\n line-height: 29px;\n white-space: nowrap;\n}\n\n.simple-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 5px;\n}\n\n.simple-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.simple-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width:29px;\n padding:0px;\n margin-left: 5px;\n margin-right:0px;\n}\n\n.simple-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width:auto;\n border-radius:0px;\n}\n\n.simple-dark .esg-dropdown-wrapper {\n left: 0px;\n background:#fff;\n border:1px solid rgba(255,255,255,0.15);\n}\n\n.simple-dark .esg-dropdown-wrapper .esg-filterbutton {\n position: relative;\n text-align: left;\n background:transparent;\n padding:0px;\n border:none;\n box-shadow: none;\n color:#777;\n}\n\n.simple-dark .esg-dropdown-wrapper .esg-filterbutton .esg-filter-checked {\n border: 1px solid rgba(0,0,0,0.2);\n}\n\n.simple-dark .esg-dropdown-wrapper .esg-filterbutton.hovered,\n.simple-dark .esg-dropdown-wrapper .esg-filterbutton.selected {\n color:#000;\n}\n\n.simple-dark .esg-selected-filterbutton .eg-icon-down-open {\n margin-right: -10px;\n font-size: 9px;\n color:#fff;\n}\n.simple-dark .esg-selected-filterbutton.hovered .eg-icon-down-open,\n.simple-dark .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open{\n color:#000;\n}',NULL),
(7,'Text Dark','text-dark','/*************************************\n - TEXT DARK 3.0.0 SKIN -\n*************************************/\n\n.text-dark .navigationbuttons,\n.text-dark .esg-pagination,\n.text-dark .esg-filters {\n text-align: center;\n}\n\n.text-dark .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.text-dark input.eg-search-input,\n.text-dark .esg-filterbutton,\n.text-dark .esg-navigationbutton,\n.text-dark .esg-sortbutton,\n.text-dark .esg-cartbutton,\n.text-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.text-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: rgba(255, 255, 255, 0.4);\n margin-right: 5px;\n cursor: pointer;\n padding: 0px 15px 0px 10px;\n line-height: 20px;\n font-size: 12px;\n font-weight: 600;\n font-family: \"Open Sans\", sans-serif;\n display: inline-block;\n background: transparent;\n margin-bottom: 5px;\n white-space: nowrap;\n min-height: 20px;\n vertical-align: top;\n}\n\n.text-dark .esg-cartbutton a {\n color: #fff;\n}\n\n.text-dark input.eg-search-input::placeholder {\n line-height: 29px;\n vertical-align: middle;\n color: rgba(255, 255, 255, 0.4);\n}\n\n.text-dark .esg-navigationbutton * {\n color: rgba(255, 255, 255, 0.4);\n}\n\n.text-dark .esg-sortbutton-wrapper,\n.text-dark .esg-cartbutton-wrapper {\n display: inline-block;\n}\n\n.text-dark .esg-sortbutton-order,\n.text-dark .esg-cartbutton-order {\n display: inline-block;\n vertical-align: top;\n width: 29px;\n line-height: 20px;\n font-size: 9px;\n font-weight: 700;\n color: #fff;\n color: rgba(255, 255, 255, 0.4);\n cursor: pointer;\n background: transparent;\n}\n\n.text-dark .esg-cartbutton {\n color: rgba(255, 255, 255, 0.4);\n cursor: default !important;\n}\n\n.text-dark .esg-cartbutton .esgicon-basket {\n color: rgba(255, 255, 255, 0.4);\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.text-dark .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.text-dark .esg-sortbutton,\n.text-dark .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n margin-right: 0px;\n}\n\n.text-dark input.eg-search-input.hovered,\n.text-dark input.eg-search-input:focus,\n.text-dark .esg-navigationbutton.hovered,\n.text-dark .esg-filterbutton.hovered,\n.text-dark .esg-sortbutton.hovered,\n.text-dark .esg-filterbutton.selected,\n.text-dark .esg-sortbutton-order.hovered,\n.text-dark .esg-cartbutton-order.hovered,\n.text-dark .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.text-dark .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.text-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.text-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n color: #fff;\n}\n\n.text-dark .esg-navigationbutton.hovered,\n.text-dark .esg-filterbutton:hover span:first-child,\n.text-dark .esg-filterbutton.selected span:first-child {\n text-decoration: none;\n}\n\n.text-dark .esg-filterbutton {\n border-right: 1px solid #fff;\n border-right: 1px solid rgba(255, 255, 255, 0.15);\n}\n\n.text-dark .esg-filterbutton-last {\n border-right: none;\n}\n\n.text-dark .esg-sortbutton-order {\n padding-left: 10px;\n border-left: 1px solid #fff;\n border-left: 1px solid rgba(255, 255, 255, 0.15);\n}\n\n.text-dark .esg-navigationbutton.hovered * {\n color: #fff;\n}\n\n.text-dark .esg-sortbutton-order.hovered .tp-desc {\n border-color: #fff;\n border-color: rgba(255, 255, 255, 0.15);\n color: #fff;\n}\n\n.text-dark .esg-filter-checked {\n color: transparent;\n background: rgba(0, 0, 0, 0.10);\n margin-left: 10px;\n font-size: 9px;\n font-weight: 300;\n line-height: 9px;\n vertical-align: middle;\n}\n\n\n.text-dark .esg-filterbutton.selected .esg-filter-checked,\n.text-dark .esg-filterbutton.hovered .esg-filter-checked {\n color: #fff;\n}\n\n.text-dark .esg-filter-wrapper.eg-search-wrapper {\n line-height: 20px;\n white-space: nowrap;\n}\n\n.text-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 5px;\n}\n\n.text-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.text-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width:20px;\n padding:0px;\n margin-left: 5px;\n margin-right:0px;\n}\n\n.text-dark .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width:auto;\n border:none !important;\n line-height: 20px;\n height: 20px;\n}\n\n.text-dark .esg-dropdown-wrapper {\n left: 0px;\n background:rgba(0, 0, 0, 0.85);\n}\n\n.text-dark .esg-dropdown-wrapper .esg-filterbutton {\n position: relative;\n text-align: left;\n background:transparent;\n padding:0px;\n border:none;\n box-shadow: none;\n color: rgba(255, 255, 255, 0.4);\n}\n\n\n.text-dark .esg-dropdown-wrapper .esg-filterbutton.hovered,\n.text-dark .esg-dropdown-wrapper .esg-filterbutton.selected {\n color: #fff;\n}\n\n.text-dark .esg-selected-filterbutton .eg-icon-down-open {\n margin-right: -10px;\n font-size: 9px;\n color: rgba(255, 255, 255, 0.4);\n}\n.text-dark .esg-selected-filterbutton.hovered .eg-icon-down-open,\n.text-dark .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open{\n color:#fff;\n}\n.text-dark .esg-pagination-button:last-child{\n border-right: none;\n}\n.text-dark .esg-pagination-button:last-child { \n border-right: none; \n}',NULL),
(8,'Text Light','text-light','/*************************************\n - TEXT LIGHT 3.0.0 SKIN -\n*************************************/\n\n.text-light .navigationbuttons,\n.text-light .esg-pagination,\n.text-light .esg-filters {\n text-align: center;\n}\n\n.text-light .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.text-light input.eg-search-input,\n.text-light .esg-filterbutton,\n.text-light .esg-navigationbutton,\n.text-light .esg-sortbutton,\n.text-light .esg-cartbutton,\n.text-light .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.text-light .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: #999;\n margin-right: 5px;\n cursor: pointer;\n padding: 0px 15px 0px 10px;\n line-height: 20px;\n font-size: 12px;\n font-weight: 600;\n font-family: \"Open Sans\", sans-serif;\n display: inline-block;\n background: transparent;\n margin-bottom: 5px;\n white-space: nowrap;\n min-height: 20px;\n vertical-align: top;\n}\n\n.text-light .esg-cartbutton a {\n color: #999;\n}\n\n.text-light input.eg-search-input::placeholder {\n line-height: 29px;\n vertical-align: middle;\n color: #999;\n}\n\n.text-light .esg-navigationbutton * {\n color: #999;\n}\n\n.text-light .esg-sortbutton-wrapper,\n.text-light .esg-cartbutton-wrapper {\n display: inline-block;\n}\n\n.text-light .esg-sortbutton-order,\n.text-light .esg-cartbutton-order {\n display: inline-block;\n vertical-align: top;\n width: 29px;\n line-height: 20px;\n font-size: 9px;\n font-weight: 700;\n color: #999;\n cursor: pointer;\n background: transparent;\n}\n\n.text-light .esg-cartbutton {\n color: #999;\n cursor: default !important;\n}\n\n.text-light .esg-cartbutton .esgicon-basket {\n color: #999;\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.text-light .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.text-light .esg-sortbutton,\n.text-light .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n margin-right: 0px;\n}\n\n.text-light input.eg-search-input.hovered,\n.text-light input.eg-search-input:focus,\n.text-light .esg-navigationbutton.hovered,\n.text-light .esg-filterbutton.hovered,\n.text-light .esg-sortbutton.hovered,\n.text-light .esg-filterbutton.selected,\n.text-light .esg-sortbutton-order.hovered,\n.text-light .esg-cartbutton-order.hovered,\n.text-light .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.text-light .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.text-light .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.text-light .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n color: #444;\n}\n\n.text-light .esg-cartbutton.hovered a,\n.text-light input.eg-search-input.hovered::placeholder {\n color: #999;\n}\n\n.text-light .esg-navigationbutton.hovered,\n.text-light .esg-filterbutton:hover span:first-child,\n.text-light .esg-filterbutton.selected span:first-child {\n text-decoration: none;\n}\n\n.text-light .esg-filterbutton {\n border-right: 1px solid rgba(0, 0, 0, 0.15);\n}\n\n.text-light .esg-filterbutton-last {\n border-right: none;\n}\n\n.text-light .esg-sortbutton-order {\n padding-left: 10px;\n border-left: 1px solid rgba(0, 0, 0, 0.15);\n}\n\n.text-light .esg-navigationbutton.hovered * {\n color: #444;\n}\n\n.text-light .esg-sortbutton-order.hovered .tp-desc {\n border-color: rgba(0, 0, 0, 0.15);\n color: #444;\n}\n\n.text-light .esg-filter-checked {\n color: transparent;\n background: rgba(0, 0, 0, 0.10);\n margin-left: 10px;\n font-size: 9px;\n font-weight: 300;\n line-height: 9px;\n vertical-align: middle;\n}\n\n\n.text-light .esg-filterbutton.selected .esg-filter-checked,\n.text-light .esg-filterbutton.hovered .esg-filter-checked {\n color: #444;\n}\n\n.text-light .esg-filter-wrapper.eg-search-wrapper {\n line-height: 20px;\n white-space: nowrap;\n}\n\n.text-light .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 5px;\n}\n\n.text-light .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.text-light .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width:20px;\n padding:0px;\n margin-left: 5px;\n margin-right:0px;\n}\n\n.text-light .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width:auto;\n border:none !important;\n line-height: 20px;\n height: 20px;\n}\n\n.text-light .esg-dropdown-wrapper {\n left: 0px;\n background:rgba(255, 255, 255, 0.85);\n}\n\n.text-light .esg-dropdown-wrapper .esg-filterbutton {\n position: relative;\n text-align: left;\n background:transparent;\n padding:0px;\n border:none;\n box-shadow: none;\n color: #999;\n}\n\n\n.text-light .esg-dropdown-wrapper .esg-filterbutton.hovered,\n.text-light .esg-dropdown-wrapper .esg-filterbutton.selected {\n color: #444;\n}\n\n.text-light .esg-selected-filterbutton .eg-icon-down-open {\n margin-right: -10px;\n font-size: 9px;\n color: #999;\n}\n.text-light .esg-selected-filterbutton.hovered .eg-icon-down-open,\n.text-light .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open{\n color:#444;\n}\n.text-light .esg-pagination-button:last-child{\n border-right: none;\n}\n.text-light .esg-pagination-button:last-child { \n border-right: none; \n}',NULL),
(9,'Pat LaFontaine','pat-lafontaine','/*************************************\n - Pat LaFontaine 3.0.0 SKIN -\n*************************************/\n@import url(\"https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,500;0,600;1,400&display=swap\");\n@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");\n\n\n\n.pat-lafontaine .esg-overflowtrick {\n margin: 20px 0\n}\n\n.pat-lafontaine .navigationbuttons,\n.pat-lafontaine .esg-pagination,\n.pat-lafontaine .esg-filters {\n text-transform: uppercase;\n text-align: center;\n}\n\n.pat-lafontaine .esg-filters {margin-bottom: 1px !important}\n\n.pat-lafontaine .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.pat-lafontaine input.eg-search-input,\n.pat-lafontaine .esg-filterbutton,\n.pat-lafontaine .esg-navigationbutton,\n.pat-lafontaine .esg-sortbutton,\n.pat-lafontaine .esg-cartbutton,\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: #000;\n margin-right: 1px;\n cursor: pointer;\n position: relative;\n z-index: 2;\n padding: 0px 20px;\n border: none;\n line-height: 50px;\n border-radius: 0;\n font-size: 14px;\n font-weight: 400;\n font-family: \"Barlow Condensed\", sans-serif;\n display: inline-block;\n background: #eaedf1;\n margin-bottom: 0 !important;\n white-space: nowrap;\n min-height: 50px;\n vertical-align: middle;\n transition: all 0.3s ease;\n min-width: 50px;\n}\n\n.pat-lafontaine .esg-filter-wrapper {\n margin: 0 !important\n }\n\n.pat-lafontaine .esg-allfilter {\n background: #f03e3f !important;\n color: #fff !important\n}\n\n.pat-lafontaine .esg-allfilter.hovered {\n background: #000 !important;\n color: #fff !important\n}\n\n.pat-lafontaine span.eg-el-amount {\n letter-spacing: 1px\n}\n\n.pat-lafontaine span.eg-el-amount:before {\n content: \"[\";\n opacity: 0.5\n}\n\n.pat-lafontaine span.eg-el-amount:after {\n content: \"]\";\n opacity: 0.5\n}\n\n.pat-lafontaine .esg-cartbutton a {\n color: #000;\n}\n\n.pat-lafontaine input.eg-search-input::placeholder {\n line-height: 40px;\n vertical-align: middle;\n color:#999;\n}\n\n.pat-lafontaine .esg-navigationbutton {\n padding: 0px;\n min-width: 50px;\n}\n\n.pat-lafontaine .esg-navigationbutton.esg-loadmore {\n padding: 0 20px;\n text-transform: uppercase;\n}\n\n.pat-lafontaine .esg-navigationbutton * {\n color: #000;\n}\n\n.pat-lafontaine .esg-navigationbutton.hovered i {\n color: #fff;\n}\n\n.pat-lafontaine .esg-pagination-button:last-child {\n margin-right: 0;\n}\n\n.pat-lafontaine .esg-sortbutton-wrapper,\n.pat-lafontaine .esg-cartbutton-wrapper {\n display: inline-block;\n margin-right: 1px !important;\n margin-left: 0 !important;\n}\n\n.pat-lafontaine .esg-sortbutton-order,\n.pat-lafontaine .esg-cartbutton-order {\n display: inline-block;\n vertical-align: middle;\n border: none;\n width: 50px;\n line-height: 50px;\n font-size: 12px;\n font-weight: 700;\n color: #999;\n cursor: pointer;\n background: #eaedf1;\n margin-left: 1px;\n border-radius: 0;\n}\n\n.pat-lafontaine .esg-sortbutton-order.eg-icon-down-open:before {\n content: \"arrow_downward\";\n font-family: \"Material Icons\";\n font-size: 18px;\n color: #000;\n vertical-align: middle;\n}\n\n.pat-lafontaine .esg-sortbutton-order.hovered.eg-icon-down-open:before {\n color: #fff\n}\n\n.pat-lafontaine .esg-cartbutton {\n color: #999;\n cursor: default !important;\n border-radius: 0 !important;\n padding: 0 20px 0 16px\n}\n\n.pat-lafontaine .esg-cartbutton.hovered .eg-icon-basket,\n.pat-lafontaine .esg-cartbutton.hovered .ess-cart-content {\n color: #fff\n}\n\n.pat-lafontaine .esg-cartbutton .esgicon-basket {\n color: #999;\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.pat-lafontaine .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.pat-lafontaine .esg-sortbutton,\n.pat-lafontaine .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n margin-right: 0px;\n border-radius: 5px;\n}\n\n.pat-lafontaine input.eg-search-input.hovered,\n.pat-lafontaine input.eg-search-input:focus,\n.pat-lafontaine .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.pat-lafontaine .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.pat-lafontaine .esg-navigationbutton.hovered,\n.pat-lafontaine .esg-filterbutton.hovered,\n.pat-lafontaine .esg-sortbutton.hovered,\n.pat-lafontaine .esg-sortbutton-order.hovered,\n.pat-lafontaine .esg-cartbutton-order.hovered,\n.pat-lafontaine .esg-filterbutton.selected,\n.pat-lafontaine .esg-cartbutton.hovered,\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n border-color: none;\n color: #fff;\n background: #000;\n}\n\n.pat-lafontaine .esg-navigationbutton.hovered * {\n color: #000;\n}\n\n.pat-lafontaine .esg-sortbutton-order.hovered.tp-desc {\n color: #000;\n}\n\n.pat-lafontaine .esg-filter-checked {\n color: #cbcbcb;\n background: none;\n margin-left: 10px;\n font-size: 9px;\n font-weight: 300;\n line-height: 13px;\n vertical-align: middle;\n display: inline-block;\n transform: translateY(-1px);\n border: 1px solid #cbcbcb;\n}\n.pat-lafontaine .esg-filterbutton.hovered .esg-filter-checked {\n color: #fff;\n background: #000;\n}\n\n.pat-lafontaine .esg-filterbutton.selected .esg-filter-checked {\n background: #fff;\n color: #000;\n border: 1px solid #fff;\n}\n\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper {\n white-space: nowrap;\n}\n\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 5px;\n}\n\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width:40px;\n padding:0px;\n margin-left: 5px;\n margin-right:0px;\n}\n\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width:auto;\n}\n\n.pat-lafontaine .esg-sortbutton {\n border-radius: 0;\n padding-right: 40px\n}\n\n.pat-lafontaine .esg-sortbutton:after,\n.pat-lafontaine .esg-selected-filterbutton .eg-icon-down-open:before{\n content: \"\";\n position: absolute;\n width: 5px;\n height: 5px;\n border-left: 1px solid #000;\n border-bottom: 1px solid #000;\n transform: rotate(-45deg) translateY(-6px);\n right: 15px;\n top: 50%\n}\n\n.pat-lafontaine .esg-sortbutton.hovered:after {\n border-left: 1px solid #fff;\n border-bottom: 1px solid #fff;\n}\n\n.pat-lafontaine .esg-dropdown-wrapper {\n transform: translateZ(10px) translateX(-50%);\n left: 50%;\n background:transparent;\n padding:0px;\n}\n\n.pat-lafontaine .esg-dropdown-wrapper .esg-filterbutton {\n position: relative;\n width: 100%;\n}\n\n.pat-lafontaine .esg-selected-filterbutton .eg-icon-down-open {\n margin-right: -10px;\n font-size: 12px;\n color:#999;\n}\n\n.pat-lafontaine .dropdownstyle .esg-filterbutton .esg-filter-checked {\n margin-left: 0;\n transform: translateY(-2px);\n}\n\n.pat-lafontaine .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open,\n.pat-lafontaine .esg-selected-filterbutton.hovered .eg-icon-down-open {\n color:#000;\n}\n\n.pat-lafontaine .eg-search-wrapper {background: #3d3b3e}\n.pat-lafontaine .eg-search-wrapper .eg-search-input {\n background: #3d3b3e;\n font-style: italic;\n border-bottom: 1px solid #868689;\n line-height: 22px;\n min-height: 22px;\n padding: 0;\n margin: 0 0 0 20px !important;\n}\n\n.pat-lafontaine .eg-search-wrapper .eg-search-input.hovered,\n.pat-lafontaine .eg-search-wrapper .eg-search-input:focus,\n.pat-lafontaine .eg-search-wrapper .eg-search-input:active,\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n background-color: #3d3b3e !important;\n color: #fff !important;\n}\n\n.pat-lafontaine .eg-search-wrapper .eg-search-input.hovered,\n.pat-lafontaine .eg-search-wrapper input:-webkit-autofill,\n.pat-lafontaine .eg-search-wrapper input:-webkit-autofill:hover,\n.pat-lafontaine .eg-search-wrapper input:-webkit-autofill:focus {\n border-bottom: 1px solid #fff;\n -webkit-text-fill-color: #fff;\n -webkit-box-shadow: 0 0 0px 1000px #3d3b3e inset;\n}\n\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 0;\n width: 46px;\n}\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n background: #000;\n}\n\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-clean {\n margin-left: 0;\n width: 46px;\n background: #000;\n color: #fff\n}\n\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered {\n background: #f03e3f;\n}\n\n',NULL),
(10,'Grant Fuhr','grant-fuhr','/*************************************\n - Grant Fuhr 3.0.0 SKIN -\n*************************************/\n@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");\n\n\n\n.grant-fuhr .esg-filters {\n margin-bottom: 20px !important;\n}\n\n.grant-fuhr .navigationbuttons,\n.grant-fuhr .esg-pagination,\n.grant-fuhr .esg-filters {\n text-transform: uppercase;\n text-align: center;\n}\n\n\n.grant-fuhr .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.grant-fuhr input.eg-search-input,\n.grant-fuhr .esg-filterbutton,\n.grant-fuhr .esg-navigationbutton,\n.grant-fuhr .esg-sortbutton,\n.grant-fuhr .esg-cartbutton,\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: #fff;\n margin-right: 13px;\n cursor: pointer;\n position: relative;\n z-index: 2;\n padding: 0px 15px;\n border: none;\n line-height: 50px;\n font-size: 12px;\n font-weight: 400;\n font-family: \"Open Sans\", sans-serif;\n font-style: italic;\n letter-spacing: 1px;\n display: inline-block;\n background: #2e2e34;\n margin-bottom: 1px;\n white-space: nowrap;\n min-height: 50px;\n vertical-align: top;\n border-radius: 0px !important;\n min-width: 42px;\n text-transform: none;\n}\n.grant-fuhr .esg-cartbutton-wrapper {\n margin: 0 11px !important;\n}\n\n.grant-fuhr .esg-filterbutton.esg-allfilter {\n text-decoration: underline;\n}\n\n.grant-fuhr .esg-sortbutton-wrapper {\n position: relative;\n margin: 0 2px 0 8px !important;\n}\n\n.grant-fuhr .esg-sortbutton-wrapper .esg-sortbutton {\n padding-right: 35px;\n}\n\n.grant-fuhr .esg-filterbutton:before,\n.grant-fuhr .eg-search-wrapper:before,\n.grant-fuhr .esg-cartbutton:before,\n.grant-fuhr .esg-sortbutton-wrapper .esg-sortbutton:before,\n.grant-fuhr .esg-filter-wrapper.dropdownstyle:before {\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 0 0 50px 12px;\n border-color: transparent transparent #2e2e34 transparent;\n position: absolute;\n content:\"\";\n top: 0;\n left: -12px\n}\n\n.grant-fuhr .esg-sortbutton-wrapper .esg-sortbutton.hovered:before {\n border-color: transparent transparent #fff157 transparent;\n}\n\n.grant-fuhr .esg-filterbutton:after,\n.grant-fuhr .eg-search-wrapper .eg-search-clean:after,\n.grant-fuhr .esg-cartbutton:after,\n.grant-fuhr .esg-sortbutton-order:after,\n.grant-fuhr .esg-filter-wrapper.dropdownstyle:after {\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 50px 12px 0 0;\n border-color: #2e2e34 transparent transparent transparent;\n position: absolute;\n content:\"\";\n top: 0;\n right: -12px\n}\n\n.grant-fuhr .esg-filter-wrapper.dropdownstyle:after {\n right: 1px\n}\n\n.grant-fuhr .esg-filterbutton.hovered:before,\n.grant-fuhr .esg-filterbutton.selected:before,\n.grant-fuhr .esg-cartbutton.hovered:before,\n.grant-fuhr .esg-sortbutton-wrapper.hovered:before,\n.grant-fuhr .esg-filter-wrapper.dropdownstyle:hover:before {\n border-color: transparent transparent #fff157 transparent;\n}\n\n.grant-fuhr .esg-filterbutton.hovered:after,\n.grant-fuhr .esg-filterbutton.selected:after,\n.grant-fuhr .esg-cartbutton.hovered:after,\n.grant-fuhr .esg-sortbutton-wrapper.hovered:after,\n.grant-fuhr .esg-filter-wrapper.dropdownstyle:hover:after {\n border-color: #fff157 transparent transparent transparent;\n}\n\n.esg-sortbutton-order.tp-desc {\n transform: none;\n}\n\n.esg-sortbutton-order.tp-desc:before {\n transform: scaleY(-1);\n}\n\n.grant-fuhr .esg-filterbutton .eg-el-amount {\n position: absolute;\n line-height: 27px;\n min-width: 27px;\n border-radius: 50%;\n background: #fff157;\n color: #000;\n top: -13px;\n right: -5px;\n text-align: center;\n z-index: 2;\n font-style: normal;\n font-weight: 600;\n\n}\n\n.grant-fuhr .esg-filterbutton .eg-el-amount:before,\n.grant-fuhr .esg-filterbutton .eg-el-amount:after {\n display: none\n}\n\n.grant-fuhr .esg-filterbutton.selected .eg-el-amount {\n background: #2e2e34;\n color: #fff;\n}\n\n.grant-fuhr .esg-cartbutton a {\n color: #fff;\n}\n\n.grant-fuhr .esg-cartbutton.hovered a {\n color: #000;\n}\n\n.grant-fuhr .eg-search-wrapper {\n position: relative\n}\n\n.grant-fuhr .eg-search-wrapper:before {\n border-color: transparent transparent #fff157 transparent;\n}\n\n.grant-fuhr input.eg-search-input {\n background: #fff157;\n outline-style: none;\n margin-bottom: 0 !important;\n}\n\n.grant-fuhr input.eg-search-input::placeholder {\n line-height: 40px;\n vertical-align: middle;\n color:#000;\n}\n\n.grant-fuhr input.eg-search-input:focus::placeholder {\n opacity: 0;\n}\n\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 0 !important;\n min-width: 50px;\n background: #fff157;\n color: #000;\n}\n\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n background: #2e2e34 !important;\n color: #fff157 !important;\n}\n\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper .eg-search-clean {\n margin-left: 0 !important;\n min-width: 50px;\n}\n\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered:after {\n border-color: #fff157 transparent transparent transparent;\n}\n\n.grant-fuhr .esg-sortbutton-order.eg-icon-down-open:before {\n content: \"arrow_downward\";\n font-family: \"Material Icons\";\n font-size: 18px;\n color: #000;\n vertical-align: middle;\n}\n\n.grant-fuhr .esg-sortbutton-order.hovered.eg-icon-down-open:before {\n color: #fff\n}\n\n.grant-fuhr .esg-navigationbutton {\n padding: 0px;\n width:40px;\n}\n\n.grant-fuhr .esg-navigationbutton.esg-loadmore {\n width: auto;\n padding: 0 20px\n}\n\n.grant-fuhr .esg-navigationbutton * {\n color: #999;\n}\n\n.grant-fuhr .esg-pagination-button:last-child {\n margin-right: 0;\n}\n\n.grant-fuhr .esg-navigationbutton.selected,\n.grant-fuhr .esg-navigationbutton.hovered {\n color: #000 !important;\n}\n\n.grant-fuhr .esg-navigationbutton.esg-right,\n.grant-fuhr .esg-navigationbutton.esg-left {\n width: 50px;\n}\n\n.grant-fuhr .esg-navigationbutton.esg-right i,\n.grant-fuhr .esg-navigationbutton.esg-left i {\n color: #fff;\n}\n\n.grant-fuhr .esg-navigationbutton.esg-right.hovered i,\n.grant-fuhr .esg-navigationbutton.esg-left.hovered i {\n color: #000;\n}\n\n.grant-fuhr .esg-sortbutton-wrapper,\n.grant-fuhr .esg-cartbutton-wrapper {\n display: inline-block;\n}\n\n.grant-fuhr .esg-sortbutton-order,\n.grant-fuhr .esg-cartbutton-order {\n display: inline-block;\n vertical-align: top;\n border: none;\n width: 50px;\n line-height: 40px;\n border-radius: 0;\n font-size: 12px;\n font-weight: 700;\n color: #999;\n cursor: pointer;\n background: #fff157;\n margin-left: 0;\n line-height: 50px;\n}\n\n.grant-fuhr .esg-sortbutton-order.hovered,\n.grant-fuhr .esg-cartbutton-order.hovered {\n color: #fff157 !important;\n background: #2e2e34 !important;\n}\n\n.grant-fuhr .esg-sortbutton-order:after {\n border-color: #fff157 transparent transparent transparent;\n}\n\n.grant-fuhr .esg-sortbutton-order.hovered:after {\n border-color: #2e2e34 transparent transparent transparent;\n}\n\n.grant-fuhr .esg-cartbutton {\n color: #999;\n cursor: default !important;\n}\n\n.grant-fuhr .esg-cartbutton .esgicon-basket {\n color: #999;\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.grant-fuhr .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.grant-fuhr .esg-sortbutton,\n.grant-fuhr .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n margin-right: 0px;\n border-radius: 5px;\n}\n\n.grant-fuhr input.eg-search-input.hovered,\n.grant-fuhr input.eg-search-input:focus,\n.grant-fuhr .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.grant-fuhr .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.grant-fuhr .esg-navigationbutton.hovered,\n.grant-fuhr .esg-filterbutton.hovered,\n.grant-fuhr .esg-sortbutton.hovered,\n.grant-fuhr .esg-sortbutton-order.hovered,\n.grant-fuhr .esg-cartbutton-order.hovered,\n.grant-fuhr .esg-filterbutton.selected,\n.grant-fuhr .esg-cartbutton.hovered,\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n border-color: none;\n color: #000;\n background: #fff157;\n}\n\n.grant-fuhr .esg-navigationbutton.hovered * {\n color: #000;\n}\n\n.grant-fuhr .esg-sortbutton-order.hovered.tp-desc {\n color: #000;\n}\n\n.grant-fuhr .esg-allfilter.esg-allfilter {\n}\n\n.grant-fuhr .esg-filter-checked {\n color: #cbcbcb;\n background: #cbcbcb;\n margin-left: 10px;\n font-size: 9px;\n font-weight: 300;\n line-height: 9px;\n vertical-align: middle;\n}\n\n.grant-fuhr .esg-filterbutton.selected .esg-filter-checked,\n.grant-fuhr .esg-filterbutton.hovered .esg-filter-checked {\n color: #fff;\n background: #000;\n}\n\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper {\n white-space: nowrap;\n}\n\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 5px;\n}\n\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width:40px;\n padding:0px;\n margin-left: 5px;\n margin-right:0px;\n}\n\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width:auto;\n}\n\n.grant-fuhr .esg-dropdown-wrapper {\n transform: translateZ(10px) translateX(-50%);\n left: 50%;\n background:transparent;\n padding:0px;\n}\n\n.grant-fuhr .esg-dropdown-wrapper .esg-filterbutton {\n position: relative\n}\n\n.grant-fuhr .esg-selected-filterbutton .eg-icon-down-open {\n margin-right: -10px;\n font-size: 12px;\n color:#999;\n}\n.grant-fuhr .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open,\n.grant-fuhr .esg-selected-filterbutton.hovered .eg-icon-down-open {\n color:#000;\n}\n\n.grant-fuhr .esg-sortbutton:after,\n.grant-fuhr .esg-selected-filterbutton .eg-icon-down-open:before {\n content: \"\";\n position: absolute;\n width: 5px;\n height: 5px;\n border-left: 1px solid #fff157;\n border-bottom: 1px solid #fff157;\n transform: rotate(-45deg) translateY(-6px);\n right: 15px;\n top: 50%\n}\n\n.grant-fuhr .esg-sortbutton.hovered:after,\n.grant-fuhr .esg-selected-filterbutton.hovered .eg-icon-down-open:before,\n.grant-fuhr .esg-filter-wrapper.dropdownstyle:hover .esg-selected-filterbutton .eg-icon-down-open:before {\n border-left: 1px solid #000;\n border-bottom: 1px solid #000;\n}\n\n.grant-fuhr .esg-dropdown-wrapper .esg-filterbutton {\n width: 100%;\n margin: 0;\n}\n\n.grant-fuhr .esg-dropdown-wrapper .esg-filterbutton:before,\n.grant-fuhr .esg-dropdown-wrapper .esg-filterbutton:after {\n display: none;\n}\n\n.grant-fuhr .esg-filter-wrapper.dropdownstyle:hover .esg-selected-filterbutton {\n background: #fff157;\n color: #000;\n}\n\n',NULL),
(11,'Leon Draisaitl','leon-draisaitl','/*************************************\n - LEON DRAISAITL 3.0.0 SKIN -\n*************************************/\n@import url(\"https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500&display=swap\");\n@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");\n\n\n\n.leon-draisaitl .esg-overflowtrick {\n margin: 20px 0;\n}\n\n.leon-draisaitl .navigationbuttons,\n.leon-draisaitl .esg-pagination,\n.leon-draisaitl .esg-filters {\n text-align: center;\n}\n\n.leon-draisaitl .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.leon-draisaitl input.eg-search-input,\n.leon-draisaitl .esg-filterbutton,\n.leon-draisaitl .esg-navigationbutton,\n.leon-draisaitl .esg-sortbutton,\n.leon-draisaitl .esg-cartbutton,\n.leon-draisaitl .esg-sortbutton-order,\n.leon-draisaitl .esg-cartbutton-order,\n.leon-draisaitl .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.leon-draisaitl .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: #000;\n cursor: pointer;\n padding: 0px 20px;\n border: 2px solid #000;\n line-height: 50px;\n font-size: 16px;\n font-weight: 500;\n font-family: \"Roboto Mono\", monospace;\n display: inline-block;\n background: transparent;\n margin: -2px -2px 0 0 !important;\n white-space: nowrap;\n min-height: 50px;\n vertical-align: middle;\n min-width: 54px;\n box-shadow: inset 0px 0px 0px 0px #000;\n transition: all 0.4s ease;\n}\n\n.leon-draisaitl .esg-sortbutton-wrapper,\n.leon-draisaitl .esg-filter-wrapper,\n.leon-draisaitl .esg-cartbutton-wrapper {\n margin: 0 !important;\n}\n\n.leon-draisaitl .esg-cartbutton a {\n color:#000;\n}\n\n.leon-draisaitl input.eg-search-input::placeholder {\n line-height: 30px;\n vertical-align: middle;\n color:#000;\n}\n\n.leon-draisaitl input.eg-search-input.hovered::placeholder {\n color: #fff;\n}\n\n.leon-draisaitl .esg-navigationbutton * {\n color: #000;\n}\n\n.leon-draisaitl .esg-left,\n.leon-draisaitl .esg-right {\n color: #000;\n padding: 0px 7px;\n}\n\n.leon-draisaitl .esg-pagination-button:last-child {\n margin-right: 0;\n}\n\n.leon-draisaitl .esg-sortbutton-wrapper,\n.leon-draisaitl .esg-cartbutton-wrapper {\n display: inline-block;\n vertical-align: top;\n}\n\n.leon-draisaitl .esg-sortbutton-order,\n.leon-draisaitl .esg-cartbutton-order {\n padding: 0px;\n width: 29px;\n font-size: 9px;\n}\n\n.leon-draisaitl .esg-cartbutton {\n color: #333;\n cursor: default !important;\n}\n\n.leon-draisaitl .esg-cartbutton.hovered *,\n.leon-draisaitl .esg-navigationbutton.hovered * {\n color: #fff !important;\n}\n\n.leon-draisaitl .esg-cartbutton .esgicon-basket {\n color: #333;\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.leon-draisaitl .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.leon-draisaitl .esg-sortbutton,\n.leon-draisaitl .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n margin-right: 5px;\n}\n\n.leon-draisaitl input.eg-search-input.hovered,\n.leon-draisaitl input.eg-search-input:focus,\n.leon-draisaitl .esg-navigationbutton.hovered,\n.leon-draisaitl .esg-filterbutton.hovered,\n.leon-draisaitl .esg-sortbutton.hovered,\n.leon-draisaitl .esg-sortbutton-order.hovered,\n.leon-draisaitl .esg-cartbutton.hovered,\n.leon-draisaitl .esg-filterbutton.selected,\n.leon-draisaitl .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.leon-draisaitl .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.leon-draisaitl .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.leon-draisaitl .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n background-color: #fff;\n border-color: #000;\n color: #fff;\n box-shadow: inset 0px 0px 0px 50px #000;\n}\n\n.leon-draisaitl .esg-cartbutton.hovered a {\n color:#000;\n}\n\n.leon-draisaitl .esg-navigationbutton.hovered * {\n color: #333;\n}\n\n.leon-draisaitl .esg-sortbutton-order.hovered .tp-desc {\n border-color: #bbb;\n color: #333;\n box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important;\n}\n\n.leon-draisaitl .esg-filter-checked {\n color: #aaa;\n border: 2px solid #000;\n background: transparent;\n margin-left: 10px;\n font-size: 9px;\n font-weight: 400;\n line-height: 14px;\n vertical-align: middle;\n text-align: center;\n min-width: 18px;\n display: inline-block;\n}\n\n.leon-draisaitl .esg-filterbutton.selected .esg-filter-checked,\n.leon-draisaitl .esg-filterbutton.hovered .esg-filter-checked {\n color: #000;\n background: #fff;\n}\n\n.leon-draisaitl .esg-filter-wrapper.eg-search-wrapper {\n line-height: 30px;\n white-space: nowrap;\n}\n\n.leon-draisaitl .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 5px;\n}\n\n.leon-draisaitl .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.leon-draisaitl .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width:29px;\n padding:0px;\n margin-left: 5px;\n margin-right:0px;\n}\n\n.leon-draisaitl .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width:auto;\n border-radius:0px;\n}\n\n.leon-draisaitl .esg-dropdown-wrapper {\n left: 0px;\n background: #fff;\n border: 2px solid #000;\n margin-top: -2px;\n padding: 0;\n}\n\n.leon-draisaitl .esg-dropdown-wrapper .esg-filterbutton {\n position: relative;\n text-align: left;\n background:transparent;\n padding: 5px 20px;\n border:none;\n box-shadow: none;\n box-sizing: border-box;\n}\n\n.leon-draisaitl .esg-dropdown-wrapper .esg-filterbutton.esg-allfilter {\n width: 100%;\n}\n\n.leon-draisaitl .esg-dropdown-wrapper .esg-filterbutton.selected,\n.leon-draisaitl .esg-dropdown-wrapper .esg-filterbutton.hovered {\n background: #000;\n}\n\n.leon-draisaitl .esg-dropdown-wrapper .esg-filterbutton .esg-filter-checked {\n margin: 0 10px 0 -2px;\n}\n\n.leon-draisaitl .esg-selected-filterbutton .eg-icon-down-open {\n margin-right: -10px;\n font-size: 9px;\n color:#000;\n}\n.leon-draisaitl .esg-selected-filterbutton.hovered .eg-icon-down-open,\n.leon-draisaitl .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open {\n color: #fff;\n}\n\n.leon-draisaitl .esg-sortbutton-order.eg-icon-down-open:before {\n content: \"arrow_downward\";\n font-family: \"Material Icons\";\n font-size: 19px;\n vertical-align: middle;\n}\n\n',NULL),
(12,'Uwe Krupp','uwe-krupp','/*************************************\n - UWE KRUPP 3.0.0 SKIN -\n*************************************/\n@import url(\"https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap\");\n@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");\n\n\n\n.uwe-krupp .esg-overflowtrick {\n margin: 50px 0;\n}\n\n.uwe-krupp .navigationbuttons,\n.uwe-krupp .esg-pagination,\n.uwe-krupp .esg-filters {\n text-align: center;\n}\n\n.uwe-krupp .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.uwe-krupp input.eg-search-input,\n.uwe-krupp .esg-filterbutton,\n.uwe-krupp .esg-navigationbutton,\n.uwe-krupp .esg-sortbutton,\n.uwe-krupp .esg-cartbutton,\n.uwe-krupp .esg-sortbutton-order,\n.uwe-krupp .esg-cartbutton-order,\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: #6a666b;\n letter-spacing: 1px;\n margin-right: 5px;\n cursor: pointer;\n padding: 0px 15px;\n line-height: 40px;\n font-size: 13px;\n font-weight: 400;\n font-family: \"Arvo\", serif;\n display: inline-block;\n background: rgba(255, 255, 255, 0.65);\n margin-bottom: 5px;\n white-space: nowrap;\n min-height: 40px;\n vertical-align: middle;\n min-width: 40px;\n border-radius: 12px;\n}\n\n.uwe-krupp .esg-cartbutton a {\n color:#000;\n}\n\n.uwe-krupp input.eg-search-input::placeholder {\n line-height: 30px;\n vertical-align: middle;\n color: #6a666b;\n}\n\n.uwe-krupp input.eg-search-input:focus::placeholder {\n opacity: 0;\n}\n\n.uwe-krupp .esg-navigationbutton.esg-right,\n.uwe-krupp .esg-navigationbutton.esg-left {\n background: #b0a5b4;\n}\n\n.uwe-krupp .esg-navigationbutton.esg-left {\n border-radius: 0 12px 12px 0px;\n}\n\n.uwe-krupp .esg-navigationbutton.esg-right {\n border-radius: 12px 0px 0px 12px;\n}\n\n.uwe-krupp .esg-navigationbutton * {\n color: #000;\n}\n\n.uwe-krupp .esg-left,\n.uwe-krupp .esg-right {\n color: #000;\n padding: 0px 7px;\n}\n\n.uwe-krupp .esg-pagination-button:last-child {\n margin-right: 0;\n}\n\n.uwe-krupp .esg-sortbutton-wrapper,\n.uwe-krupp .esg-cartbutton-wrapper {\n display: inline-block;\n vertical-align: top;\n}\n\n.uwe-krupp .esg-sortbutton-order,\n.uwe-krupp .esg-cartbutton-order {\n padding: 0px;\n width: 29px;\n font-size: 9px;\n}\n\n.uwe-krupp .esg-cartbutton {\n color: #757176;\n cursor: default !important;\n}\n\n.uwe-krupp .esg-cartbutton .esgicon-basket {\n color: #757176;\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.uwe-krupp .esg-cartbutton .ess-cart-content {\n color: #757176;\n}\n\n.uwe-krupp .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.uwe-krupp .esg-sortbutton,\n.uwe-krupp .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n margin-right: 5px;\n}\n\n.uwe-krupp input.eg-search-input.hovered,\n.uwe-krupp input.eg-search-input:focus,\n.uwe-krupp .esg-navigationbutton.hovered,\n.uwe-krupp .esg-filterbutton.hovered,\n.uwe-krupp .esg-sortbutton.hovered,\n.uwe-krupp .esg-sortbutton-order.hovered,\n.uwe-krupp .esg-cartbutton.hovered,\n.uwe-krupp .esg-filterbutton.selected,\n.uwe-krupp .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.uwe-krupp .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n background-color: #fff;\n color: #333;\n}\n\n.uwe-krupp .esg-cartbutton.hovered a {\n color:#000;\n}\n\n.uwe-krupp .esg-navigationbutton.hovered * {\n color: #333;\n}\n\n.uwe-krupp .esg-sortbutton-order.hovered .tp-desc {\n border-color: #bbb;\n color: #333;\n box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important;\n}\n\n.uwe-krupp .esg-filter-checked {\n color: #b0a5b4;\n background: transparent;\n border: 1px solid #b0a5b4;\n margin-left: 10px;\n font-size: 9px;\n font-weight: 400;\n line-height: 12px;\n min-width: 12px;\n vertical-align: middle;\n display: inline-block;\n transform: translateY(-1px);\n}\n\n.uwe-krupp .esg-filterbutton.selected .esg-filter-checked,\n.uwe-krupp .esg-filterbutton.hovered .esg-filter-checked {\n color: #fff;\n background: #000;\n border: 1px solid #000;\n}\n\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper {\n line-height: 30px;\n white-space: nowrap;\n}\n\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 5px;\n}\n\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width:29px;\n padding:0px;\n margin-left: 5px;\n margin-right:0px;\n}\n\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width:auto;\n border-radius: 12px 0px 0px 12px;\n border: none;\n}\n\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n border-radius: 0px 12px 12px 0px;\n margin-left: 0;\n}\n\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered,\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper .eg-search-clean {\n background: #b0a5b4;\n color: #fff;\n}\n\n.uwe-krupp .esg-dropdown-wrapper {\n left: 0px;\n background:#fff;\n}\n\n.uwe-krupp .esg-dropdown-wrapper .esg-filterbutton {\n position: relative;\n text-align: left;\n background:transparent;\n padding:0px;\n border:none;\n box-shadow: none;\n}\n\n.uwe-krupp .esg-selected-filterbutton .eg-icon-down-open {\n margin-right: -10px;\n font-size: 9px;\n color:#000;\n}\n.uwe-krupp .esg-selected-filterbutton.hovered .eg-icon-down-open,\n.uwe-krupp .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open{\n color:#333;\n}\n\n.uwe-krupp .esg-sortbutton-order.eg-icon-down-open {\n background: #b0a5b4;\n color: #fff;\n}\n\n.uwe-krupp .esg-sortbutton-order.eg-icon-down-open:before {\n content: \"arrow_downward\";\n font-family: \"Material Icons\";\n font-size: 19px;\n vertical-align: middle;\n}\n\n',NULL),
(13,'Clark Gillies','clark-gillies','/*************************************\n - CLARK GILLIES 3.0.0 SKIN -\n*************************************/\n@import url(\"https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap\");\n@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");\n\n\n.clark-gillies .navigationbuttons,\n.clark-gillies .esg-pagination,\n.clark-gillies .esg-filters {\n text-align: center;\n}\n\n.clark-gillies .esg-filters {\n margin-bottom: 20px !important;\n}\n\n.clark-gillies .esg-filter-wrapper {\n margin: 0 !important;\n}\n\n.clark-gillies .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.clark-gillies input.eg-search-input,\n.clark-gillies .esg-filterbutton,\n.clark-gillies .esg-navigationbutton,\n.clark-gillies .esg-sortbutton,\n.clark-gillies .esg-cartbutton,\n.clark-gillies .esg-sortbutton-order,\n.clark-gillies .esg-cartbutton-order,\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: #000;\n margin: 0 10px 0 0 !important;\n cursor: pointer;\n padding: 0px 10px;\n border: none;\n line-height: 28px;\n font-size: 13px;\n font-weight: 400;\n font-family: \"Arvo\", serif;\n display: inline-block;\n background: transparent;\n white-space: nowrap;\n min-height: 28px;\n vertical-align: middle;\n letter-spacing: -0.5px;\n min-width: 24px;\n position: relative;\n transition: all 0.3s ease;\n}\n\n.clark-gillies .esg-filterbutton:before,\n.clark-gillies .esg-selected-filterbutton:before,\n.clark-gillies .esg-sortbutton:before {\n content: \"\";\n position: absolute;\n z-index: -1;\n height: 2px;\n width: calc(100% - 20px);\n left: 10px;\n bottom: 0;\n background: #000;\n transition: all 0.3s ease;\n}\n\n.clark-gillies .esg-filterbutton.hovered:before,\n.clark-gillies .esg-filterbutton.selected:before,\n.clark-gillies .esg-filter-wrapper:hover .esg-selected-filterbutton:before,\n.clark-gillies .esg-sortbutton.hovered:before{\n width: 100%;\n height: 100%;\n left: 0;\n}\n\n.clark-gillies .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open {\n color: #fff !important;\n}\n\n.clark-gillies .esg-cartbutton a {\n color:#fff;\n}\n\n.clark-gillies input.eg-search-input::placeholder {\n line-height: 30px;\n vertical-align: middle;\n color:#000;\n}\n\n.clark-gillies input.eg-search-input:focus::placeholder {\n opacity: 0;\n}\n\n.clark-gillies .esg-navigationbutton {\n min-width: 28px;\n}\n\n.clark-gillies .esg-navigationbutton * {\n color: #fff;\n}\n\n.clark-gillies .esg-left,\n.clark-gillies .esg-right,\n.clark-gillies .esg-loadmore {\n color: #fff;\n padding: 2px 7px;\n transition: all 0.3s ease;\n box-shadow: inset 0 0 0 20px #000;\n}\n.clark-gillies .esg-left.hovered,\n.clark-gillies .esg-right.hovered,\n.clark-gillies .esg-loadmore.hovered {\n color: #000 !important;\n box-shadow: inset 0 0 0 2px #000;\n}\n\n.clark-gillies .esg-loadmore {\n padding: 0 10px;\n}\n\n.clark-gillies .esg-pagination-button:last-child {\n margin-right: 0;\n}\n\n.clark-gillies .esg-sortbutton-wrapper,\n.clark-gillies .esg-cartbutton-wrapper {\n display: inline-block;\n vertical-align: top;\n}\n\n.clark-gillies .esg-sortbutton-order,\n.clark-gillies .esg-cartbutton-order,\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-clean {\n padding: 0px;\n min-width: 30px;\n font-size: 9px;\n transition: all 0.3s ease;\n box-shadow: inset 0 0 0 2px #000;\n margin-right: 20px !important;\n}\n\n.clark-gillies .esg-sortbutton-order.hovered,\n.clark-gillies .esg-cartbutton-order.hovered,\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered {\n box-shadow: inset 0 0 0 20px #000\n}\n\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-clean {\n font-size: 12px;\n line-height: 28px !important;\n}\n\n.clark-gillies .esg-sortbutton-order.eg-icon-down-open:before {\n content: \"arrow_downward\";\n font-family: \"Material Icons\";\n font-size: 19px;\n vertical-align: middle;\n}\n\n.clark-gillies .esg-cartbutton {\n color: #fff;\n cursor: default !important;\n transition: all 0.3s ease;\n box-shadow: inset 0 0 0 20px #000;\n}\n\n.clark-gillies .esg-cartbutton.hovered {\n box-shadow: inset 0 0 0 2px #000;\n}\n\n.clark-gillies .esg-cartbutton .ess-cart-content {\n color: #fff;\n}\n\n.clark-gillies .esg-cartbutton.hovered .ess-cart-content {\n color: #000;\n}\n\n.clark-gillies .esg-cartbutton .esgicon-basket {\n color: #fff;\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.clark-gillies .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.clark-gillies .esg-sortbutton,\n.clark-gillies .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n margin-right: 0 !important;\n}\n\n.clark-gillies input.eg-search-input.hovered,\n.clark-gillies input.eg-search-input:focus,\n.clark-gillies .esg-navigationbutton.hovered,\n.clark-gillies .esg-filterbutton.hovered,\n.clark-gillies .esg-sortbutton.hovered,\n.clark-gillies .esg-sortbutton-order.hovered,\n.clark-gillies .esg-cartbutton.hovered,\n.clark-gillies .esg-filterbutton.selected,\n.clark-gillies .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.clark-gillies .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n color: #fff;\n}\n\n.clark-gillies .esg-cartbutton.hovered a {\n color:#000;\n}\n\n.clark-gillies .esg-navigationbutton.hovered * {\n color: #333;\n}\n\n.clark-gillies .esg-sortbutton-order.hovered .tp-desc {\n border-color: #bbb;\n color: #333;\n box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important;\n}\n\n.clark-gillies .esg-filter-checked {\n color: #000;\n margin-left: 10px;\n font-size: 9px;\n font-weight: 400;\n line-height: 20px;\n vertical-align: middle;\n border: 1px solid #000;\n background: transparent;\n padding: 1px 0;\n}\n\n.clark-gillies .esg-filterbutton.selected .esg-filter-checked,\n.clark-gillies .esg-filterbutton.hovered .esg-filter-checked,\n.clark-gillies .esg-dropdown-wrapper .esg-filter-checked {\n color: #000;\n background: #fff;\n}\n\n.clark-gillies .esg-dropdown-wrapper .esg-filter-checked {\n margin-left: 0;\n}\n\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper {\n line-height: 22px;\n white-space: nowrap;\n}\n\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 0;\n border-bottom: 2px solid #000;\n}\n\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width: 29px;\n padding: 0px;\n margin-left: 0px;\n margin-right: 0px;\n min-height: 26px;\n line-height: 26px;\n}\n\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width: auto;\n border-radius: 0px;\n border-bottom: 2px solid #000;\n margin: 0 !important;\n padding: 2px 0;\n min-height: 22px;\n line-height: 22px;\n font-size: 13px;\n}\n\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-input:focus,\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-input:active,\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-input.hovered {\n color: #000;\n}\n\n.clark-gillies .esg-dropdown-wrapper {\n left: 0px;\n background: #000;\n width: 100%;\n}\n\n.clark-gillies .esg-dropdown-wrapper .esg-filterbutton {\n position: relative;\n text-align: left;\n background: transparent;\n padding: 0px;\n border: none;\n box-shadow: none;\n color: #fff;\n}\n\n.clark-gillies .esg-dropdown-wrapper .esg-filterbutton.hovered {\n opacity: 0.6;\n}\n\n.clark-gillies .esg-selected-filterbutton .eg-icon-down-open {\n margin-right: -10px;\n font-size: 9px;\n color:#000;\n}\n.clark-gillies .esg-selected-filterbutton.hovered .eg-icon-down-open,\n.clark-gillies .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open{\n color:#333;\n}\n\n.clark-gillies .esg-filterbutton .eg-el-amount:before,\n.clark-gillies .esg-filterbutton .eg-el-amount:after {\n content: \"\";\n}\n\n',NULL),
(14,'Rod Langway','rod-langway','/*************************************\n - ROD LANGWAY 3.0.0 SKIN -\n*************************************/\n@import url(\"https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;700&display=swap\");\n@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");\n\n\n\n.rod-langway .esg-overflowtrick {\n margin: 20px 0;\n}\n\n.rod-langway .navigationbuttons,\n.rod-langway .esg-pagination,\n.rod-langway .esg-filters {\n text-align: center;\n}\n\n.rod-langway .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.rod-langway input.eg-search-input,\n.rod-langway .esg-filterbutton,\n.rod-langway .esg-navigationbutton,\n.rod-langway .esg-sortbutton,\n.rod-langway .esg-cartbutton,\n.rod-langway .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.rod-langway .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: #000;\n margin-right: 0;\n cursor: pointer;\n padding: 4px 17px 0;\n border: none;\n box-sizing: border-box;\n line-height: 35px;\n font-size: 10px;\n text-transform: uppercase;\n letter-spacing: 3px;\n font-weight: 700;\n font-family: \"Josefin Sans\", sans-serif;\n display: inline-block;\n background: #fff;\n margin-bottom: 5px;\n white-space: nowrap;\n min-height: 40px;\n vertical-align: middle;\n border-radius: 0;\n}\n.rod-langway .esg-filterbutton .eg-el-amount {\n background: #ced3d7;\n display: inline-block;\n line-height: 24px;\n min-width: 26px;\n padding-top: 2px;\n text-align: center;\n font-weight: 500;\n font-size: 12px;\n letter-spacing: 0;\n}\n\n.rod-langway .esg-filterbutton.hovered .eg-el-amount,\n.rod-langway .esg-filterbutton.selected .eg-el-amount {\n background: #2f2f3a;\n color: #fff;\n}\n\n.rod-langway .esg-filterbutton .eg-el-amount:before,\n.rod-langway .esg-filterbutton .eg-el-amount:after {\n content: \"\";\n}\n\n.rod-langway .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.rod-langway .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 0 !important;\n font-size: 14px;\n letter-spacing: 0;\n line-height: 40px;\n}\n\n.rod-langway .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.rod-langway .esg-cartbutton {\n background: #ced3d7;\n}\n\n.rod-langway .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.rod-langway .esg-cartbutton.hovered {\n background: #b0b5b9 !important;\n}\n\n.rod-langway .esg-cartbutton a {\n color: #000;\n}\n\n.rod-langway .esg-cartbutton a:hover {\n color: #000;\n}\n\n.rod-langway input.eg-search-input::placeholder {\n line-height: 38px;\n vertical-align: middle;\n color: #b0b5b9;\n}\n\n.rod-langway input.eg-search-input:focus::placeholder {\n opacity: 0;\n}\n\n.rod-langway .esg-navigationbutton {\n line-height: 40px;\n min-width: 40px;\n letter-spacing: 0;\n font-size: 14px;\n font-weight: 400;\n}\n\n.rod-langway .esg-navigationbutton.esg-left {\n transform: translateX(-40px)\n}\n\n.rod-langway .esg-navigationbutton.esg-right {\n transform: translateX(40px)\n}\n\n.rod-langway .esg-navigationbutton * {\n color: #000;\n\n}\n\n.rod-langway .esg-navigationbutton.hovered i {\n color: #000;\n}\n\n.rod-langway .esg-navigationbutton {\n padding: 0px 11px;\n}\n\n.rod-langway .esg-pagination-button {\n padding: 0px 16px;\n}\n\n.rod-langway .esg-pagination-button:last-child {\n margin-right: 0;\n}\n\n.rod-langway .esg-sortbutton-wrapper,\n.rod-langway .esg-cartbutton-wrapper {\n display: inline-block;\n}\n\n.rod-langway .esg-sortbutton-order,\n.rod-langway .esg-cartbutton-order {\n display: inline-block;\n vertical-align: top;\n width: 40px;\n line-height: 40px;\n border-radius: 0;\n border: none;\n font-size: 12px;\n font-weight: 600;\n color: #000;\n cursor: pointer;\n background: #ced3d7;\n}\n\n.rod-langway .esg-sortbutton-order.hovered,\n.rod-langway .esg-cartbutton-order.hovered {\n background: #b0b5b9 !important;\n}\n\n.rod-langway .esg-cartbutton {\n color: #fff;\n cursor: default !important;\n}\n\n.rod-langway .esg-cartbutton .esgicon-basket {\n color: #fff;\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.rod-langway .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.rod-langway .esg-sortbutton,\n.rod-langway .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n}\n\n.rod-langway .esg-sortbutton{\n margin-right: 0px;\n border-right: none;\n border-radius: 0;\n}\n\n.rod-langway .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.rod-langway .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.rod-langway .esg-navigationbutton.hovered,\n.rod-langway .esg-filterbutton.hovered,\n.rod-langway .esg-sortbutton.hovered,\n.rod-langway .esg-sortbutton-order.hovered,\n.rod-langway .esg-cartbutton-order.hovered,\n.rod-langway .esg-filterbutton.selected,\n.rod-langway .esg-cartbutton.hovered,\n.rod-langway .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.rod-langway .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n color: #000;\n box-shadow: none;\n background: #ced3d7;\n}\n\n.rod-langway .esg-navigationbutton.hovered * {\n color: #fff;\n}\n\n.rod-langway .esg-sortbutton-order.hovered .tp-desc {\n border-color: #fff;\n border-color: rgba(255, 255, 255, 0.2);\n color: #fff;\n box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important;\n}\n\n.rod-langway .esg-filter-checked {\n color: #ced3d7;\n border: 1px solid #333;\n letter-spacing: 0;\n background: transparent;\n font-size: 9px;\n font-weight: 300;\n vertical-align: middle;\n line-height: 14px;\n margin-left: 7px;\n display: inline-block;\n width: 14px;\n height: 14px;\n transform: translateY(-2px);\n}\n\n.rod-langway .esg-filter-wrapper.dropdownstyle .esg-filter-checked {\n margin-left: 0;\n margin-right: 10px;\n border:1px solid rgba(255,255,255,.2);\n}\n\n.rod-langway .esg-filterbutton.selected .esg-filter-checked,\n.rod-langway .esg-filterbutton.hovered .esg-filter-checked {\n color: #000;\n border: 1px solid #000;\n}\n\n/* */\n.rod-langway .esg-filter-wrapper.eg-search-wrapper {\n white-space: nowrap;\n}\n\n\n.rod-langway .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.rod-langway .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width:40px;\n padding:0px;\n margin-left:5px;\n margin-right:0px;\n}\n\n.rod-langway .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width:auto;\n}\n\n.rod-langway .esg-dropdown-wrapper {\n transform: translateZ(10px) translateX(-50%);\n left: 50%;\n background: #000;\n border-radius: 0;\n padding: 0;\n}\n\n.rod-langway .esg-dropdown-wrapper .esg-filterbutton {\n position: relative;\n border: none;\n box-shadow: none;\n text-align: left;\n color: #fff;\n background: transparent;\n line-height: 25px;\n min-height: 25px;\n padding: 10px 20px;\n display: inline-block;\n width: 100%;\n box-sizing: border-box;\n margin: 0;\n}\n\n.rod-langway .esg-dropdown-wrapper .esg-filterbutton.hovered,\n.rod-langway .esg-dropdown-wrapper .esg-filterbutton.selected {\n color: #000;\n background: #fff;\n}\n\n\n.rod-langway .esg-selected-filterbutton .eg-icon-down-open {\n margin-right: -10px;\n color: #000;\n font-size: 11px;\n}\n\n.rod-langway .esg-sortbutton-order.eg-icon-down-open:before {\n content: \"arrow_downward\";\n font-family: \"Material Icons\";\n font-size: 19px;\n vertical-align: middle;\n}\n\n',NULL),
(15,'Ray Bourge','ray-bourque','/**************************************\n - RAY BOURGE V3.0.0 SKIN -\n**************************************/\n@import url(\"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500&display=swap\");\n@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");\n\n\n\n.ray-bourque .esg-overflowtrick {\n margin: 20px 0;\n}\n\n.ray-bourque .navigationbuttons,\n.ray-bourque .esg-pagination,\n.ray-bourque .esg-filters {\n text-align: center;\n}\n\n.ray-bourque .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.ray-bourque input.eg-search-input,\n.ray-bourque .esg-filterbutton,\n.ray-bourque .esg-navigationbutton,\n.ray-bourque .esg-sortbutton,\n.ray-bourque .esg-cartbutton,\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: rgba(255, 255, 255, 1);\n margin-right: 0;\n cursor: pointer;\n padding: 0px 17px;\n border: none;\n line-height: 40px;\n font-size: 13px;\n letter-spacing: 1px;\n font-weight: 400;\n font-family: \"Barlow Condensed\", sans-serif;\n display: inline-block;\n background: #000;\n margin-bottom: 5px;\n white-space: nowrap;\n min-height: 40px;\n vertical-align: middle;\n border-radius: 0;\n}\n.ray-bourque .esg-filterbutton .eg-el-amount {\n background: #2d2b2b;\n display: inline-block;\n line-height: 22px;\n min-width: 22px;\n text-align: center;\n font-weight: 500;\n}\n\n.ray-bourque .esg-filterbutton.hovered .eg-el-amount,\n.ray-bourque .esg-filterbutton.selected .eg-el-amount {\n background: #eaedf1;\n}\n\n.ray-bourque .esg-filterbutton .eg-el-amount:before,\n.ray-bourque .esg-filterbutton .eg-el-amount:after {\n content: \"\";\n}\n\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 0 !important;\n}\n\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper .eg-search-clean {\n background: #434242;\n}\n\n.ray-bourque .esg-cartbutton a {\n color: #fff;\n}\n\n.ray-bourque .esg-cartbutton a:hover {\n color: #000;\n}\n\n.ray-bourque input.eg-search-input::placeholder {\n line-height: 38px;\n vertical-align: middle;\n color:#fff;\n}\n\n.ray-bourque input.eg-search-input:focus::placeholder {\n opacity: 0;\n}\n\n.ray-bourque .esg-navigationbutton * {\n color: rgba(255, 255, 255, 1);\n}\n\n.ray-bourque .esg-navigationbutton.hovered i {\n color: #000;\n}\n\n.ray-bourque .esg-navigationbutton {\n padding: 0px 11px;\n}\n\n.ray-bourque .esg-pagination-button {\n padding: 0px 16px;\n}\n\n.ray-bourque .esg-pagination-button:last-child {\n margin-right: 0;\n}\n\n.ray-bourque .esg-sortbutton-wrapper,\n.ray-bourque .esg-cartbutton-wrapper {\n display: inline-block;\n}\n\n.ray-bourque .esg-sortbutton-order,\n.ray-bourque .esg-cartbutton-order {\n display: inline-block;\n vertical-align: top;\n width: 40px;\n line-height: 38px;\n border-radius: 0;\n border: none;\n font-size: 12px;\n font-weight: 600;\n color: #fff;\n cursor: pointer;\n background: #434242;\n}\n\n.ray-bourque .esg-cartbutton {\n color: #fff;\n cursor: default !important;\n}\n\n.ray-bourque .esg-cartbutton .esgicon-basket {\n color: #fff;\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.ray-bourque .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.ray-bourque .esg-sortbutton,\n.ray-bourque .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n}\n.ray-bourque .esg-sortbutton{\n margin-right: 0px;\n border-right: none;\n border-radius: 0;\n}\n\n.ray-bourque .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.ray-bourque .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.ray-bourque .esg-navigationbutton.hovered,\n.ray-bourque .esg-filterbutton.hovered,\n.ray-bourque .esg-sortbutton.hovered,\n.ray-bourque .esg-sortbutton-order.hovered,\n.ray-bourque .esg-cartbutton-order.hovered,\n.ray-bourque .esg-filterbutton.selected,\n.ray-bourque .esg-cartbutton.hovered,\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n color: #000;\n box-shadow: none;\n background: #fff;\n}\n\n.ray-bourque .esg-navigationbutton.hovered * {\n color: #fff;\n}\n\n.ray-bourque .esg-sortbutton-order.hovered .tp-desc {\n border-color: #fff;\n border-color: rgba(255, 255, 255, 0.2);\n color: #fff;\n box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important;\n}\n\n.ray-bourque .esg-filter-checked {\n color: rgba(255,255,255,.5);\n border: 1px solid rgba(255,255,255,.5);\n background: transparent;\n font-size: 9px;\n font-weight: 300;\n vertical-align: middle;\n line-height: 12px;\n margin-left: 7px;\n display: inline-block;\n width: 14px;\n height: 14px;\n transform: translateY(-2px);\n}\n\n.ray-bourque .esg-filter-wrapper.dropdownstyle .esg-filter-checked {\n margin-left: 0;\n margin-right: 10px;\n border:1px solid rgba(255,255,255,.2);\n}\n\n.ray-bourque .esg-filterbutton.selected .esg-filter-checked,\n.ray-bourque .esg-filterbutton.hovered .esg-filter-checked {\n color: #000;\n border: 1px solid #000;\n}\n\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper {\n white-space: nowrap;\n}\n\n\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width:40px;\n padding:0px;\n margin-left:5px;\n margin-right:0px;\n}\n\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width:auto;\n}\n\n.ray-bourque .esg-dropdown-wrapper {\n transform: translateZ(10px) translateX(-50%);\n left: 50%;\n background: #000;\n border-radius: 0;\n padding: 0;\n}\n\n.ray-bourque .esg-dropdown-wrapper .esg-filterbutton {\n position: relative;\n border: none;\n box-shadow: none;\n text-align: left;\n color: #fff;\n background: transparent;\n line-height: 25px;\n min-height: 25px;\n padding: 10px 20px;\n display: inline-block;\n width: 100%;\n box-sizing: border-box;\n margin: 0;\n}\n\n.ray-bourque .esg-dropdown-wrapper .esg-filterbutton.hovered,\n.ray-bourque .esg-dropdown-wrapper .esg-filterbutton.selected {\n color: #000;\n background: #fff;\n}\n\n\n.ray-bourque .esg-selected-filterbutton .eg-icon-down-open {\n margin-right: -10px;\n color:#fff;\n font-size:12px;\n}\n\n.ray-bourque .esg-sortbutton-order.eg-icon-down-open:before {\n content: \"arrow_downward\";\n font-family: \"Material Icons\";\n font-size: 19px;\n vertical-align: middle;\n}\n\n',NULL),
(16,'Flat Light-174139','flat-light-174139','/********************************\r\n - FLAT LIGHT BUTTONS -\r\n*********************************/\r\n.flat-light-174139 .navigationbuttons,\r\n.flat-light-174139 .esg-pagination,\r\n.flat-light-174139 .esg-filters{ text-transform:uppercase;\r\n text-align: center;\r\n }\r\n\r\n.flat-light-174139 .esg-filterbutton,\r\n.flat-light-174139 .esg-navigationbutton,\r\n.flat-light-174139 .esg-sortbutton,\r\n.flat-light-174139 .esg-cartbutton { color:#000;\r\n margin-right:5px;\r\n cursor:pointer;\r\n position: relative;\r\n z-index:2;\r\n padding:1px 30px;\r\n border:none;\r\n line-height:38px;\r\n border-radius:5px;\r\n -moz-border-radius:5px;\r\n -webkit-border-radius:5px;\r\n font-size:12px;\r\n font-weight:700;\r\n font-family:\"Open Sans\",sans-serif;\r\n display: inline-block;\r\n background: #fff;\r\n margin-bottom:5px;\r\n }\r\n\r\n.flat-light-174139 .esg-navigationbutton { padding:2px 12px; }\r\n.flat-light-174139 .esg-navigationbutton * { color:#000; }\r\n.flat-light-174139 .esg-pagination-button:last-child { margin-right: 0; }\r\n\r\n.flat-light-174139 .esg-sortbutton-wrapper,\r\n.flat-light-174139 .esg-cartbutton-wrapper { display:inline-block; }\r\n.flat-light-174139 .esg-sortbutton-order,\r\n.flat-light-174139 .esg-cartbutton-order { display:inline-block;\r\n vertical-align:top;\r\n border:none;\r\n width:40px;\r\n line-height:40px;\r\n border-radius:5px;\r\n -moz-border-radius:5px;\r\n -webkit-border-radius:5px;\r\n font-size:12px;\r\n font-weight:700;\r\n color:#999;\r\n cursor: pointer;\r\n background:#eee;\r\n background: #fff;\r\n margin-left:5px;\r\n }\r\n\r\n.flat-light-174139 .esg-cartbutton { color:#fff;\r\n cursor: default !important;\r\n }\r\n.flat-light-174139 .esg-cartbutton .esgicon-basket {\r\n color:#fff;\r\n font-size:15px;\r\n line-height:15px;\r\n margin-right:10px;\r\n }\r\n.flat-light-174139 .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.flat-light-174139 .esg-sortbutton,\r\n.flat-light-174139 .esg-cartbutton { display:inline-block;\r\n position:relative;\r\n cursor: pointer;\r\n margin-right:0px;\r\n border-radius:5px;\r\n -moz-border-radius:5px;\r\n -webkit-border-radius:5px;\r\n }\r\n\r\n.flat-light-174139 .esg-navigationbutton:hover,\r\n.flat-light-174139 .esg-filterbutton:hover,\r\n.flat-light-174139 .esg-sortbutton:hover,\r\n.flat-light-174139 .esg-sortbutton-order:hover,\r\n.flat-light-174139 .esg-cartbutton-order:hover,\r\n.flat-light-174139 .esg-filterbutton.selected {\r\n border-color:none;color:#000;\r\n background:#fff;\r\n }\r\n\r\n.flat-light-174139 .esg-navigationbutton:hover * { color:#333; }\r\n\r\n.flat-light-174139 .esg-sortbutton-order.tp-desc:hover { color:#333; }\r\n\r\n.flat-light-174139 .esg-filter-checked { padding:1px 3px;\r\n color:#cbcbcb;\r\n background:#cbcbcb;\r\n margin-left:7px;\r\n font-size:9px;\r\n font-weight:300;\r\n line-height:9px;\r\n vertical-align: middle;\r\n }\r\n.flat-light-174139 .esg-filterbutton.selected .esg-filter-checked,\r\n.flat-light-174139 .esg-filterbutton:hover .esg-filter-checked {\r\n padding:1px 3px 1px 3px;\r\n color:#fff;\r\n background:#000;\r\n margin-left:7px;\r\n font-size:9px;\r\n font-weight:300;\r\n line-height:9px;\r\n vertical-align: middle;\r\n }',NULL),
(17,'Flat Dark-174139','flat-dark-174139','/********************************\r\n - FLAT DARK BUTTONS -\r\n*********************************/\r\n.flat-dark-174139 .navigationbuttons,\r\n.flat-dark-174139 .esg-pagination,\r\n.flat-dark-174139 .esg-filters {\r\n text-transform:uppercase;\r\n text-align: center;\r\n }\r\n\r\n.flat-dark-174139 .esg-filterbutton,\r\n.flat-dark-174139 .esg-navigationbutton,\r\n.flat-dark-174139 .esg-sortbutton,\r\n.flat-dark-174139 .esg-cartbutton {color:#fff;\r\n margin-right:5px;\r\n cursor:pointer;\r\n padding:1px 30px;\r\n border:none;\r\n line-height:38px;\r\n border-radius:5px;\r\n -moz-border-radius:5px;\r\n -webkit-border-radius:5px;\r\n font-size:12px;\r\n font-weight:600;\r\n font-family:\"Open Sans\",sans-serif;\r\n display: inline-block;\r\n background:#3a3a3a;\r\n background: rgba(0,0,0,0.2);\r\n margin-bottom:5px;\r\n }\r\n\r\n.flat-dark-174139 .esg-navigationbutton { padding:1px 18px; }\r\n.flat-dark-174139 .esg-navigationbutton * { color:#fff; }\r\n.flat-dark-174139 .esg-pagination-button:last-child,\r\n.flat-dark-174139 .esg-filterbutton:last-child{ margin-right: 0; }\r\n.flat-dark-174139 .esg-left, .flat-dark-174139 .esg-right { padding:1px 12px; }\r\n\r\n.flat-dark-174139 .esg-sortbutton-wrapper,\r\n.flat-dark-174139 .esg-cartbutton-wrapper { display:inline-block; }\r\n.flat-dark-174139 .esg-sortbutton-order,\r\n.flat-dark-174139 .esg-cartbutton-order { display:inline-block;\r\n vertical-align:top;\r\n border:none;\r\n width:40px;\r\n line-height:40px;\r\n border-radius:5px;\r\n -moz-border-radius:5px;\r\n -webkit-border-radius:5px;\r\n font-size:12px;\r\n font-weight:700;\r\n color:#999;\r\n cursor: pointer;\r\n background:#eee;\r\n background: rgba(0,0,0,0.2);\r\n margin-left:5px;\r\n }\r\n\r\n.flat-dark-174139 .esg-cartbutton {color:#fff;\r\n cursor: default !important;\r\n }\r\n.flat-dark-174139 .esg-cartbutton .esgicon-basket {color:#fff;\r\n font-size:15px;\r\n line-height:15px;\r\n margin-right:10px;\r\n }\r\n.flat-dark-174139 .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.flat-dark-174139 .esg-sortbutton,\r\n.flat-dark-174139 .esg-cartbutton { display:inline-block;\r\n position:relative;\r\n cursor: pointer;\r\n margin-right:0px;\r\n border-radius:5px;\r\n -moz-border-radius:5px;\r\n -webkit-border-radius:5px;\r\n }\r\n\r\n.flat-dark-174139 .esg-navigationbutton:hover,\r\n.flat-dark-174139 .esg-filterbutton:hover,\r\n.flat-dark-174139 .esg-sortbutton:hover,\r\n.flat-dark-174139 .esg-sortbutton-order:hover,\r\n.flat-dark-174139 .esg-cartbutton-order:hover,\r\n.flat-dark-174139 .esg-filterbutton.selected { color:#fff;\r\n border-color:none;\r\n background:#4a4a4a;\r\n background: rgba(0,0,0,0.5);\r\n }\r\n\r\n.flat-dark-174139 .esg-navigationbutton:hover * { color:#fff; }\r\n.flat-dark-174139 .esg-sortbutton-order.tp-desc:hover { color:#fff; }\r\n.flat-dark-174139 .esg-filter-checked {padding:1px 3px;\r\n color:transparent;\r\n background:#000;\r\n background: rgba(0,0,0,0.2);\r\n margin-left:7px;\r\n font-size:9px;\r\n font-weight:300;\r\n line-height:9px;\r\n vertical-align: middle:\r\n }\r\n \r\n.flat-dark-174139 .esg-filterbutton.selected .esg-filter-checked,\r\n.flat-dark-174139 .esg-filterbutton:hover .esg-filter-checked {padding:1px 3px 1px 3px;\r\n color:#fff;\r\n background:#000;\r\n background: rgba(0,0,0,0.2);\r\n margin-left:7px;\r\n font-size:9px;\r\n font-weight:300;\r\n line-height:9px;\r\n vertical-align: middle\r\n }',NULL),
(18,'Minimal Dark-174139','minimal-dark-174139','/********************************\r\n - MINIMAL DARK BUTTONS -\r\n*********************************/\r\n\r\n.minimal-dark-174139 .navigationbuttons,\r\n.minimal-dark-174139 .esg-pagination,\r\n.minimal-dark-174139 .esg-filters { text-align: center; }\r\n\r\n.minimal-dark-174139 .esg-filterbutton,\r\n.minimal-dark-174139 .esg-navigationbutton,\r\n.minimal-dark-174139 .esg-sortbutton,\r\n.minimal-dark-174139 .esg-cartbutton { color:#fff;\r\n color:rgba(255,255,255,1);\r\n margin-right:5px;\r\n cursor:pointer;\r\n padding:0px 17px;\r\n border:1px solid rgb(255,255,255);\r\n border:1px solid rgba(255,255,255,0.1);\r\n line-height:38px;\r\n border-radius:5px;\r\n -moz-border-radius:5px;\r\n -webkit-border-radius:5px;\r\n font-size:12px;\r\n font-weight:600;\r\n font-family:\"Open Sans\",sans-serif;\r\n display: inline-block;\r\n background:transparent;\r\n margin-bottom:5px;\r\n }\r\n\r\n\r\n.minimal-dark-174139 .esg-navigationbutton * {\r\n color:#fff;\r\n color:rgba(255,255,255,1);\r\n }\r\n.minimal-dark-174139 .esg-navigationbutton { padding:0px 11px; }\r\n.minimal-dark-174139 .esg-pagination-button { padding:0px 16px; }\r\n.minimal-dark-174139 .esg-pagination-button:last-child { margin-right: 0; }\r\n\r\n.minimal-dark-174139 .esg-sortbutton-wrapper,\r\n.minimal-dark-174139 .esg-cartbutton-wrapper { display:inline-block; }\r\n.minimal-dark-174139 .esg-sortbutton-order,\r\n.minimal-dark-174139 .esg-cartbutton-order { display:inline-block;\r\n vertical-align:top;\r\n border:1px solid rgb(255,255,255);\r\n border:1px solid rgba(255,255,255,0.1);\r\n width:40px;\r\n line-height:38px;\r\n border-radius: 0px 5px 5px 0px;\r\n -moz-border-radius: 0px 5px 5px 0px;\r\n -webkit-border-radius: 0px 5px 5px 0px;\r\n font-size:12px;\r\n font-weight:600;\r\n color:#fff;\r\n cursor: pointer;\r\n background:transparent;\r\n }\r\n\r\n.minimal-dark-174139 .esg-cartbutton {\r\n color:#fff;\r\n cursor: default !important;\r\n }\r\n.minimal-dark-174139 .esg-cartbutton .esgicon-basket {\r\n color:#fff;\r\n font-size:15px;\r\n line-height:15px;\r\n margin-right:10px;\r\n }\r\n.minimal-dark-174139 .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.minimal-dark-174139 .esg-sortbutton,\r\n.minimal-dark-174139 .esg-cartbutton {\r\n display:inline-block;\r\n position:relative;\r\n cursor: pointer;\r\n margin-right:0px;\r\n border-right:none;\r\n border-radius:5px 0px 0px 5px;\r\n -moz-border-radius:5px 0px 0px 5px;\r\n -webkit-border-radius:5px 0px 0px 5px;\r\n }\r\n\r\n.minimal-dark-174139 .esg-navigationbutton:hover,\r\n.minimal-dark-174139 .esg-filterbutton:hover,\r\n.minimal-dark-174139 .esg-sortbutton:hover,\r\n.minimal-dark-174139 .esg-sortbutton-order:hover,\r\n.minimal-dark-174139 .esg-cartbutton-order:hover,\r\n.minimal-dark-174139 .esg-filterbutton.selected {\r\n border-color:#fff;\r\n border-color:rgba(255,255,255,0.2);\r\n color:#fff;\r\n box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\r\n background:#333;\r\n background: rgba(255,255,255,0.1);\r\n }\r\n\r\n.minimal-dark-174139 .esg-navigationbutton:hover * { color:#fff; }\r\n\r\n.minimal-dark-174139 .esg-sortbutton-order.tp-desc:hover { border-color:#fff;\r\n border-color:rgba(255,255,255,0.2);\r\n color:#fff;\r\n box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\r\n }\r\n\r\n.minimal-dark-174139 .esg-filter-checked {\r\n padding:1px 3px;\r\n color:transparent;\r\n background:#000;\r\n background: rgba(0,0,0,0.10);\r\n margin-left:7px;\r\n font-size:9px;\r\n font-weight:300;\r\n line-height:9px;\r\n vertical-align: middle;\r\n }\r\n.minimal-dark-174139 .esg-filterbutton.selected .esg-filter-checked,\r\n.minimal-dark-174139 .esg-filterbutton:hover .esg-filter-checked {\r\n padding:1px 3px 1px 3px;\r\n color:#fff;\r\n background:#000;\r\n background: rgba(0,0,0,0.10);\r\n margin-left:7px;\r\n font-size:9px;\r\n font-weight:300;\r\n line-height:9px;\r\n vertical-align: middle;\r\n }',NULL),
(19,'Minimal Light-174139','minimal-light-174139','/******************************\r\n - MINIMAL LIGHT SKIN -\r\n********************************/\r\n\r\n.minimal-light-174139 .navigationbuttons,\r\n.minimal-light-174139 .esg-pagination,\r\n.minimal-light-174139 .esg-filters { text-align: center; }\r\n\r\n.minimal-light-174139 .esg-filterbutton,\r\n.minimal-light-174139 .esg-navigationbutton,\r\n.minimal-light-174139 .esg-sortbutton,\r\n.minimal-light-174139 .esg-cartbutton a{ \r\n color:#999;\r\n margin-right:5px;\r\n cursor:pointer;\r\n padding:0px 16px;\r\n border:1px solid #e5e5e5;\r\n line-height:38px;\r\n border-radius:5px;\r\n -moz-border-radius:5px;\r\n -webkit-border-radius:5px;\r\n font-size:12px;\r\n font-weight:700;\r\n font-family:\"Open Sans\",sans-serif;\r\n display: inline-block;\r\n background:#fff;\r\n margin-bottom:5px;\r\n }\r\n\r\n/*.minimal-light-174139 .esg-cartbutton a { color: #999; }*/\r\n\r\n.minimal-light-174139 .esg-navigationbutton * { color:#999; }\r\n.minimal-light-174139 .esg-navigationbutton { padding:0px 16px; }\r\n.minimal-light-174139 .esg-pagination-button:last-child { margin-right: 0; }\r\n.minimal-light-174139 .esg-left, .minimal-light-174139 .esg-right { padding:0px 11px; }\r\n\r\n.minimal-light-174139 .esg-sortbutton-wrapper,\r\n.minimal-light-174139 .esg-cartbutton-wrapper { display:inline-block; }\r\n.minimal-light-174139 .esg-sortbutton-order,\r\n.minimal-light-174139 .esg-cartbutton-order { display:inline-block;\r\n vertical-align:top;\r\n border:1px solid #e5e5e5;\r\n width:40px;\r\n line-height:38px;\r\n border-radius: 0px 5px 5px 0px;\r\n -moz-border-radius: 0px 5px 5px 0px;\r\n -webkit-border-radius: 0px 5px 5px 0px;\r\n font-size:12px;\r\n font-weight:700;\r\n color:#999;\r\n cursor: pointer;\r\n background:#fff;\r\n }\r\n\r\n.minimal-light-174139 .esg-cartbutton {\r\n color:#333;\r\n cursor: default !important;\r\n }\r\n.minimal-light-174139 .esg-cartbutton .esgicon-basket {color:#333;\r\n font-size:15px;\r\n line-height:15px;\r\n margin-right:10px;\r\n }\r\n.minimal-light-174139 .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.minimal-light-174139 .esg-sortbutton,\r\n.minimal-light-174139 .esg-cartbutton { display:inline-block;\r\n position:relative;\r\n cursor: pointer;\r\n margin-right:0px;\r\n border-right:none;\r\n border-radius:5px 0px 0px 5px;\r\n -moz-border-radius:5px 0px 0px 5px;\r\n -webkit-border-radius:5px 0px 0px 5px;\r\n }\r\n\r\n.minimal-light-174139 .esg-navigationbutton:hover,\r\n.minimal-light-174139 .esg-filterbutton:hover,\r\n.minimal-light-174139 .esg-sortbutton:hover,\r\n.minimal-light-174139 .esg-sortbutton-order:hover,\r\n.minimal-light-174139 .esg-cartbutton a:hover,\r\n.minimal-light-174139 .esg-filterbutton.selected {\r\n background-color:#fff;\r\n border-color:#bbb;\r\n color:#333;\r\n box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\r\n }\r\n\r\n.minimal-light-174139 .esg-navigationbutton:hover * { color:#333; }\r\n\r\n.minimal-light-174139 .esg-sortbutton-order.tp-desc:hover {\r\n border-color:#bbb;\r\n color:#333;\r\n box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\r\n }\r\n\r\n.minimal-light-174139 .esg-filter-checked { \r\n padding:1px 3px;\r\n color:#cbcbcb;\r\n background:#cbcbcb;\r\n margin-left:7px;\r\n font-size:9px;\r\n font-weight:300;\r\n line-height:9px;\r\n vertical-align: middle;\r\n }\r\n.minimal-light-174139 .esg-filterbutton.selected .esg-filter-checked,\r\n.minimal-light-174139 .esg-filterbutton:hover .esg-filter-checked {\r\n padding:1px 3px 1px 3px;\r\n color:#fff;\r\n background:#000;\r\n margin-left:7px;\r\n font-size:9px;\r\n font-weight:300;\r\n line-height:9px;\r\n vertical-align: middle;\r\n }',NULL),
(20,'Simple Light-174139','simple-light-174139','/******************************\r\n - SIMPLE LIGHT SKIN -\r\n********************************/\r\n\r\n.simple-light-174139 .navigationbuttons,\r\n.simple-light-174139 .esg-pagination,\r\n.simple-light-174139 .esg-filters { text-align: center; }\r\n\r\n.simple-light-174139 .esg-filterbutton,\r\n.simple-light-174139 .esg-navigationbutton,\r\n.simple-light-174139 .esg-sortbutton,\r\n.simple-light-174139 .esg-cartbutton a {\r\n color:#000;\r\n margin-right:5px;\r\n cursor:pointer;\r\n padding:0px 11px;\r\n border:1px solid #e5e5e5;\r\n line-height:30px;\r\n font-size:12px;\r\n font-weight:400;\r\n font-family:\\\\\\\"Open Sans\\\\\\\",sans-serif;\r\n display: inline-block;\r\n background:#eee;\r\n margin-bottom:5px;\r\n }\r\n\r\n.simple-light-174139 .esg-navigationbutton * { color:#000; }\r\n.simple-light-174139 .esg-left,\r\n.simple-light-174139 .esg-right { color:#000; padding:0px 7px;}\r\n.simple-light-174139 .esg-pagination-button:last-child { margin-right: 0; }\r\n\r\n.simple-light-174139 .esg-sortbutton-wrapper,\r\n.simple-light-174139 .esg-cartbutton-wrapper { display:inline-block; }\r\n.simple-light-174139 .esg-sortbutton-order,\r\n.simple-light-174139 .esg-cartbutton-order {\r\n display: inline-block;\r\n vertical-align: top;\r\n border: 1px solid #e5e5e5;\r\n width: 29px;\r\n line-height: 30px;\r\n font-size: 9px;\r\n font-weight: 400;\r\n color: #000;\r\n cursor: pointer;\r\n background: #eee;\r\n }\r\n\r\n.simple-light-174139 .esg-cartbutton {\r\n color:#333;\r\n cursor: default !important;\r\n }\r\n.simple-light-174139 .esg-cartbutton .esgicon-basket {\r\n color:#333;\r\n font-size:15px;\r\n line-height:15px;\r\n margin-right:10px;\r\n }\r\n.simple-light-174139 .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.simple-light-174139 .esg-sortbutton,\r\n.simple-light-174139 .esg-cartbutton {\r\n display:inline-block;\r\n position:relative;\r\n cursor: pointer;\r\n margin-right:5px;\r\n }\r\n\r\n\r\n.simple-light-174139 .esg-navigationbutton:hover,\r\n.simple-light-174139 .esg-filterbutton:hover,\r\n.simple-light-174139 .esg-sortbutton:hover,\r\n.simple-light-174139 .esg-sortbutton-order:hover,\r\n.simple-light-174139 .esg-cartbutton a:hover,\r\n.simple-light-174139 .esg-filterbutton.selected {\r\n background-color:#fff;\r\n border-color:#bbb;\r\n color:#333;\r\n box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\r\n }\r\n\r\n.simple-light-174139 .esg-navigationbutton:hover * { color:#333; }\r\n\r\n.simple-light-174139 .esg-sortbutton-order.tp-desc:hover {\r\n border-color:#bbb;\r\n color:#333;\r\n box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\r\n }\r\n\r\n.simple-light-174139 .esg-filter-checked {\r\n padding:3px;\r\n color:#c5c5c5;\r\n background:#ddd;\r\n margin-left:7px;\r\n font-size:9px;\r\n font-weight:400;\r\n line-height:20px;\r\n vertical-align: middle;\r\n }\r\n.simple-light-174139 .esg-filterbutton.selected .esg-filter-checked,\r\n.simple-light-174139 .esg-filterbutton:hover .esg-filter-checked {\r\n padding: 3px;\r\n color:#fff;\r\n background:#000;\r\n margin-left:7px;\r\n font-size:9px;\r\n font-weight:400;\r\n line-height:20px;\r\n vertical-align: middle\r\n }',NULL),
(21,'Simple Dark-174139','simple-dark-174139','/********************************\r\n- SIMPLE DARK BUTTONS -\r\n*********************************/\r\n\r\n.simple-dark-174139 .navigationbuttons,\r\n.simple-dark-174139 .esg-pagination,\r\n.simple-dark-174139 .esg-filters { text-align: center; }\r\n\r\n.simple-dark-174139 .esg-filterbutton,\r\n.simple-dark-174139 .esg-navigationbutton,\r\n.simple-dark-174139 .esg-sortbutton,\r\n.simple-dark-174139 .esg-cartbutton {\r\n color:#fff;\r\n margin-right:5px;\r\n cursor:pointer;\r\n padding:0px 10px;\r\n border:1px solid rgb(255,255,255);\r\n border:1px solid rgba(255,255,255,0.15);\r\n line-height:29px;\r\n font-size:12px;\r\n font-weight:600;\r\n font-family:\"Open Sans\",sans-serif;\r\n display: inline-block;\r\n background: rgba(255,255,255,0.08 );\r\n margin-bottom:5px;\r\n }\r\n\r\n.simple-dark-174139 .esg-navigationbutton * {\r\n color:#fff;\r\n }\r\n.simple-dark-174139 .esg-left, .simple-dark-174139 .esg-right { padding:0px 5px !important; }\r\n\r\n.simple-dark-174139 .esg-sortbutton-wrapper,\r\n.simple-dark-174139 .esg-cartbutton-wrapper { display:inline-block; }\r\n.simple-dark-174139 .esg-sortbutton-order,\r\n.simple-dark-174139 .esg-cartbutton-order {\r\n display: inline-block;\r\n vertical-align: top;\r\n border:1px solid rgb(255,255,255);\r\n border:1px solid rgba(255,255,255,0.15);\r\n width: 29px;\r\n line-height: 29px;\r\n font-size: 9px;\r\n font-weight: 600;\r\n color: #fff;\r\n cursor: pointer;\r\n background: rgba(255,255,255,0.08 );\r\n }\r\n\r\n.simple-dark-174139 .esg-cartbutton {\r\n color:#fff;\r\n cursor: default !important;\r\n }\r\n \r\n.simple-dark-174139 .esg-cartbutton .esgicon-basket {\r\n color:#fff;\r\n font-size:15px;\r\n line-height:15px;\r\n margin-right:10px;\r\n }\r\n.simple-dark-174139 .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.simple-dark-174139 .esg-sortbutton,\r\n.simple-dark-174139 .esg-cartbutton {\r\n display:inline-block;\r\n position:relative;\r\n cursor: pointer;\r\n margin-right:5px;\r\n }\r\n\r\n\r\n.simple-dark-174139 .esg-navigationbutton:hover,\r\n.simple-dark-174139 .esg-filterbutton:hover,\r\n.simple-dark-174139 .esg-sortbutton:hover,\r\n.simple-dark-174139 .esg-sortbutton-order:hover,\r\n.simple-dark-174139 .esg-cartbutton-order:hover,\r\n.simple-dark-174139 .esg-filterbutton.selected {\r\n border-color:#fff;\r\n color:#000;\r\n box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\r\n background:#fff;\r\n }\r\n\r\n.simple-dark-174139 .esg-navigationbutton:hover * { color:#000; }\r\n.simple-dark-174139 .esg-pagination-button:last-child { margin-right: 0; }\r\n\r\n.simple-dark-174139 .esg-sortbutton-order.tp-desc:hover {\r\n border-color:#fff;\r\n border-color:rgba(255,255,255,0.2);\r\n color:#000;\r\n box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\r\n }\r\n\r\n.simple-dark-174139 .esg-filter-checked {\r\n padding:1px;\r\n color:transparent;\r\n background:#000;\r\n background: rgba(255,255,255,0.15);\r\n margin-left:7px;\r\n font-size:9px;\r\n font-weight:300;\r\n line-height:9px;\r\n vertical-align: middle;\r\n }\r\n\r\n.simple-dark-174139 .esg-filterbutton.selected .esg-filter-checked,\r\n.simple-dark-174139 .esg-filterbutton:hover .esg-filter-checked {\r\n padding:1px;\r\n color:#000;\r\n background:#fff;\r\n margin-left:7px;\r\n font-size:9px;\r\n font-weight:300;\r\n line-height:9px;\r\n vertical-align: middle;\r\n }',NULL),
(22,'Text Dark-174139','text-dark-174139','/********************************\r\n- TEXT DARK BUTTONS -\r\n*********************************/\r\n\r\n.text-dark-174139 .navigationbuttons,\r\n.text-dark-174139 .esg-pagination,\r\n.text-dark-174139 .esg-filters { text-align: center; }\r\n\r\n.text-dark-174139 .esg-filterbutton,\r\n.text-dark-174139 .esg-navigationbutton,\r\n.text-dark-174139 .esg-sortbutton,\r\n.text-dark-174139 .esg-cartbutton {\r\n color:#fff;\r\n color:rgba(255,255,255,0.4);\r\n margin-right:5px;\r\n cursor:pointer;\r\n padding:0px 15px 0px 10px;\r\n line-height:20px;\r\n font-size:12px;\r\n font-weight:600;\r\n font-family:\"Open Sans\",sans-serif;\r\n display: inline-block;\r\n background:transparent;\r\n margin-bottom:5px;\r\n }\r\n\r\n.text-dark-174139 .esg-navigationbutton * {\r\n color:#fff;\r\n color:rgba(255,255,255,0.4);\r\n }\r\n\r\n.text-dark-174139 .esg-sortbutton-wrapper,\r\n.text-dark-174139 .esg-cartbutton-wrapper { display:inline-block; }\r\n.text-dark-174139 .esg-sortbutton-order,\r\n.text-dark-174139 .esg-cartbutton-order {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width: 29px;\r\n line-height: 20px;\r\n font-size: 9px;\r\n font-weight: 700;\r\n color:#fff;\r\n color:rgba(255,255,255,0.4);\r\n cursor: pointer;\r\n background: transparent;\r\n }\r\n\r\n.text-dark-174139 .esg-cartbutton {\r\n color:#fff;\r\n color:rgba(255,255,255,0.4);\r\n cursor: default !important;\r\n }\r\n.text-dark-174139 .esg-cartbutton .esgicon-basket {\r\n color:#fff;\r\n color:rgba(255,255,255,0.4);\r\n font-size:15px;\r\n line-height:15px;\r\n margin-right:10px;\r\n }\r\n.text-dark-174139 .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.text-dark-174139 .esg-sortbutton,\r\n.text-dark-174139 .esg-cartbutton {\r\n display:inline-block;\r\n position:relative;\r\n cursor: pointer;\r\n margin-right:0px;\r\n }\r\n\r\n.text-dark-174139 .esg-navigationbutton:hover,\r\n.text-dark-174139 .esg-filterbutton:hover,\r\n.text-dark-174139 .esg-sortbutton:hover,\r\n.text-dark-174139 .esg-filterbutton.selected,\r\n.text-dark-174139 .esg-sortbutton-order:hover,\r\n.text-dark-174139 .esg-cartbutton-order:hover { color:#fff; }\r\n\r\n.text-dark-174139 .esg-navigationbutton:hover,\r\n.text-dark-174139 .esg-filterbutton:hover span:first-child,\r\n.text-dark-174139 .esg-filterbutton.selected span:first-child { text-decoration: none; }\r\n\r\n.text-dark-174139 .esg-filterbutton {\r\n border-right:1px solid #fff;\r\n border-right:1px solid rgba(255,255,255,0.15);\r\n }\r\n.text-dark-174139 .esg-filterbutton:last-child { border-right:none; }\r\n\r\n.text-dark-174139 .esg-sortbutton-order {\r\n padding-left:10px;\r\n border-left:1px solid #fff;\r\n border-left:1px solid rgba(255,255,255,0.15);\r\n }\r\n\r\n.text-dark-174139 .esg-navigationbutton:hover * { color:#fff; }\r\n\r\n.text-dark-174139 .esg-sortbutton-order.tp-desc:hover {\r\n border-color:#fff;\r\n border-color:rgba(255,255,255,0.15);\r\n color:#fff;\r\n }\r\n\r\n.text-dark-174139 .esg-filter-checked {\r\n padding:1px 3px;\r\n color:transparent;\r\n background:#000;\r\n background: rgba(0,0,0,0.10);\r\n margin-left:7px;\r\n font-size:9px;\r\n font-weight:300;\r\n line-height:9px;\r\n vertical-align: middle;\r\n }\r\n\r\n.text-dark-174139 .esg-filter-checked * { }\r\n.text-dark-174139 .esg-filterbutton.selected .esg-filter-checked,\r\n.text-dark-174139 .esg-filterbutton:hover .esg-filter-checked {\r\n padding:1px 3px 1px 3px;\r\n color:#fff;\r\n background:#000;\r\n background: rgba(0,0,0,0.10);\r\n margin-left:7px;\r\n font-size:9px;\r\n font-weight:300;\r\n line-height:9px;\r\n vertical-align: middle\r\n }',NULL),
(23,'Text Light-174139','text-light-174139','/********************************\r\n- TEXT LIGHT BUTTONS -\r\n*********************************/\r\n\r\n.text-light-174139 .navigationbuttons,\r\n.text-light-174139 .esg-pagination,\r\n.text-light-174139 .esg-filters {\r\n text-align: center;\r\n position: relative;\r\n z-index:2;\r\n }\r\n\r\n.text-light-174139 .esg-filterbutton,\r\n.text-light-174139 .esg-navigationbutton,\r\n.text-light-174139 .esg-sortbutton,\r\n.text-light-174139 .esg-cartbutton {\r\n color:#999;\r\n margin-right:5px;\r\n cursor:pointer;\r\n padding:0px 15px 0px 10px;\r\n line-height:20px;\r\n font-size:12px;\r\n font-weight:600;\r\n font-family:\"Open Sans\",sans-serif;\r\n display: inline-block;\r\n background:transparent;\r\n margin-bottom:5px;\r\n }\r\n\r\n.text-light-174139 .esg-navigationbutton * { color:#999; }\r\n\r\n.text-light-174139 .esg-sortbutton-wrapper,\r\n.text-light-174139 .esg-cartbutton-wrapper { display:inline-block; }\r\n.text-light-174139 .esg-sortbutton-order,\r\n.text-light-174139 .esg-cartbutton-order {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width: 29px;\r\n line-height: 20px;\r\n font-size: 9px;\r\n font-weight: 700;\r\n color:#999;\r\n cursor: pointer;\r\n background: transparent;\r\n }\r\n\r\n.text-light-174139 .esg-cartbutton {\r\n color:#999;\r\n cursor: default !important;\r\n }\r\n.text-light-174139 .esg-cartbutton .esgicon-basket {\r\n color:#999;\r\n font-size:15px;\r\n line-height:15px;\r\n margin-right:10px;\r\n }\r\n.text-light-174139 .esg-cartbutton-wrapper { cursor: default !important; }\r\n\r\n.text-light-174139 .esg-sortbutton,\r\n.text-light-174139 .esg-cartbutton {\r\n display:inline-block;\r\n position:relative;\r\n cursor: pointer;\r\n margin-right:0px;\r\n }\r\n\r\n.text-light-174139 .esg-navigationbutton:hover,\r\n.text-light-174139 .esg-filterbutton:hover,\r\n.text-light-174139 .esg-sortbutton:hover,\r\n.text-light-174139 .esg-filterbutton.selected,\r\n.text-light-174139 .esg-sortbutton-order:hover,\r\n.text-light-174139 .esg-cartbutton-order:hover { color:#444; }\r\n\r\n.text-light-174139 .esg-navigationbutton:hover,\r\n.text-light-174139 .esg-filterbutton:hover span:first-child,\r\n.text-light-174139 .esg-filterbutton.selected span:first-child { text-decoration: underline; }\r\n\r\n.text-light-174139 .esg-filterbutton { border-right:1px solid #e5e5e5; }\r\n.text-light-174139 .esg-filterbutton:last-child { border-right:none; }\r\n\r\n.text-light-174139 .esg-sortbutton-order {\r\n padding-left:10px;\r\n border-left:1px solid #e5e5e5;\r\n }\r\n\r\n.text-light-174139 .esg-navigationbutton:hover * { color:#444; }\r\n\r\n.text-light-174139 .esg-sortbutton-order.tp-desc:hover {\r\n border-color:#e5e5e5;\r\n color:#444;\r\n }\r\n\r\n.text-light-174139 .esg-filter-checked {\r\n padding:1px 3px;\r\n color:transparent;\r\n background:#eee;\r\n background: rgba(0,0,0,0.05);\r\n margin-left:7px;\r\n font-size:9px;\r\n font-weight:300;\r\n line-height:9px;\r\n vertical-align: middle;\r\n }\r\n.text-light-174139 .esg-filter-checked * { }\r\n.text-light-174139 .esg-filterbutton.selected .esg-filter-checked,\r\n.text-light-174139 .esg-filterbutton:hover .esg-filter-checked {\r\n padding:1px 3px 1px 3px;\r\n color:#333;\r\n background:#eee;\r\n background: rgba(0,0,0,0.05);\r\n margin-left:7px;\r\n font-size:9px;\r\n font-weight:300;\r\n line-height:9px;\r\n vertical-align: middle;\r\n }\r\n',NULL),
(24,'Pat LaFontaine-174139','pat-lafontaine-174139','/*************************************\n - Pat LaFontaine 3.0.0 SKIN -\n*************************************/\n.pat-lafontaine-174139 .esg-overflowtrick {\n margin: 20px 0\n}\n\n.pat-lafontaine-174139 .navigationbuttons,\n.pat-lafontaine-174139 .esg-pagination,\n.pat-lafontaine-174139 .esg-filters {\n text-transform: uppercase;\n text-align: center;\n}\n\n.pat-lafontaine-174139 .esg-filters {margin-bottom: 1px !important}\n\n.pat-lafontaine-174139 .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.pat-lafontaine-174139 input.eg-search-input,\n.pat-lafontaine-174139 .esg-filterbutton,\n.pat-lafontaine-174139 .esg-navigationbutton,\n.pat-lafontaine-174139 .esg-sortbutton,\n.pat-lafontaine-174139 .esg-cartbutton,\n.pat-lafontaine-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.pat-lafontaine-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: #000;\n margin-right: 1px;\n cursor: pointer;\n position: relative;\n z-index: 2;\n padding: 0px 20px;\n border: none;\n line-height: 50px;\n border-radius: 0;\n font-size: 14px;\n font-weight: 400;\n font-family: \"Barlow Condensed\", sans-serif;\n display: inline-block;\n background: #eaedf1;\n margin-bottom: 0 !important;\n white-space: nowrap;\n min-height: 50px;\n vertical-align: middle;\n transition: all 0.3s ease;\n min-width: 50px;\n}\n\n.pat-lafontaine-174139 .esg-filter-wrapper {\n margin: 0 !important\n }\n\n.pat-lafontaine-174139 .esg-allfilter {\n background: #f03e3f !important;\n color: #fff !important\n}\n\n.pat-lafontaine-174139 .esg-allfilter.hovered {\n background: #000 !important;\n color: #fff !important\n}\n\n.pat-lafontaine-174139 span.eg-el-amount {\n letter-spacing: 1px\n}\n\n.pat-lafontaine-174139 span.eg-el-amount:before {\n content: \"[\";\n opacity: 0.5\n}\n\n.pat-lafontaine-174139 span.eg-el-amount:after {\n content: \"]\";\n opacity: 0.5\n}\n\n.pat-lafontaine-174139 .esg-cartbutton a {\n color: #000;\n}\n\n.pat-lafontaine-174139 input.eg-search-input::placeholder {\n line-height: 40px;\n vertical-align: middle;\n color:#999;\n}\n\n.pat-lafontaine-174139 .esg-navigationbutton {\n padding: 0px;\n min-width: 50px;\n}\n\n.pat-lafontaine-174139 .esg-navigationbutton.esg-loadmore {\n padding: 0 20px;\n text-transform: uppercase;\n}\n\n.pat-lafontaine-174139 .esg-navigationbutton * {\n color: #000;\n}\n\n.pat-lafontaine-174139 .esg-navigationbutton.hovered i {\n color: #fff;\n}\n\n.pat-lafontaine-174139 .esg-pagination-button:last-child {\n margin-right: 0;\n}\n\n.pat-lafontaine-174139 .esg-sortbutton-wrapper,\n.pat-lafontaine-174139 .esg-cartbutton-wrapper {\n display: inline-block;\n margin-right: 1px !important;\n margin-left: 0 !important;\n}\n\n.pat-lafontaine-174139 .esg-sortbutton-order,\n.pat-lafontaine-174139 .esg-cartbutton-order {\n display: inline-block;\n vertical-align: middle;\n border: none;\n width: 50px;\n line-height: 50px;\n font-size: 12px;\n font-weight: 700;\n color: #999;\n cursor: pointer;\n background: #eaedf1;\n margin-left: 1px;\n border-radius: 0;\n}\n\n.pat-lafontaine-174139 .esg-sortbutton-order.eg-icon-down-open:before {\n content: \"arrow_downward\";\n font-family: \"Material Icons\";\n font-size: 18px;\n color: #000;\n vertical-align: middle;\n}\n\n.pat-lafontaine-174139 .esg-sortbutton-order.hovered.eg-icon-down-open:before {\n color: #fff\n}\n\n.pat-lafontaine-174139 .esg-cartbutton {\n color: #999;\n cursor: default !important;\n border-radius: 0 !important;\n padding: 0 20px 0 16px\n}\n\n.pat-lafontaine-174139 .esg-cartbutton.hovered .eg-icon-basket,\n.pat-lafontaine-174139 .esg-cartbutton.hovered .ess-cart-content {\n color: #fff\n}\n\n.pat-lafontaine-174139 .esg-cartbutton .esgicon-basket {\n color: #999;\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.pat-lafontaine-174139 .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.pat-lafontaine-174139 .esg-sortbutton,\n.pat-lafontaine-174139 .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n margin-right: 0px;\n border-radius: 5px;\n}\n\n.pat-lafontaine-174139 input.eg-search-input.hovered,\n.pat-lafontaine-174139 input.eg-search-input:focus,\n.pat-lafontaine-174139 .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.pat-lafontaine-174139 .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.pat-lafontaine-174139 .esg-navigationbutton.hovered,\n.pat-lafontaine-174139 .esg-filterbutton.hovered,\n.pat-lafontaine-174139 .esg-sortbutton.hovered,\n.pat-lafontaine-174139 .esg-sortbutton-order.hovered,\n.pat-lafontaine-174139 .esg-cartbutton-order.hovered,\n.pat-lafontaine-174139 .esg-filterbutton.selected,\n.pat-lafontaine-174139 .esg-cartbutton.hovered,\n.pat-lafontaine-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.pat-lafontaine-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n border-color: none;\n color: #fff;\n background: #000;\n}\n\n.pat-lafontaine-174139 .esg-navigationbutton.hovered * {\n color: #000;\n}\n\n.pat-lafontaine-174139 .esg-sortbutton-order.hovered.tp-desc {\n color: #000;\n}\n\n.pat-lafontaine-174139 .esg-filter-checked {\n color: #cbcbcb;\n background: none;\n margin-left: 10px;\n font-size: 9px;\n font-weight: 300;\n line-height: 13px;\n vertical-align: middle;\n display: inline-block;\n transform: translateY(-1px);\n border: 1px solid #cbcbcb;\n}\n.pat-lafontaine-174139 .esg-filterbutton.hovered .esg-filter-checked {\n color: #fff;\n background: #000;\n}\n\n.pat-lafontaine-174139 .esg-filterbutton.selected .esg-filter-checked {\n background: #fff;\n color: #000;\n border: 1px solid #fff;\n}\n\n.pat-lafontaine-174139 .esg-filter-wrapper.eg-search-wrapper {\n white-space: nowrap;\n}\n\n.pat-lafontaine-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 5px;\n}\n\n.pat-lafontaine-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.pat-lafontaine-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width:40px;\n padding:0px;\n margin-left: 5px;\n margin-right:0px;\n}\n\n.pat-lafontaine-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width:auto;\n}\n\n.pat-lafontaine-174139 .esg-sortbutton {\n border-radius: 0;\n padding-right: 40px\n}\n\n.pat-lafontaine-174139 .esg-sortbutton:after,\n.pat-lafontaine-174139 .esg-selected-filterbutton .eg-icon-down-open:before{\n content: \"\";\n position: absolute;\n width: 5px;\n height: 5px;\n border-left: 1px solid #000;\n border-bottom: 1px solid #000;\n transform: rotate(-45deg) translateY(-6px);\n right: 15px;\n top: 50%\n}\n\n.pat-lafontaine-174139 .esg-sortbutton.hovered:after {\n border-left: 1px solid #fff;\n border-bottom: 1px solid #fff;\n}\n\n.pat-lafontaine-174139 .esg-dropdown-wrapper {\n transform: translateZ(10px) translateX(-50%);\n left: 50%;\n background:transparent;\n padding:0px;\n}\n\n.pat-lafontaine-174139 .esg-dropdown-wrapper .esg-filterbutton {\n position: relative;\n width: 100%;\n}\n\n.pat-lafontaine-174139 .esg-selected-filterbutton .eg-icon-down-open {\n margin-right: -10px;\n font-size: 12px;\n color:#999;\n}\n\n.pat-lafontaine-174139 .dropdownstyle .esg-filterbutton .esg-filter-checked {\n margin-left: 0;\n transform: translateY(-2px);\n}\n\n.pat-lafontaine-174139 .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open,\n.pat-lafontaine-174139 .esg-selected-filterbutton.hovered .eg-icon-down-open {\n color:#000;\n}\n\n.pat-lafontaine-174139 .eg-search-wrapper {background: #3d3b3e}\n.pat-lafontaine-174139 .eg-search-wrapper .eg-search-input {\n background: #3d3b3e;\n font-style: italic;\n border-bottom: 1px solid #868689;\n line-height: 22px;\n min-height: 22px;\n padding: 0;\n margin: 0 0 0 20px !important;\n}\n\n.pat-lafontaine-174139 .eg-search-wrapper .eg-search-input.hovered,\n.pat-lafontaine-174139 .eg-search-wrapper .eg-search-input:focus,\n.pat-lafontaine-174139 .eg-search-wrapper .eg-search-input:active,\n.pat-lafontaine-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n background-color: #3d3b3e !important;\n color: #fff !important;\n}\n\n.pat-lafontaine-174139 .eg-search-wrapper .eg-search-input.hovered,\n.pat-lafontaine-174139 .eg-search-wrapper input:-webkit-autofill,\n.pat-lafontaine-174139 .eg-search-wrapper input:-webkit-autofill:hover,\n.pat-lafontaine-174139 .eg-search-wrapper input:-webkit-autofill:focus {\n border-bottom: 1px solid #fff;\n -webkit-text-fill-color: #fff;\n -webkit-box-shadow: 0 0 0px 1000px #3d3b3e inset;\n}\n\n.pat-lafontaine-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 0;\n width: 46px;\n}\n.pat-lafontaine-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n background: #000;\n}\n\n.pat-lafontaine-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean {\n margin-left: 0;\n width: 46px;\n background: #000;\n color: #fff\n}\n\n.pat-lafontaine-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered {\n background: #f03e3f;\n}\n\n@import url(\"https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,500;0,600;1,400&display=swap\");\n@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");\n\n',NULL),
(25,'Grant Fuhr-174139','grant-fuhr-174139','/*************************************\n - Grant Fuhr 3.0.0 SKIN -\n*************************************/\n.grant-fuhr-174139 .esg-filters {\n margin-bottom: 20px !important;\n}\n\n.grant-fuhr-174139 .navigationbuttons,\n.grant-fuhr-174139 .esg-pagination,\n.grant-fuhr-174139 .esg-filters {\n text-transform: uppercase;\n text-align: center;\n}\n\n\n.grant-fuhr-174139 .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.grant-fuhr-174139 input.eg-search-input,\n.grant-fuhr-174139 .esg-filterbutton,\n.grant-fuhr-174139 .esg-navigationbutton,\n.grant-fuhr-174139 .esg-sortbutton,\n.grant-fuhr-174139 .esg-cartbutton,\n.grant-fuhr-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.grant-fuhr-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: #fff;\n margin-right: 13px;\n cursor: pointer;\n position: relative;\n z-index: 2;\n padding: 0px 15px;\n border: none;\n line-height: 50px;\n font-size: 12px;\n font-weight: 400;\n font-family: \"Open Sans\", sans-serif;\n font-style: italic;\n letter-spacing: 1px;\n display: inline-block;\n background: #2e2e34;\n margin-bottom: 1px;\n white-space: nowrap;\n min-height: 50px;\n vertical-align: top;\n border-radius: 0px !important;\n min-width: 42px;\n text-transform: none;\n}\n.grant-fuhr-174139 .esg-cartbutton-wrapper {\n margin: 0 11px !important;\n}\n\n.grant-fuhr-174139 .esg-filterbutton.esg-allfilter {\n text-decoration: underline;\n}\n\n.grant-fuhr-174139 .esg-sortbutton-wrapper {\n position: relative;\n margin: 0 2px 0 8px !important;\n}\n\n.grant-fuhr-174139 .esg-sortbutton-wrapper .esg-sortbutton {\n padding-right: 35px;\n}\n\n.grant-fuhr-174139 .esg-filterbutton:before,\n.grant-fuhr-174139 .eg-search-wrapper:before,\n.grant-fuhr-174139 .esg-cartbutton:before,\n.grant-fuhr-174139 .esg-sortbutton-wrapper .esg-sortbutton:before,\n.grant-fuhr-174139 .esg-filter-wrapper.dropdownstyle:before {\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 0 0 50px 12px;\n border-color: transparent transparent #2e2e34 transparent;\n position: absolute;\n content:\"\";\n top: 0;\n left: -12px\n}\n\n.grant-fuhr-174139 .esg-sortbutton-wrapper .esg-sortbutton.hovered:before {\n border-color: transparent transparent #fff157 transparent;\n}\n\n.grant-fuhr-174139 .esg-filterbutton:after,\n.grant-fuhr-174139 .eg-search-wrapper .eg-search-clean:after,\n.grant-fuhr-174139 .esg-cartbutton:after,\n.grant-fuhr-174139 .esg-sortbutton-order:after,\n.grant-fuhr-174139 .esg-filter-wrapper.dropdownstyle:after {\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 50px 12px 0 0;\n border-color: #2e2e34 transparent transparent transparent;\n position: absolute;\n content:\"\";\n top: 0;\n right: -12px\n}\n\n.grant-fuhr-174139 .esg-filter-wrapper.dropdownstyle:after {\n right: 1px\n}\n\n.grant-fuhr-174139 .esg-filterbutton.hovered:before,\n.grant-fuhr-174139 .esg-filterbutton.selected:before,\n.grant-fuhr-174139 .esg-cartbutton.hovered:before,\n.grant-fuhr-174139 .esg-sortbutton-wrapper.hovered:before,\n.grant-fuhr-174139 .esg-filter-wrapper.dropdownstyle:hover:before {\n border-color: transparent transparent #fff157 transparent;\n}\n\n.grant-fuhr-174139 .esg-filterbutton.hovered:after,\n.grant-fuhr-174139 .esg-filterbutton.selected:after,\n.grant-fuhr-174139 .esg-cartbutton.hovered:after,\n.grant-fuhr-174139 .esg-sortbutton-wrapper.hovered:after,\n.grant-fuhr-174139 .esg-filter-wrapper.dropdownstyle:hover:after {\n border-color: #fff157 transparent transparent transparent;\n}\n\n.esg-sortbutton-order.tp-desc {\n transform: none;\n}\n\n.esg-sortbutton-order.tp-desc:before {\n transform: scaleY(-1);\n}\n\n.grant-fuhr-174139 .esg-filterbutton .eg-el-amount {\n position: absolute;\n line-height: 27px;\n min-width: 27px;\n border-radius: 50%;\n background: #fff157;\n color: #000;\n top: -13px;\n right: -5px;\n text-align: center;\n z-index: 2;\n font-style: normal;\n font-weight: 600;\n\n}\n\n.grant-fuhr-174139 .esg-filterbutton .eg-el-amount:before,\n.grant-fuhr-174139 .esg-filterbutton .eg-el-amount:after {\n display: none\n}\n\n.grant-fuhr-174139 .esg-filterbutton.selected .eg-el-amount {\n background: #2e2e34;\n color: #fff;\n}\n\n.grant-fuhr-174139 .esg-cartbutton a {\n color: #fff;\n}\n\n.grant-fuhr-174139 .esg-cartbutton.hovered a {\n color: #000;\n}\n\n.grant-fuhr-174139 .eg-search-wrapper {\n position: relative\n}\n\n.grant-fuhr-174139 .eg-search-wrapper:before {\n border-color: transparent transparent #fff157 transparent;\n}\n\n.grant-fuhr-174139 input.eg-search-input {\n background: #fff157;\n outline-style: none;\n margin-bottom: 0 !important;\n}\n\n.grant-fuhr-174139 input.eg-search-input::placeholder {\n line-height: 40px;\n vertical-align: middle;\n color:#000;\n}\n\n.grant-fuhr-174139 input.eg-search-input:focus::placeholder {\n opacity: 0;\n}\n\n.grant-fuhr-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 0 !important;\n min-width: 50px;\n background: #fff157;\n color: #000;\n}\n\n.grant-fuhr-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n background: #2e2e34 !important;\n color: #fff157 !important;\n}\n\n.grant-fuhr-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean {\n margin-left: 0 !important;\n min-width: 50px;\n}\n\n.grant-fuhr-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered:after {\n border-color: #fff157 transparent transparent transparent;\n}\n\n.grant-fuhr-174139 .esg-sortbutton-order.eg-icon-down-open:before {\n content: \"arrow_downward\";\n font-family: \"Material Icons\";\n font-size: 18px;\n color: #000;\n vertical-align: middle;\n}\n\n.grant-fuhr-174139 .esg-sortbutton-order.hovered.eg-icon-down-open:before {\n color: #fff\n}\n\n.grant-fuhr-174139 .esg-navigationbutton {\n padding: 0px;\n width:40px;\n}\n\n.grant-fuhr-174139 .esg-navigationbutton.esg-loadmore {\n width: auto;\n padding: 0 20px\n}\n\n.grant-fuhr-174139 .esg-navigationbutton * {\n color: #999;\n}\n\n.grant-fuhr-174139 .esg-pagination-button:last-child {\n margin-right: 0;\n}\n\n.grant-fuhr-174139 .esg-navigationbutton.selected,\n.grant-fuhr-174139 .esg-navigationbutton.hovered {\n color: #000 !important;\n}\n\n.grant-fuhr-174139 .esg-navigationbutton.esg-right,\n.grant-fuhr-174139 .esg-navigationbutton.esg-left {\n width: 50px;\n}\n\n.grant-fuhr-174139 .esg-navigationbutton.esg-right i,\n.grant-fuhr-174139 .esg-navigationbutton.esg-left i {\n color: #fff;\n}\n\n.grant-fuhr-174139 .esg-navigationbutton.esg-right.hovered i,\n.grant-fuhr-174139 .esg-navigationbutton.esg-left.hovered i {\n color: #000;\n}\n\n.grant-fuhr-174139 .esg-sortbutton-wrapper,\n.grant-fuhr-174139 .esg-cartbutton-wrapper {\n display: inline-block;\n}\n\n.grant-fuhr-174139 .esg-sortbutton-order,\n.grant-fuhr-174139 .esg-cartbutton-order {\n display: inline-block;\n vertical-align: top;\n border: none;\n width: 50px;\n line-height: 40px;\n border-radius: 0;\n font-size: 12px;\n font-weight: 700;\n color: #999;\n cursor: pointer;\n background: #fff157;\n margin-left: 0;\n line-height: 50px;\n}\n\n.grant-fuhr-174139 .esg-sortbutton-order.hovered,\n.grant-fuhr-174139 .esg-cartbutton-order.hovered {\n color: #fff157 !important;\n background: #2e2e34 !important;\n}\n\n.grant-fuhr-174139 .esg-sortbutton-order:after {\n border-color: #fff157 transparent transparent transparent;\n}\n\n.grant-fuhr-174139 .esg-sortbutton-order.hovered:after {\n border-color: #2e2e34 transparent transparent transparent;\n}\n\n.grant-fuhr-174139 .esg-cartbutton {\n color: #999;\n cursor: default !important;\n}\n\n.grant-fuhr-174139 .esg-cartbutton .esgicon-basket {\n color: #999;\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.grant-fuhr-174139 .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.grant-fuhr-174139 .esg-sortbutton,\n.grant-fuhr-174139 .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n margin-right: 0px;\n border-radius: 5px;\n}\n\n.grant-fuhr-174139 input.eg-search-input.hovered,\n.grant-fuhr-174139 input.eg-search-input:focus,\n.grant-fuhr-174139 .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.grant-fuhr-174139 .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.grant-fuhr-174139 .esg-navigationbutton.hovered,\n.grant-fuhr-174139 .esg-filterbutton.hovered,\n.grant-fuhr-174139 .esg-sortbutton.hovered,\n.grant-fuhr-174139 .esg-sortbutton-order.hovered,\n.grant-fuhr-174139 .esg-cartbutton-order.hovered,\n.grant-fuhr-174139 .esg-filterbutton.selected,\n.grant-fuhr-174139 .esg-cartbutton.hovered,\n.grant-fuhr-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.grant-fuhr-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n border-color: none;\n color: #000;\n background: #fff157;\n}\n\n.grant-fuhr-174139 .esg-navigationbutton.hovered * {\n color: #000;\n}\n\n.grant-fuhr-174139 .esg-sortbutton-order.hovered.tp-desc {\n color: #000;\n}\n\n.grant-fuhr-174139 .esg-allfilter.esg-allfilter {\n}\n\n.grant-fuhr-174139 .esg-filter-checked {\n color: #cbcbcb;\n background: #cbcbcb;\n margin-left: 10px;\n font-size: 9px;\n font-weight: 300;\n line-height: 9px;\n vertical-align: middle;\n}\n\n.grant-fuhr-174139 .esg-filterbutton.selected .esg-filter-checked,\n.grant-fuhr-174139 .esg-filterbutton.hovered .esg-filter-checked {\n color: #fff;\n background: #000;\n}\n\n.grant-fuhr-174139 .esg-filter-wrapper.eg-search-wrapper {\n white-space: nowrap;\n}\n\n.grant-fuhr-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 5px;\n}\n\n.grant-fuhr-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.grant-fuhr-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width:40px;\n padding:0px;\n margin-left: 5px;\n margin-right:0px;\n}\n\n.grant-fuhr-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width:auto;\n}\n\n.grant-fuhr-174139 .esg-dropdown-wrapper {\n transform: translateZ(10px) translateX(-50%);\n left: 50%;\n background:transparent;\n padding:0px;\n}\n\n.grant-fuhr-174139 .esg-dropdown-wrapper .esg-filterbutton {\n position: relative\n}\n\n.grant-fuhr-174139 .esg-selected-filterbutton .eg-icon-down-open {\n margin-right: -10px;\n font-size: 12px;\n color:#999;\n}\n.grant-fuhr-174139 .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open,\n.grant-fuhr-174139 .esg-selected-filterbutton.hovered .eg-icon-down-open {\n color:#000;\n}\n\n.grant-fuhr-174139 .esg-sortbutton:after,\n.grant-fuhr-174139 .esg-selected-filterbutton .eg-icon-down-open:before {\n content: \"\";\n position: absolute;\n width: 5px;\n height: 5px;\n border-left: 1px solid #fff157;\n border-bottom: 1px solid #fff157;\n transform: rotate(-45deg) translateY(-6px);\n right: 15px;\n top: 50%\n}\n\n.grant-fuhr-174139 .esg-sortbutton.hovered:after,\n.grant-fuhr-174139 .esg-selected-filterbutton.hovered .eg-icon-down-open:before,\n.grant-fuhr-174139 .esg-filter-wrapper.dropdownstyle:hover .esg-selected-filterbutton .eg-icon-down-open:before {\n border-left: 1px solid #000;\n border-bottom: 1px solid #000;\n}\n\n.grant-fuhr-174139 .esg-dropdown-wrapper .esg-filterbutton {\n width: 100%;\n margin: 0;\n}\n\n.grant-fuhr-174139 .esg-dropdown-wrapper .esg-filterbutton:before,\n.grant-fuhr-174139 .esg-dropdown-wrapper .esg-filterbutton:after {\n display: none;\n}\n\n.grant-fuhr-174139 .esg-filter-wrapper.dropdownstyle:hover .esg-selected-filterbutton {\n background: #fff157;\n color: #000;\n}\n\n@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");\n\n',NULL),
(26,'Leon Draisaitl-174139','leon-draisaitl-174139','/*************************************\n - LEON DRAISAITL 3.0.0 SKIN -\n*************************************/\n.leon-draisaitl-174139 .esg-overflowtrick {\n margin: 20px 0;\n}\n\n.leon-draisaitl-174139 .navigationbuttons,\n.leon-draisaitl-174139 .esg-pagination,\n.leon-draisaitl-174139 .esg-filters {\n text-align: center;\n}\n\n.leon-draisaitl-174139 .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.leon-draisaitl-174139 input.eg-search-input,\n.leon-draisaitl-174139 .esg-filterbutton,\n.leon-draisaitl-174139 .esg-navigationbutton,\n.leon-draisaitl-174139 .esg-sortbutton,\n.leon-draisaitl-174139 .esg-cartbutton,\n.leon-draisaitl-174139 .esg-sortbutton-order,\n.leon-draisaitl-174139 .esg-cartbutton-order,\n.leon-draisaitl-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.leon-draisaitl-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: #000;\n cursor: pointer;\n padding: 0px 20px;\n border: 2px solid #000;\n line-height: 50px;\n font-size: 16px;\n font-weight: 500;\n font-family: \"Roboto Mono\", monospace;\n display: inline-block;\n background: transparent;\n margin: -2px -2px 0 0 !important;\n white-space: nowrap;\n min-height: 50px;\n vertical-align: middle;\n min-width: 54px;\n box-shadow: inset 0px 0px 0px 0px #000;\n transition: all 0.4s ease;\n}\n\n.leon-draisaitl-174139 .esg-sortbutton-wrapper,\n.leon-draisaitl-174139 .esg-filter-wrapper,\n.leon-draisaitl-174139 .esg-cartbutton-wrapper {\n margin: 0 !important;\n}\n\n.leon-draisaitl-174139 .esg-cartbutton a {\n color:#000;\n}\n\n.leon-draisaitl-174139 input.eg-search-input::placeholder {\n line-height: 30px;\n vertical-align: middle;\n color:#000;\n}\n\n.leon-draisaitl-174139 input.eg-search-input.hovered::placeholder {\n color: #fff;\n}\n\n.leon-draisaitl-174139 .esg-navigationbutton * {\n color: #000;\n}\n\n.leon-draisaitl-174139 .esg-left,\n.leon-draisaitl-174139 .esg-right {\n color: #000;\n padding: 0px 7px;\n}\n\n.leon-draisaitl-174139 .esg-pagination-button:last-child {\n margin-right: 0;\n}\n\n.leon-draisaitl-174139 .esg-sortbutton-wrapper,\n.leon-draisaitl-174139 .esg-cartbutton-wrapper {\n display: inline-block;\n vertical-align: top;\n}\n\n.leon-draisaitl-174139 .esg-sortbutton-order,\n.leon-draisaitl-174139 .esg-cartbutton-order {\n padding: 0px;\n width: 29px;\n font-size: 9px;\n}\n\n.leon-draisaitl-174139 .esg-cartbutton {\n color: #333;\n cursor: default !important;\n}\n\n.leon-draisaitl-174139 .esg-cartbutton.hovered *,\n.leon-draisaitl-174139 .esg-navigationbutton.hovered * {\n color: #fff !important;\n}\n\n.leon-draisaitl-174139 .esg-cartbutton .esgicon-basket {\n color: #333;\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.leon-draisaitl-174139 .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.leon-draisaitl-174139 .esg-sortbutton,\n.leon-draisaitl-174139 .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n margin-right: 5px;\n}\n\n.leon-draisaitl-174139 input.eg-search-input.hovered,\n.leon-draisaitl-174139 input.eg-search-input:focus,\n.leon-draisaitl-174139 .esg-navigationbutton.hovered,\n.leon-draisaitl-174139 .esg-filterbutton.hovered,\n.leon-draisaitl-174139 .esg-sortbutton.hovered,\n.leon-draisaitl-174139 .esg-sortbutton-order.hovered,\n.leon-draisaitl-174139 .esg-cartbutton.hovered,\n.leon-draisaitl-174139 .esg-filterbutton.selected,\n.leon-draisaitl-174139 .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.leon-draisaitl-174139 .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.leon-draisaitl-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.leon-draisaitl-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n background-color: #fff;\n border-color: #000;\n color: #fff;\n box-shadow: inset 0px 0px 0px 50px #000;\n}\n\n.leon-draisaitl-174139 .esg-cartbutton.hovered a {\n color:#000;\n}\n\n.leon-draisaitl-174139 .esg-navigationbutton.hovered * {\n color: #333;\n}\n\n.leon-draisaitl-174139 .esg-sortbutton-order.hovered .tp-desc {\n border-color: #bbb;\n color: #333;\n box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important;\n}\n\n.leon-draisaitl-174139 .esg-filter-checked {\n color: #aaa;\n border: 2px solid #000;\n background: transparent;\n margin-left: 10px;\n font-size: 9px;\n font-weight: 400;\n line-height: 14px;\n vertical-align: middle;\n text-align: center;\n min-width: 18px;\n display: inline-block;\n}\n\n.leon-draisaitl-174139 .esg-filterbutton.selected .esg-filter-checked,\n.leon-draisaitl-174139 .esg-filterbutton.hovered .esg-filter-checked {\n color: #000;\n background: #fff;\n}\n\n.leon-draisaitl-174139 .esg-filter-wrapper.eg-search-wrapper {\n line-height: 30px;\n white-space: nowrap;\n}\n\n.leon-draisaitl-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 5px;\n}\n\n.leon-draisaitl-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.leon-draisaitl-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width:29px;\n padding:0px;\n margin-left: 5px;\n margin-right:0px;\n}\n\n.leon-draisaitl-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width:auto;\n border-radius:0px;\n}\n\n.leon-draisaitl-174139 .esg-dropdown-wrapper {\n left: 0px;\n background: #fff;\n border: 2px solid #000;\n margin-top: -2px;\n padding: 0;\n}\n\n.leon-draisaitl-174139 .esg-dropdown-wrapper .esg-filterbutton {\n position: relative;\n text-align: left;\n background:transparent;\n padding: 5px 20px;\n border:none;\n box-shadow: none;\n box-sizing: border-box;\n}\n\n.leon-draisaitl-174139 .esg-dropdown-wrapper .esg-filterbutton.esg-allfilter {\n width: 100%;\n}\n\n.leon-draisaitl-174139 .esg-dropdown-wrapper .esg-filterbutton.selected,\n.leon-draisaitl-174139 .esg-dropdown-wrapper .esg-filterbutton.hovered {\n background: #000;\n}\n\n.leon-draisaitl-174139 .esg-dropdown-wrapper .esg-filterbutton .esg-filter-checked {\n margin: 0 10px 0 -2px;\n}\n\n.leon-draisaitl-174139 .esg-selected-filterbutton .eg-icon-down-open {\n margin-right: -10px;\n font-size: 9px;\n color:#000;\n}\n.leon-draisaitl-174139 .esg-selected-filterbutton.hovered .eg-icon-down-open,\n.leon-draisaitl-174139 .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open {\n color: #fff;\n}\n\n.leon-draisaitl-174139 .esg-sortbutton-order.eg-icon-down-open:before {\n content: \"arrow_downward\";\n font-family: \"Material Icons\";\n font-size: 19px;\n vertical-align: middle;\n}\n\n@import url(\"https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500&display=swap\");\n@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");\n',NULL),
(27,'Uwe Krupp-174139','uwe-krupp-174139','/*************************************\n - UWE KRUPP 3.0.0 SKIN -\n*************************************/\n.uwe-krupp-174139 .esg-overflowtrick {\n margin: 50px 0;\n}\n\n.uwe-krupp-174139 .navigationbuttons,\n.uwe-krupp-174139 .esg-pagination,\n.uwe-krupp-174139 .esg-filters {\n text-align: center;\n}\n\n.uwe-krupp-174139 .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.uwe-krupp-174139 input.eg-search-input,\n.uwe-krupp-174139 .esg-filterbutton,\n.uwe-krupp-174139 .esg-navigationbutton,\n.uwe-krupp-174139 .esg-sortbutton,\n.uwe-krupp-174139 .esg-cartbutton,\n.uwe-krupp-174139 .esg-sortbutton-order,\n.uwe-krupp-174139 .esg-cartbutton-order,\n.uwe-krupp-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.uwe-krupp-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: #6a666b;\n letter-spacing: 1px;\n margin-right: 5px;\n cursor: pointer;\n padding: 0px 15px;\n line-height: 40px;\n font-size: 13px;\n font-weight: 400;\n font-family: \"Arvo\", serif;\n display: inline-block;\n background: rgba(255, 255, 255, 0.65);\n margin-bottom: 5px;\n white-space: nowrap;\n min-height: 40px;\n vertical-align: middle;\n min-width: 40px;\n border-radius: 12px;\n}\n\n.uwe-krupp-174139 .esg-cartbutton a {\n color:#000;\n}\n\n.uwe-krupp-174139 input.eg-search-input::placeholder {\n line-height: 30px;\n vertical-align: middle;\n color: #6a666b;\n}\n\n.uwe-krupp-174139 input.eg-search-input:focus::placeholder {\n opacity: 0;\n}\n\n.uwe-krupp-174139 .esg-navigationbutton.esg-right,\n.uwe-krupp-174139 .esg-navigationbutton.esg-left {\n background: #b0a5b4;\n}\n\n.uwe-krupp-174139 .esg-navigationbutton.esg-left {\n border-radius: 0 12px 12px 0px;\n}\n\n.uwe-krupp-174139 .esg-navigationbutton.esg-right {\n border-radius: 12px 0px 0px 12px;\n}\n\n.uwe-krupp-174139 .esg-navigationbutton * {\n color: #000;\n}\n\n.uwe-krupp-174139 .esg-left,\n.uwe-krupp-174139 .esg-right {\n color: #000;\n padding: 0px 7px;\n}\n\n.uwe-krupp-174139 .esg-pagination-button:last-child {\n margin-right: 0;\n}\n\n.uwe-krupp-174139 .esg-sortbutton-wrapper,\n.uwe-krupp-174139 .esg-cartbutton-wrapper {\n display: inline-block;\n vertical-align: top;\n}\n\n.uwe-krupp-174139 .esg-sortbutton-order,\n.uwe-krupp-174139 .esg-cartbutton-order {\n padding: 0px;\n width: 29px;\n font-size: 9px;\n}\n\n.uwe-krupp-174139 .esg-cartbutton {\n color: #757176;\n cursor: default !important;\n}\n\n.uwe-krupp-174139 .esg-cartbutton .esgicon-basket {\n color: #757176;\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.uwe-krupp-174139 .esg-cartbutton .ess-cart-content {\n color: #757176;\n}\n\n.uwe-krupp-174139 .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.uwe-krupp-174139 .esg-sortbutton,\n.uwe-krupp-174139 .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n margin-right: 5px;\n}\n\n.uwe-krupp-174139 input.eg-search-input.hovered,\n.uwe-krupp-174139 input.eg-search-input:focus,\n.uwe-krupp-174139 .esg-navigationbutton.hovered,\n.uwe-krupp-174139 .esg-filterbutton.hovered,\n.uwe-krupp-174139 .esg-sortbutton.hovered,\n.uwe-krupp-174139 .esg-sortbutton-order.hovered,\n.uwe-krupp-174139 .esg-cartbutton.hovered,\n.uwe-krupp-174139 .esg-filterbutton.selected,\n.uwe-krupp-174139 .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.uwe-krupp-174139 .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.uwe-krupp-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.uwe-krupp-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n background-color: #fff;\n color: #333;\n}\n\n.uwe-krupp-174139 .esg-cartbutton.hovered a {\n color:#000;\n}\n\n.uwe-krupp-174139 .esg-navigationbutton.hovered * {\n color: #333;\n}\n\n.uwe-krupp-174139 .esg-sortbutton-order.hovered .tp-desc {\n border-color: #bbb;\n color: #333;\n box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important;\n}\n\n.uwe-krupp-174139 .esg-filter-checked {\n color: #b0a5b4;\n background: transparent;\n border: 1px solid #b0a5b4;\n margin-left: 10px;\n font-size: 9px;\n font-weight: 400;\n line-height: 12px;\n min-width: 12px;\n vertical-align: middle;\n display: inline-block;\n transform: translateY(-1px);\n}\n\n.uwe-krupp-174139 .esg-filterbutton.selected .esg-filter-checked,\n.uwe-krupp-174139 .esg-filterbutton.hovered .esg-filter-checked {\n color: #fff;\n background: #000;\n border: 1px solid #000;\n}\n\n.uwe-krupp-174139 .esg-filter-wrapper.eg-search-wrapper {\n line-height: 30px;\n white-space: nowrap;\n}\n\n.uwe-krupp-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 5px;\n}\n\n.uwe-krupp-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.uwe-krupp-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width:29px;\n padding:0px;\n margin-left: 5px;\n margin-right:0px;\n}\n\n.uwe-krupp-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width:auto;\n border-radius: 12px 0px 0px 12px;\n border: none;\n}\n\n.uwe-krupp-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n border-radius: 0px 12px 12px 0px;\n margin-left: 0;\n}\n\n.uwe-krupp-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered,\n.uwe-krupp-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean {\n background: #b0a5b4;\n color: #fff;\n}\n\n.uwe-krupp-174139 .esg-dropdown-wrapper {\n left: 0px;\n background:#fff;\n}\n\n.uwe-krupp-174139 .esg-dropdown-wrapper .esg-filterbutton {\n position: relative;\n text-align: left;\n background:transparent;\n padding:0px;\n border:none;\n box-shadow: none;\n}\n\n.uwe-krupp-174139 .esg-selected-filterbutton .eg-icon-down-open {\n margin-right: -10px;\n font-size: 9px;\n color:#000;\n}\n.uwe-krupp-174139 .esg-selected-filterbutton.hovered .eg-icon-down-open,\n.uwe-krupp-174139 .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open{\n color:#333;\n}\n\n.uwe-krupp-174139 .esg-sortbutton-order.eg-icon-down-open {\n background: #b0a5b4;\n color: #fff;\n}\n\n.uwe-krupp-174139 .esg-sortbutton-order.eg-icon-down-open:before {\n content: \"arrow_downward\";\n font-family: \"Material Icons\";\n font-size: 19px;\n vertical-align: middle;\n}\n\n@import url(\"https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap\");\n@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");\n\n',NULL),
(28,'Clark Gillies-174139','clark-gillies-174139','/*************************************\n - CLARK GILLIES 3.0.0 SKIN -\n*************************************/\n.clark-gillies-174139 .navigationbuttons,\n.clark-gillies-174139 .esg-pagination,\n.clark-gillies-174139 .esg-filters {\n text-align: center;\n}\n\n.clark-gillies-174139 .esg-filters {\n margin-bottom: 20px !important;\n}\n\n.clark-gillies-174139 .esg-filter-wrapper {\n margin: 0 !important;\n}\n\n.clark-gillies-174139 .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.clark-gillies-174139 input.eg-search-input,\n.clark-gillies-174139 .esg-filterbutton,\n.clark-gillies-174139 .esg-navigationbutton,\n.clark-gillies-174139 .esg-sortbutton,\n.clark-gillies-174139 .esg-cartbutton,\n.clark-gillies-174139 .esg-sortbutton-order,\n.clark-gillies-174139 .esg-cartbutton-order,\n.clark-gillies-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.clark-gillies-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: #000;\n margin: 0 10px 0 0 !important;\n cursor: pointer;\n padding: 0px 10px;\n border: none;\n line-height: 28px;\n font-size: 13px;\n font-weight: 400;\n font-family: \"Arvo\", serif;\n display: inline-block;\n background: transparent;\n white-space: nowrap;\n min-height: 28px;\n vertical-align: middle;\n letter-spacing: -0.5px;\n min-width: 24px;\n position: relative;\n transition: all 0.3s ease;\n}\n\n.clark-gillies-174139 .esg-filterbutton:before,\n.clark-gillies-174139 .esg-selected-filterbutton:before,\n.clark-gillies-174139 .esg-sortbutton:before {\n content: \"\";\n position: absolute;\n z-index: -1;\n height: 2px;\n width: calc(100% - 20px);\n left: 10px;\n bottom: 0;\n background: #000;\n transition: all 0.3s ease;\n}\n\n.clark-gillies-174139 .esg-filterbutton.hovered:before,\n.clark-gillies-174139 .esg-filterbutton.selected:before,\n.clark-gillies-174139 .esg-filter-wrapper:hover .esg-selected-filterbutton:before,\n.clark-gillies-174139 .esg-sortbutton.hovered:before{\n width: 100%;\n height: 100%;\n left: 0;\n}\n\n.clark-gillies-174139 .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open {\n color: #fff !important;\n}\n\n.clark-gillies-174139 .esg-cartbutton a {\n color:#fff;\n}\n\n.clark-gillies-174139 input.eg-search-input::placeholder {\n line-height: 30px;\n vertical-align: middle;\n color:#000;\n}\n\n.clark-gillies-174139 input.eg-search-input:focus::placeholder {\n opacity: 0;\n}\n\n.clark-gillies-174139 .esg-navigationbutton {\n min-width: 28px;\n}\n\n.clark-gillies-174139 .esg-navigationbutton * {\n color: #fff;\n}\n\n.clark-gillies-174139 .esg-left,\n.clark-gillies-174139 .esg-right,\n.clark-gillies-174139 .esg-loadmore {\n color: #fff;\n padding: 2px 7px;\n transition: all 0.3s ease;\n box-shadow: inset 0 0 0 20px #000;\n}\n.clark-gillies-174139 .esg-left.hovered,\n.clark-gillies-174139 .esg-right.hovered,\n.clark-gillies-174139 .esg-loadmore.hovered {\n color: #000 !important;\n box-shadow: inset 0 0 0 2px #000;\n}\n\n.clark-gillies-174139 .esg-loadmore {\n padding: 0 10px;\n}\n\n.clark-gillies-174139 .esg-pagination-button:last-child {\n margin-right: 0;\n}\n\n.clark-gillies-174139 .esg-sortbutton-wrapper,\n.clark-gillies-174139 .esg-cartbutton-wrapper {\n display: inline-block;\n vertical-align: top;\n}\n\n.clark-gillies-174139 .esg-sortbutton-order,\n.clark-gillies-174139 .esg-cartbutton-order,\n.clark-gillies-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean {\n padding: 0px;\n min-width: 30px;\n font-size: 9px;\n transition: all 0.3s ease;\n box-shadow: inset 0 0 0 2px #000;\n margin-right: 20px !important;\n}\n\n.clark-gillies-174139 .esg-sortbutton-order.hovered,\n.clark-gillies-174139 .esg-cartbutton-order.hovered,\n.clark-gillies-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered {\n box-shadow: inset 0 0 0 20px #000\n}\n\n.clark-gillies-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean {\n font-size: 12px;\n line-height: 28px !important;\n}\n\n.clark-gillies-174139 .esg-sortbutton-order.eg-icon-down-open:before {\n content: \"arrow_downward\";\n font-family: \"Material Icons\";\n font-size: 19px;\n vertical-align: middle;\n}\n\n.clark-gillies-174139 .esg-cartbutton {\n color: #fff;\n cursor: default !important;\n transition: all 0.3s ease;\n box-shadow: inset 0 0 0 20px #000;\n}\n\n.clark-gillies-174139 .esg-cartbutton.hovered {\n box-shadow: inset 0 0 0 2px #000;\n}\n\n.clark-gillies-174139 .esg-cartbutton .ess-cart-content {\n color: #fff;\n}\n\n.clark-gillies-174139 .esg-cartbutton.hovered .ess-cart-content {\n color: #000;\n}\n\n.clark-gillies-174139 .esg-cartbutton .esgicon-basket {\n color: #fff;\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.clark-gillies-174139 .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.clark-gillies-174139 .esg-sortbutton,\n.clark-gillies-174139 .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n margin-right: 0 !important;\n}\n\n.clark-gillies-174139 input.eg-search-input.hovered,\n.clark-gillies-174139 input.eg-search-input:focus,\n.clark-gillies-174139 .esg-navigationbutton.hovered,\n.clark-gillies-174139 .esg-filterbutton.hovered,\n.clark-gillies-174139 .esg-sortbutton.hovered,\n.clark-gillies-174139 .esg-sortbutton-order.hovered,\n.clark-gillies-174139 .esg-cartbutton.hovered,\n.clark-gillies-174139 .esg-filterbutton.selected,\n.clark-gillies-174139 .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.clark-gillies-174139 .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.clark-gillies-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.clark-gillies-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n color: #fff;\n}\n\n.clark-gillies-174139 .esg-cartbutton.hovered a {\n color:#000;\n}\n\n.clark-gillies-174139 .esg-navigationbutton.hovered * {\n color: #333;\n}\n\n.clark-gillies-174139 .esg-sortbutton-order.hovered .tp-desc {\n border-color: #bbb;\n color: #333;\n box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important;\n}\n\n.clark-gillies-174139 .esg-filter-checked {\n color: #000;\n margin-left: 10px;\n font-size: 9px;\n font-weight: 400;\n line-height: 20px;\n vertical-align: middle;\n border: 1px solid #000;\n background: transparent;\n padding: 1px 0;\n}\n\n.clark-gillies-174139 .esg-filterbutton.selected .esg-filter-checked,\n.clark-gillies-174139 .esg-filterbutton.hovered .esg-filter-checked,\n.clark-gillies-174139 .esg-dropdown-wrapper .esg-filter-checked {\n color: #000;\n background: #fff;\n}\n\n.clark-gillies-174139 .esg-dropdown-wrapper .esg-filter-checked {\n margin-left: 0;\n}\n\n.clark-gillies-174139 .esg-filter-wrapper.eg-search-wrapper {\n line-height: 22px;\n white-space: nowrap;\n}\n\n.clark-gillies-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 0;\n border-bottom: 2px solid #000;\n}\n\n.clark-gillies-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.clark-gillies-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width: 29px;\n padding: 0px;\n margin-left: 0px;\n margin-right: 0px;\n min-height: 26px;\n line-height: 26px;\n}\n\n.clark-gillies-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width: auto;\n border-radius: 0px;\n border-bottom: 2px solid #000;\n margin: 0 !important;\n padding: 2px 0;\n min-height: 22px;\n line-height: 22px;\n font-size: 13px;\n}\n\n.clark-gillies-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-input:focus,\n.clark-gillies-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-input:active,\n.clark-gillies-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-input.hovered {\n color: #000;\n}\n\n.clark-gillies-174139 .esg-dropdown-wrapper {\n left: 0px;\n background: #000;\n width: 100%;\n}\n\n.clark-gillies-174139 .esg-dropdown-wrapper .esg-filterbutton {\n position: relative;\n text-align: left;\n background: transparent;\n padding: 0px;\n border: none;\n box-shadow: none;\n color: #fff;\n}\n\n.clark-gillies-174139 .esg-dropdown-wrapper .esg-filterbutton.hovered {\n opacity: 0.6;\n}\n\n.clark-gillies-174139 .esg-selected-filterbutton .eg-icon-down-open {\n margin-right: -10px;\n font-size: 9px;\n color:#000;\n}\n.clark-gillies-174139 .esg-selected-filterbutton.hovered .eg-icon-down-open,\n.clark-gillies-174139 .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open{\n color:#333;\n}\n\n.clark-gillies-174139 .esg-filterbutton .eg-el-amount:before,\n.clark-gillies-174139 .esg-filterbutton .eg-el-amount:after {\n content: \"\";\n}\n\n@import url(\"https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap\");\n@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");\n\n',NULL),
(29,'Rod Langway-174139','rod-langway-174139','/*************************************\n - ROD LANGWAY 3.0.0 SKIN -\n*************************************/\n.rod-langway-174139 .esg-overflowtrick {\n margin: 20px 0;\n}\n\n.rod-langway-174139 .navigationbuttons,\n.rod-langway-174139 .esg-pagination,\n.rod-langway-174139 .esg-filters {\n text-align: center;\n}\n\n.rod-langway-174139 .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.rod-langway-174139 input.eg-search-input,\n.rod-langway-174139 .esg-filterbutton,\n.rod-langway-174139 .esg-navigationbutton,\n.rod-langway-174139 .esg-sortbutton,\n.rod-langway-174139 .esg-cartbutton,\n.rod-langway-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.rod-langway-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: #000;\n margin-right: 0;\n cursor: pointer;\n padding: 4px 17px 0;\n border: none;\n box-sizing: border-box;\n line-height: 35px;\n font-size: 10px;\n text-transform: uppercase;\n letter-spacing: 3px;\n font-weight: 700;\n font-family: \"Josefin Sans\", sans-serif;\n display: inline-block;\n background: #fff;\n margin-bottom: 5px;\n white-space: nowrap;\n min-height: 40px;\n vertical-align: middle;\n border-radius: 0;\n}\n.rod-langway-174139 .esg-filterbutton .eg-el-amount {\n background: #ced3d7;\n display: inline-block;\n line-height: 24px;\n min-width: 26px;\n padding-top: 2px;\n text-align: center;\n font-weight: 500;\n font-size: 12px;\n letter-spacing: 0;\n}\n\n.rod-langway-174139 .esg-filterbutton.hovered .eg-el-amount,\n.rod-langway-174139 .esg-filterbutton.selected .eg-el-amount {\n background: #2f2f3a;\n color: #fff;\n}\n\n.rod-langway-174139 .esg-filterbutton .eg-el-amount:before,\n.rod-langway-174139 .esg-filterbutton .eg-el-amount:after {\n content: \"\";\n}\n\n.rod-langway-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.rod-langway-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 0 !important;\n font-size: 14px;\n letter-spacing: 0;\n line-height: 40px;\n}\n\n.rod-langway-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.rod-langway-174139 .esg-cartbutton {\n background: #ced3d7;\n}\n\n.rod-langway-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.rod-langway-174139 .esg-cartbutton.hovered {\n background: #b0b5b9 !important;\n}\n\n.rod-langway-174139 .esg-cartbutton a {\n color: #000;\n}\n\n.rod-langway-174139 .esg-cartbutton a:hover {\n color: #000;\n}\n\n.rod-langway-174139 input.eg-search-input::placeholder {\n line-height: 38px;\n vertical-align: middle;\n color: #b0b5b9;\n}\n\n.rod-langway-174139 input.eg-search-input:focus::placeholder {\n opacity: 0;\n}\n\n.rod-langway-174139 .esg-navigationbutton {\n line-height: 40px;\n min-width: 40px;\n letter-spacing: 0;\n font-size: 14px;\n font-weight: 400;\n}\n\n.rod-langway-174139 .esg-navigationbutton.esg-left {\n transform: translateX(-40px)\n}\n\n.rod-langway-174139 .esg-navigationbutton.esg-right {\n transform: translateX(40px)\n}\n\n.rod-langway-174139 .esg-navigationbutton * {\n color: #000;\n\n}\n\n.rod-langway-174139 .esg-navigationbutton.hovered i {\n color: #000;\n}\n\n.rod-langway-174139 .esg-navigationbutton {\n padding: 0px 11px;\n}\n\n.rod-langway-174139 .esg-pagination-button {\n padding: 0px 16px;\n}\n\n.rod-langway-174139 .esg-pagination-button:last-child {\n margin-right: 0;\n}\n\n.rod-langway-174139 .esg-sortbutton-wrapper,\n.rod-langway-174139 .esg-cartbutton-wrapper {\n display: inline-block;\n}\n\n.rod-langway-174139 .esg-sortbutton-order,\n.rod-langway-174139 .esg-cartbutton-order {\n display: inline-block;\n vertical-align: top;\n width: 40px;\n line-height: 40px;\n border-radius: 0;\n border: none;\n font-size: 12px;\n font-weight: 600;\n color: #000;\n cursor: pointer;\n background: #ced3d7;\n}\n\n.rod-langway-174139 .esg-sortbutton-order.hovered,\n.rod-langway-174139 .esg-cartbutton-order.hovered {\n background: #b0b5b9 !important;\n}\n\n.rod-langway-174139 .esg-cartbutton {\n color: #fff;\n cursor: default !important;\n}\n\n.rod-langway-174139 .esg-cartbutton .esgicon-basket {\n color: #fff;\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.rod-langway-174139 .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.rod-langway-174139 .esg-sortbutton,\n.rod-langway-174139 .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n}\n\n.rod-langway-174139 .esg-sortbutton{\n margin-right: 0px;\n border-right: none;\n border-radius: 0;\n}\n\n.rod-langway-174139 .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.rod-langway-174139 .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.rod-langway-174139 .esg-navigationbutton.hovered,\n.rod-langway-174139 .esg-filterbutton.hovered,\n.rod-langway-174139 .esg-sortbutton.hovered,\n.rod-langway-174139 .esg-sortbutton-order.hovered,\n.rod-langway-174139 .esg-cartbutton-order.hovered,\n.rod-langway-174139 .esg-filterbutton.selected,\n.rod-langway-174139 .esg-cartbutton.hovered,\n.rod-langway-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.rod-langway-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n color: #000;\n box-shadow: none;\n background: #ced3d7;\n}\n\n.rod-langway-174139 .esg-navigationbutton.hovered * {\n color: #fff;\n}\n\n.rod-langway-174139 .esg-sortbutton-order.hovered .tp-desc {\n border-color: #fff;\n border-color: rgba(255, 255, 255, 0.2);\n color: #fff;\n box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important;\n}\n\n.rod-langway-174139 .esg-filter-checked {\n color: #ced3d7;\n border: 1px solid #333;\n letter-spacing: 0;\n background: transparent;\n font-size: 9px;\n font-weight: 300;\n vertical-align: middle;\n line-height: 14px;\n margin-left: 7px;\n display: inline-block;\n width: 14px;\n height: 14px;\n transform: translateY(-2px);\n}\n\n.rod-langway-174139 .esg-filter-wrapper.dropdownstyle .esg-filter-checked {\n margin-left: 0;\n margin-right: 10px;\n border:1px solid rgba(255,255,255,.2);\n}\n\n.rod-langway-174139 .esg-filterbutton.selected .esg-filter-checked,\n.rod-langway-174139 .esg-filterbutton.hovered .esg-filter-checked {\n color: #000;\n border: 1px solid #000;\n}\n\n/* */\n.rod-langway-174139 .esg-filter-wrapper.eg-search-wrapper {\n white-space: nowrap;\n}\n\n\n.rod-langway-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.rod-langway-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width:40px;\n padding:0px;\n margin-left:5px;\n margin-right:0px;\n}\n\n.rod-langway-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width:auto;\n}\n\n.rod-langway-174139 .esg-dropdown-wrapper {\n transform: translateZ(10px) translateX(-50%);\n left: 50%;\n background: #000;\n border-radius: 0;\n padding: 0;\n}\n\n.rod-langway-174139 .esg-dropdown-wrapper .esg-filterbutton {\n position: relative;\n border: none;\n box-shadow: none;\n text-align: left;\n color: #fff;\n background: transparent;\n line-height: 25px;\n min-height: 25px;\n padding: 10px 20px;\n display: inline-block;\n width: 100%;\n box-sizing: border-box;\n margin: 0;\n}\n\n.rod-langway-174139 .esg-dropdown-wrapper .esg-filterbutton.hovered,\n.rod-langway-174139 .esg-dropdown-wrapper .esg-filterbutton.selected {\n color: #000;\n background: #fff;\n}\n\n\n.rod-langway-174139 .esg-selected-filterbutton .eg-icon-down-open {\n margin-right: -10px;\n color: #000;\n font-size: 11px;\n}\n\n.rod-langway-174139 .esg-sortbutton-order.eg-icon-down-open:before {\n content: \"arrow_downward\";\n font-family: \"Material Icons\";\n font-size: 19px;\n vertical-align: middle;\n}\n@import url(\"https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;700&display=swap\");\n@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");\n\n',NULL),
(30,'Ray Bourge-174139','ray-bourque-174139','/**************************************\n - RAY BOURGE V3.0.0 SKIN -\n**************************************/\n\n\n\n.ray-bourque-174139 .esg-overflowtrick {\n margin: 20px 0;\n}\n\n.ray-bourque-174139 .navigationbuttons,\n.ray-bourque-174139 .esg-pagination,\n.ray-bourque-174139 .esg-filters {\n text-align: center;\n}\n\n.ray-bourque-174139 .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.ray-bourque-174139 input.eg-search-input,\n.ray-bourque-174139 .esg-filterbutton,\n.ray-bourque-174139 .esg-navigationbutton,\n.ray-bourque-174139 .esg-sortbutton,\n.ray-bourque-174139 .esg-cartbutton,\n.ray-bourque-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.ray-bourque-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n color: rgba(255, 255, 255, 1);\n margin-right: 0;\n cursor: pointer;\n padding: 0px 17px;\n border: none;\n line-height: 40px;\n font-size: 13px;\n letter-spacing: 1px;\n font-weight: 400;\n font-family: \"Barlow Condensed\", sans-serif;\n display: inline-block;\n background: #000;\n margin-bottom: 5px;\n white-space: nowrap;\n min-height: 40px;\n vertical-align: middle;\n border-radius: 0;\n}\n.ray-bourque-174139 .esg-filterbutton .eg-el-amount {\n background: #2d2b2b;\n display: inline-block;\n line-height: 22px;\n min-width: 22px;\n text-align: center;\n font-weight: 500;\n}\n\n.ray-bourque-174139 .esg-filterbutton.hovered .eg-el-amount,\n.ray-bourque-174139 .esg-filterbutton.selected .eg-el-amount {\n background: #eaedf1;\n}\n\n.ray-bourque-174139 .esg-filterbutton .eg-el-amount:before,\n.ray-bourque-174139 .esg-filterbutton .eg-el-amount:after {\n content: \"\";\n}\n\n.ray-bourque-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.ray-bourque-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n margin-left: 0 !important;\n}\n\n.ray-bourque-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean {\n background: #434242;\n}\n\n.ray-bourque-174139 .esg-cartbutton a {\n color: #fff;\n}\n\n.ray-bourque-174139 .esg-cartbutton a:hover {\n color: #000;\n}\n\n.ray-bourque-174139 input.eg-search-input::placeholder {\n line-height: 38px;\n vertical-align: middle;\n color:#fff;\n}\n\n.ray-bourque-174139 input.eg-search-input:focus::placeholder {\n opacity: 0;\n}\n\n.ray-bourque-174139 .esg-navigationbutton * {\n color: rgba(255, 255, 255, 1);\n}\n\n.ray-bourque-174139 .esg-navigationbutton.hovered i {\n color: #000;\n}\n\n.ray-bourque-174139 .esg-navigationbutton {\n padding: 0px 11px;\n}\n\n.ray-bourque-174139 .esg-pagination-button {\n padding: 0px 16px;\n}\n\n.ray-bourque-174139 .esg-pagination-button:last-child {\n margin-right: 0;\n}\n\n.ray-bourque-174139 .esg-sortbutton-wrapper,\n.ray-bourque-174139 .esg-cartbutton-wrapper {\n display: inline-block;\n}\n\n.ray-bourque-174139 .esg-sortbutton-order,\n.ray-bourque-174139 .esg-cartbutton-order {\n display: inline-block;\n vertical-align: top;\n width: 40px;\n line-height: 38px;\n border-radius: 0;\n border: none;\n font-size: 12px;\n font-weight: 600;\n color: #fff;\n cursor: pointer;\n background: #434242;\n}\n\n.ray-bourque-174139 .esg-cartbutton {\n color: #fff;\n cursor: default !important;\n}\n\n.ray-bourque-174139 .esg-cartbutton .esgicon-basket {\n color: #fff;\n font-size: 15px;\n line-height: 15px;\n margin-right: 10px;\n}\n\n.ray-bourque-174139 .esg-cartbutton-wrapper {\n cursor: default !important;\n}\n\n.ray-bourque-174139 .esg-sortbutton,\n.ray-bourque-174139 .esg-cartbutton {\n display: inline-block;\n position: relative;\n cursor: pointer;\n}\n.ray-bourque-174139 .esg-sortbutton{\n margin-right: 0px;\n border-right: none;\n border-radius: 0;\n}\n\n.ray-bourque-174139 .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.ray-bourque-174139 .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.ray-bourque-174139 .esg-navigationbutton.hovered,\n.ray-bourque-174139 .esg-filterbutton.hovered,\n.ray-bourque-174139 .esg-sortbutton.hovered,\n.ray-bourque-174139 .esg-sortbutton-order.hovered,\n.ray-bourque-174139 .esg-cartbutton-order.hovered,\n.ray-bourque-174139 .esg-filterbutton.selected,\n.ray-bourque-174139 .esg-cartbutton.hovered,\n.ray-bourque-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,\n.ray-bourque-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n color: #000;\n box-shadow: none;\n background: #fff;\n}\n\n.ray-bourque-174139 .esg-navigationbutton.hovered * {\n color: #fff;\n}\n\n.ray-bourque-174139 .esg-sortbutton-order.hovered .tp-desc {\n border-color: #fff;\n border-color: rgba(255, 255, 255, 0.2);\n color: #fff;\n box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important;\n}\n\n.ray-bourque-174139 .esg-filter-checked {\n color: rgba(255,255,255,.5);\n border: 1px solid rgba(255,255,255,.5);\n background: transparent;\n font-size: 9px;\n font-weight: 300;\n vertical-align: middle;\n line-height: 12px;\n margin-left: 7px;\n display: inline-block;\n width: 14px;\n height: 14px;\n transform: translateY(-2px);\n}\n\n.ray-bourque-174139 .esg-filter-wrapper.dropdownstyle .esg-filter-checked {\n margin-left: 0;\n margin-right: 10px;\n border:1px solid rgba(255,255,255,.2);\n}\n\n.ray-bourque-174139 .esg-filterbutton.selected .esg-filter-checked,\n.ray-bourque-174139 .esg-filterbutton.hovered .esg-filter-checked {\n color: #000;\n border: 1px solid #000;\n}\n\n/* */\n.ray-bourque-174139 .esg-filter-wrapper.eg-search-wrapper {\n white-space: nowrap;\n}\n\n\n.ray-bourque-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.ray-bourque-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n width:40px;\n padding:0px;\n margin-left:5px;\n margin-right:0px;\n}\n\n.ray-bourque-174139 .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n width:auto;\n}\n\n.ray-bourque-174139 .esg-dropdown-wrapper {\n transform: translateZ(10px) translateX(-50%);\n left: 50%;\n background: #000;\n border-radius: 0;\n padding: 0;\n}\n\n.ray-bourque-174139 .esg-dropdown-wrapper .esg-filterbutton {\n position: relative;\n border: none;\n box-shadow: none;\n text-align: left;\n color: #fff;\n background: transparent;\n line-height: 25px;\n min-height: 25px;\n padding: 10px 20px;\n display: inline-block;\n width: 100%;\n box-sizing: border-box;\n margin: 0;\n}\n\n.ray-bourque-174139 .esg-dropdown-wrapper .esg-filterbutton.hovered,\n.ray-bourque-174139 .esg-dropdown-wrapper .esg-filterbutton.selected {\n color: #000;\n background: #fff;\n}\n\n\n.ray-bourque-174139 .esg-selected-filterbutton .eg-icon-down-open {\n margin-right: -10px;\n color:#fff;\n font-size:12px;\n}\n\n.ray-bourque-174139 .esg-sortbutton-order.eg-icon-down-open:before {\n content: \"arrow_downward\";\n font-family: \"Material Icons\";\n font-size: 19px;\n vertical-align: middle;\n}\n\n@import url(\"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500&display=swap\");\n@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");\n\n',NULL);
/*!40000 ALTER TABLE `chkkP_eg_navigation_skins` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_links`
--
DROP TABLE IF EXISTS `chkkP_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_links`
--
LOCK TABLES `chkkP_links` WRITE;
/*!40000 ALTER TABLE `chkkP_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_options`
--
DROP TABLE IF EXISTS `chkkP_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_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=MyISAM AUTO_INCREMENT=912 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_options`
--
LOCK TABLES `chkkP_options` WRITE;
/*!40000 ALTER TABLE `chkkP_options` DISABLE KEYS */;
INSERT INTO `chkkP_options` VALUES
(1,'cron','a:24:{i:1742405454;a:2:{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;}}}i:1742405461;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;}}}i:1742405496;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s: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:1742405497;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:1742405556;a:1:{s:28:\"wp_update_comment_type_batch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1742405691;a:2:{s:30:\"tribe_schedule_transient_purge\";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:\"tribe_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742405692;a:2:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742405696;a:2:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742405702;a:1:{s:30:\"generate_category_lookup_table\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1742405705;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1742405875;a:2:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742405925;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}i:1742409465;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1742410853;a:1:{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;}}}i:1742412653;a:1:{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:1742412763;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"c9059feef497c200e69cb9956a81f005\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:5;}}}}i:1742416665;a:2:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"woocommerce_cleanup_rate_limits\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742427465;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1742428800;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742437080;a:1:{s:29:\"mc4wp_refresh_mailchimp_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1742491854;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:1742492091;a:1:{s:24:\"tribe_common_log_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:1746232716;a:1:{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:7:\"version\";i:2;}','on'),
(2,'siteurl','https://ipekyonetim.com','on'),
(3,'home','https://ipekyonetim.com','on'),
(4,'blogname','Olive Oil Production','on'),
(5,'blogdescription','','on'),
(6,'users_can_register','0','on'),
(7,'admin_email','erer@webservis.com.tr','on'),
(8,'start_of_week','1','on'),
(9,'use_balanceTags','0','on'),
(10,'use_smilies','1','on'),
(11,'require_name_email','1','on'),
(12,'comments_notify','1','on'),
(13,'posts_per_rss','10','on'),
(14,'rss_use_excerpt','0','on'),
(15,'mailserver_url','mail.example.com','on'),
(16,'mailserver_login','login@example.com','on'),
(17,'mailserver_pass','','on'),
(18,'mailserver_port','110','on'),
(19,'default_category','1','on'),
(20,'default_comment_status','open','on'),
(21,'default_ping_status','open','on'),
(22,'default_pingback_flag','1','on'),
(23,'posts_per_page','10','on'),
(24,'date_format','F j, Y','on'),
(25,'time_format','g:i a','on'),
(26,'links_updated_date_format','F j, Y g:i a','on'),
(27,'comment_moderation','0','on'),
(28,'moderation_notify','1','on'),
(29,'permalink_structure','','on'),
(30,'rewrite_rules','','on'),
(31,'hack_file','0','on'),
(32,'blog_charset','UTF-8','on'),
(33,'moderation_keys','','off'),
(34,'active_plugins','a:9:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:33:\"essential-grid/essential-grid.php\";i:2;s:27:\"js_composer/js_composer.php\";i:3;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:4;s:23:\"revslider/revslider.php\";i:5;s:43:\"the-events-calendar/the-events-calendar.php\";i:6;s:27:\"trx_updater/trx_updater.php\";i:7;s:23:\"trx_utils/trx_utils.php\";i:8;s:47:\"vc-extensions-bundle/vc-extensions-cqbundle.php\";}','on'),
(35,'category_base','','on'),
(36,'ping_sites','http://rpc.pingomatic.com/','on'),
(37,'comment_max_links','2','on'),
(38,'gmt_offset','0','on'),
(39,'default_email_category','1','on'),
(40,'recently_edited','','off'),
(41,'template','oliveoil','on'),
(42,'stylesheet','oliveoil','on'),
(43,'comment_registration','0','on'),
(44,'html_type','text/html','on'),
(45,'use_trackback','0','on'),
(46,'default_role','subscriber','on'),
(47,'db_version','58975','on'),
(48,'uploads_use_yearmonth_folders','1','on'),
(49,'upload_path','','on'),
(50,'blog_public','1','on'),
(51,'default_link_category','2','on'),
(52,'show_on_front','page','on'),
(53,'tag_base','','on'),
(54,'show_avatars','1','on'),
(55,'avatar_rating','G','on'),
(56,'upload_url_path','','on'),
(57,'thumbnail_size_w','150','on'),
(58,'thumbnail_size_h','150','on'),
(59,'thumbnail_crop','1','on'),
(60,'medium_size_w','300','on'),
(61,'medium_size_h','300','on'),
(62,'avatar_default','mystery','on'),
(63,'large_size_w','1024','on'),
(64,'large_size_h','1024','on'),
(65,'image_default_link_type','none','on'),
(66,'image_default_size','','on'),
(67,'image_default_align','','on'),
(68,'close_comments_for_old_posts','0','on'),
(69,'close_comments_days_old','14','on'),
(70,'thread_comments','1','on'),
(71,'thread_comments_depth','5','on'),
(72,'page_comments','0','on'),
(73,'comments_per_page','50','on'),
(74,'default_comments_page','newest','on'),
(75,'comment_order','asc','on'),
(76,'sticky_posts','a:0:{}','on'),
(77,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','on'),
(78,'widget_text','a:5:{i:2;a:3:{s:5:\"title\";s:8:\"About Us\";s:4:\"text\";s:297:\"We love what we do and how we do! We put our care, quality and passion into creating our extra virgin olive oil. Our passion pushes us to continually craft the freshest extra virgin olive oil.\n\nWe use traditional methods to produce oil so when you buy olive oil from us, you buy quality guarantee.\";s:6:\"filter\";b:1;}i:3;a:4:{s:5:\"title\";s:11:\"Information\";s:4:\"text\";s:470:\"[trx_columns count=\"2\"][trx_column_item]<a href=\"/\">Home</a>\n<a href=\"/shop/\">Shop</a>\n<a href=\"/our-range/\">Our Range</a>\n<a href=\"/about-us/\">About Us</a>\n<a href=\"/classic/\">News</a>\n<a href=\"/contact/\">Contacts</a>\n[/trx_column_item][trx_column_item]\n<a href=\"/contact/\">Ordering Services</a>\n<a href=\"/contact/\">Shipping & Delivery</a>\n<a href=\"/contact/\">Returns</a>\n<a href=\"/contact/\">FAQ</a>\n<a href=\"/contact/\">Wholesale</a>[/trx_column_item][/trx_columns]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:3:{s:5:\"title\";s:10:\"Newsletter\";s:4:\"text\";s:83:\"Stay up to date with all our recent products and promotions\n\n[mc4wp_form id=\"705\"]\n\";s:6:\"filter\";b:1;}i:5;a:4:{s:5:\"title\";s:10:\"Contact us\";s:4:\"text\";s:414:\"888 Broadway\nNew York, NY, 18813\n\nPhone: <a href=\"tel:123-456-7890\">123-456-7890</a>\nFax: 123-456-7890\nEmail: <a href=\"mailto:info@yoursite.com\">info@yoursite.com</a>\n\n[trx_socials socials=\"twitter=<a href=\"https://twitter.com/themes_ancora\">https://twitter.com/themes_ancora</a>|facebook=https://www.facebook.com/AncoraThemes/|linkedin=https://www.linkedin.com\" size=\"tiny\" shape=\"round\" top=\"tiny\"][/trx_socials]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','on'),
(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','on'),
(80,'uninstall_plugins','a:0:{}','off'),
(81,'timezone_string','','on'),
(82,'page_for_posts','0','on'),
(83,'page_on_front','238','on'),
(84,'default_post_format','0','on'),
(85,'link_manager_enabled','0','on'),
(86,'finished_splitting_shared_terms','1','on'),
(87,'site_icon','194','on'),
(88,'medium_large_size_w','768','on'),
(89,'medium_large_size_h','0','on'),
(90,'wp_page_for_privacy_policy','3','on'),
(91,'show_comments_cookies_opt_in','1','on'),
(92,'admin_email_lifespan','1757957453','on'),
(93,'disallowed_keys','','off'),
(94,'comment_previously_approved','1','on'),
(95,'auto_plugin_theme_update_emails','a:0:{}','off'),
(96,'auto_update_core_dev','enabled','on'),
(97,'auto_update_core_minor','enabled','on'),
(98,'auto_update_core_major','enabled','on'),
(99,'wp_force_deactivated_plugins','a:0:{}','on'),
(100,'wp_attachment_pages_enabled','0','on'),
(101,'initial_db_version','58975','on'),
(102,'chkkP_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:154:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:25:\"read_private_tribe_events\";b:1;s:17:\"edit_tribe_events\";b:1;s:24:\"edit_others_tribe_events\";b:1;s:25:\"edit_private_tribe_events\";b:1;s:27:\"edit_published_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:26:\"delete_others_tribe_events\";b:1;s:27:\"delete_private_tribe_events\";b:1;s:29:\"delete_published_tribe_events\";b:1;s:20:\"publish_tribe_events\";b:1;s:25:\"read_private_tribe_venues\";b:1;s:17:\"edit_tribe_venues\";b:1;s:24:\"edit_others_tribe_venues\";b:1;s:25:\"edit_private_tribe_venues\";b:1;s:27:\"edit_published_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:26:\"delete_others_tribe_venues\";b:1;s:27:\"delete_private_tribe_venues\";b:1;s:29:\"delete_published_tribe_venues\";b:1;s:20:\"publish_tribe_venues\";b:1;s:29:\"read_private_tribe_organizers\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:28:\"edit_others_tribe_organizers\";b:1;s:29:\"edit_private_tribe_organizers\";b:1;s:31:\"edit_published_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:30:\"delete_others_tribe_organizers\";b:1;s:31:\"delete_private_tribe_organizers\";b:1;s:33:\"delete_published_tribe_organizers\";b:1;s:24:\"publish_tribe_organizers\";b:1;s:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:74:{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:25:\"read_private_tribe_events\";b:1;s:17:\"edit_tribe_events\";b:1;s:24:\"edit_others_tribe_events\";b:1;s:25:\"edit_private_tribe_events\";b:1;s:27:\"edit_published_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:26:\"delete_others_tribe_events\";b:1;s:27:\"delete_private_tribe_events\";b:1;s:29:\"delete_published_tribe_events\";b:1;s:20:\"publish_tribe_events\";b:1;s:25:\"read_private_tribe_venues\";b:1;s:17:\"edit_tribe_venues\";b:1;s:24:\"edit_others_tribe_venues\";b:1;s:25:\"edit_private_tribe_venues\";b:1;s:27:\"edit_published_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:26:\"delete_others_tribe_venues\";b:1;s:27:\"delete_private_tribe_venues\";b:1;s:29:\"delete_published_tribe_venues\";b:1;s:20:\"publish_tribe_venues\";b:1;s:29:\"read_private_tribe_organizers\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:28:\"edit_others_tribe_organizers\";b:1;s:29:\"edit_private_tribe_organizers\";b:1;s:31:\"edit_published_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:30:\"delete_others_tribe_organizers\";b:1;s:31:\"delete_private_tribe_organizers\";b:1;s:33:\"delete_published_tribe_organizers\";b:1;s:24:\"publish_tribe_organizers\";b:1;s:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:30:{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:17:\"edit_tribe_events\";b:1;s:27:\"edit_published_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:29:\"delete_published_tribe_events\";b:1;s:20:\"publish_tribe_events\";b:1;s:17:\"edit_tribe_venues\";b:1;s:27:\"edit_published_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:29:\"delete_published_tribe_venues\";b:1;s:20:\"publish_tribe_venues\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:31:\"edit_published_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:33:\"delete_published_tribe_organizers\";b:1;s:24:\"publish_tribe_organizers\";b:1;s:23:\"edit_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:13:{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:17:\"edit_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:17:\"edit_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:23:\"edit_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}','on'),
(103,'fresh_site','0','off'),
(104,'user_count','1','off'),
(105,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(569,'widget_oliveoil_widget_banner','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(570,'widget_oliveoil_widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(571,'widget_oliveoil_widget_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(572,'widget_oliveoil_widget_popular_posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(573,'widget_oliveoil_widget_qrcode','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(574,'widget_oliveoil_widget_recent_news','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(106,'sidebars_widgets','a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"sidebar_main\";a:6:{i:0;s:12:\"categories-2\";i:1;s:8:\"search-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"calendar-2\";i:4;s:14:\"recent-posts-2\";i:5;s:11:\"tag_cloud-2\";}s:14:\"sidebar_footer\";a:4:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";i:2;s:6:\"text-4\";i:3;s:6:\"text-5\";}s:12:\"sidebar_cart\";a:4:{i:0;s:25:\"woocommerce_widget_cart-2\";i:1;s:26:\"woocommerce_price_filter-3\";i:2;s:32:\"woocommerce_product_categories-2\";i:3;s:31:\"woocommerce_product_tag_cloud-2\";}s:16:\"sidebar_custom_0\";a:1:{i:0;s:10:\"nav_menu-2\";}s:13:\"array_version\";i:3;}','auto'),
(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(115,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:6:\"Search\";}s:12:\"_multiwidget\";i:1;}','auto'),
(116,'widget_recent-posts','a:2:{i:2;a:3:{s:5:\"title\";s:12:\"Recent Posts\";s:6:\"number\";i:3;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','auto'),
(117,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:15:\"Recent Comments\";s:6:\"number\";i:2;}s:12:\"_multiwidget\";i:1;}','auto'),
(118,'widget_tag_cloud','a:2:{i:2;a:2:{s:5:\"title\";s:4:\"Tags\";s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}','auto'),
(119,'widget_nav_menu','a:2:{i:2;a:2:{s:5:\"title\";s:12:\"Our Products\";s:8:\"nav_menu\";i:40;}s:12:\"_multiwidget\";i:1;}','auto'),
(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(121,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.7.2\";s:5:\"files\";a:540:{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:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:33:\"comment-author-name/style-rtl.css\";i:77;s:37:\"comment-author-name/style-rtl.min.css\";i:78;s:29:\"comment-author-name/style.css\";i:79;s:33:\"comment-author-name/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:26:\"comment-date/style-rtl.css\";i:85;s:30:\"comment-date/style-rtl.min.css\";i:86;s:22:\"comment-date/style.css\";i:87;s:26:\"comment-date/style.min.css\";i:88;s:31:\"comment-edit-link/style-rtl.css\";i:89;s:35:\"comment-edit-link/style-rtl.min.css\";i:90;s:27:\"comment-edit-link/style.css\";i:91;s:31:\"comment-edit-link/style.min.css\";i:92;s:32:\"comment-reply-link/style-rtl.css\";i:93;s:36:\"comment-reply-link/style-rtl.min.css\";i:94;s:28:\"comment-reply-link/style.css\";i:95;s:32:\"comment-reply-link/style.min.css\";i:96;s:30:\"comment-template/style-rtl.css\";i:97;s:34:\"comment-template/style-rtl.min.css\";i:98;s:26:\"comment-template/style.css\";i:99;s:30:\"comment-template/style.min.css\";i:100;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:101;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:102;s:38:\"comments-pagination-numbers/editor.css\";i:103;s:42:\"comments-pagination-numbers/editor.min.css\";i:104;s:34:\"comments-pagination/editor-rtl.css\";i:105;s:38:\"comments-pagination/editor-rtl.min.css\";i:106;s:30:\"comments-pagination/editor.css\";i:107;s:34:\"comments-pagination/editor.min.css\";i:108;s:33:\"comments-pagination/style-rtl.css\";i:109;s:37:\"comments-pagination/style-rtl.min.css\";i:110;s:29:\"comments-pagination/style.css\";i:111;s:33:\"comments-pagination/style.min.css\";i:112;s:29:\"comments-title/editor-rtl.css\";i:113;s:33:\"comments-title/editor-rtl.min.css\";i:114;s:25:\"comments-title/editor.css\";i:115;s:29:\"comments-title/editor.min.css\";i:116;s:23:\"comments/editor-rtl.css\";i:117;s:27:\"comments/editor-rtl.min.css\";i:118;s:19:\"comments/editor.css\";i:119;s:23:\"comments/editor.min.css\";i:120;s:22:\"comments/style-rtl.css\";i:121;s:26:\"comments/style-rtl.min.css\";i:122;s:18:\"comments/style.css\";i:123;s:22:\"comments/style.min.css\";i:124;s:20:\"cover/editor-rtl.css\";i:125;s:24:\"cover/editor-rtl.min.css\";i:126;s:16:\"cover/editor.css\";i:127;s:20:\"cover/editor.min.css\";i:128;s:19:\"cover/style-rtl.css\";i:129;s:23:\"cover/style-rtl.min.css\";i:130;s:15:\"cover/style.css\";i:131;s:19:\"cover/style.min.css\";i:132;s:22:\"details/editor-rtl.css\";i:133;s:26:\"details/editor-rtl.min.css\";i:134;s:18:\"details/editor.css\";i:135;s:22:\"details/editor.min.css\";i:136;s:21:\"details/style-rtl.css\";i:137;s:25:\"details/style-rtl.min.css\";i:138;s:17:\"details/style.css\";i:139;s:21:\"details/style.min.css\";i:140;s:20:\"embed/editor-rtl.css\";i:141;s:24:\"embed/editor-rtl.min.css\";i:142;s:16:\"embed/editor.css\";i:143;s:20:\"embed/editor.min.css\";i:144;s:19:\"embed/style-rtl.css\";i:145;s:23:\"embed/style-rtl.min.css\";i:146;s:15:\"embed/style.css\";i:147;s:19:\"embed/style.min.css\";i:148;s:19:\"embed/theme-rtl.css\";i:149;s:23:\"embed/theme-rtl.min.css\";i:150;s:15:\"embed/theme.css\";i:151;s:19:\"embed/theme.min.css\";i:152;s:19:\"file/editor-rtl.css\";i:153;s:23:\"file/editor-rtl.min.css\";i:154;s:15:\"file/editor.css\";i:155;s:19:\"file/editor.min.css\";i:156;s:18:\"file/style-rtl.css\";i:157;s:22:\"file/style-rtl.min.css\";i:158;s:14:\"file/style.css\";i:159;s:18:\"file/style.min.css\";i:160;s:23:\"footnotes/style-rtl.css\";i:161;s:27:\"footnotes/style-rtl.min.css\";i:162;s:19:\"footnotes/style.css\";i:163;s:23:\"footnotes/style.min.css\";i:164;s:23:\"freeform/editor-rtl.css\";i:165;s:27:\"freeform/editor-rtl.min.css\";i:166;s:19:\"freeform/editor.css\";i:167;s:23:\"freeform/editor.min.css\";i:168;s:22:\"gallery/editor-rtl.css\";i:169;s:26:\"gallery/editor-rtl.min.css\";i:170;s:18:\"gallery/editor.css\";i:171;s:22:\"gallery/editor.min.css\";i:172;s:21:\"gallery/style-rtl.css\";i:173;s:25:\"gallery/style-rtl.min.css\";i:174;s:17:\"gallery/style.css\";i:175;s:21:\"gallery/style.min.css\";i:176;s:21:\"gallery/theme-rtl.css\";i:177;s:25:\"gallery/theme-rtl.min.css\";i:178;s:17:\"gallery/theme.css\";i:179;s:21:\"gallery/theme.min.css\";i:180;s:20:\"group/editor-rtl.css\";i:181;s:24:\"group/editor-rtl.min.css\";i:182;s:16:\"group/editor.css\";i:183;s:20:\"group/editor.min.css\";i:184;s:19:\"group/style-rtl.css\";i:185;s:23:\"group/style-rtl.min.css\";i:186;s:15:\"group/style.css\";i:187;s:19:\"group/style.min.css\";i:188;s:19:\"group/theme-rtl.css\";i:189;s:23:\"group/theme-rtl.min.css\";i:190;s:15:\"group/theme.css\";i:191;s:19:\"group/theme.min.css\";i:192;s:21:\"heading/style-rtl.css\";i:193;s:25:\"heading/style-rtl.min.css\";i:194;s:17:\"heading/style.css\";i:195;s:21:\"heading/style.min.css\";i:196;s:19:\"html/editor-rtl.css\";i:197;s:23:\"html/editor-rtl.min.css\";i:198;s:15:\"html/editor.css\";i:199;s:19:\"html/editor.min.css\";i:200;s:20:\"image/editor-rtl.css\";i:201;s:24:\"image/editor-rtl.min.css\";i:202;s:16:\"image/editor.css\";i:203;s:20:\"image/editor.min.css\";i:204;s:19:\"image/style-rtl.css\";i:205;s:23:\"image/style-rtl.min.css\";i:206;s:15:\"image/style.css\";i:207;s:19:\"image/style.min.css\";i:208;s:19:\"image/theme-rtl.css\";i:209;s:23:\"image/theme-rtl.min.css\";i:210;s:15:\"image/theme.css\";i:211;s:19:\"image/theme.min.css\";i:212;s:29:\"latest-comments/style-rtl.css\";i:213;s:33:\"latest-comments/style-rtl.min.css\";i:214;s:25:\"latest-comments/style.css\";i:215;s:29:\"latest-comments/style.min.css\";i:216;s:27:\"latest-posts/editor-rtl.css\";i:217;s:31:\"latest-posts/editor-rtl.min.css\";i:218;s:23:\"latest-posts/editor.css\";i:219;s:27:\"latest-posts/editor.min.css\";i:220;s:26:\"latest-posts/style-rtl.css\";i:221;s:30:\"latest-posts/style-rtl.min.css\";i:222;s:22:\"latest-posts/style.css\";i:223;s:26:\"latest-posts/style.min.css\";i:224;s:18:\"list/style-rtl.css\";i:225;s:22:\"list/style-rtl.min.css\";i:226;s:14:\"list/style.css\";i:227;s:18:\"list/style.min.css\";i:228;s:22:\"loginout/style-rtl.css\";i:229;s:26:\"loginout/style-rtl.min.css\";i:230;s:18:\"loginout/style.css\";i:231;s:22:\"loginout/style.min.css\";i:232;s:25:\"media-text/editor-rtl.css\";i:233;s:29:\"media-text/editor-rtl.min.css\";i:234;s:21:\"media-text/editor.css\";i:235;s:25:\"media-text/editor.min.css\";i:236;s:24:\"media-text/style-rtl.css\";i:237;s:28:\"media-text/style-rtl.min.css\";i:238;s:20:\"media-text/style.css\";i:239;s:24:\"media-text/style.min.css\";i:240;s:19:\"more/editor-rtl.css\";i:241;s:23:\"more/editor-rtl.min.css\";i:242;s:15:\"more/editor.css\";i:243;s:19:\"more/editor.min.css\";i:244;s:30:\"navigation-link/editor-rtl.css\";i:245;s:34:\"navigation-link/editor-rtl.min.css\";i:246;s:26:\"navigation-link/editor.css\";i:247;s:30:\"navigation-link/editor.min.css\";i:248;s:29:\"navigation-link/style-rtl.css\";i:249;s:33:\"navigation-link/style-rtl.min.css\";i:250;s:25:\"navigation-link/style.css\";i:251;s:29:\"navigation-link/style.min.css\";i:252;s:33:\"navigation-submenu/editor-rtl.css\";i:253;s:37:\"navigation-submenu/editor-rtl.min.css\";i:254;s:29:\"navigation-submenu/editor.css\";i:255;s:33:\"navigation-submenu/editor.min.css\";i:256;s:25:\"navigation/editor-rtl.css\";i:257;s:29:\"navigation/editor-rtl.min.css\";i:258;s:21:\"navigation/editor.css\";i:259;s:25:\"navigation/editor.min.css\";i:260;s:24:\"navigation/style-rtl.css\";i:261;s:28:\"navigation/style-rtl.min.css\";i:262;s:20:\"navigation/style.css\";i:263;s:24:\"navigation/style.min.css\";i:264;s:23:\"nextpage/editor-rtl.css\";i:265;s:27:\"nextpage/editor-rtl.min.css\";i:266;s:19:\"nextpage/editor.css\";i:267;s:23:\"nextpage/editor.min.css\";i:268;s:24:\"page-list/editor-rtl.css\";i:269;s:28:\"page-list/editor-rtl.min.css\";i:270;s:20:\"page-list/editor.css\";i:271;s:24:\"page-list/editor.min.css\";i:272;s:23:\"page-list/style-rtl.css\";i:273;s:27:\"page-list/style-rtl.min.css\";i:274;s:19:\"page-list/style.css\";i:275;s:23:\"page-list/style.min.css\";i:276;s:24:\"paragraph/editor-rtl.css\";i:277;s:28:\"paragraph/editor-rtl.min.css\";i:278;s:20:\"paragraph/editor.css\";i:279;s:24:\"paragraph/editor.min.css\";i:280;s:23:\"paragraph/style-rtl.css\";i:281;s:27:\"paragraph/style-rtl.min.css\";i:282;s:19:\"paragraph/style.css\";i:283;s:23:\"paragraph/style.min.css\";i:284;s:35:\"post-author-biography/style-rtl.css\";i:285;s:39:\"post-author-biography/style-rtl.min.css\";i:286;s:31:\"post-author-biography/style.css\";i:287;s:35:\"post-author-biography/style.min.css\";i:288;s:30:\"post-author-name/style-rtl.css\";i:289;s:34:\"post-author-name/style-rtl.min.css\";i:290;s:26:\"post-author-name/style.css\";i:291;s:30:\"post-author-name/style.min.css\";i:292;s:26:\"post-author/editor-rtl.css\";i:293;s:30:\"post-author/editor-rtl.min.css\";i:294;s:22:\"post-author/editor.css\";i:295;s:26:\"post-author/editor.min.css\";i:296;s:25:\"post-author/style-rtl.css\";i:297;s:29:\"post-author/style-rtl.min.css\";i:298;s:21:\"post-author/style.css\";i:299;s:25:\"post-author/style.min.css\";i:300;s:33:\"post-comments-form/editor-rtl.css\";i:301;s:37:\"post-comments-form/editor-rtl.min.css\";i:302;s:29:\"post-comments-form/editor.css\";i:303;s:33:\"post-comments-form/editor.min.css\";i:304;s:32:\"post-comments-form/style-rtl.css\";i:305;s:36:\"post-comments-form/style-rtl.min.css\";i:306;s:28:\"post-comments-form/style.css\";i:307;s:32:\"post-comments-form/style.min.css\";i:308;s:27:\"post-content/editor-rtl.css\";i:309;s:31:\"post-content/editor-rtl.min.css\";i:310;s:23:\"post-content/editor.css\";i:311;s:27:\"post-content/editor.min.css\";i:312;s:26:\"post-content/style-rtl.css\";i:313;s:30:\"post-content/style-rtl.min.css\";i:314;s:22:\"post-content/style.css\";i:315;s:26:\"post-content/style.min.css\";i:316;s:23:\"post-date/style-rtl.css\";i:317;s:27:\"post-date/style-rtl.min.css\";i:318;s:19:\"post-date/style.css\";i:319;s:23:\"post-date/style.min.css\";i:320;s:27:\"post-excerpt/editor-rtl.css\";i:321;s:31:\"post-excerpt/editor-rtl.min.css\";i:322;s:23:\"post-excerpt/editor.css\";i:323;s:27:\"post-excerpt/editor.min.css\";i:324;s:26:\"post-excerpt/style-rtl.css\";i:325;s:30:\"post-excerpt/style-rtl.min.css\";i:326;s:22:\"post-excerpt/style.css\";i:327;s:26:\"post-excerpt/style.min.css\";i:328;s:34:\"post-featured-image/editor-rtl.css\";i:329;s:38:\"post-featured-image/editor-rtl.min.css\";i:330;s:30:\"post-featured-image/editor.css\";i:331;s:34:\"post-featured-image/editor.min.css\";i:332;s:33:\"post-featured-image/style-rtl.css\";i:333;s:37:\"post-featured-image/style-rtl.min.css\";i:334;s:29:\"post-featured-image/style.css\";i:335;s:33:\"post-featured-image/style.min.css\";i:336;s:34:\"post-navigation-link/style-rtl.css\";i:337;s:38:\"post-navigation-link/style-rtl.min.css\";i:338;s:30:\"post-navigation-link/style.css\";i:339;s:34:\"post-navigation-link/style.min.css\";i:340;s:28:\"post-template/editor-rtl.css\";i:341;s:32:\"post-template/editor-rtl.min.css\";i:342;s:24:\"post-template/editor.css\";i:343;s:28:\"post-template/editor.min.css\";i:344;s:27:\"post-template/style-rtl.css\";i:345;s:31:\"post-template/style-rtl.min.css\";i:346;s:23:\"post-template/style.css\";i:347;s:27:\"post-template/style.min.css\";i:348;s:24:\"post-terms/style-rtl.css\";i:349;s:28:\"post-terms/style-rtl.min.css\";i:350;s:20:\"post-terms/style.css\";i:351;s:24:\"post-terms/style.min.css\";i:352;s:24:\"post-title/style-rtl.css\";i:353;s:28:\"post-title/style-rtl.min.css\";i:354;s:20:\"post-title/style.css\";i:355;s:24:\"post-title/style.min.css\";i:356;s:26:\"preformatted/style-rtl.css\";i:357;s:30:\"preformatted/style-rtl.min.css\";i:358;s:22:\"preformatted/style.css\";i:359;s:26:\"preformatted/style.min.css\";i:360;s:24:\"pullquote/editor-rtl.css\";i:361;s:28:\"pullquote/editor-rtl.min.css\";i:362;s:20:\"pullquote/editor.css\";i:363;s:24:\"pullquote/editor.min.css\";i:364;s:23:\"pullquote/style-rtl.css\";i:365;s:27:\"pullquote/style-rtl.min.css\";i:366;s:19:\"pullquote/style.css\";i:367;s:23:\"pullquote/style.min.css\";i:368;s:23:\"pullquote/theme-rtl.css\";i:369;s:27:\"pullquote/theme-rtl.min.css\";i:370;s:19:\"pullquote/theme.css\";i:371;s:23:\"pullquote/theme.min.css\";i:372;s:39:\"query-pagination-numbers/editor-rtl.css\";i:373;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:374;s:35:\"query-pagination-numbers/editor.css\";i:375;s:39:\"query-pagination-numbers/editor.min.css\";i:376;s:31:\"query-pagination/editor-rtl.css\";i:377;s:35:\"query-pagination/editor-rtl.min.css\";i:378;s:27:\"query-pagination/editor.css\";i:379;s:31:\"query-pagination/editor.min.css\";i:380;s:30:\"query-pagination/style-rtl.css\";i:381;s:34:\"query-pagination/style-rtl.min.css\";i:382;s:26:\"query-pagination/style.css\";i:383;s:30:\"query-pagination/style.min.css\";i:384;s:25:\"query-title/style-rtl.css\";i:385;s:29:\"query-title/style-rtl.min.css\";i:386;s:21:\"query-title/style.css\";i:387;s:25:\"query-title/style.min.css\";i:388;s:20:\"query/editor-rtl.css\";i:389;s:24:\"query/editor-rtl.min.css\";i:390;s:16:\"query/editor.css\";i:391;s:20:\"query/editor.min.css\";i:392;s:19:\"quote/style-rtl.css\";i:393;s:23:\"quote/style-rtl.min.css\";i:394;s:15:\"quote/style.css\";i:395;s:19:\"quote/style.min.css\";i:396;s:19:\"quote/theme-rtl.css\";i:397;s:23:\"quote/theme-rtl.min.css\";i:398;s:15:\"quote/theme.css\";i:399;s:19:\"quote/theme.min.css\";i:400;s:23:\"read-more/style-rtl.css\";i:401;s:27:\"read-more/style-rtl.min.css\";i:402;s:19:\"read-more/style.css\";i:403;s:23:\"read-more/style.min.css\";i:404;s:18:\"rss/editor-rtl.css\";i:405;s:22:\"rss/editor-rtl.min.css\";i:406;s:14:\"rss/editor.css\";i:407;s:18:\"rss/editor.min.css\";i:408;s:17:\"rss/style-rtl.css\";i:409;s:21:\"rss/style-rtl.min.css\";i:410;s:13:\"rss/style.css\";i:411;s:17:\"rss/style.min.css\";i:412;s:21:\"search/editor-rtl.css\";i:413;s:25:\"search/editor-rtl.min.css\";i:414;s:17:\"search/editor.css\";i:415;s:21:\"search/editor.min.css\";i:416;s:20:\"search/style-rtl.css\";i:417;s:24:\"search/style-rtl.min.css\";i:418;s:16:\"search/style.css\";i:419;s:20:\"search/style.min.css\";i:420;s:20:\"search/theme-rtl.css\";i:421;s:24:\"search/theme-rtl.min.css\";i:422;s:16:\"search/theme.css\";i:423;s:20:\"search/theme.min.css\";i:424;s:24:\"separator/editor-rtl.css\";i:425;s:28:\"separator/editor-rtl.min.css\";i:426;s:20:\"separator/editor.css\";i:427;s:24:\"separator/editor.min.css\";i:428;s:23:\"separator/style-rtl.css\";i:429;s:27:\"separator/style-rtl.min.css\";i:430;s:19:\"separator/style.css\";i:431;s:23:\"separator/style.min.css\";i:432;s:23:\"separator/theme-rtl.css\";i:433;s:27:\"separator/theme-rtl.min.css\";i:434;s:19:\"separator/theme.css\";i:435;s:23:\"separator/theme.min.css\";i:436;s:24:\"shortcode/editor-rtl.css\";i:437;s:28:\"shortcode/editor-rtl.min.css\";i:438;s:20:\"shortcode/editor.css\";i:439;s:24:\"shortcode/editor.min.css\";i:440;s:24:\"site-logo/editor-rtl.css\";i:441;s:28:\"site-logo/editor-rtl.min.css\";i:442;s:20:\"site-logo/editor.css\";i:443;s:24:\"site-logo/editor.min.css\";i:444;s:23:\"site-logo/style-rtl.css\";i:445;s:27:\"site-logo/style-rtl.min.css\";i:446;s:19:\"site-logo/style.css\";i:447;s:23:\"site-logo/style.min.css\";i:448;s:27:\"site-tagline/editor-rtl.css\";i:449;s:31:\"site-tagline/editor-rtl.min.css\";i:450;s:23:\"site-tagline/editor.css\";i:451;s:27:\"site-tagline/editor.min.css\";i:452;s:26:\"site-tagline/style-rtl.css\";i:453;s:30:\"site-tagline/style-rtl.min.css\";i:454;s:22:\"site-tagline/style.css\";i:455;s:26:\"site-tagline/style.min.css\";i:456;s:25:\"site-title/editor-rtl.css\";i:457;s:29:\"site-title/editor-rtl.min.css\";i:458;s:21:\"site-title/editor.css\";i:459;s:25:\"site-title/editor.min.css\";i:460;s:24:\"site-title/style-rtl.css\";i:461;s:28:\"site-title/style-rtl.min.css\";i:462;s:20:\"site-title/style.css\";i:463;s:24:\"site-title/style.min.css\";i:464;s:26:\"social-link/editor-rtl.css\";i:465;s:30:\"social-link/editor-rtl.min.css\";i:466;s:22:\"social-link/editor.css\";i:467;s:26:\"social-link/editor.min.css\";i:468;s:27:\"social-links/editor-rtl.css\";i:469;s:31:\"social-links/editor-rtl.min.css\";i:470;s:23:\"social-links/editor.css\";i:471;s:27:\"social-links/editor.min.css\";i:472;s:26:\"social-links/style-rtl.css\";i:473;s:30:\"social-links/style-rtl.min.css\";i:474;s:22:\"social-links/style.css\";i:475;s:26:\"social-links/style.min.css\";i:476;s:21:\"spacer/editor-rtl.css\";i:477;s:25:\"spacer/editor-rtl.min.css\";i:478;s:17:\"spacer/editor.css\";i:479;s:21:\"spacer/editor.min.css\";i:480;s:20:\"spacer/style-rtl.css\";i:481;s:24:\"spacer/style-rtl.min.css\";i:482;s:16:\"spacer/style.css\";i:483;s:20:\"spacer/style.min.css\";i:484;s:20:\"table/editor-rtl.css\";i:485;s:24:\"table/editor-rtl.min.css\";i:486;s:16:\"table/editor.css\";i:487;s:20:\"table/editor.min.css\";i:488;s:19:\"table/style-rtl.css\";i:489;s:23:\"table/style-rtl.min.css\";i:490;s:15:\"table/style.css\";i:491;s:19:\"table/style.min.css\";i:492;s:19:\"table/theme-rtl.css\";i:493;s:23:\"table/theme-rtl.min.css\";i:494;s:15:\"table/theme.css\";i:495;s:19:\"table/theme.min.css\";i:496;s:24:\"tag-cloud/editor-rtl.css\";i:497;s:28:\"tag-cloud/editor-rtl.min.css\";i:498;s:20:\"tag-cloud/editor.css\";i:499;s:24:\"tag-cloud/editor.min.css\";i:500;s:23:\"tag-cloud/style-rtl.css\";i:501;s:27:\"tag-cloud/style-rtl.min.css\";i:502;s:19:\"tag-cloud/style.css\";i:503;s:23:\"tag-cloud/style.min.css\";i:504;s:28:\"template-part/editor-rtl.css\";i:505;s:32:\"template-part/editor-rtl.min.css\";i:506;s:24:\"template-part/editor.css\";i:507;s:28:\"template-part/editor.min.css\";i:508;s:27:\"template-part/theme-rtl.css\";i:509;s:31:\"template-part/theme-rtl.min.css\";i:510;s:23:\"template-part/theme.css\";i:511;s:27:\"template-part/theme.min.css\";i:512;s:30:\"term-description/style-rtl.css\";i:513;s:34:\"term-description/style-rtl.min.css\";i:514;s:26:\"term-description/style.css\";i:515;s:30:\"term-description/style.min.css\";i:516;s:27:\"text-columns/editor-rtl.css\";i:517;s:31:\"text-columns/editor-rtl.min.css\";i:518;s:23:\"text-columns/editor.css\";i:519;s:27:\"text-columns/editor.min.css\";i:520;s:26:\"text-columns/style-rtl.css\";i:521;s:30:\"text-columns/style-rtl.min.css\";i:522;s:22:\"text-columns/style.css\";i:523;s:26:\"text-columns/style.min.css\";i:524;s:19:\"verse/style-rtl.css\";i:525;s:23:\"verse/style-rtl.min.css\";i:526;s:15:\"verse/style.css\";i:527;s:19:\"verse/style.min.css\";i:528;s:20:\"video/editor-rtl.css\";i:529;s:24:\"video/editor-rtl.min.css\";i:530;s:16:\"video/editor.css\";i:531;s:20:\"video/editor.min.css\";i:532;s:19:\"video/style-rtl.css\";i:533;s:23:\"video/style-rtl.min.css\";i:534;s:15:\"video/style.css\";i:535;s:19:\"video/style.min.css\";i:536;s:19:\"video/theme-rtl.css\";i:537;s:23:\"video/theme-rtl.min.css\";i:538;s:15:\"video/theme.css\";i:539;s:19:\"video/theme.min.css\";}}','on'),
(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(108,'widget_calendar','a:2:{i:2;a:1:{s:5:\"title\";s:8:\"Calendar\";}s:12:\"_multiwidget\";i:1;}','auto'),
(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(122,'_transient_doing_cron','1746060247.9276850223541259765625','on'),
(165,'oliveoil_oliveoil_options_reset','1','on'),
(166,'oliveoil_fix_urls','1','auto'),
(903,'_site_transient_timeout_theme_roots','1746061695','off'),
(904,'_site_transient_theme_roots','a:4:{s:8:\"oliveoil\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','off'),
(158,'theme_mods_twentytwentyfive','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1742405573;s:4:\"data\";a:3:{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\";}}}}','off'),
(128,'WPLANG','tr_TR','auto'),
(159,'current_theme','OliveOil','auto'),
(160,'theme_mods_oliveoil','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:9:\"menu_main\";i:15;}s:18:\"custom_css_post_id\";i:-1;s:9:\"text_link\";s:7:\"#ffcf00\";s:10:\"text_hover\";s:7:\"#d9b000\";}','on'),
(161,'theme_switched','','auto'),
(850,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1746059930;s:7:\"checked\";a:4:{s:8:\"oliveoil\";s:6:\"1.5.10\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.3\";s:17:\"twentytwentythree\";s:3:\"1.6\";}s:8:\"response\";a:1:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.2.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}}s:9:\"no_update\";a:2:{s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.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:12:\"translations\";a:0:{}}','off'),
(907,'_site_transient_timeout_wp_theme_files_patterns-ebf9783e9353a7db5fcd0bf8fd6a47a3','1746061718','off'),
(908,'_site_transient_wp_theme_files_patterns-ebf9783e9353a7db5fcd0bf8fd6a47a3','a:2:{s:7:\"version\";s:6:\"1.5.10\";s:8:\"patterns\";a:0:{}}','off'),
(168,'trx_utils_just_activated','no','auto'),
(169,'wpcf7','a:2:{s:7:\"version\";s:5:\"6.0.5\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1539770550;s:7:\"version\";s:5:\"5.0.4\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','auto'),
(170,'revslider_servers','a:3:{i:0;s:22:\"themepunch-ext-b.tools\";i:1;s:22:\"themepunch-ext-c.tools\";i:2;s:22:\"themepunch-ext-a.tools\";}','auto'),
(171,'essgrid_server_refresh','1745022901','auto'),
(172,'tp_eg_grids_version','3.1.5','auto'),
(173,'tp_eg_custom_css_imported','true','auto'),
(174,'tp_eg_custom_css','/* HENRY HARRISON */\n\na.eg-henryharrison-element-1,\na.eg-henryharrison-element-2 {\n -webkit-transition: all .4s linear; \n -moz-transition: all .4s linear; \n -o-transition: all .4s linear; \n -ms-transition: all .4s linear; \n transition: all .4s linear; \n}\n\n/* JIMMY CARTER */\n.eg-jimmy-carter-element-11 i:before { margin-left:0px; margin-right:0px;}\n\n\n/* HARDING */\n.eg-harding-element-17 { letter-spacing:1px}\n.eg-harding-wrapper .esg-entry-media { overflow:hidden; \n box-sizing:border-box;\n -webkit-box-sizing:border-box;\n -moz-box-sizing:border-box;\n padding:30px 30px 0px 30px;\n}\n\n.eg-harding-wrapper .esg-media-poster { overflow:hidden; \n border-radius:50%;\n -webkit-border-radius:50%;\n -moz-border-radius:50%;\n}\n\n/*ULYSSES S GRANT */\n.eg-ulysses-s-grant-wrapper .esg-entry-media { overflow:hidden; \n box-sizing:border-box;\n -webkit-box-sizing:border-box;\n -moz-box-sizing:border-box;\n padding:30px 30px 0px 30px;\n}\n\n.eg-ulysses-s-grant-wrapper .esg-media-poster { overflow:hidden; \n border-radius:50%;\n -webkit-border-radius:50%;\n -moz-border-radius:50%;\n}\n\n/*RICHARD NIXON */\n.eg-richard-nixon-wrapper .esg-entry-media { overflow:hidden; \n box-sizing:border-box;\n -webkit-box-sizing:border-box;\n -moz-box-sizing:border-box;\n padding:30px 30px 0px 30px;\n}\n\n.eg-richard-nixon-wrapper .esg-media-poster { overflow:hidden; \n border-radius:50%;\n -webkit-border-radius:50%;\n -moz-border-radius:50%;\n}\n\n\n/* HERBERT HOOVER */\n.eg-herbert-hoover-wrapper .esg-media-poster{\n filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n filter: gray; /* IE6-9 */\n -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n.eg-herbert-hoover-wrapper:hover .esg-media-poster{\n filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n -webkit-filter: grayscale(0%);}\n\n\n/* JOOHNSON */\n.eg-lyndon-johnson-wrapper .esg-media-poster{\n filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n filter: gray; /* IE6-9 */\n -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n.eg-lyndon-johnson-wrapper:hover .esg-media-poster{\n filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n -webkit-filter: grayscale(0%);}\n\n\n/*RONALD REAGAN*/\n.esg-overlay.eg-ronald-reagan-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/*GEORGE BUSH*/\n.eg-georgebush-wrapper .esg-entry-cover {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/*GEORGE BUSH\n.eg-georgebush-wrapper .esg-entry-cover { background: rgba(0,0,0,0.5);}*/\n\n/*JEFFERSON*/\n.eg-jefferson-wrapper { border-radius: 5px !important; }\n\n/*MONROE*/\n.eg-monroe-element-1 { text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); }\n\n/*LYNDON JOHNSON*/\n.eg-lyndon-johnson-wrapper .esg-entry-cover { background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.35) 0%, rgba(18,18,18,0) 96%, rgba(19,19,19,0) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.35)), color-stop(96%,rgba(18,18,18,0)), color-stop(100%,rgba(19,19,19,0))); /* Chrome,Safari4+ */\nbackground: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Opera 12+ */\nbackground: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* IE10+ */\nbackground: radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#59000000\', endColorstr=\'#00131313\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\n }\n\n/*WILBERT*/\n.eg-wilbert-wrapper .esg-entry-cover { background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.35) 0%, rgba(18,18,18,0) 96%, rgba(19,19,19,0) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.35)), color-stop(96%,rgba(18,18,18,0)), color-stop(100%,rgba(19,19,19,0))); /* Chrome,Safari4+ */\nbackground: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Opera 12+ */\nbackground: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* IE10+ */\nbackground: radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#59000000\', endColorstr=\'#00131313\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\n }\n.eg-wilbert-wrapper .esg-media-poster{\n -webkit-transition: 0.4s ease-in-out;\n -moz-transition: 0.4s ease-in-out;\n -o-transition: 0.4s ease-in-out;\n transition: 0.4s ease-in-out;\n filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n filter: gray; /* IE6-9 */\n -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n.eg-wilbert-wrapper:hover .esg-media-poster{\n filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n -webkit-filter: grayscale(0%);}\n\n/*PHILLIE*/\n.eg-phillie-element-3:after { \ncontent:\" \";\nwidth: 0px;\nheight: 0px;\nborder-style: solid;\nborder-width: 5px 5px 0 5px;\nborder-color: #000 transparent transparent transparent;\nleft:50%;\nmargin-left:-5px; bottom:-5px; position:absolute; }\n\n/*HOWARD TAFT*/\n.eg-howardtaft-wrapper .esg-media-poster{\n filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n -webkit-filter: grayscale(0%);\n}\n\n.eg-howardtaft-wrapper:hover .esg-media-poster{\n filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n filter: gray; /* IE6-9 */\n -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n/* WOOCOMMERCE */\n.myportfolio-container .added_to_cart.wc-forward { font-family: \"Open Sans\"; font-size: 13px; color: #fff; margin-top: 10px; }\n\n/* LIGHTBOX */\n.esgbox-title.esgbox-title-outside-wrap { font-size: 15px; font-weight: 700; text-align: center; }\n.esgbox-title.esgbox-title-inside-wrap { padding-bottom: 10px; font-size: 15px; font-weight: 700; text-align: center; }\r\n/* HENRY HARRISON */\r\n\r\na.eg-henryharrison-element-1,\r\na.eg-henryharrison-element-2 {\r\n -webkit-transition: all .4s linear; \r\n -moz-transition: all .4s linear; \r\n -o-transition: all .4s linear; \r\n -ms-transition: all .4s linear; \r\n transition: all .4s linear; \r\n}\r\n\r\n/* JIMMY CARTER */\r\n.eg-jimmy-carter-element-11 i:before { margin-left:0px; margin-right:0px;}\r\n\r\n\r\n/* HARDING */\r\n.eg-harding-element-17 { letter-spacing:1px}\r\n.eg-harding-wrapper .esg-entry-media { overflow:hidden; \r\n box-sizing:border-box;\r\n -webkit-box-sizing:border-box;\r\n -moz-box-sizing:border-box;\r\n padding:30px 30px 0px 30px;\r\n}\r\n\r\n.eg-harding-wrapper .esg-media-poster { overflow:hidden; \r\n border-radius:50%;\r\n -webkit-border-radius:50%;\r\n -moz-border-radius:50%;\r\n}\r\n\r\n/*ULYSSES S GRANT */\r\n.eg-ulysses-s-grant-wrapper .esg-entry-media { overflow:hidden; \r\n box-sizing:border-box;\r\n -webkit-box-sizing:border-box;\r\n -moz-box-sizing:border-box;\r\n padding:30px 30px 0px 30px;\r\n}\r\n\r\n.eg-ulysses-s-grant-wrapper .esg-media-poster { overflow:hidden; \r\n border-radius:50%;\r\n -webkit-border-radius:50%;\r\n -moz-border-radius:50%;\r\n}\r\n\r\n/*RICHARD NIXON */\r\n.eg-richard-nixon-wrapper .esg-entry-media { overflow:hidden; \r\n box-sizing:border-box;\r\n -webkit-box-sizing:border-box;\r\n -moz-box-sizing:border-box;\r\n padding:30px 30px 0px 30px;\r\n}\r\n\r\n.eg-richard-nixon-wrapper .esg-media-poster { overflow:hidden; \r\n border-radius:50%;\r\n -webkit-border-radius:50%;\r\n -moz-border-radius:50%;\r\n}\r\n\r\n\r\n/* HERBERT HOOVER */\r\n.eg-herbert-hoover-wrapper .esg-media-poster{\r\n filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\r\n filter: gray; /* IE6-9 */\r\n -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\r\n}\r\n\r\n.eg-herbert-hoover-wrapper:hover .esg-media-poster{\r\n filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\r\n -webkit-filter: grayscale(0%);}\r\n\r\n\r\n/* JOOHNSON */\r\n.eg-lyndon-johnson-wrapper .esg-media-poster{\r\n filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\r\n filter: gray; /* IE6-9 */\r\n -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\r\n}\r\n\r\n.eg-lyndon-johnson-wrapper:hover .esg-media-poster{\r\n filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\r\n -webkit-filter: grayscale(0%);}\r\n\r\n\r\n/*RONALD REAGAN*/\r\n.esg-overlay.eg-ronald-reagan-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\r\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\r\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\r\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\r\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\r\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\r\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\r\n\r\n/*GEORGE BUSH*/\r\n.eg-georgebush-wrapper .esg-entry-cover {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\r\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\r\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\r\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\r\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\r\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\r\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\r\n\r\n/*GEORGE BUSH\r\n.eg-georgebush-wrapper .esg-entry-cover { background: rgba(0,0,0,0.5);}*/\r\n\r\n/*JEFFERSON*/\r\n.eg-jefferson-wrapper { -webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; border-radius: 5px !important; -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC) !important; }\r\n\r\n/*MONROE*/\r\n.eg-monroe-element-1 { text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); }\r\n\r\n/*LYNDON JOHNSON*/\r\n.eg-lyndon-johnson-wrapper .esg-entry-cover { background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.35) 0%, rgba(18,18,18,0) 96%, rgba(19,19,19,0) 100%); /* FF3.6+ */\r\nbackground: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.35)), color-stop(96%,rgba(18,18,18,0)), color-stop(100%,rgba(19,19,19,0))); /* Chrome,Safari4+ */\r\nbackground: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Chrome10+,Safari5.1+ */\r\nbackground: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Opera 12+ */\r\nbackground: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* IE10+ */\r\nbackground: radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* W3C */\r\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#59000000\', endColorstr=\'#00131313\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\r\n }\r\n\r\n/*WILBERT*/\r\n.eg-wilbert-wrapper .esg-entry-cover { background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.35) 0%, rgba(18,18,18,0) 96%, rgba(19,19,19,0) 100%); /* FF3.6+ */\r\nbackground: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.35)), color-stop(96%,rgba(18,18,18,0)), color-stop(100%,rgba(19,19,19,0))); /* Chrome,Safari4+ */\r\nbackground: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Chrome10+,Safari5.1+ */\r\nbackground: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Opera 12+ */\r\nbackground: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* IE10+ */\r\nbackground: radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* W3C */\r\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#59000000\', endColorstr=\'#00131313\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\r\n }\r\n.eg-wilbert-wrapper .esg-media-poster{\r\n -webkit-transition: 0.4s ease-in-out;\r\n -moz-transition: 0.4s ease-in-out;\r\n -o-transition: 0.4s ease-in-out;\r\n transition: 0.4s ease-in-out;\r\n filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\r\n filter: gray; /* IE6-9 */\r\n -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\r\n}\r\n\r\n.eg-wilbert-wrapper:hover .esg-media-poster{\r\n filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\r\n -webkit-filter: grayscale(0%);}\r\n\r\n/*PHILLIE*/\r\n.eg-phillie-element-3:after { \r\ncontent:\" \";\r\nwidth: 0px;\r\nheight: 0px;\r\nborder-style: solid;\r\nborder-width: 5px 5px 0 5px;\r\nborder-color: #000 transparent transparent transparent;\r\nleft:50%;\r\nmargin-left:-5px; bottom:-5px; position:absolute; }\r\n\r\n/*HOWARD TAFT*/\r\n.eg-howardtaft-wrapper .esg-media-poster, .eg-howardtaft-wrapper .esg-media-poster{\r\n filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\r\n -webkit-filter: grayscale(0%);\r\n}\r\n\r\n.eg-howardtaft-wrapper:hover .esg-media-poster, .eg-howardtaft-wrapper:hover .esg-media-poster{\r\n filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\r\n filter: gray; /* IE6-9 */\r\n -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\r\n}\r\n\r\n/* WOOCOMMERCE */\r\n.myportfolio-container .added_to_cart.wc-forward { font-family: \"Open Sans\"; font-size: 13px; color: #fff; margin-top: 10px; }\r\n\r\n/* LIGHTBOX */\r\n.esgbox-title.esgbox-title-outside-wrap { font-size: 15px; font-weight: 700; text-align: center; }\r\n.esgbox-title.esgbox-title-inside-wrap { padding-bottom: 10px; font-size: 15px; font-weight: 700; text-align: center; }\n \n/*TWITTER STREAM*/\n.esg-content.eg-twitterstream-element-33-a { display: inline-block; }\n.eg-twitterstream-element-35 { word-break: break-all; } \n.esg-overlay.eg-twitterstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/*FACEBOOK STREAM*/\n.esg-content.eg-facebookstream-element-33-a { display: inline-block; }\n.eg-facebookstream-element-0 { word-break: break-all; } \n\n/*FLICKR STREAM*/\n.esg-overlay.eg-flickrstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n','auto'),
(175,'tp-google-fonts','a:0:{}','auto'),
(176,'revslider_server_refresh','1745022901','auto'),
(177,'revslider-update-check-short','1742405690','auto'),
(178,'revslider-connection','1','auto'),
(179,'revslider-update-hash','f2f1dbe72ac236c8610176ac4f6b7c44','auto'),
(180,'revslider-latest-version','6.7.30','auto'),
(181,'revslider-stable-version','4.2.0','auto'),
(182,'revslider-notices','a:4:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:952:\"<div style=\"display: block; background: #1b0e41;text-align: center; height:300px;\"><noscript><img src=\"//updates.themepunch-ext-a.tools//banners/rs60/cyberweek.jpg\" usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\"></noscript><img usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\" src=\"//updates.themepunch-ext-a.tools//banners/rs60/cyberweek.jpg\"></div>\n<map name=\"srbannermap\">\n <area target=\"_blank\" alt=\"Slider Revolution\" title=\"Slider Revolution\" href=\"https://www.sliderrevolution.com/black-friday-and-cyber-monday-sale/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=cyberweeks22\" coords=\"569,135,890,196\" shape=\"rect\">\n <area target=\"_blank\" alt=\"Essential Grid\" title=\"Essential Grid\" href=\"https://www.essential-grid.com/?utm_source=admin&utm_medium=banner&utm_campaign=esgusers&utm_content=cyberweeks22\" coords=\"570,200,889,260\" shape=\"rect\">\n</map>\";s:4:\"code\";s:9:\"TPSRCW111\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:956:\"<div style=\"display: block; background: #1c0950;text-align: center; height:300px;\"><noscript><img src=\"//updates.themepunch-ext-a.tools//banners/blackfriday2024-admin2.jpg\" usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\"></noscript><img usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\" src=\"//updates.themepunch-ext-a.tools//banners/blackfriday2024-admin2.jpg\"></div><map name=\"srbannermap\"><area target=\"_blank\" alt=\"Slider Revolution\" title=\"Slider Revolution\" href=\"https://www.sliderrevolution.com/black-friday-and-cyber-monday-sale/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=cyberweeks24\" coords=\"569,135,890,196\" shape=\"rect\"><area target=\"_blank\" alt=\"Essential Grid\" title=\"Essential Grid\" href=\"https://www.essential-grid.com/?utm_source=admin&utm_medium=banner&utm_campaign=esgusers&utm_content=cyberweeks24\" coords=\"570,200,889,260\" shape=\"rect\"></map>\";s:4:\"code\";s:8:\"TPSRBF24\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":10:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:527:\"<div style=\"display: block; background: #0d0d0e;text-align: center; height: 504px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium3\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 900px; height: 504px; display: inline-block;\" muted loop autoplay preload=\"auto\"><source src=\"//updates.themepunch-ext-a.tools//banners/rs60/buypremium3.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:11:\"TPSNOTR3011\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:10:\"registered\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":10:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:302:\"<div style=\"display: block; background: #0d0d0e;text-align: center; height: 250px;\"><a href=\"https://forms.gle/jrzzrpu34VvrFDsMA\" target=\"_blank\" rel=\"noopener\">\n<img style=\"min-width:920px;height:250px;display: inline-block;\" src=\"//updates.themepunch-ext-a.tools//banners/SR2024survey.jpg\"></a></div>\";s:4:\"code\";s:12:\"TPSURVEY2024\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:10:\"registered\";b:1;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}}','auto'),
(183,'revslider-additions','O:8:\"stdClass\":2:{s:9:\"templates\";O:8:\"stdClass\":3:{s:9:\"tutorials\";a:3:{i:0;O:8:\"stdClass\":2:{s:5:\"title\";s:19:\"Rapid Fire Overview\";s:3:\"url\";s:49:\"https://www.youtube.com/watch?v=LRNTFu-MFgw&t=25s\";}i:1;O:8:\"stdClass\":2:{s:5:\"title\";s:34:\"Responsiveness in Edited Templates\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=hP4oV8SWgKY\";}i:2;O:8:\"stdClass\":2:{s:5:\"title\";s:16:\"Animation Basics\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=nn3azizwpbs\";}}s:5:\"guide\";O:8:\"stdClass\":3:{s:5:\"title\";s:78:\"Require Expert Technical Advice?<br />Submit a Ticket for Dedicated 1on1 Help.\";s:3:\"url\";s:36:\"https://support.sliderrevolution.com\";s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/banners/default_template_guide.jpg\";}s:6:\"bottom\";O:8:\"stdClass\":2:{s:5:\"title\";s:32:\"Load A Template From The Library\";s:3:\"img\";s:61:\"//updates.themepunch-ext-a.tools/banners/guide_mod_banner.png\";}}s:7:\"selling\";b:1;}','auto'),
(184,'rs-addons-counter','36','auto'),
(185,'revslider-addons','O:8:\"stdClass\":36:{s:28:\"revslider-particlewave-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"559\";s:9:\"releaseid\";s:2:\"29\";s:4:\"slug\";s:28:\"revslider-particlewave-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Particle Wave\";s:6:\"line_1\";s:36:\"Create 3D particle and polygon grids\";s:6:\"line_2\";s:40:\"with lots of style and animation options\";s:9:\"available\";s:5:\"6.7.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:1:\"9\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:79:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_particlewave.jpg\";s:8:\"img_file\";s:46:\"revslider/addons/images/addon_particlewave.jpg\";s:7:\"img_md5\";s:32:\"623bec30f175f4cc541048f1d6d5fd07\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PW\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"558\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"6.7.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"6.7.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_particles.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_particles.jpg\";s:7:\"img_md5\";s:32:\"b668a4015ddc6a532b43bb558967a062\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"405\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_bubblemorph.jpg\";s:7:\"img_md5\";s:32:\"22d03d5de3034069c6db1fdeafd467cd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-thecluster-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"567\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:26:\"revslider-thecluster-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"The Cluster\";s:6:\"line_1\";s:24:\"Cluster Particle Effects\";s:6:\"line_2\";s:27:\"with millions of Variations\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_cluster.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_cluster.jpg\";s:7:\"img_md5\";s:32:\"7ada93a9f08a3bcfddc078699674d755\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TC\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:29:\"revslider-fluiddynamics-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"551\";s:9:\"releaseid\";s:2:\"31\";s:4:\"slug\";s:29:\"revslider-fluiddynamics-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Fluid Dynamics\";s:6:\"line_1\";s:46:\"Creating breathtaking Dynamic Fluid animations\";s:6:\"line_2\";s:25:\"as layer or as background\";s:9:\"available\";s:5:\"6.7.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:72:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_fluid.png\";s:8:\"img_file\";s:39:\"revslider/addons/images/addon_fluid.png\";s:7:\"img_md5\";s:32:\"4e52333540d80bcb2a41b8ed5961e088\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FD\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-transitionpack-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"568\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:30:\"revslider-transitionpack-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Advanced Transitions\";s:6:\"line_1\";s:43:\"Add never-before-seen slide transitions to \";s:6:\"line_2\";s:42:\"Slider Revolution with the power of WEBGL.\";s:9:\"available\";s:5:\"6.7.7\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"30\";s:11:\"last_update\";s:10:\"2025-01-17\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_transition.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_transition.jpg\";s:7:\"img_md5\";s:32:\"fe0f1c539053620039a0ad96c4ac27e6\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"AT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"545\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"6.7.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_beforeafter.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_beforeafter.jpg\";s:7:\"img_md5\";s:32:\"5a34f20417a7874e1b95693ef37a0758\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"569\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_typewriter.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_typewriter.jpg\";s:7:\"img_md5\";s:32:\"727b604f6fd3fc55894ba50eb566efed\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"555\";s:9:\"releaseid\";s:2:\"24\";s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"6.7.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"60\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_mousetrap.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_mousetrap.jpg\";s:7:\"img_md5\";s:32:\"2329053c3b1d19bdaee131c3dc258d3a\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"552\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_distortion.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_distortion.jpg\";s:7:\"img_md5\";s:32:\"c26c52a563008b7dc907a288c1e4bb8e\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-lottie-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"553\";s:9:\"releaseid\";s:2:\"25\";s:4:\"slug\";s:22:\"revslider-lottie-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Lottie\";s:6:\"line_1\";s:53:\"Adds support for the popular Lottie Animation format,\";s:6:\"line_2\";s:70:\" including animation control, style customization and a local library.\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"80\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_lottie.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_lottie.jpg\";s:7:\"img_md5\";s:32:\"4aa677a45bb13732e4f10bcb632afcce\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"556\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2025-01-15\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_paintbrush.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_paintbrush.jpg\";s:7:\"img_md5\";s:32:\"308a56289b9a29d1916c2acfc141b699\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-charts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"547\";s:9:\"releaseid\";s:2:\"27\";s:4:\"slug\";s:22:\"revslider-charts-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Charts\";s:6:\"line_1\";s:93:\"The Charts addon allows you to create visually impressive line or bar graphs from .csv data, \";s:6:\"line_2\";s:56:\"with tons of options to take full control of the design.\";s:9:\"available\";s:5:\"6.7.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"100\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_charts.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_charts.jpg\";s:7:\"img_md5\";s:32:\"d2c184371a575faade425c0377c1fdbd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"CH\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"417\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_slicey.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_slicey.jpg\";s:7:\"img_md5\";s:32:\"28afd29b7738a452194f0a0bc1d21cbe\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"550\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"6.7.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2024-12-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_filmstrip.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_filmstrip.jpg\";s:7:\"img_md5\";s:32:\"dac40ee57d2be9aaf01faacf51ccb412\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"554\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2024-12-06\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:84:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_underconstruction.jpg\";s:8:\"img_file\";s:51:\"revslider/addons/images/addon_underconstruction.jpg\";s:7:\"img_md5\";s:32:\"17f8cba84931541c065cfb1943edafb2\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"562\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"6.7.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"6.7.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reveal.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_reveal.jpg\";s:7:\"img_md5\";s:32:\"a7ce4bf5eb6fdc1497ed6276ca623046\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"616\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:6:\"6.7.21\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"6.7.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:75:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_panorama.jpg\";s:8:\"img_file\";s:42:\"revslider/addons/images/addon_panorama.jpg\";s:7:\"img_md5\";s:32:\"210953d59903bed91688138cb60777d2\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"575\";s:9:\"releaseid\";s:2:\"26\";s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.7.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"6.7.6\";s:10:\"background\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:15:\"background_file\";s:45:\"revslider/addons/images/addon_scrollvideo.jpg\";s:14:\"background_md5\";s:32:\"82b2706dfa20a7b0cfabfe7ff28562f9\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"140\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_scrollvideo.jpg\";s:7:\"img_md5\";s:32:\"82b2706dfa20a7b0cfabfe7ff28562f9\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"549\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2025-02-18\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_exploding.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_exploding.jpg\";s:7:\"img_md5\";s:32:\"44d60b83cdf5b29033d41feb516b47e1\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"564\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2024-12-19\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:80:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_socialsharing.jpg\";s:8:\"img_file\";s:47:\"revslider/addons/images/addon_socialsharing.jpg\";s:7:\"img_md5\";s:32:\"6b074630853c4f95d5337bc85e496cbe\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"571\";s:9:\"releaseid\";s:1:\"1\";s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:81:\"//updates.themepunch-ext-a.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:15:\"background_file\";s:48:\"revslider/addons/images/whiteboard_widget_bg.jpg\";s:14:\"background_md5\";s:32:\"cc69160eb95469dc033e0cc094a24847\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"170\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_whiteboard.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_whiteboard.jpg\";s:7:\"img_md5\";s:32:\"b0bb636fb30ffc3d112ba4c563395ee6\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"560\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:75:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_polyfold.jpg\";s:8:\"img_file\";s:42:\"revslider/addons/images/addon_polyfold.jpg\";s:7:\"img_md5\";s:32:\"02c6af89e4208f0da5920c6c3e6bb744\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"78\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"300\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:79:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_domainswitch.jpg\";s:8:\"img_file\";s:46:\"revslider/addons/images/addon_domainswitch.jpg\";s:7:\"img_md5\";s:32:\"f2036924e7993f94bd5c9876fa0bf09b\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"561\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reload.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_reload.jpg\";s:7:\"img_md5\";s:32:\"d1d34d204e627168f4cc4e7422a6d40c\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"55\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wprelated.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_wprelated.jpg\";s:7:\"img_md5\";s:32:\"e2e7d6c3a428a55442ba90131556c930\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"566\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:71:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_snow.jpg\";s:8:\"img_file\";s:38:\"revslider/addons/images/addon_snow.jpg\";s:7:\"img_md5\";s:32:\"d6bac718866b0070198a4340041bc60b\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"378\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.7\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpgallery.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_wpgallery.jpg\";s:7:\"img_md5\";s:32:\"74392a04b741d83c51e55059dbb388ef\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"53\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2024-11-20\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_backup.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_backup.jpg\";s:7:\"img_md5\";s:32:\"104797323a0293cd3f200b0172db1186\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"62\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:70:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_404.jpg\";s:8:\"img_file\";s:37:\"revslider/addons/images/addon_404.jpg\";s:7:\"img_md5\";s:32:\"217b0d118a107dc50979740dd61228df\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"63\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_wpadjacent.jpg\";s:7:\"img_md5\";s:32:\"cb1feb1257e55d0f42c29dfde2d809ed\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"388\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"3.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:72:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_login.jpg\";s:8:\"img_file\";s:39:\"revslider/addons/images/addon_login.jpg\";s:7:\"img_md5\";s:32:\"f0f2edffb4e155acf67799692428644d\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"379\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_wpfeatured.jpg\";s:7:\"img_md5\";s:32:\"bcc840e68194f3eb05795e1353954bda\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-shapeburst-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"613\";s:9:\"releaseid\";s:2:\"29\";s:4:\"slug\";s:26:\"revslider-shapeburst-addon\";s:12:\"version_from\";s:6:\"6.7.23\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"ShapeBurst\";s:6:\"line_1\";s:8:\"Shape...\";s:6:\"line_2\";s:9:\"and Burst\";s:9:\"available\";s:5:\"7.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"670\";s:11:\"last_update\";s:10:\"2024-11-20\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_shape_burst.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_shape_burst.jpg\";s:7:\"img_md5\";s:32:\"2b1b6cb4613bdfcfff4c8c46660be8f5\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SB\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:1:{i:0;s:14:\"Visual Effects\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"570\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_weather.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_weather.jpg\";s:7:\"img_md5\";s:32:\"c69d1c9a69c2dec43ca0578ac35792bd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"548\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_duotone.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_duotone.jpg\";s:7:\"img_md5\";s:32:\"fb666e487e7ac28e6a2a157eed1fb682\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}}','auto'),
(911,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/tr_TR/wordpress-6.8.1.zip\";s:6:\"locale\";s:5:\"tr_TR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/tr_TR/wordpress-6.8.1.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.1\";s:7:\"version\";s:5:\"6.8.1\";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:12:\"last_checked\";i:1746059935;s:15:\"version_checked\";s:5:\"6.8.1\";s:12:\"translations\";a:0:{}}','off'),
(849,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1746059930;s:8:\"response\";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.0.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.0.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.6\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/mailchimp-for-wp\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:6:\"plugin\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"new_version\";s:6:\"4.10.3\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/mailchimp-for-wp/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.4.10.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577\";s:2:\"1x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-128x128.png?rev=1224577\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/mailchimp-for-wp/assets/banner-772x250.png?rev=1184706\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.7.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:43:\"the-events-calendar/the-events-calendar.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:33:\"w.org/plugins/the-events-calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:6:\"plugin\";s:43:\"the-events-calendar/the-events-calendar.php\";s:11:\"new_version\";s:8:\"6.11.2.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/the-events-calendar/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.11.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440\";s:2:\"1x\";s:72:\"https://ps.w.org/the-events-calendar/assets/icon-128x128.gif?rev=2516440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/the-events-calendar/assets/banner-1544x500.png?rev=2257622\";s:2:\"1x\";s:74:\"https://ps.w.org/the-events-calendar/assets/banner-772x250.png?rev=2257622\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";s:6:\"tested\";s:5:\"6.7.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"9.8.3\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";s:3:\"svg\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3234504\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3234504\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.3.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}s:7:\"checked\";a:12:{s:19:\"akismet/akismet.php\";s:5:\"5.3.7\";s:47:\"vc-extensions-bundle/vc-extensions-cqbundle.php\";s:5:\"3.6.6\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"6.0.5\";s:33:\"essential-grid/essential-grid.php\";s:5:\"3.1.5\";s:9:\"hello.php\";s:5:\"1.7.2\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:6:\"4.10.2\";s:23:\"revslider/revslider.php\";s:6:\"6.7.23\";s:43:\"the-events-calendar/the-events-calendar.php\";s:6:\"6.10.2\";s:27:\"trx_updater/trx_updater.php\";s:5:\"2.1.4\";s:23:\"trx_utils/trx_utils.php\";s:5:\"3.2.7\";s:27:\"woocommerce/woocommerce.php\";s:5:\"9.7.1\";s:27:\"js_composer/js_composer.php\";s:5:\"8.0.1\";}}','off'),
(131,'_site_transient_timeout_browser_3fa31b52dd6ebc517e5492d43d77e61c','1743010297','off'),
(132,'_site_transient_browser_3fa31b52dd6ebc517e5492d43d77e61c','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"134.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),
(133,'_site_transient_timeout_php_check_feede18ab91a39786f5028b7215ed6a6','1743010297','off'),
(134,'_site_transient_php_check_feede18ab91a39786f5028b7215ed6a6','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),
(137,'can_compress_scripts','0','on'),
(711,'_site_transient_timeout_community-events-c69c554a12a4fcea7b6e972f349f8e7c','1742536407','off'),
(712,'_site_transient_community-events-c69c554a12a4fcea7b6e972f349f8e7c','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"24.133.104.0\";}s:6:\"events\";a:0:{}}','off'),
(713,'_transient_timeout_feed_868981a74fb045e2d866f14ee0dbf978','1742536407','off'),
(714,'_transient_feed_868981a74fb045e2d866f14ee0dbf978','a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"WordPress Türkiye\";s:7:\"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:21:\"https://www.wp-tr.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress Türkiye Resmi sitesi\";s: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:\"Mon, 01 Jul 2024 22:41:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"tr\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=6.7.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordCamp Avrupa 2024’ün Kısa Özeti\";s:7:\"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://www.wp-tr.org/wordcamp-avrupa-2024un-kisa-ozeti/\";s: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, 01 Jul 2024 08:40:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://www.wp-tr.org/?p=20531\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:498:\"Bu yıl 12. düzenlenen WordCamp Avrupa, 2.584 kişinin katılımıyla, Lingotto Konferans ve Sergi Salonu‘nda, Torino, İtalya’da gerçekleşti. Etkinliği sizlere aktarabilmek için Güzel Hosting sponsorluğunda WordPress Türkiye olarak oradaydık. 13-15 Haziran 2024 tarihleri arasında, dünyanın bir çok ülkesinden Torino’ya akın eden WordPress severler, dünyanın en popüler web platformunu keşfetmek ve kutlamak için bir araya geldiler. Gönüllülerden […]\";s: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:\"Emre Erkan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13750:\"\n<p>Bu yıl 12. düzenlenen WordCamp Avrupa, 2.584 kişinin katılımıyla, <a href=\"https://europe.wordcamp.org/2024/venue/\" target=\"_blank\" rel=\"noreferrer noopener\">Lingotto Konferans ve Sergi Salonu</a>‘nda, Torino, İtalya’da gerçekleşti.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://www.wp-tr.org/wp-content/uploads/2024/07/wceu-torino-night-1024x683.webp\" alt=\"WordCamp Avrupa 2024\'ü kutlamak için aydınlatılan Torino\'daki Mole Antonelliana.\" class=\"wp-image-20532\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2024/07/wceu-torino-night-1024x683.webp 1024w, https://www.wp-tr.org/wp-content/uploads/2024/07/wceu-torino-night-200x133.webp 200w, https://www.wp-tr.org/wp-content/uploads/2024/07/wceu-torino-night-768x512.webp 768w, https://www.wp-tr.org/wp-content/uploads/2024/07/wceu-torino-night.webp 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /><figcaption class=\"wp-element-caption\">WordCamp Avrupa 2024’ü kutlamak için aydınlatılan Torino’daki Mole Antonelliana.</figcaption></figure></div>\n\n\n<p>Etkinliği sizlere aktarabilmek için <a href=\"https://www.guzel.net.tr\" data-type=\"link\" data-id=\"https://www.guzel.net.tr\" target=\"_blank\" rel=\"noreferrer noopener\">Güzel Hosting</a> sponsorluğunda WordPress Türkiye olarak oradaydık. 13-15 Haziran 2024 tarihleri arasında, dünyanın bir çok ülkesinden Torino’ya akın eden WordPress severler, dünyanın en popüler web platformunu keşfetmek ve kutlamak için bir araya geldiler. Gönüllülerden oluşan 250 kişilik bir ekip, kıdemli WordCamp organizatörleri Wendie Huis in ‘t Veld, Juan Hernando ve Takis Bouyouris yönetiminde etkinliği düzenlediler.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Katılımcı Günü’nün Büyük Etkisi</h2>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2024/contributor-day/\" target=\"_blank\" rel=\"noreferrer noopener\">Katılımcı Günü</a>, WordPress’i geliştirmek ve desteklemek için 25 ekipte toplam 726 katılımcıyı bir araya getirdi. Katılımcılar 29 dilde 79.059 metnin çevrilmesi, yaklaşan 6.6 sürümü için belgelerin güncellenmesi, destek forumlarında etkinlik, test ekipleri için yeni katılımcıların ekibe katılması ve eklenti güvenliğini artırma yollarının belirlenmesi gibi çok çeşitli alanlarda çalışmalar sağladı.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://www.wp-tr.org/wp-content/uploads/2024/07/katilimcilar-1024x683.webp\" alt=\"WCEU 2024 Katkı Günü\'nde toplanan katılımcılar.\" class=\"wp-image-20533\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2024/07/katilimcilar-1024x683.webp 1024w, https://www.wp-tr.org/wp-content/uploads/2024/07/katilimcilar-200x133.webp 200w, https://www.wp-tr.org/wp-content/uploads/2024/07/katilimcilar-768x512.webp 768w, https://www.wp-tr.org/wp-content/uploads/2024/07/katilimcilar-1536x1024.webp 1536w, https://www.wp-tr.org/wp-content/uploads/2024/07/katilimcilar-2048x1366.webp 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /><figcaption class=\"wp-element-caption\">WCEU 2024 Katkı Günü’nde toplanan katılımcılar.</figcaption></figure></div>\n\n\n<h2 class=\"wp-block-heading\">Sürdürülebilir Açık Kaynak Gelecektir</h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://www.wp-tr.org/wp-content/uploads/2024/07/birinci-gun-keynote-1024x576.webp\" alt=\"Açılış konuşması sunucuları, Joost de Valk and Juliette Reinders Folmer\" class=\"wp-image-20534\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2024/07/birinci-gun-keynote-1024x576.webp 1024w, https://www.wp-tr.org/wp-content/uploads/2024/07/birinci-gun-keynote-200x113.webp 200w, https://www.wp-tr.org/wp-content/uploads/2024/07/birinci-gun-keynote-768x432.webp 768w, https://www.wp-tr.org/wp-content/uploads/2024/07/birinci-gun-keynote-1536x864.webp 1536w, https://www.wp-tr.org/wp-content/uploads/2024/07/birinci-gun-keynote.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /><figcaption class=\"wp-element-caption\">Açılış konuşması sunucuları, Joost de Valk and Juliette Reinders Folmer</figcaption></figure></div>\n\n\n<p>Joost de Valk ve Juliette Reinders Folmer, açık kaynak yazılım projelerinin sürdürülebilirliğini konu alan açılış konuşmasını yaptılar. Konuşmalarında açık kaynak projelerinin finansmanı, kod dışındaki katkılar ve ticari işletmelerde, müşterileri açık kaynağın tescilli platformlara uygun bir alternatif olduğuna ikna etme konularını ele aldılar.</p>\n\n\n\n<h2 class=\"wp-block-heading\">İki Gün Süren İlgi Çekici Oturumlar</h2>\n\n\n\n<p>Cuma ve Cumartesi günlerinde, üç ayrı kolda toplam 60 sunum ve atölye çalışması gerçekleştirildi. Konular arasında WordPress geliştirme, erişilebilirlik, tasarım, iş dünyası, topluluk, yapay zeka ve siber güvenlik yer aldı.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo2-1024x683.webp\" alt=\"\" class=\"wp-image-20536\" style=\"width:auto;height:250px\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo2-1024x683.webp 1024w, https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo2-200x133.webp 200w, https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo2-768x512.webp 768w, https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo2-1536x1024.webp 1536w, https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo2-2048x1365.webp 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /><figcaption class=\"wp-element-caption\">Hızlı Oluşturma Oturumu</figcaption></figure></div></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"783\" src=\"https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo1-1024x783.webp\" alt=\"Bağlantı Serisi\" class=\"wp-image-20535\" style=\"width:auto;height:250px\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo1-1024x783.webp 1024w, https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo1-200x153.webp 200w, https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo1-768x587.webp 768w, https://www.wp-tr.org/wp-content/uploads/2024/07/session-photo1.webp 1404w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /><figcaption class=\"wp-element-caption\">Bağlantı Serisi</figcaption></figure></div></div>\n</div>\n\n\n\n<p>Gençlik atölyesi, genç katılımcılara WordPress siteleri oluşturma, yeni teknolojileri keşfetme ve internet güvenliği hakkında bilgi edinme fırsatları sundu. Bu arada, sağlıklı yaşam temalı bir kolda, yoga dersleri ve Torino’da yürüyüş turları içeriyordu; katılımcıları ekranlarından uzaklaşmaya ve bu yılın ev sahibi şehrinin güzelliklerini keşfetmeye teşvik etti.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Yıl Ortası Proje Güncellemesi</h2>\n\n\n\n<p>WordPress’in kurucu ortağı Matt Mullenweg, WordPress ile ilgili <a href=\"https://www.youtube.com/watch?v=ELW4Jdvujbc\" target=\"_blank\" rel=\"noreferrer noopener\">yıl ortası proje güncellemesini</a> paylaştı ve sunumunu, Gutenberg aşamalarından WordPress Playground’a kadar çeşitli konularda seyircilerden gelen soruları yanıtlayarak ve bir hata düzeltme talebinin hızlandırılmasını kabul ederek tamamladı.</p>\n\n\n\n<p>Matt’in sunumu, <a href=\"https://make.wordpress.org/community/2024/06/15/wordpress-contributor-mentorship-program-q4-2024-call-for-interest/\" target=\"_blank\" rel=\"noreferrer noopener\">katılımcı mentorluk programı</a>nın ve WCEU Katılımcı Günü’nün başarısını vurguladı, Canlı Çeviri’yi tanıttı ve <a href=\"https://wordpress.org/data-liberation/\" target=\"_blank\" rel=\"noreferrer noopener\">Veri Özgürlüğü</a> girişimi hakkında bir güncelleme paylaştı.</p>\n\n\n\n<p>Matt ayrıca <a href=\"https://wordpress.org/playground/\">WordPress Playground</a> ile ilgili en son yenilikleri ele aldı, <a href=\"https://wordpress.org/news/2024/04/how-wordpress-is-creating-a-faster-web/\" target=\"_blank\" rel=\"noreferrer noopener\">performans kazanımları</a>nı vurguladı ve otomatik güncellemeler için geri alma ve uzaktan görüntüleme gibi gelecekteki sürümlerde beklenen özelliklerin önizlemesini yaptı.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://www.wp-tr.org/wp-content/uploads/2024/07/matt-1024x683.webp\" alt=\"WordPress kurucu ortağı Matt Mullenweg\" class=\"wp-image-20537\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2024/07/matt-1024x683.webp 1024w, https://www.wp-tr.org/wp-content/uploads/2024/07/matt-200x133.webp 200w, https://www.wp-tr.org/wp-content/uploads/2024/07/matt-768x512.webp 768w, https://www.wp-tr.org/wp-content/uploads/2024/07/matt-1536x1024.webp 1536w, https://www.wp-tr.org/wp-content/uploads/2024/07/matt-2048x1365.webp 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /><figcaption class=\"wp-element-caption\">WordPress kurucu ortağı Matt Mullenweg</figcaption></figure></div>\n\n\n<p>WordPress topluluğunda heyecan verici yeni bir trende dikkat çeken Mullenweg, WordPress uzmanlarının gerçek zamanlı olarak web siteleri oluşturduğu, ipuçlarını, kısayolları ve en iyi uygulamaları sergilediği “hızlı oluşturma yarışmaları”ndan bahsetti. Bu tür bir etkinlik WCEU oturumlarından birinde gerçekleşti ve Matt’in sunumunun soru-cevap bölümünde, böyle bir etkinliğe katılması için bir meydan okumayı kabul etti!</p>\n\n\n\n<p>Matt, 2003’te Mike Little ile birlikte ilk sürümü başlattığından bu yana WordPress’in 21. yıldönümüne ulaşmasını değerlendirdi. WordPress’in önümüzdeki on yıllar boyunca sürdürülebilir kalmasını sağlamak için <a href=\"https://ma.tt/2024/05/wp21/\">11 önemli madde</a>yi paylaştı:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Basit şeyler kolay ve sezgisel olmalı, karmaşık şeyler mümkün olmalı.</li>\n\n\n\n<li>Bloglar ve dinamik siteler daha iyidir.</li>\n\n\n\n<li>Belgelerin Wiki’ler kadar kolay düzenlenebilir olması gerekir.</li>\n\n\n\n<li>Forumlar ön planda ve merkezi bir konumda olmalıdır.</li>\n\n\n\n<li>Eklentiler ve temalar topluluk altyapısı ile birlikte gelmelidir.</li>\n\n\n\n<li>Harika tema önizlemeleri ve çeşitli estetikler sunulmalıdır.</li>\n\n\n\n<li>Rehberler ve gereksinimler için aşırıya kaçmamalıyız.</li>\n\n\n\n<li>Geri bildirim döngüleri çok önemlidir.</li>\n\n\n\n<li>Çekirdek, belirgin görüşlere sahip ve tuhaf olmalıdır.</li>\n\n\n\n<li>WordPress yapıyorsanız, WordPress kullanın.</li>\n\n\n\n<li>Son kullanıcılarımıza yakın kalın.</li>\n</ul>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"WordCamp Europe 2024: Matt Mullenweg Keynote Presentation\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/ELW4Jdvujbc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div><figcaption class=\"wp-element-caption\">WordPress Yaz Güncellemesi</figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Kapanış Konuşmaları</h2>\n\n\n\n<p>Kapanış konuşmalarında, etkinlik organizatörleri Avrupa Parlamentosu, Torino şehri ve bölgesel turizm kurulu Turismo Torino’nun destekleri için teşekkürlerini ifade ettiler. Gönüllüler ekibi, etkinliği üretmedeki özverili çalışmaları nedeniyle kutlandı.</p>\n\n\n\n<p>Üç günlük yoğun bir programı sonlandıran organizasyon ekibi, WordCamp Europe 2025’in 5-7 Haziran 2025 tarihleri arasında Basel, İsviçre’de düzenleneceğini duyurdu. Duyuru büyük alkışlarla karşılandı ve bir yıl sonra tekrar buluşma planları yapıldı.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" src=\"https://www.wp-tr.org/wp-content/uploads/2024/07/group-1024x682.webp\" alt=\"\" class=\"wp-image-20538\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2024/07/group-1024x682.webp 1024w, https://www.wp-tr.org/wp-content/uploads/2024/07/group-200x133.webp 200w, https://www.wp-tr.org/wp-content/uploads/2024/07/group-768x512.webp 768w, https://www.wp-tr.org/wp-content/uploads/2024/07/group-1536x1024.webp 1536w, https://www.wp-tr.org/wp-content/uploads/2024/07/group-2048x1365.webp 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /><figcaption class=\"wp-element-caption\">WCEU grup fotoğrafı</figcaption></figure></div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n\n\n\n<p>Bu yazı <a href=\"https://wordpress.org/news/2024/06/highlights-from-wordcamp-europe-2024/\" target=\"_blank\" rel=\"noreferrer noopener\">https://wordpress.org/news/2024/06/highlights-from-wordcamp-europe-2024/</a> adresindeki yazının Türkçe’ye çevrilmiş ve editöryel olarak elden geçirilmiş sürümüdür.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20531\";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:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Sayılarla Güzel Hosting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://www.wp-tr.org/sayilarla-guzel-hosting/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Jun 2024 13:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://www.wp-tr.org/?p=20526\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:486:\"Sayılarla WordCamp Avrupa 2023 yazımızda geçen yıla ait istatistikler paylaşmıştık. Bu yazımızda sponsorumuz olan Güzel Hosting ile ilgili çeşitli istatistikleri paylaşacağız. Güzel Hosting, 2008 yılından bu yana “en uygun ücretlerle en iyi hizmeti sunabilmek” anlayışıyla faaliyet göstermektedir. Bu anlayış sayesinde sektörde 16 yılı aşkın süredir öncü bir konuma gelmiş bulunmaktadır. Müşterilerinin iş ve web sitelerinin […]\";s: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:\"Emre Erkan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2825:\"\n<p><a href=\"https://www.wp-tr.org/sayilarla-wordcamp-avrupa-2023/\">Sayılarla WordCamp Avrupa 2023</a> yazımızda geçen yıla ait istatistikler paylaşmıştık. Bu yazımızda sponsorumuz olan <a href=\"https://www.guzel.net.tr\">Güzel Hosting</a> ile ilgili çeşitli istatistikleri paylaşacağız.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.wp-tr.org/wp-content/uploads/2024/06/sayilarla-guzel-hosting-02-scaled.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"760\" src=\"https://www.wp-tr.org/wp-content/uploads/2024/06/sayilarla-guzel-hosting-02-1024x760.jpg\" alt=\"\" class=\"wp-image-20528\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2024/06/sayilarla-guzel-hosting-02-1024x760.jpg 1024w, https://www.wp-tr.org/wp-content/uploads/2024/06/sayilarla-guzel-hosting-02-200x148.jpg 200w, https://www.wp-tr.org/wp-content/uploads/2024/06/sayilarla-guzel-hosting-02-768x570.jpg 768w, https://www.wp-tr.org/wp-content/uploads/2024/06/sayilarla-guzel-hosting-02-1536x1140.jpg 1536w, https://www.wp-tr.org/wp-content/uploads/2024/06/sayilarla-guzel-hosting-02-2048x1520.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<p>Güzel Hosting, 2008 yılından bu yana “<strong>en uygun ücretlerle en iyi hizmeti sunabilmek</strong>” anlayışıyla faaliyet göstermektedir. Bu anlayış sayesinde sektörde 16 yılı aşkın süredir öncü bir konuma gelmiş bulunmaktadır. Müşterilerinin iş ve web sitelerinin öneminin bilincinde olarak, 365 gün 7/24 çalışmakta ve her soruna en hızlı şekilde müdahale etmekteler. Paylaşımlı sunucuların sürekli takibi yapılarak olası sorunlara en kısa sürede müdahale edebiliyorlar, böylece %99 uptime garantisini aşan bir hizmet sunmaktalar.</p>\n\n\n\n<p>2024 Haziran verilerine göre Güzel Hosting’in, toplam <strong>150.853 aktif müşteri</strong> hesabı bulunmakta olup, VPS/VDS ve sunucu hizmetleri hariç yaklaşık <strong>192.859 web sitesi</strong> sunucularında barınmakta. Ayrıca, verilen alan adı bayilikleri hariç, <strong>97.983 aktif alan adı</strong> kayıtlıdır. <a href=\"https://www.guzel.net.tr/kurumsal-email.php\">Kurumsal mail</a> hizmetlerinde ise toplam <strong>35.491 posta kutusu</strong>nda <strong>92.000.478 adet e-posta</strong> saklanmaktadır. Bu veriler, Güzel Hosting’in sektördeki büyüklüğünü ve müşteri memnuniyetine verdiği önemi göstermektedir.</p>\n\n\n\n<p>Güzel Hosting, Türkiye’nin yerli sermayeye sahip en çok web sitesi barındıran <a href=\"https://www.guzel.net.tr/hosting.php\">web hosting</a> şirketi olmanın sorumluluğu ile sektörün lideri olmaya devam ediyor. Her gün altyapı güçlendirmeleri ve geliştirmeler yaparak, müşterilerine daha iyi hizmet sunmak için aralıksız çalışıyorlar.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20526\";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:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Katılımcı gününün ardından\";s:7:\"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://www.wp-tr.org/katilimci-gununun-ardindan/\";s: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, 14 Jun 2024 08:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://www.wp-tr.org/?p=20521\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:490:\"Her yıl, WordCamp Avrupa başlamadan önce (ya da bazen sonra) bir günlük katılımcı günü etkinliği düzenleniyor. WordPress’e gönül vermiş kişiler bir araya gelerek, bir günlük süre içerisinde WordPress’e olabildiğince katkıda bulunmaya çalışıyorlar. Bu yıl katılımcı gününe katılım o kadar fazlaydı ki, katılımcı sayısını sınırlandırmak ve bilet ile katılım yaptırmak durumunda kalındı. 700’ü aşkın gönüllü 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Emre Erkan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3552:\"\n<p>Her yıl, WordCamp Avrupa başlamadan önce (ya da bazen sonra) bir günlük katılımcı günü etkinliği düzenleniyor. WordPress’e gönül vermiş kişiler bir araya gelerek, bir günlük süre içerisinde WordPress’e olabildiğince katkıda bulunmaya çalışıyorlar.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-01-scaled.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-01-1024x683.jpg\" alt=\"\" class=\"wp-image-20522\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-01-1024x683.jpg 1024w, https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-01-200x133.jpg 200w, https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-01-768x512.jpg 768w, https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-01-1536x1024.jpg 1536w, https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-01-2048x1365.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<p>Bu yıl katılımcı gününe katılım o kadar fazlaydı ki, katılımcı sayısını sınırlandırmak ve bilet ile katılım yaptırmak durumunda kalındı. 700’ü aşkın gönüllü 24 farklı grupta tüm gün boyunca WordPress’e katkı sağladılar.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Gruplar</h2>\n\n\n\n<p>Bu yılki gruplar aşağıdaki gibiydi;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WordPress Coding Standards (WordPress Kodlama Standartları)</li>\n\n\n\n<li>Core (Çekirdek)</li>\n\n\n\n<li>Design (Tasarım)</li>\n\n\n\n<li>Mobile (Mobil)</li>\n\n\n\n<li>Accessibility (Erişilebilirlik)</li>\n\n\n\n<li>Polyglots (Çok Dillilik)</li>\n\n\n\n<li>Support (Destek)</li>\n\n\n\n<li>Documentation (Dokümantasyon)</li>\n\n\n\n<li>Themes (Temalar)</li>\n\n\n\n<li>Plugins (Eklentiler)</li>\n\n\n\n<li>Community (Topluluk)</li>\n\n\n\n<li>Meta (Meta)</li>\n\n\n\n<li>Training (Eğitim)</li>\n\n\n\n<li>Test (Test)</li>\n\n\n\n<li>TV (TV)</li>\n\n\n\n<li>Marketing (Pazarlama)</li>\n\n\n\n<li>CLI (Komut Satırı Arayüzü)</li>\n\n\n\n<li>Hosting (Hosting)</li>\n\n\n\n<li>Tide (Tide)</li>\n\n\n\n<li>Openverse (Openverse)</li>\n\n\n\n<li>Photos (Fotoğraflar)</li>\n\n\n\n<li>Core Performance (Çekirdek Performansı)</li>\n\n\n\n<li>Sustainability (Sürdürülebilirlik)</li>\n\n\n\n<li>Diversity, Equity, Inclusion, and Belonging (DEIB) Working Group (Çeşitlilik, Eşitlik, Kapsayıcılık ve Aidiyet Çalışma Grubu)</li>\n</ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-02.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"730\" src=\"https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-02-1024x730.jpg\" alt=\"\" class=\"wp-image-20524\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-02-1024x730.jpg 1024w, https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-02-200x143.jpg 200w, https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-02-768x548.jpg 768w, https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-02-1536x1095.jpg 1536w, https://www.wp-tr.org/wp-content/uploads/2024/06/katilimci-gunu-02.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<p>Uzaktan katılımın da sağlandığı günün sonunda bir çok grup harika işler başardılar. Biz de çeviri konusunda çalışarak günün sonunda bir çok farklı tema ve eklentisinin çevirisini yaparak, 6.000’in üzerinde dizenin çevirisini tamamladık.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sayılarla WordCamp Avrupa 2023\";s:7:\"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://www.wp-tr.org/sayilarla-wordcamp-avrupa-2023/\";s: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, 12 Jun 2024 12:35:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://www.wp-tr.org/?p=20518\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:504:\"WordCamp Avrupa 2023, 94 ülkeden 2.545 WordPress meraklısını Atina’da bir araya getiren, büyük bir WordPress etkinliğiydi. Özellikle pandemi sonrası fiziksel etkinliklerin tekrar hız kazandığı bir dönemde, küresel erişimini ortaya serecek nitelikle görkemli bir etkinlik oldu. WordCamp Avrupa ilham verici ve bilgilendirici bir etkinlik olduğunu kanıtlarcasına WordPress topluluğunu güçlendirirken, trendler, yeni yaklaşımlar ve gelecekteki değişikliklere kapı […]\";s: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:\"Emre Erkan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4105:\"\n<p>WordCamp Avrupa 2023, 94 ülkeden 2.545 WordPress meraklısını Atina’da bir araya getiren, büyük bir WordPress etkinliğiydi. Özellikle pandemi sonrası fiziksel etkinliklerin tekrar hız kazandığı bir dönemde, küresel erişimini ortaya serecek nitelikle görkemli bir etkinlik oldu.</p>\n\n\n\n<p>WordCamp Avrupa ilham verici ve bilgilendirici bir etkinlik olduğunu kanıtlarcasına WordPress topluluğunu güçlendirirken, trendler, yeni yaklaşımlar ve gelecekteki değişikliklere kapı araladı.</p>\n\n\n\n<p>Tamamen şeffaf bir etkinlik oluşturma mottosunu koruyarak, verileri inceledik ve bilmek istediğiniz sayıları sizler için derledik.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Katılımcılar</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>2.545 kişi etkinliğe katıldı</li>\n\n\n\n<li>90 ülke temsil edildi</li>\n\n\n\n<li>1.400 kişi ilk kez katıldı</li>\n\n\n\n<li>110 mikro sponsorluk</li>\n\n\n\n<li>222 vize mektubu oluşturuldu</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Gönüllüler</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>142 gönüllü</li>\n\n\n\n<li>40 ülke temsil edildi</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Organizatörler</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>98 organizatör</li>\n\n\n\n<li>21 ülke temsil edildi</li>\n\n\n\n<li>11 farklı takım</li>\n\n\n\n<li>13 takım lideri</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Medya</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>10 medya ortağı</li>\n\n\n\n<li>11 medya sponsoru</li>\n\n\n\n<li>Sosyal medya paylaşımlarından 23,2 milyon kişiye ulaşıldı</li>\n\n\n\n<li>14.000 etkileşim</li>\n\n\n\n<li>2.000’den fazla Twitter bahsetmesi</li>\n\n\n\n<li>4.000’den fazla sosyal medya içerik paylaşımı</li>\n\n\n\n<li>12.200’den fazla beğeni</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Fotoğraf</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Etkinlik sırasında 28.000 fotoğraf çekildi (tekrar eden fotoğraflar çıkartıldığında) ve 4.900’u Flickr hesabımıza yüklendi!</li>\n\n\n\n<li>15 fotoğrafçı</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Konuşmacılar</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>102 konuşmacı</li>\n\n\n\n<li>29 ülke temsil edildi</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Temsil edilen ülkeler</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Bangladeş 1</li>\n\n\n\n<li>Brezilya 1</li>\n\n\n\n<li>Hırvatistan 1</li>\n\n\n\n<li>Estonya 1</li>\n\n\n\n<li>Yunanistan 1</li>\n\n\n\n<li>Japonya 1</li>\n\n\n\n<li>Litvanya 1</li>\n\n\n\n<li>Polonya 1</li>\n\n\n\n<li>Portekiz 1</li>\n\n\n\n<li>Slovenya 1</li>\n\n\n\n<li>Vietnam 1</li>\n\n\n\n<li>Zimbabve 1</li>\n\n\n\n<li>Avustralya 2</li>\n\n\n\n<li>Kanada 2</li>\n\n\n\n<li>Kosta Rika 2</li>\n\n\n\n<li>İsveç 2</li>\n\n\n\n<li>İsviçre 2</li>\n\n\n\n<li>Hindistan 3</li>\n\n\n\n<li>İtalya 3</li>\n\n\n\n<li>Sırbistan 3</li>\n\n\n\n<li>Güney Afrika 3</li>\n\n\n\n<li>İsrail 4</li>\n\n\n\n<li>Bulgaristan 6</li>\n\n\n\n<li>Almanya 8</li>\n\n\n\n<li>Hollanda 9</li>\n\n\n\n<li>Birleşik Krallık 9</li>\n\n\n\n<li>İspanya 11</li>\n\n\n\n<li>ABD 21</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Sponsorlar</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>64 sponsor</li>\n\n\n\n<li>Porto’da sponsor olan ve Atina’da da sponsorlar %56,25 oranına sahipken, sponsorların %43,75 kadarı bu sene WordCamp Avrupa’ya ilk kez sponsor oldular.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Katılımcı Günü</h2>\n\n\n\n<p>658 Katılımcı<br>144 Yeni katılımcı<br>23 Takım</p>\n\n\n\n<h2 class=\"wp-block-heading\">Sonuç</h2>\n\n\n\n<p>Rakamlar bir araya geliyor ve sayıları oluşturuyorlar. Etkileyici bir hikaye anlatıyor olabilirler, ancak olayı dikkat çekici kılan insanlardır. Her sayının arkasında anlatacak bir WordPress hikayesi olan bir kişi yatar.</p>\n\n\n\n<p>Gerçek sihir, insanlar birbirleriyle bağlantı kurduğunda, paylaştığında ve etkileşime geçtiğinde gerçekleşir.</p>\n\n\n\n<p>WordCamp Avrupa 2023’ün unutulmaz bir an olmasına yardımcı olan herkese teşekkürler.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Bu yazı Wordcamp Avrupa 2023 sitesinde yayınlanmış olan <a href=\"https://europe.wordcamp.org/2023/wceu-2023-in-numbers/\">WCEU 2023 in Numbers</a> yazısının çevirisidir.</p>\n</blockquote>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20518\";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:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2024\";s:7:\"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:43:\"https://www.wp-tr.org/wordcamp-avrupa-2024/\";s: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, 12 Jun 2024 07:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://www.wp-tr.org/?p=20514\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:493:\"WordCamp Avrupa, gündelik kullanıcılardan çekirdek geliştiricilere kadar WordPress meraklılarının bir araya geldiği, gayri resmi ve topluluk tarafından organize edilen bir buluşmadır. Farklı ülke ve şehirlerde düzenlenen etkinlik her sene 3.000 civarında katılımcıyla üç gün sürüyor. WordCamp Avrupa’da ne yapılır? WordCamp Avrupa’da çok fazla etkinlik gerçekleşir ve bu yılki etkinlik de geçtiğimiz yıllardan farklı olmayacaktır. Üç […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Emre Erkan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3008:\"\n<p>WordCamp Avrupa, gündelik kullanıcılardan çekirdek geliştiricilere kadar WordPress meraklılarının bir araya geldiği, gayri resmi ve topluluk tarafından organize edilen bir buluşmadır. Farklı ülke ve şehirlerde düzenlenen etkinlik her sene 3.000 civarında katılımcıyla üç gün sürüyor.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordCamp Avrupa’da ne yapılır?</h2>\n\n\n\n<p>WordCamp Avrupa’da çok fazla etkinlik gerçekleşir ve bu yılki etkinlik de geçtiğimiz yıllardan farklı olmayacaktır. Üç gün boyunca gerçekleşecek birçok konuşma, birçok uygulamalı oturum ve atölye çalışması ile katılımcılar kendilerini eğitme şansına ve diğer katılımcılarla ağ kurma fırsatına sahip olacaklar.</p>\n\n\n\n<p>Son yıllarda etkinliğin hayli büyümesiyle beraber konuşmalar birden çok sahnede yer almaya başladılar. Bu yıl üç ayrı sahnede bir çok konuşmacı, konuşmalarını sunacaklar. Programı resmi siteden <a href=\"https://europe.wordcamp.org/2024/schedule/\" target=\"_blank\" rel=\"noreferrer noopener\">inceleyebilirsiniz</a>.</p>\n\n\n\n<p>Sahnelere ek olarak, fuaye alanında stand açmış olan büyük şirketlerden küçük niş şirketlere kadar bir çok sponsor da renkli anlar oluşturabiliyor. Bu şirketlerin çalışanlarıyla tanışabilir, ürün tanıtımlarına katılabilir ve sohbet edebilirsiniz. Eğlenceli mini oyunlar ve hediyeler de cabası.</p>\n\n\n\n<p>Diğer katılımcılarla sohbet ederek WordPress topluluğunun diğer üyelerini tanıma fırsatını yakalamak belki de bu etkinliğin en önemli konularından biri. Twitter’da takip ettiğiniz biriyle, kullanıcı gruplarında tanıştığınız biriyle veya önceki bir WordCamp’ten tanıdık bir yüzle karşılaşabilirsiniz. WCEU, eski ve yeni arkadaşlarla tanışmak için harika bir yer.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Katkıda Bulunma</h2>\n\n\n\n<p>Konferansa ek olarak, ilk gün <a href=\"https://europe.wordcamp.org/2024/contributor-day/\" target=\"_blank\" rel=\"noreferrer noopener\">Katılımcı Günü</a> adıyla hem yeni, hem de deneyimli topluluk üyelerinin bir araya gelip WordPress projesine katılmanın farklı yollarını öğrendiği özel bir gün düzenleniyor.</p>\n\n\n\n<p>Katılımcı Günü herkese açık olmasına rağmen, yoğun talep nedeniyle bu yıl kayıt olanlarla sınırlandırıldı. Yine de 700 civarında WordPress sever katılımcı günü için kaydolmuş durumda!</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress Türkiye olarak ne yapıyoruz?</h2>\n\n\n\n<p>Geçmiş yıllarda olduğu gibi, bu yıl da WordCamp Avrupa etkinliği ile ilgili haberleri size taşımaya çalışıyoruz. Bu yıl WordPress Türkiye ekibinden Emre Erkan, <a href=\"https://www.guzel.net.tr/\" target=\"_blank\" rel=\"noreferrer noopener\">Güzel Hosting</a> sponsorluğunda etkinliğe katılacak ve izlenimlerini paylaşacak. Blog yazılarımızı ve sosyal medya hesaplarımızı takip etmeyi unutmayın. Sponsorumuzun küçük sürprizleri olacak!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20514\";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:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordCamp Avrupa’da neler oluyor?\";s:7:\"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://www.wp-tr.org/wordcamp-avrupada-neler-oluyor/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 10 Jun 2023 07:05:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://www.wp-tr.org/?p=20449\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:448:\"Bu yıl Atina’da düzenlenen WordCamp Avrupa etkinliği Atina’nın en büyük konferans merkezi olan Megaron Atina Uluslararası Konferans Merkezinde (Megaron Athens International Conference Centre – MAICC) düzenleniyor. Şehrin merkezinde yer alan konferans merkezi toplamda 143.000 metrekarelik bir alana sahip, 18 adet toplantı alanı ile birlikte geniş bir sergi ve fuaye alanıyla da hizmet veriyor. Sadece sergi […]\";s: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:\"Emre Erkan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5157:\"\n<p>Bu yıl Atina’da düzenlenen WordCamp Avrupa etkinliği Atina’nın en büyük konferans merkezi olan Megaron Atina Uluslararası Konferans Merkezinde (Megaron Athens International Conference Centre – MAICC) düzenleniyor. Şehrin merkezinde yer alan konferans merkezi toplamda 143.000 metrekarelik bir alana sahip, 18 adet toplantı alanı ile birlikte geniş bir sergi ve fuaye alanıyla da hizmet veriyor. Sadece sergi ve fuaye alanları toplamda 12.000 metrekarelik bir alana sahip. WordCamp Avrupa etkinliği de bu geniş alanı en güzel şekilde kullanıyor.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https://www.wp-tr.org/wp-content/uploads/2023/06/maicc.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https://www.wp-tr.org/wp-content/uploads/2023/06/maicc-1024x768.jpg\" alt=\"\" class=\"wp-image-20450\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2023/06/maicc-1024x768.jpg 1024w, https://www.wp-tr.org/wp-content/uploads/2023/06/maicc-200x150.jpg 200w, https://www.wp-tr.org/wp-content/uploads/2023/06/maicc-768x576.jpg 768w, https://www.wp-tr.org/wp-content/uploads/2023/06/maicc.jpg 1434w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></a></figure></div>\n\n\n<p>Etkinliğe Avrupa’nın bir çok ülkesinden 1.500’ün üzerinde katılımcı katılıyor. Üç konferans salonunda konuşmalar devam ederken iki konferans salonu da atölye çalışmaları için ayrılmış durumda. Ayrıca bir salon da aile olarak gelmiş katılımcıların çocukları için ayrılmış durumda ve mini bir WordCamp de burada devam ediyor.</p>\n\n\n\n<p>Konferans salonlarının hemen dışında, fuaye alanında ve koridorlarda etkinliğe sponsor olan firmaların standları yer alıyor. Oldukça fazla sayıda sponsor olduğu için bu alanlar bir pazar alanı havası taşıyor.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://www.wp-tr.org/wp-content/uploads/2023/06/fuaye.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"563\" src=\"https://www.wp-tr.org/wp-content/uploads/2023/06/fuaye.jpg\" alt=\"\" class=\"wp-image-20451\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2023/06/fuaye.jpg 1000w, https://www.wp-tr.org/wp-content/uploads/2023/06/fuaye-200x113.jpg 200w, https://www.wp-tr.org/wp-content/uploads/2023/06/fuaye-768x432.jpg 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></a></figure>\n\n\n\n<p>Birçok firma, ürünlerini tanıtmak ve katılımcılarla bağ kurmak amacıyla çeşitli çekilişler ve hediyeler düzenliyor. Katılımcılar hem WordPress ekosistemini daha yakından tanıma fırsatı buluyor hem de yeni işbirlikleri için adımlar atabiliyorlar. WordCamp ekibi de etkileşimi en üst düzeyde tutabilmek, insanların daha kolay birbirleriyle iletişime geçebilmelerini sağlamak için bir oyun eklemiş. Kayıtta size dört adet kartpostal veriliyor. Dördü de birbirinin aynı. Fakat başka katılımcılarda farklı tasarıma sahip kartpostallar var. Konuşup, tanışıp kartpostal takası yapabiliyorsunuz. İletişimi başlatmak için harika bir strateji. Ayrıca kartpostal olmaları da uzaklarda yaşayan sevdiklerinize küçük bir sürpriz yapmanız için sizi tetikliyor.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://www.wp-tr.org/wp-content/uploads/2023/06/canli-yayin.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"517\" src=\"https://www.wp-tr.org/wp-content/uploads/2023/06/canli-yayin.jpg\" alt=\"\" class=\"wp-image-20453\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2023/06/canli-yayin.jpg 1000w, https://www.wp-tr.org/wp-content/uploads/2023/06/canli-yayin-200x103.jpg 200w, https://www.wp-tr.org/wp-content/uploads/2023/06/canli-yayin-768x397.jpg 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></a></figure>\n\n\n\n<p>Her bir konferans salonunda devam eden etkinliklerin listesine <a href=\"https://europe.wordcamp.org/2023/schedule/\" target=\"_blank\" rel=\"noreferrer noopener\">buradan</a>, etkinlikleri canlı olarak seyretmek isterseniz de canlı yayın listesine buradan <a href=\"https://europe.wordcamp.org/2023/live-streaming/\" target=\"_blank\" rel=\"noreferrer noopener\">ulaşabilirsiniz</a>.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"alignright size-full\"><a href=\"https://www.wp-tr.org/wp-content/uploads/2023/06/guzelhosting-logo.webp\"><img loading=\"lazy\" decoding=\"async\" width=\"278\" height=\"47\" src=\"https://www.wp-tr.org/wp-content/uploads/2023/06/guzelhosting-logo.webp\" alt=\"\" class=\"wp-image-20442\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2023/06/guzelhosting-logo.webp 278w, https://www.wp-tr.org/wp-content/uploads/2023/06/guzelhosting-logo-200x34.webp 200w\" sizes=\"auto, (max-width: 278px) 100vw, 278px\" /></a></figure></div>\n\n\n<p>Etkinliğe katılım, bu bilgileri size aktarmamızı sağlayan sponsorumuz Güzel Hosting’e bir kere daha teşekkür ederiz. <a href=\"https://twitter.com/WP_Turkiye/status/1667124693382332418\" target=\"_blank\" rel=\"noreferrer noopener\">Twitter</a>‘da ve Facebook’da devam eden iki ayrı çekiliş ile WP-Mini paketi kazanma fırsatı devam ediyor.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20449\";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:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Yeniden WordCamp Avrupa\";s:7:\"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:46:\"https://www.wp-tr.org/yeniden-wordcamp-avrupa/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2023 10:12:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordCamp Avrupa 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://www.wp-tr.org/?p=20445\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:458:\"Tekrar Merhaba! Ben Emre Erkan. 2005 yılından beri aktif olarak WordPress kullanıyor ve 2008 yılından beri WordPress Türkiye ekibini yönetiyorum. Türkçe paketin hazırlanması, topluluk yönetimi, etkinliklerin düzenlenmesi, WordPress.org ile iletişim gibi bir çok alanda gönüllü olarak çalışıyorum. WordCamp Avrupa 2023 bugün başlıyor. Geçen yıllarda olduğu gibi bu yıl da üç gün sürecek etkinliği WordPress Türkiye […]\";s: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:\"Emre Erkan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8553:\"\n<figure class=\"wp-block-image size-full\"><a href=\"https://www.wp-tr.org/wp-content/uploads/2023/06/baslangic.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"750\" src=\"https://www.wp-tr.org/wp-content/uploads/2023/06/baslangic.jpg\" alt=\"\" class=\"wp-image-20446\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2023/06/baslangic.jpg 1000w, https://www.wp-tr.org/wp-content/uploads/2023/06/baslangic-200x150.jpg 200w, https://www.wp-tr.org/wp-content/uploads/2023/06/baslangic-768x576.jpg 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></a></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Tekrar Merhaba!</h2>\n\n\n\n<p>Ben Emre Erkan. 2005 yılından beri aktif olarak WordPress kullanıyor ve 2008 yılından beri WordPress Türkiye ekibini yönetiyorum. Türkçe paketin hazırlanması, topluluk yönetimi, etkinliklerin düzenlenmesi, WordPress.org ile iletişim gibi bir çok alanda gönüllü olarak çalışıyorum.</p>\n\n\n\n<p>WordCamp Avrupa 2023 bugün başlıyor. Geçen yıllarda olduğu gibi bu yıl da üç gün sürecek etkinliği WordPress Türkiye takipçilerine aktarmak için <a rel=\"noreferrer noopener\" href=\"https://www.guzel.net.tr\" target=\"_blank\">Güzel Hosting</a> sponsorluğunda Atina’da olacağım. Blog yazıları, Facebook üzerinden canlı yayınlar ve sosyal medya paylaşımları ile elimden geldiğince etkinliği sizlere aktarmaya çalışacağım.</p>\n\n\n\n<ul class=\"wp-block-social-links is-style-default is-content-justification-center is-layout-flex wp-container-core-social-links-is-layout-1 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-facebook wp-block-social-link\"><a href=\"https://www.facebook.com/WPTurkiye/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Facebook</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://twitter.com/WP_Turkiye\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram wp-block-social-link\"><a href=\"https://www.instagram.com/wpturkiye/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-wordpress wp-block-social-link\"><a href=\"https://tr.wordpress.org\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12.158,12.786L9.46,20.625c0.806,0.237,1.657,0.366,2.54,0.366c1.047,0,2.051-0.181,2.986-0.51 c-0.024-0.038-0.046-0.079-0.065-0.124L12.158,12.786z M3.009,12c0,3.559,2.068,6.634,5.067,8.092L3.788,8.341 C3.289,9.459,3.009,10.696,3.009,12z M18.069,11.546c0-1.112-0.399-1.881-0.741-2.48c-0.456-0.741-0.883-1.368-0.883-2.109 c0-0.826,0.627-1.596,1.51-1.596c0.04,0,0.078,0.005,0.116,0.007C16.472,3.904,14.34,3.009,12,3.009 c-3.141,0-5.904,1.612-7.512,4.052c0.211,0.007,0.41,0.011,0.579,0.011c0.94,0,2.396-0.114,2.396-0.114 C7.947,6.93,8.004,7.642,7.52,7.699c0,0-0.487,0.057-1.029,0.085l3.274,9.739l1.968-5.901l-1.401-3.838 C9.848,7.756,9.389,7.699,9.389,7.699C8.904,7.67,8.961,6.93,9.446,6.958c0,0,1.484,0.114,2.368,0.114 c0.94,0,2.397-0.114,2.397-0.114c0.485-0.028,0.542,0.684,0.057,0.741c0,0-0.488,0.057-1.029,0.085l3.249,9.665l0.897-2.996 C17.841,13.284,18.069,12.316,18.069,11.546z M19.889,7.686c0.039,0.286,0.06,0.593,0.06,0.924c0,0.912-0.171,1.938-0.684,3.22 l-2.746,7.94c2.673-1.558,4.47-4.454,4.47-7.771C20.991,10.436,20.591,8.967,19.889,7.686z M12,22C6.486,22,2,17.514,2,12 C2,6.486,6.486,2,12,2c5.514,0,10,4.486,10,10C22,17.514,17.514,22,12,22z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">WordPress</span></a></li></ul>\n\n\n\n<h2 class=\"wp-block-heading\">Sponsorumuzu tanıyalım</h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"alignright size-full\"><a href=\"https://www.guzel.net.tr\"><img loading=\"lazy\" decoding=\"async\" width=\"278\" height=\"47\" src=\"https://www.wp-tr.org/wp-content/uploads/2023/06/guzelhosting-logo.webp\" alt=\"\" class=\"wp-image-20442\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2023/06/guzelhosting-logo.webp 278w, https://www.wp-tr.org/wp-content/uploads/2023/06/guzelhosting-logo-200x34.webp 200w\" sizes=\"auto, (max-width: 278px) 100vw, 278px\" /></a></figure></div>\n\n\n<p><strong>Güzel Hosting</strong>, 2008’den beri en uygun ücretlerle en iyi hizmeti sunma anlayışıyla sektörde öncü bir şirket olarak faaliyet göstermektedir. Müşterilerinin işleri ve web sitelerinin ne kadar önemli olduğunun farkında olan Güzel Hosting, 365 gün 24 saat çalışarak her soruna en hızlı şekilde müdahale etmekte ve %99 uptime garantisini aşan bir oranda çalışmayı sağlamaktadır. Şeffaf ve özverili yaklaşımları, müşterilerin güvenini kazanmada en önemli faktörlerdir. Güzel Hosting, sürekli olarak geleceğe yatırım yaparak altyapısını güçlendirmekte ve müşterilerine daha iyi hizmet sunabilmek için kendilerine özgü sistemler ve yazılımlar geliştirmektedir. Her geçen gün ekibini de büyüterek sürekli gelişmeyi hedeflemektedir.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20445\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n\n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress Türkçe 5.5\";s:7:\"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:43:\"https://www.wp-tr.org/wordpress-turkce-5-5/\";s: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, 12 Aug 2020 09:43: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:14:\"Güncellemeler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Haberler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://www.wp-tr.org/?p=20331\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:518:\"İşte burada! Billy Eckstine anısına “Eckstine” olarak isimlendirilmiş bu son ve harika WordPress sürümünü indirebilir ya da panelinizden güncelleme yapabilirsiniz. Hız Geç yüklenen görseller sayesinde yazı ve sayfalarınız daha hızlı hissedilecek. Görseller hikayelerinizde harika bir etki yaratabiliyor fakat bazen sitenizi yavaşlatabiliyor. WordPress 5.5 ile görseller tarayıcının görünür alanına kaydırıldıklarında görünür oluyorlar. Bu olayın teknik karşılığı […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:3:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:48:\"https://s.w.org/images/core/5.5/auto-updates.mp4\";s:6:\"length\";s:6:\"238264\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:50:\"https://s.w.org/images/core/5.5/block-patterns.mp4\";s:6:\"length\";s:7:\"3518792\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:56:\"https://s.w.org/images/core/5.5/inline-image-editing.mp4\";s:6:\"length\";s:7:\"3145140\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Emre Erkan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13833:\"\n<p>İşte burada! Billy Eckstine anısına “Eckstine” olarak isimlendirilmiş bu son ve harika WordPress sürümünü <a rel=\"noreferrer noopener\" href=\"https://tr.wordpress.org/download/\" target=\"_blank\">indirebilir</a> ya da panelinizden güncelleme yapabilirsiniz.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://wordpress.org/news/files/2020/08/Billy_duotone-1000px_quiche-sans-top.png\" alt=\"\" class=\"wp-image-8930\"/></figure>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f2edd4;min-height:300px;aspect-ratio:unset;\"><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#f2edd4\">WordPress 5.5 karşınızda.</p>\n\n\n\n<h3 class=\"has-text-align-center has-black-color has-text-color wp-block-heading\">WordPress 5.5 sitenizin üç ana alanda yeni güçlere kavuşmasını sağlayacak:<br>hız, arama ve güvenlik..</h3>\n</div></div>\n\n\n\n<div class=\"wp-block-columns has-white-background-color has-background is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:96%\">\n<h2 class=\"wp-block-heading\">Hız</h2>\n\n\n\n<p><strong>Geç yüklenen görseller sayesinde yazı ve sayfalarınız daha hızlı hissedilecek.</strong></p>\n\n\n\n<p>Görseller hikayelerinizde harika bir etki yaratabiliyor fakat bazen sitenizi yavaşlatabiliyor.</p>\n\n\n\n<p>WordPress 5.5 ile görseller tarayıcının görünür alanına kaydırıldıklarında görünür oluyorlar. Bu olayın teknik karşılığı ‘geç yükleme’.</p>\n\n\n\n<p>Mobilde, geç yükleme diğer cihazlar için yüklenmesi planlanan dosyalardan da koruma sağlar. Bu da okuyucularınızın veriye daha az ücret ödemesine — ve daha az pil tüketimine yol açar.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Arama</h2>\n\n\n\n<p><strong>Yeni site haritanıza merhaba deyin.</strong></p>\n\n\n\n<p>WordPress siteleri arama motorlarıyla uyumlu çalışır.</p>\n\n\n\n<p>Artık varsayılan olarak WordPress 5.5, arama motorlarının yayına girdiğiniz andan itibaren en önemli sayfalarınızı keşfetmesine yardımcı olan bir XML site haritası içerir.</p>\n\n\n\n<p>Böylece daha fazla kişi sitenizi daha erken bulur, bu sayede onları meşgul etmek, elde tutmak ve abonelere, müşterilere veya başarı tanımınıza uyan her şeye dönüştürmek için daha fazla zaman tanır.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-background is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex\" style=\"background-color:#ebcd3d\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:96%\">\n<h2 class=\"wp-block-heading\">Güvenlik</h2>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://s.w.org/images/core/5.5/auto-updates.mp4\"></video><figcaption>Artık eklenti ve temalarınızı otomatik güncelleyebileceksiniz. Hem de bu işlemi her zaman kullandığınız alışık olduğunuz ekranlar üzerinden ayarlayacaksınız.</figcaption></figure>\n\n\n\n<p><strong>Eklentiler ve temalar için otomatik güncellemeler</strong></p>\n\n\n\n<p>Artık, WordPress yönetim ekranından, eklentileri ve temaları otomatik olarak güncellenecek veya güncellenmeyecek şekilde ayarlayabilirsiniz. Böylece her zaman sitenizin mevcut en son kodu çalıştırdığını bilirsiniz.</p>\n\n\n\n<p>Ayrıca her bir eklenti ya da tema için otomatik güncellemeleri açıp, kapatabilirsiniz — hepsi hali hazırda kullandığınız ekranlara eklendi.</p>\n\n\n\n<p><strong>ZIP dosyaları yükleyerek güncelleme</strong></p>\n\n\n\n<p>Eğer eklenti ve temaları kendiniz yüklemeyi seviyorsanız, artık bu da kolay — sadece ZIP dosyasını yükleyin.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-background is-layout-flex wp-container-core-columns-is-layout-5 wp-block-columns-is-layout-flex\" style=\"background-color:#f2edd4\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:96%\">\n<h2 class=\"wp-block-heading\">Blok düzenleyicide öne çıkanlar</h2>\n\n\n\n<p>En son WordPress sürümü bir kez daha blok düzenleyici için heyecan verici yeni özelliklerin uzun bir listesini içeriyor. Örneğin:</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://s.w.org/images/core/5.5/block-patterns.mp4\"></video></figure>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-4 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Blok desenleri</h3>\n\n\n\n<p>Yeni blok desenleri, hikayenize uyacak şekilde karıştırıp eşleştirebileceğiniz metin ve ortam kombinasyonlarını kullanarak karmaşık, güzel düzenler oluşturmayı basit ve eğlenceli hale getirir.</p>\n\n\n\n<p>Ayrıca blok desenlerini geniş bir eklenti ve tema seçkisinde bulabilirsiniz, ki zaman içinde daha çoğu da gelecek. İstediğinizi tek bir yerden seçin — tıklayın ve ilerleyin!</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Yeni blok dizini</h3>\n\n\n\n<p>Artık ihtiyacınız olan bloğu bulmak her zamankinden kolay. Yeni blok dizini blok düzenleyici içinde gömülü durumda, böylece düzenleyiciyi terk etmeden sitenize yeni bloklar ekleyebileceksiniz.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Satır içi görsel düzenleme</h3>\n\n\n\n<p>Fotoğraflarınızı doğrudan görsel bloğundan kırpın, döndürün ve yakınlaştırın. Görsellere çok fazla zaman harcıyorsanız, bu size zaman kazandırabilir!</p>\n</div>\n</div>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://s.w.org/images/core/5.5/inline-image-editing.mp4\"></video></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Ve çok daha fazlası.</h3>\n\n\n\n<p>Yukardakiler yüklemiş olduğunuz yeni blok düzenleyici özelliklerinin küçük bir parçası. Blok düzenleyiciyi açın ve keyfini çıkarın!</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-white-background-color has-background is-layout-flex wp-container-core-columns-is-layout-6 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:96%\">\n<h2 class=\"wp-block-heading\">Erişilebilirlik</h2>\n\n\n\n<p>Her dağıtım erişilebilir yayımlama deneyimine katkıda bulunuyor, ve bu WordPress 5.5 içinde geçerliliğini koruyor.</p>\n\n\n\n<p>Artık ortam ekranlarında ve modal pencerelerde bir satır metni seçmek yerine tek bir tuş ile bağlantıları kopyalayabilirsiniz.</p>\n\n\n\n<p>Meta kutularını tuş takımı ile de taşıyabilirsiniz, ve görsel düzenleyici içindeki yönergeleri size okuyabileceği için yardımcı cihazınız ile WordPress içinde görselleri düzenleyebilirsiniz.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-black-color has-text-color has-background is-layout-flex wp-container-core-columns-is-layout-8 wp-block-columns-is-layout-flex\" style=\"background-color:#ebcd3d\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:96%\">\n<h2 class=\"wp-block-heading\">Geliştiriciler için</h2>\n\n\n\n<p>5.5 ayrıca geliştiriciler için büyük bit dğeişiklik kutusu getiriyor.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">REST API içinde sunucu taraflı kayıtlı bloklar</h3>\n\n\n\n<p>Blok tipi uç noktalarının eklenmesi demek, JavaScript uygulamalarının (blok düzenleyici gibi) sunucuda kayıtlı herhangi bir blok ile ilgili tanımları alabilmesini sağlıyor.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Ortamları tanımlama</h3>\n\n\n\n<p>WordPress artık sitenin ortam tipine ait standardize edilmiş bir tanıma (test, canlı vb.) sahip. <code>wp_get_environment_type()</code> ile bu tanımı edinin ve sadece gerekli kodu çalıştırın.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Panel simgeleri</h3>\n\n\n\n<p>Panel simgeleri 5.5 ile beraber son bir güncelleme aldı. 26 simge ve 29 blok düzenleyici simgesi eklendi.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Şablon dosyalarına veri aktarma</h3>\n\n\n\n<p>Şablon yükleme işlevleri (<code>get_header()</code>, <code>get_template_part()</code> vb.) artık yeni bir $args argümanına sahip. Böylece o şablonlara dizi olarak tonla veri aktarabilirsiniz. .</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Geliştiriciler için daha fazla değişiklik</h3>\n\n\n\n<ul class=\"wp-block-list\"><li>PHPMailer kütüphanesi büyük bir güncelleme aldı, 5.2.27 sürümünden 6.1.6 sürümüne geçti.</li><li>Aertık <code>redirect_guess_404_permalink()</code> için çok daha incelikli bir kontrole sahipsiniz.</li><li>PHP OPcache kullanan siteler daha güvenilir önbellek geçersizleştirme sonuçları alacaklar, bu da güncellemeler sırasında kullanılacak yeni <code>wp_opcache_invalidate()</code> işlevi sayesinde (eklentiler ve temalar dahil). </li><li>Kategori sınıflandırması ile ilişkilendirilmiş özel yazı tipleri artık desteklenen varsayılan terime dahil olabilir.</li><li><code>register_taxonomy()</code> içindeki özel sınıflandırmalar için varsayılan terimler artık belirtilebiliyor.</li><li>REST API artık resmi olarak <code>register_meta()</code> üzerinden varsayılan meta verileri için değerler belirlenebilmesini destekliyor.</li><li>Şu tümleşik paketlenmiş kütüphanelerin güncellenmiş sürümlerini bulacaksınız: SimplePie, Twemoji, Masonry, imagesLoaded, getID3, Moment.js, ve clipboard.js.</li></ul>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-white-background-color has-background is-layout-flex wp-container-core-columns-is-layout-9 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:96%\">\n<h2 class=\"wp-block-heading\">Ekip</h2>\n\n\n\n<p>Bu sürüme liderlik edenler: <a rel=\"noreferrer noopener\" href=\"http://ma.tt/\" target=\"_blank\">Matt Mullenweg</a>, <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/whyisjake\" target=\"_blank\">Jake Spurlock,</a> ve <a rel=\"noreferrer noopener\" href=\"https://dream-encode.com/blog/\" target=\"_blank\">David Baumwald</a>. Ayrıca kendilerine aşağıdaki dağıtım ekibi de büyük bir coşkuyla destek verdiler:</p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Düzenleyici teknolojisi</strong> Ella Van Durpe (@ellatrix)</li><li><strong>Düzenleyici tasarımı</strong>: Michael Arestad (@michael-arestad)</li><li><strong>Çekirdek teknolojisi</strong>: Sergey Biryukov (@sergeybiryukov)</li><li><strong>Ortam teknolojisi: </strong>Andrew Ozz (@azaozz)</li><li><strong>Erişilebilirlik teknolojisi</strong>: JB Audras (@audrasjb)</li><li><strong>Belgeler koordinatörü</strong>: Justin Ahinon (@justinahinon)</li><li><strong>Pazarlama/İletişim koordinatörü</strong>: Mary Baum (@marybaum)</li></ul>\n\n\n\n<p>Ayrıca yukardaki ekibe <strong>805 kişilik gönüllü kaıtılımcıları</strong> da eklememiz lazım, ki bu katılımcılar <strong><a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/milestone/5.5\" target=\"_blank\">523</a>‘den fazla bildirimi Trac üzerinden</strong> ve <strong>1660’den fazla çekme isteğini GitHub üzerinden</strong> yaparak katkı sağladılar.</p>\n\n\n\n<p><a href=\"https://wordpress.org/support/\">Destek forumlarında</a> gönüllü olarak katkıda bulunan tüm gönüllülere teşekkürler. Dünyanın her yerinden insanların sorularına cevap veriyorlar. İstek WordPress ile ilk kez tanışmış olun, ister uzun zamandır çözemediğiniz bir problem olsun… Bu dağıtımlar onlar sayesinde çok daha başarılı!</p>\n\n\n\n<p>Son olarak, WordPress 5.5 sürümünün 50’den fazla dilde kullanıcılara ulaşmasını sağlayan çevirmenlere de büyük bir teşekkür. Bu yazı yazılırken daha bir çok dil de kullanıma hazır hale getiriliyordu.</p>\n\n\n\n<p>Eğer daha fazlasını öğrenmek ve WordPress’e katkıda bulunmak isterseniz <a href=\"https://make.wordpress.org/\">Make WordPress</a> ya da <a href=\"https://make.wordpress.org/core/\">çekirdek geliştirici blog</a>unu ziyaret edebilirsiniz.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n</div>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20331\";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:66:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"WordPress Türkçe 4.9.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://www.wp-tr.org/wordpress-turkce-4-9-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Feb 2018 10:24:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:14:\"Güncellemeler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"4.9.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:18:\"WordPress Türkçe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:24:\"WordPress Türkçe 4.9.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://www.wp-tr.org/?p=20207\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:481:\"Merhaba arkadaşlar, WordPress Türkçe 4.9.4 şu an indirilebilir durumda. 4.9.3 sürümünde ortaya çıkan bir hata nedeniyle WordPress otomatik güncelleme sistemi çalışmaz duruma geldi ve bunun için 4.9.4 sürümü çıkartıldı. Ne var ki bir önceki sürümü etkileyen bu hata nedeniyle siteniz otomatik olarak 4.9.4 sürümüne güncellenemeyecektir. Sitenizin yönetim panelinde Başlangıç > Güncellemeler bölümünden 4.9.4 sürümüne güncelleme […]\";s: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:\"Emre Erkan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2119:\"<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-20208\" src=\"https://www.wp-tr.org/wp-content/uploads/2018/02/wordpress_4_9_4_site.png\" alt=\"\" width=\"670\" height=\"206\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2018/02/wordpress_4_9_4_site.png 670w, https://www.wp-tr.org/wp-content/uploads/2018/02/wordpress_4_9_4_site-200x61.png 200w\" sizes=\"auto, (max-width: 670px) 100vw, 670px\" /></p>\n<p>Merhaba arkadaşlar,</p>\n<p><a href=\"http://tr.wordpress.org/\"><img decoding=\"async\" src=\"/static/img/wp-indir-son.jpg\" alt=\"WordPress Türkiye indir\" align=\"left\" /></a>WordPress Türkçe 4.9.4 şu an <a href=\"http://tr.wordpress.org/\">indir</a>ilebilir durumda.</p>\n<p>4.9.3 sürümünde ortaya çıkan bir hata nedeniyle WordPress otomatik güncelleme sistemi çalışmaz duruma geldi ve bunun için 4.9.4 sürümü çıkartıldı. Ne var ki bir önceki sürümü etkileyen bu hata nedeniyle siteniz otomatik olarak 4.9.4 sürümüne güncellenemeyecektir. Sitenizin yönetim panelinde <strong>Başlangıç</strong> > <strong>Güncellemeler</strong> bölümünden 4.9.4 sürümüne güncelleme yapabilirsiniz.</p>\n<h2>Son olarak</h2>\n<p>WordPress.org üzerindeki resmi 4.9.4 duyurusuna da <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-4-maintenance-release/\">buradan</a> ulaşabilirsiniz. Teknik detaylar ile ilgili çekirdek ekibin makalesine <a href=\"https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/\">buradan</a> ulaşabilirsiniz.</p>\n<p>Yine her zaman olduğu gibi yükseltme yapmadan önce mutlaka veritabanınızın ve dosyalarınızın yedeğini almanızı öneriyoruz. Sürüm yükseltmeyle ilgili olarak sizi <a href=\"/belgeler/wordpress/wordpress-surum-yukseltme/\">sürüm yükseltme belgemiz</a>e yönlendirebiliriz.</p>\n<p>Yeni sürümle ilgili sorunlarınızı <a href=\"https://www.facebook.com/WPTurkiye/\">facebook</a> ya da <a href=\"https://twitter.com/WP_Turkiye/\">twitter</a> üzerinden paylaşabilir, Türkçe pakette bulduğunuz çeviri hatalarını ve çeviri hakkında önerilerinizi bize bildirebilirsiniz.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20207\";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:66:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"WordPress Türkçe 4.8.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://www.wp-tr.org/wordpress-turkce-4-8-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Aug 2017 21:30:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:14:\"Güncellemeler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"4.8.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:18:\"WordPress Türkçe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:24:\"WordPress Türkçe 4.8.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://www.wp-tr.org/?p=20193\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:469:\"Merhaba arkadaşlar, WordPress Türkçe 4.8.1 şu an indirilebilir durumda. 4.8 sürümünün 13 milyondan fazla kez indirilmesinden sonra bir bakım sürümü olarak 4.8.1’i duyurmaktan mutluluk duyuyoruz. Bu dağıtım 29 bakım düzeltmesi ve iyileştirmesinin yanı sıra, zengin metin bileşeninde düzeltmeler ve yeni Özel HTML bileşenini de içeriyor. Tüm değişiklikler için dağıtım notlarını inceleyebilir ya da değişiklik listesine […]\";s: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:\"Emre Erkan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1925:\"<p><img loading=\"lazy\" decoding=\"async\" src=\"https://www.wp-tr.org/wp-content/uploads/2017/08/wp-tr-4-8-1.png\" alt=\"WordPress Türkçe 4.8.1\" width=\"670\" height=\"206\" class=\"aligncenter size-full wp-image-20194\" srcset=\"https://www.wp-tr.org/wp-content/uploads/2017/08/wp-tr-4-8-1.png 670w, https://www.wp-tr.org/wp-content/uploads/2017/08/wp-tr-4-8-1-200x61.png 200w\" sizes=\"auto, (max-width: 670px) 100vw, 670px\" /></p>\n<p>Merhaba arkadaşlar,</p>\n<p><a href=\"http://tr.wordpress.org/\"><img decoding=\"async\" src=\"/static/img/wp-indir-son.jpg\" alt=\"WordPress Türkiye indir\" align=\"left\" /></a>WordPress Türkçe 4.8.1 şu an <a href=\"http://tr.wordpress.org/\">indir</a>ilebilir durumda.</p>\n<p>4.8 sürümünün 13 milyondan fazla kez indirilmesinden sonra bir bakım sürümü olarak 4.8.1’i duyurmaktan mutluluk duyuyoruz.</p>\n<p>Bu dağıtım 29 bakım düzeltmesi ve iyileştirmesinin yanı sıra, zengin metin bileşeninde düzeltmeler ve yeni Özel HTML bileşenini de içeriyor. Tüm değişiklikler için <a href=\"https://codex.wordpress.org/Version_4.8.1\">dağıtım notları</a>nı inceleyebilir ya da <a href=\"https://core.trac.wordpress.org/query?milestone=4.8.1\">değişiklik listesi</a>ne bir göz atabilirsiniz.</p>\n<h2>Son olarak</h2>\n<p>WordPress.org üzerindeki resmi 4.8.1 duyurusuna da <a href=\"https://wordpress.org/news/2017/08/wordpress-4-8-1-maintenance-release/\">buradan</a> ulaşabilirsiniz.</p>\n<p>Yine her zaman olduğu gibi yükseltme yapmadan önce mutlaka veritabanınızın ve dosyalarınızın yedeğini almanızı öneriyoruz. Sürüm yükseltmeyle ilgili olarak sizi <a href=\"/belgeler/wordpress/wordpress-surum-yukseltme/\">sürüm yükseltme belgemiz</a>e yönlendirebiliriz.</p>\n<p>Yeni sürümle ilgili sorunlarınızı <a href=\"/forum/\">forumda</a> paylaşabilir, Türkçe pakette bulduğunuz çeviri hatalarını ve çeviri hakkında önerilerinizi bize bildirebilirsiniz.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20193\";s: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:27:\"https://www.wp-tr.org/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"67772354\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:19:{s:12:\"content-type\";s:23:\"text/xml; charset=utf-8\";s:4:\"vary\";s:46:\"Sec-Fetch-Dest, Sec-Fetch-Mode, Sec-Fetch-Site\";s:12:\"feedburnerv2\";s:0:\"\";s:13:\"last-modified\";s:28:\"Sun, 2 Mar 2025 07:47:33 GMT\";s:13:\"cache-control\";s:46:\"no-cache, no-store, max-age=0, must-revalidate\";s:6:\"pragma\";s:8:\"no-cache\";s:7:\"expires\";s:29:\"Mon, 01 Jan 1990 00:00:00 GMT\";s:4:\"date\";s:29:\"Thu, 20 Mar 2025 17:53:27 GMT\";s:9:\"accept-ch\";s:192:\"Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-WoW64, Sec-CH-UA-Form-Factors, Sec-CH-UA-Platform, Sec-CH-UA-Platform-Version\";s:23:\"content-security-policy\";s:243:\"require-trusted-types-for \'script\';report-uri /_/RaichuFeedServer/cspreport, script-src \'report-sample\' \'nonce-1E2DBNRWb703dGulnd7Xcg\' \'unsafe-inline\';object-src \'none\';base-uri \'self\';report-uri /_/RaichuFeedServer/cspreport;worker-src \'self\'\";s:28:\"cross-origin-resource-policy\";s:9:\"same-site\";s:18:\"permissions-policy\";s:174:\"ch-ua-arch=*, ch-ua-bitness=*, ch-ua-full-version=*, ch-ua-full-version-list=*, ch-ua-model=*, ch-ua-wow64=*, ch-ua-form-factors=*, ch-ua-platform=*, ch-ua-platform-version=*\";s:26:\"cross-origin-opener-policy\";s:11:\"same-origin\";s:19:\"reporting-endpoints\";s:169:\"default=\"/_/RaichuFeedServer/web-reports?context=eJzj4tDikmII1pBiEOLmmL7m4z42gQvTzocoWSblF8YnlqZk5usWlCblZBZnpBYV6wIFdYsSM5MzSnXTUlNTilOLylKL4o0MjEwNjA0t9QzM4gsMAEk2GyA\"\";s:16:\"content-encoding\";s:4:\"gzip\";s:6:\"server\";s:3:\"ESF\";s:16:\"x-xss-protection\";s:1:\"0\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:22:\"x-content-type-options\";s:7:\"nosniff\";}}s:5:\"build\";i:1727725820;s:21:\"cache_expiration_time\";i:1742536407;s:23:\"__cache_expiration_time\";i:1742536407;}','off'),
(140,'_transient_timeout_feed_mod_868981a74fb045e2d866f14ee0dbf978','1742536407','off'),
(141,'_transient_feed_mod_868981a74fb045e2d866f14ee0dbf978','1742493207','off'),
(715,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1742536408','off'),
(716,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Do The Woo Community: From Founding to Funding, Marieke van de Rakt’s Entrepreneurial Journey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=92989\";s:7:\"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:90:\"https://dothewoo.io/from-founding-to-funding-marieke-van-de-rakts-entrepreneurial-journey/\";s: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:229:\"In this episode, Jonathan Wold and Tammy Lister chat with Marieke van de Rakt, co-founder of Progress Planner. They discuss her teaching, investment philosophy, and insights on e-commerce challenges and open source opportunities.\";s: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, 20 Mar 2025 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Do The Woo Community: Thoughts on CloudFest, Rollercoasters and WP Cloud’s Strategy with Elise Prather\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=93074\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://dothewoo.io/thoughts-on-cloudfest-rollercoasters-and-wp-clouds-strategy-with-elise-prather/\";s: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:236:\"Elise Prather, VP at Automattic\'s WP Cloud, shares her immersive experience at CloudFest, highlighting its vast size, unique networking opportunities, and the customizable hosting solutions WP Cloud offers for companies and freelancers.\";s: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, 20 Mar 2025 09:33:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Matt: Radiohead\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=140773\";s:7:\"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:32:\"https://ma.tt/2025/03/radiohead/\";s: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:785:\"<p>It’s so funny that my random re-engagement with Radiohead re-emergence coincides with them <a href=\"https://pitchfork.com/news/radiohead-members-form-new-llp-historically-a-telltale-sign-of-new-activity/\">doing a new entity that might mean something</a>. I did a <a href=\"https://x.com/photomatt/status/1901705209040011357\">poll on Twitter and people preferred</a> OK Computer to Kid A 78%! </p>\n\n\n\n<p>Grok told me: “The band has recently registered a new limited liability partnership (LLP) named RHEUK25, which includes all five members—Thom Yorke, Jonny Greenwood, Colin Greenwood, Ed O’Brien, and Philip Selway. This move is notable because Radiohead has historically created similar business entities before announcing new albums, tours, or reissues.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Mar 2025 23:06: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Do The Woo Community: Tara Claeys on the Benefits of Niching Down to School and Nonprofit Websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=92779\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://dothewoo.io/tara-claeys-on-the-benefits-of-niching-down-to-school-and-nonprofit-websites/\";s: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:230:\"In this episode of WP Agency Tracks, hosts Marcus Burnett and Cami MacNamara discuss the benefits and challenges of niching down with guest Tara Claeys, emphasizing her focus on schools and nonprofits for greater business success.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Mar 2025 14:04:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"Do The Woo Community: Ronnie Burt Chats About Gravatar’s Evolution and CloudFest Experiences\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=93052\";s:7:\"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:90:\"https://dothewoo.io/ronnie-burt-chats-about-gravatars-evolution-and-cloudfest-experiences/\";s: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:189:\"At CloudFest, Ronnie Burt discusses Gravatar\'s history, its integration with WordPress, recent spikes in usage from platforms like ChatGPT, and the importance of digital identity ownership.\";s: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, 19 Mar 2025 10:30:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"Do The Woo Community: The Winners of the CloudFest Hackathon 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=93009\";s:7:\"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://dothewoo.io/blog/the-winners-of-the-cloudfest-hackathon-2025/\";s: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:210:\"The CloudFest Hackathon 2025 celebrated innovation in open-source development, featuring diverse awards and emphasizing inclusivity within the tech community, with Accessible Infographics as the overall winner.\";s: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, 18 Mar 2025 15:57: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 6.8 Beta 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18634\";s:7:\"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/news/2025/03/wordpress-6-8-beta-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5533:\"<p>WordPress 6.8 Beta 3 is now ready for testing!</p>\n\n\n\n<p><strong>This beta version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended you evaluate Beta 3 on a test server and site.</p>\n\n\n\n<p>You can test WordPress 6.8 Beta 3 in four ways:</p>\n\n\n\n<table class=\"has-fixed-layout\"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\"> WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-6.8-beta3.zip\">Beta 3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use the following<a href=\"https://make.wordpress.org/cli/\"> WP-CLI</a> command: <code>wp core update --version=6.8-beta3</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href=\"https://playground.wordpress.net/?php=8.0&wp=beta&networking=no&language=&multisite=no&random=y4q1rn88xn\">6.8 Beta 3 WordPress Playground instance</a> to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table>\n\n\n\n<p>The current target date for the final release of WordPress 6.8 is <strong>April 15, 2025</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-8/\">6.8 release cycle</a>, and check the<a href=\"https://make.wordpress.org/core/\"> Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-8/\">6.8-related posts</a> in the coming weeks for more information.</p>\n\n\n\n<p><strong>Catch up on what’s new in WordPress 6.8</strong>: Read the <a href=\"https://wordpress.org/news/2025/03/wordpress-6-8-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2025/03/wordpress-6-8-beta-2/\">Beta 2</a> announcements for details and highlights.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to test this release</h2>\n\n\n\n<p>Your help testing the WordPress 6.8 Beta 3 version is key to ensuring everything in the release is the best it can be. While testing the upgrade process is essential, trying out new features is equally important. <a href=\"https://make.wordpress.org/test/2025/03/04/help-test-wordpress-6-8/\">This detailed guide</a> will walk you through testing features in WordPress 6.8.</p>\n\n\n\n<p>If you encounter an issue, please report it to the Alpha/Beta area of the support forums or directly to<a href=\"https://core.trac.wordpress.org/newticket\"> WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of<a href=\"https://core.trac.wordpress.org/tickets/major\"> known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the<a href=\"https://make.wordpress.org/test/\"> testing initiatives in Make Core</a> and join the<a href=\"https://wordpress.slack.com/messages/core-test/\"> #core-test channel</a> on<a href=\"https://wordpress.slack.com/\"> Making WordPress Slack</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Vulnerability bounty doubles during Beta/RC</h2>\n\n\n\n<p>Between Beta 1, released on March 4, 2025, and the final Release Candidate (RC) scheduled for April 8, 2025, the <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/#enhanced-bounty-rewards-during-beta-and-release-candidate-phases\">monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the<a href=\"https://hackerone.com/wordpress\"> HackerOne page</a> and in the<a href=\"https://wordpress.org/about/security/\"> security white paper</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Beta 3 updates and highlights</h2>\n\n\n\n<p>WordPress 6.8 Beta 3 contains more than 3 Editor updates and fixes since the Beta 2 release, including 16 tickets for WordPress core.</p>\n\n\n\n<p>Each beta cycle focuses on bug fixes; more are on the way with your help through testing. You can browse the technical details for all issues addressed since Beta 3 using these links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.8?since=2025-03-12&until=2025-03-17\">GitHub commits for 6.8</a> since March 12, 2025</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=03%2F12%2F2025..03%2F17%2F2025&milestone=6.8&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">Closed Trac tickets</a> since March 12, 2025</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">A Beta 3 haiku</h2>\n\n\n\n<p>Beta three refines,<br />WordPress shapes with steady hands,<br />Code grows into form.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Props to <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>benjamin_zekavica</a> <a href=\"https://profiles.wordpress.org/krupajnanda/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>krupajnanda</a> <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>ankit-k-gupta</a> <a href=\"https://profiles.wordpress.org/joemcgill/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joemcgill</a> for proofreading and review.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Mar 2025 15:35: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: #161 – Robert Jacobi on WordPress, Security, and the OSI Model\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=188282\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wptavern.com/podcast/161-robert-jacobi-on-wordpress-security-and-the-osi-model\";s: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:52014:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the blocks, the themes, and in this case, WordPress, security, and the OSI model, which underpins the entire internet.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Robert Jacobi. Robert has a long standing history with the tech and CMS industry, having worked in senior positions at Joomla, Cloudways, Perfect Dashboard and more. He’s now the Chief Experience Officer at Black Wall, a company formally known as BotGuard.</p>\n\n\n\n<p>Robert talks with me today about the transition from proprietary systems to open source, and the seven layer OSI model that underpins the internet. Drawing from his experiences in tech, Robert and I try, and perhaps fail, to break down the complexities of how website traffic is rooted over the internet. This is done to try to understand how Black Wall can position itself to mitigate risks before they reach hosting companies infrastructure.</p>\n\n\n\n<p>We also discuss the evolution of bot traffic on the web, where upwards of 10% of internet traffic is identified as malicious. This kind of insight is particularly important for those interested in the security aspect of web hosting and website management.</p>\n\n\n\n<p>We also get into Black Wall’s rebranding journey, and its continued dedication to the WordPress community by participating in events like WordCamp Asia and Europe.</p>\n\n\n\n<p>If you’ve ever wondered about the unseen layers of internet security and infrastructure, or the strategic moves involved in rebranding a tech company, this episode is for you.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Robert Jacobi.</p>\n\n\n\n<p>I am joined on the podcast by Robert Jacobi. Very nice to have you on. I think I’m going to muddle up the company that you work for, because a little bird tells me that in the very, very recent past, the company that you work for became, well different in some way. Perhaps a name change, a logo change. Who did you work for and who do you now work for? And are they the same thing?</p>\n\n\n\n<p>[00:03:08] <strong>Robert Jacobi:</strong> Well, I still have my original swag, the BotGuard polo, which all of us have at the team, but we are now Black Wall. So Black Wall, formerly known as BotGuard. So we’ve done a full rebrand. I’m sure a lot of folks have seen already. But yep, just bringing it forward. Allowing ourselves to take on more of what we do, on top of the highly focused bot security monitoring and mitigation.</p>\n\n\n\n<p>[00:03:32] <strong>Nathan Wrigley:</strong> Okay. That’s a perfect introduction then. So give us your potted bio in tech, in CMSs. I’m not going to say WordPress because it’s a bit bigger than that. And maybe just throw in the BotGuard, Black Wall bit at the end there, and what your role is there. So just a couple of minutes. Just tell us who you are and whatnot.</p>\n\n\n\n<p>[00:03:49] <strong>Robert Jacobi:</strong> Minutes, I could spend all day talking about myself. So I’ve been in the industry for a number of years. Mumble, mumble, how long it’s been. Let’s go with CMSs because, actually a big passion way back in the day, had an agency where we created our own, of course proprietary CMS because that’s what you did.</p>\n\n\n\n<p>And then moved into open source for a number of reasons. Primarily, which I hope all agencies don’t need to talk about anymore, because I think it’s pretty obvious. It was the hit by a bus theory that, we put all our eggs into a proprietary basket, and we get hit by a bus, then that customer is stuck. With open source, there’s the community of the ecosystem, and it’s huge.</p>\n\n\n\n<p>And, you’ll always have your preferred vendors for many, many, reasons, but if something happens, you’re not locked into that code. You’re not blindsided. That was a fairly quick transition, and wound up working at the time, sorry WordPress universe, went to Joomla because hey, back in that day Mambo slash which became Joomla, was honestly just more of a stack that our team leaned towards. It was MVC based. It was geeky. There were tons of features, and functions that the types of customers we were working with, it resonated with. Especially multilingual at the time.</p>\n\n\n\n<p>Fast forward, let’s say 10 years, and now WordPress is beyond a competing product. It’s got an ecosystem a, value with its name brand, and literally the immense community that’s been built around it.</p>\n\n\n\n<p>From there went to, transitioned off of the Joomla space, and popped into a company called Perfect Dashboard. Oh, I forgot, I actually was the president of Joomla, briefly, so.</p>\n\n\n\n<p>[00:05:31] <strong>Nathan Wrigley:</strong> Just a little fact there, yeah.</p>\n\n\n\n<p>[00:05:32] <strong>Robert Jacobi:</strong> You know what, I should not forget that because that one year felt like 10. It’s a lot to work with a huge community, for many, many reasons. You have so many stakeholders. People whose lives depend on the product, the solution, the community, the ecosystem. Certainly not going to get into WordPress drama, but I understand how difficult it is to bear those responsibilities. And, it’s a lot. Immense amount of work. And WordPress has done amazing things in sustaining that for decades.</p>\n\n\n\n<p>So, moved over to the WordPress side of the universe. Company called Perfect Dashboard. We were acquired. Moved to running the WordPress business unit of Cloudways, also now acquired by Digital Ocean. And today I’m at Black Wall. I’m the Chief Experiences Officer for Black Wall. So that includes community, includes evangelism, includes investor in government relations. It’s really making sure that there’s an ability to communicate all the things that we do to the right people.</p>\n\n\n\n<p>[00:06:32] <strong>Nathan Wrigley:</strong> And what does well formally BotGuard, now Black Wall, what do they do? What do they offer up into the market? Is it a WordPress thing, or is it more of a, we’ll get into the OSI model in a minute, but is it more of an operating system thing?</p>\n\n\n\n<p>[00:06:46] <strong>Robert Jacobi:</strong> It’s at the top of the stack. So while, let’s just call it 50%, I know that’s not the exact number, but it’s close enough that I, think it’s fair to say, 50% of the web is run by WordPress. We’re still very heavily involved in the community. So we were just at WordCamp Asia. We’ll be at WordCamp Europe. These are places want to meet folks, communicate our solution, and engage with hosting providers because, when we get to running through our little OSI stack that you and I are obviously super experts in, we’ll kinda see where WordPress falls into it and where security matters, up and down that stack.</p>\n\n\n\n<p>We’re trying to help WordPress end users and hosting companies before you ever actually have to get to WordPress, because we already see that a significant portion of internet traffic, 40% of internet traffic is bots. AI agents, whatever you want to call them. And 25% of that 40%, so 10% is completely malicious. And you don’t want to get near the hosting company, the actual application, or anywhere further down the stack if you can avoid it.</p>\n\n\n\n<p>[00:07:50] <strong>Nathan Wrigley:</strong> So it sounds, just the name, and I confess, I don’t know much about what BotGuard, Black Wall do, did. But it sounds to me from the naming of it, that it’s a bit like you are literally a sentinel. You are standing in the way of things. Examining things that are coming your way and saying, no, you may not pass, but you may.</p>\n\n\n\n<p>And a bit like throwing it into dev null, if something is unable to pass, you are just black walling it, as it were. You are just saying, nope, off you go, drop, you’re outta here. Is that basically the principle? You are a security firm preventing things that are bad happening to whoever it is that uses your services.</p>\n\n\n\n<p>[00:08:25] <strong>Robert Jacobi:</strong> Some of it’s super, super bad, so you’re going to dev null it. And then there’s a spectrum of how bad those connections can be. We want to focus on humans getting to human content. Our key, sort of value propositions, humans are secure, humans are actually visiting your site. That’s what’s important.</p>\n\n\n\n<p>But there are good bots, and there are good bots who accidentally do bad things. And then there are the bad, bad bots. We obviously want Google to index our sites. We may or may not want Open AI indexing our sites. We certainly don’t want it. causing an accidental denial of service by how much it’s scraping our content. Which we have seen many a time. Where it’s like, great Open AI, come on in, take one quick look and get out. But it’s like, I’m going to stay there and I’m going to churn through everything. And we’ve seen it and it knocks sites out. And the AI engines, agents are particularly bad about that, because they’re trying to fill in and understand that data.</p>\n\n\n\n<p>[00:09:25] <strong>Nathan Wrigley:</strong> Yeah. Okay, so we’ve got some idea of what you do. Just as an aside, what a shame that the internet has a need for a company like yours. I don’t mean to take the food off your table, but back 20 years ago this just wasn’t really a thing. Just this promise of the internet to be this philanthropic place with unicorns and rainbows everywhere, where we were all going to throw our content in, and we were all going to consume it and it would be wonderful.</p>\n\n\n\n<p>And now we have well, human beings presumably started the whole thing, but now human beings have written codes such that they can step away and let their robots carry on. And what a shame that we need to have things like captchas on forms. and we need to pay security companies to do all of this stuff.</p>\n\n\n\n<p>And again, I’m not trying to say that your business doesn’t have a place. Clearly it does. But from a philosophical point of view, I wish that they didn’t need to exist, because the place was benign and harmless all the time.</p>\n\n\n\n<p>[00:10:19] <strong>Robert Jacobi:</strong> I’m going to poke a tiny hole in that bubble.</p>\n\n\n\n<p>[00:10:21] <strong>Nathan Wrigley:</strong> Please do.</p>\n\n\n\n<p>[00:10:22] <strong>Robert Jacobi:</strong> Actually, this is not a bad thing because we’ve actually moved most of the troublemaking away from us locally. You want to go back 20 years ago and we’re dealing with Norton Antivirus on everything, and crossing our fingers and praying that something doesn’t sneak into our immediate homes.</p>\n\n\n\n<p>We’ve actually been able to, because we’ve gone to cloud, push a lot of that super local personal risk a bit further downstream. So these security issues didn’t magically appear, they were much more, in fact, they were much more terrifying before. And I, oh my god, my Windows PC got hacked and now I have to like completely just throw it on the grill, light it on fire five times, and then reinstall Windows.</p>\n\n\n\n<p>Most folks don’t worry about doing that with their laptops, with their phones or whatnot anymore. The scalable risks are completely different, because me getting hacked was one person. Now a cloud website platform application, and then I’m, 10 million people get hacked. But we’re pushing it further away and away and away.</p>\n\n\n\n<p>[00:11:24] <strong>Nathan Wrigley:</strong> Yeah, it’s interesting. I remember in the dawn of computers that I had, I didn’t begin my computer journey right at the very, very beginning. You could walk into a store and walk out with a computer in more or less, every town and village in the country, when I began using them.</p>\n\n\n\n<p>But the media, the way that you got things onto the computer was a physical thing. You held the object in your hand. It was either a CD or some kind of media that you could physically hold. And now of course literally nobody is installing anything off a CD. And so I guess the, inexorable rise of the internet, and everything coming down a, well, telephone line, and we’ll get into that in a moment. Putting it in the cloud makes way more sense, doesn’t it? It doesn’t really seem to have so much utility having the antivirus, if you like, on the computer. I know it does, don’t get me wrong. But I can see that the shift to mitigating the risk and detecting the risk and doing something about the problem in the cloud. Obfuscated, abstracted away, so that you never even really know what’s going on is probably the best way forward. So, yeah.</p>\n\n\n\n<p>[00:12:25] <strong>Robert Jacobi:</strong> For 99.9 9, 9 9 9% of people, they’re not going to know or understand that they just want it to work. They don’t want to be robbed from, or in danger online. I always put it, as techy as I appear to be, I am the worst car person on earth. So when I think about internet security and what most people want to know about it, it’s pretty much what I want to know about cars.</p>\n\n\n\n<p>I want my car to turn on. Go forward, go backward, get me to where I need to be as safely as possible. I don’t know, or care about anything else that’s going on under the hood. It’s a tool that I use and I want it to work like I expect it to work.</p>\n\n\n\n<p>[00:13:04] <strong>Nathan Wrigley:</strong> Yeah. Given the population at large, it must be, one in a hundred thousand who care about the internals of their machine, probably even less so. Doesn’t matter really what you’re using, be it Mac, Windows, Linux, Chromebook, whatever it is, you just to flip the lid open and you want to just.</p>\n\n\n\n<p>[00:13:18] <strong>Robert Jacobi:</strong> Check my email, log into my social media, buy something, call it a day.</p>\n\n\n\n<p>[00:13:23] <strong>Nathan Wrigley:</strong> But because it’s becoming an increasingly crucial part of our lives. Certainly where I live in the UK, more or less everything has gone online that’s of any use. So shopping has gone online. Appointments for doctors have gone online. Dentists, it’s gone online. Pharmacy appointments, it’s all gone online. Paying your taxes, it’s online.</p>\n\n\n\n<p>And so we really do need to protect this stuff. Really need to protect this stuff, because if it’s possible to, I don’t know, inject some problem in that path, we’re not just going to take out the beautiful experience of buying from a shop. We’re going to take out our ability to get fuel into our houses and into our cars and all of that.</p>\n\n\n\n<p>[00:13:58] <strong>Robert Jacobi:</strong> Yeah, if you need that prescription, you don’t want that to go down, so.</p>\n\n\n\n<p>[00:14:01] <strong>Nathan Wrigley:</strong> It’s become almost like, almost like a human right. That seems a bit of a ridiculous thing to say, but on some level, it seems like the internet or access to the internet is almost on that level. It certainly feels like it is as important as other key parts of the country’s infrastructure. So power and gas all of that, and the road network and what have you.</p>\n\n\n\n<p>[00:14:20] <strong>Robert Jacobi:</strong> It is the information utility. So you have your power utilities, you have an information utility. It’s got to be available. In the States we always have our last mile issues, especially for very rural folks, about how connected are they, how fast is it? We always do this to ourselves. We got this great new toy, now let’s see how, great we can make it. Yeah, but if you’re not running at a hundred megabits a second your experience might really not be functional.</p>\n\n\n\n<p>[00:14:46] <strong>Nathan Wrigley:</strong> So we’re going to talk today about something that I confess, I don’t know anywhere near enough of. So, Robert and I have shared an article, and I’ll put the article in the show notes. And essentially this thing that we’re going to talk about is what’s called the OSI model. And the OSI model comprises various different layers.</p>\n\n\n\n<p>And basically, dear listener, if you’ve never thought about the gubbins of your computer, you, might just have this fairy tale notion that you open it up and start typing and it just works. I can send an email, of course I can send an email, you just click send and it’s gone and that recipient receives it.</p>\n\n\n\n<p>But the breathtaking quantity of things going on in the background disguised from you. Really, honestly, Robert, none of this should work, and yet it does work.</p>\n\n\n\n<p>[00:15:36] <strong>Robert Jacobi:</strong> Which is why I love my car analogy. I have no idea what is going on 99% of the time. I still have a gas car, so I know there’s a larger motor than an electric car. I know gas gets in there and lit on fire and moves pistons around, but really, in the most abstract sense of it. It goes, and that’s what I want it to do.</p>\n\n\n\n<p>[00:15:56] <strong>Nathan Wrigley:</strong> There’s explosions happening all the time, and fuel is being funneled around, and things are turning because they’ve been lubed with oil and all of that. And honestly, your car is nothing compared to the internet. The complexities in the internet, because I know that electric cars have taken over from, or are taking over from gasoline cars, but broadly speaking, the gasoline engine probably hasn’t changed terrifically much in the last a hundred years. Whereas I think the infrastructure comprising the internet, although the OSI model probably hasn’t changed much either.</p>\n\n\n\n<p>The things that are coming down the pike, and the things that have happened in the last 20 years, it’s breathtaking. So, dear listener, get out your tinfoil hat as Robert and I attempt and probably butcher what the OSI model is. And if you’ve got the capacity. Perhaps pause this podcast, go to the wptavern.com website, search for this episode and read the article. And the one that Robert came up with, which was a good one, is called What is the OSI model? It Standardizes How Computer Networks Communicate, and it’s on bluecatnetworks.com, but I’ll provide the link.</p>\n\n\n\n<p>[00:17:00] <strong>Robert Jacobi:</strong> The best one I found that had the good pictures to also help. Because visually it’s hard to, you think you have a server, some wires and a browser and it’s like me saying I have an engine, some gas, and a steering wheel. There’s a lot of pieces that go in between all those parts.</p>\n\n\n\n<p>[00:17:18] <strong>Nathan Wrigley:</strong> The amazing thing is this all happens really at the speed of light and. Okay, a perfect example is Robert is literally half a world away from me, and I’m talking to him through a browser, and I imagine that there is the most fractional delay between the words that I’m saying and him hearing it.</p>\n\n\n\n<p>It’s probably like a thousandth of a second or something. And yet somehow that sound and that image is getting consumed by my camera. Traveling down a cable. Getting into my computer. The computer’s making decisions about, what the heck am I going to do with this? And then pushing it down a wifi network.</p>\n\n\n\n<p>That wifi network is then thinking, where do I put this thing? And then it puts it there. That then decides to shunt it along somewhere else, which shunts it along somewhere else. And eventually it gets to Robert’s computer. Robert’s computer does all of it in reverse. Unpacks it rather than packing it up, and puts it on the screen. And it’s all happening like thousands of times a second, and it shouldn’t work.</p>\n\n\n\n<p>[00:18:20] <strong>Robert Jacobi:</strong> It’s more live than live.</p>\n\n\n\n<p>[00:18:22] <strong>Nathan Wrigley:</strong> Yeah.</p>\n\n\n\n<p>[00:18:22] <strong>Robert Jacobi:</strong> Because not only do we have the video, we have a chat window on the side. It’s all encapsulated. Use some of these acronyms, but, we have our streaming protocol for the actual video and audio. And then we have our standard internet protocols for the content and everything else that’s holding the streaming protocols together.</p>\n\n\n\n<p>It’s crazy. Why I’m excited to have this conversation with you is like, I feel, very anecdotally, but people are like, I’m just going to spin up a WordPress site. I’m going to be a WordPress agency. And they just do it. And there’s just all this stuff in the mix that, while it’s great to take for granted, it might help to know just a few of the pieces that are critical in that security portion of infrastructure.</p>\n\n\n\n<p>[00:19:05] <strong>Nathan Wrigley:</strong> Yeah, it feels to me like a bit like you’ve been to a really nice restaurant and you’ve eaten a fabulous meal, and then you realize the 12 hours of labor that went into creating that tiny little sauce on the side or something like that. And you get real appreciation for it. And hopefully something like that will come out of this.</p>\n\n\n\n<p>Again, caveat emptor, we’re not going to get everything right. Please feel free to give us a comment when we do get things wrong. But the OSI model is basically, it’s a seven layer stack and I think we’ll start at layer seven, because it sounds easier to describe it from the top down. So seven through one. And I’ll just say what all the layers are.</p>\n\n\n\n<p>So they go from the application layer, that’s layer seven. Presentation layer is six. The session layer is five. Four is transport. Three is network. Two is data link. And then the final one is the physical layer. And this point, I completely stand back and say, Robert, tell us a little bit about the top one, and Robert puts his hands on his head, the application layer.</p>\n\n\n\n<p>[00:20:06] <strong>Robert Jacobi:</strong> It’s funny, it’s like the top most layer and the bottom most layer are the, I feel, the easiest to like grok. Let’s use geek terms, to understand.</p>\n\n\n\n<p>The application layers is as well as a WordPresser, I can explain. It’s really the top, you’re connecting from the client, your client application, so a browser, email, whatever, with specific protocols.</p>\n\n\n\n<p>And what we primarily use is TCP IP, because that’s that magical thing that is able to grab a bunch of information, split it up into a billion pieces, and somehow put it all back together. How are we communicating with other devices is the way I look at that layer. It’s very high level, very abstract, it’s sort of fundamental. It’s like the air we need to breathe to actually get stuff done.</p>\n\n\n\n<p>[00:21:00] <strong>Nathan Wrigley:</strong> It’s the layer, if I’m correct, it’s the layer closest to us, the user. It’s the layer which we can most readily understand, because it’s the layer closest to which we do things. So I think maybe a poor example, or an incorrect example, would be to imagine it’s something like Microsoft Word or something like that. Because it isn’t, the application itself isn’t that layer. It’s more how that interacts with the protocol underneath. So it might be HTTPS or FTP or something like that. But you are writing an email or something like that, and you hit send, and then the application layer gets in the way and says, what do we do with this?</p>\n\n\n\n<p>[00:21:38] <strong>Robert Jacobi:</strong> Bingo. That’s exactly it, so we use all these, and generically they’re just called clients. So whether it’s Word, Microsoft Word, whether it is Safari, whether it’s Chrome, whether it’s Apple Mail. This will only entertain a few people, or Eudora mail. Just taking it back. Those are discreet applications on our devices.</p>\n\n\n\n<p>And then the application, to your point, you hit send, you hit go on your browser. And now we’re like going crazy, okay, what do we do? We have a request. A request needs to go somewhere. That’s where the application layer kicks in.</p>\n\n\n\n<p>[00:22:11] <strong>Nathan Wrigley:</strong> So we have this protocol in the application layer, which then makes decisions about what to do. And each of the layers is collapsing into the layer below it. And that layer then takes something that the previous higher layer gave to it and does, some shenanigans with it, and we get something which can then move into the layer below.</p>\n\n\n\n<p>[00:22:30] <strong>Robert Jacobi:</strong> Everyone knows the application layer, because we’ve all typed in HTTPS://. That is literally the application layer request.</p>\n\n\n\n<p>[00:22:40] <strong>Nathan Wrigley:</strong> Okay, so in the case of a browser, it’s the capacity for the browser to send something through HTTP, what have you. And then we get into the presentation layer, which is the layer beneath. And I think, again, I’m just cribbing from this article, if I’ve parsed this correctly, it says that this layer comprises things like translation, encryption, decryption compression. And it turns all of the bits and pieces into machine readable data. So for example, it says it will convert all of the binary ones and zeros into machine readable data. If the devices are using a different communication method, the presentation layer translates that data into something understandable, so that it can be received from layer seven.</p>\n\n\n\n<p>And there’s a lot more to it than that. It’s like this layer of converting what came to it, into something else, which can then be moved down the stack into five.</p>\n\n\n\n<p>[00:23:34] <strong>Robert Jacobi:</strong> Bingo, that’s literally exactly it. And it’s something us as humans completely don’t interact with unless you’re the person building out that infrastructure. It’s really just we’re having computers talking to computers at this point. So when you typed in HTTPS WP Tavern, that was your human interaction. Now we’re all like, what is the process? So presentation is making sure that that data moves forward the stack.</p>\n\n\n\n<p>[00:23:59] <strong>Nathan Wrigley:</strong> And my understanding as well is that this is the moment where encryption and decryption occur. And so it’s high up in the stack. That is to say it’s near the layer seven, because you obviously can’t have it encrypted before you do anything with it. It’s high up in the stack so that at this moment, before it’s gone anywhere, it has become encrypted, before it’s passed down the stack and sent down the wires. But also, this is the moment if it’s coming up the stack, towards you so that you can read it in your browser, so that it’s getting decrypted at the last possible moment as well. So the encryption, I guess is at the first possible point on the way out, and the last possible point on the way back in. Have I got that right?</p>\n\n\n\n<p>[00:24:40] <strong>Robert Jacobi:</strong> Yeah, and that’s a great way to look at it is, when we look from the top of the stack to the bottom of the stack, it’s almost in physical proximity to you as the human end user.</p>\n\n\n\n<p>[00:24:48] <strong>Nathan Wrigley:</strong> Yeah.</p>\n\n\n\n<p>[00:24:49] <strong>Robert Jacobi:</strong> Because at first you’re typing in something. Now something’s happening, that encryption is happening locally, because otherwise it wouldn’t be safe. And as we get further down the stack, you are physically further away from what’s going on.</p>\n\n\n\n<p>[00:25:02] <strong>Nathan Wrigley:</strong> Yeah. And the other thing that’s going on here is compression. So you’ve got some giant blob of data that the stack can compress to make it more efficient to fly over the wires, then that will be handled at this layer as well, is my understanding.</p>\n\n\n\n<p>[00:25:17] <strong>Robert Jacobi:</strong> We have compression on the servers as well in the applications layer as well. Don’t forget, you can compress data on the protocol.</p>\n\n\n\n<p>[00:25:22] <strong>Nathan Wrigley:</strong> So that all sounds really remarkable, but also quite humanly understandable, because everything that I’ve said makes perfect sense. And we start from five down. It starts to be really the domain of networking experts, and people who really obsess about computers and understand this stuff. But if you’re just the person using the web and WordPress casually, honestly, it may be that you’ve never come across this stuff, and I found it just breathtaking, to be honest.</p>\n\n\n\n<p>So layer five, is called the session layer, and it is literally that. It’s managing sessions, so it’s figuring out who’s connected to who. How that communication should begin. How it should end. When it’s decided that, okay, that connection should be destroyed. We’re not using that anymore, but okay, now we’ve got something else that we need to do. And it figures out, yeah, sessions basically, which I guess is the easiest way to describe it.</p>\n\n\n\n<p>[00:26:15] <strong>Robert Jacobi:</strong> Everyone knows what a session is. It’s me being connected, and my information being managed for me, so that when I log in, Nathan doesn’t get all my information.</p>\n\n\n\n<p>[00:26:24] <strong>Nathan Wrigley:</strong> And also, an understanding here is that usernames and passwords, so authentication is happening at this layer as well. And again, that kind of makes sense. So you would have to authenticate before the decryption happens in the layer above and vice versa. But yeah, this is opening up connections between, in this case, you and I are chatting in a browser, so we’re occupying one session, and then there are million, literally millions of packets of data just flying around over the internet via who knows what route. They’re all going in completely different routes.</p>\n\n\n\n<p>[00:26:57] <strong>Robert Jacobi:</strong> Some of these packets can literally be going through Australia or South Africa or Brazil, and back and forth and they, catch up.</p>\n\n\n\n<p>[00:27:05] <strong>Nathan Wrigley:</strong> Incredible, isn’t it? Literally. It’s like, I don’t know. Imagine getting a handful of rice and chucking it all down on the floor, but it assembles itself into a tower. It just lands and it just assembles itself. That’s basically what we are dealing with.</p>\n\n\n\n<p>[00:27:19] <strong>Robert Jacobi:</strong> That’s a good one. Yeah, like I have my own rice tower at home. I throw it on the ground. It gets shipped by FedEx to you, but when you open up the box, it reassembles itself.</p>\n\n\n\n<p>[00:27:28] <strong>Nathan Wrigley:</strong> Just in perfect condition, yeah. So the next layer four, is the transport layer. And this is the bit which actually I guess begins the process of sending my stuff to you, and your stuff to me. And typically the protocols for that are something called UDP, which is User Datagram Protocol or TCP Transmission Control Protocol.</p>\n\n\n\n<p>And my understanding, which is very basic, is that UDP differs from TCP in that UDP can be more of a stream of data, because it doesn’t require everything to come through perfectly to say, yeah, that’s now finished. So a perfect example would be us talking to each other, streaming. If bits get lost along the way, it doesn’t want to say, right end the call.</p>\n\n\n\n<p>We haven’t got one bit. We need to just stop. Until that bit has been found, it just keeps going and just disregards the missing bits. Whereas TCP, this is just incredible. This is the rice tower, isn’t it?</p>\n\n\n\n<p>[00:28:28] <strong>Robert Jacobi:</strong> TCP is the rice tower, exactly.</p>\n\n\n\n<p>[00:28:30] <strong>Nathan Wrigley:</strong> It requires every single piece to be sent. Acknowledged. Counted out. Counted in at the destination, and for the both ends of the connection to be saying, did you get that bit? Yeah, I got that bit. What about this bit? Did you get that bit? Yeah, I got that bit. 23, did you get 23? No, 23 has gone. Where, where’s 23? Oh, I’ll send 23 again. Here it is. A million times a second for this conversation that we’re having. Well, it’s probably not a million times a second, but you know what I mean.</p>\n\n\n\n<p>And I’ve summed that up very badly, but these packets of data that are flying around. They egress my computer. They go through 7, 6, 5, now we’re in 4, and they’ve got to go through further layers. But they’re not just going in a straight pipe, like a hose pipe from your faucet, spraying the garden. These are just going anywhere they choose. So one packet, like you said, might go via Australia, one might go through South Africa, and then somehow they just reassemble themselves magically at the other end.</p>\n\n\n\n<p>[00:29:26] <strong>Robert Jacobi:</strong> Routers, because that’s what those do. Obviously that’s a physical component further down the pipe. They’re saying, this is the order of information. I’m going to just spew out, and everyone else needs to figure out how to put it back together, one piece. It’s crazy.</p>\n\n\n\n<p>[00:29:38] <strong>Nathan Wrigley:</strong> Yeah, it is crazy. My understanding is that back in the day, when the internet was conceptualized, I think it was possibly something like Darpanet, or something like that, but it was a, I think it was a military endeavor, the enterprise was something along the lines of, we need a communication system which if various nodes are taken out, let’s say, I don’t know, bombed out of existence, or just the power is cut, the system is intelligent enough to just work round the problem, and figure, okay, we can’t go there anymore, let’s just go a different way. And that is what we now have.</p>\n\n\n\n<p>[00:30:12] <strong>Robert Jacobi:</strong> It’s all about redundancy. I’m going to take just a slight tangent on federated social media. Any kind of federated application. Those exist in a lot of ways to ensure redundancy. I’m going to go way, way back, to where most of the audience probably wasn’t born. So we had these things called modems, and they would be attached to a phone, and you would run something called a bulletin board system. Those were single points of failure.</p>\n\n\n\n<p>So you actually saw groups of independent bulletin board system providers create these distributed federated networks. So if you sent an email to a specific person, at a specific BBS, if that phone line was busy, it could go to another one that would take it, and keep pushing it along until you actually got it to the right place. This idea of distributed and federated systems is really what makes the internet functional because we take care of failure points. We ignore them and just work around them.</p>\n\n\n\n<p>[00:31:17] <strong>Nathan Wrigley:</strong> And obviously we know that works as well because parts of every country’s infrastructure are breaking all the time. One router somewhere will just go down, even if it’s a crucial router, it doesn’t in the end stop the system. It probably creates bottlenecks in various places.</p>\n\n\n\n<p>[00:31:31] <strong>Robert Jacobi:</strong> Slow it down.</p>\n\n\n\n<p>[00:31:32] <strong>Nathan Wrigley:</strong> Slow the egress of traffic around, yeah. But in layer four we’re dealing with the ports that things fire out of as well. And then when we get down to layer three, that’s when the actual data is divided up into little packets and little segments. So data four and data three, honestly, to some extent they feel very similar in my head at least anyway.</p>\n\n\n\n<p>But layer three is using things like IP addressing, to decide where this packet’s going to go. And I think wraps the packets up in the IP address, if you like. It’s almost like wrapping up a Christmas present and as it travels down the stack, by the time it gets to layer three, it’s being told, this is not what it’s being told, but this encapsulates it. This is a gift for Robert Jacobi. You must find Robert Jacobi.</p>\n\n\n\n<p>Then it reads that, and then finally, it’ll rip off the wrapping and finally give you the gift at the end as it goes back up the stack. So, there’s not a lot to say on layer three, I don’t think, other than it’s using things like IP v4 and IP v6 to make decisions about how it’s going to be spread around. Have I got that about right? Do you think?</p>\n\n\n\n<p>[00:32:35] <strong>Robert Jacobi:</strong> That works for me. I think that’s enough information for most folks. Again, we’re trying to give a taste of how complex security is, for what we do day to day. But also how we can apply it to how WordPress understands it.</p>\n\n\n\n<p>[00:32:48] <strong>Nathan Wrigley:</strong> And then we’ve got the two layers where, the data link layer and the physical layer. The data link layer is handling the data transferred. So the actual data moving around. So it’s getting pushed around on the same network is my understanding for layer two. So that’s when you are, for example, in the same office building. I think layer two is just for that. I could be wrong.</p>\n\n\n\n<p>[00:33:11] <strong>Robert Jacobi:</strong> It’s getting to your router and then your router will start moving stuff around. Cause don’t forget, your router is on your network as well as any other computer in that closed. So, our 192’s. Our internal network, so that’s the closest on the networking side, that hardware side, because as soon as it hits our router it goes to the cable, or whoever you’re using, outside of your office, home, your LAN.</p>\n\n\n\n<p>[00:33:35] <strong>Nathan Wrigley:</strong> And then the final layer, the physical layer is the cables, the actual infrastructure out there in the world outside of your house, basically. Or your office building. Well, maybe there’s some of it in the office building as well, but the majority of it, the miles and miles of things are all in the physical layer. And it says here on the bit that I’m reading. Finally, this layer encompasses the equipment that carries data across the network, such as fiber network switches, and so on.</p>\n\n\n\n<p>And so finally, our packets of data that we started off at the beginning, writing the email to Robert Jacobi. Finally, that packet has made it out. It’s escaped into the wild, and is now just rattling around on the internet desperately being told, very quickly, where to go. And then hopefully it’ll arrive. Travel to Robert’s computer. Travel in the reverse direction of the stack, and he’ll get a nice email from me with cat pictures in it.</p>\n\n\n\n<p>[00:34:27] <strong>Robert Jacobi:</strong> Why is it always cat pictures?</p>\n\n\n\n<p>[00:34:29] <strong>Nathan Wrigley:</strong> Why not? Okay, so all of that shenanigans is happening, and honestly, I feel a, it’s very difficult if you’re inexperienced like me, to get the words out in the correct order so that I have demonstrated that I understand it. Because I do on a very, very slight level.</p>\n\n\n\n<p>And I know that entire careers, very, very, well paid careers can be built upon really understanding what we’ve just spoken about. But in there, I presume, is the capacity for threats, and the capacity for things to go wrong, and the capacity in all of these layers for people to inject things which shouldn’t be there. For clever people to figure out ways to disrupt that information. To take that information. To delete that information. To rewrite that information. And is that essentially what your company does? Prevent those things?</p>\n\n\n\n<p>[00:35:18] <strong>Robert Jacobi:</strong> So when I look at it from a CMS stack, and again, let’s focus on WordPress. My mental model that is slightly different. I’ll use, I think what most of us feel like is WordPress infrastructure. I know, the really smart folks are going to yell at me for this. You have a server somewhere. It has an operating system, it has PHP, MySQL, it has WordPress, and then whatever else is in front of it.</p>\n\n\n\n<p>So there’s a whole stack and layer on layers of communication that go from when I hit my browser and type in WP Tavern and hit go. And let’s move away from all the really highly technical networking protocol issues.</p>\n\n\n\n<p>At some point, it’s going to make a request to a hosting company that needs to be able to say, oh, yes, let’s give them the WP Tavern homepage. In that process there are caching services, firewall products, local security on the networking side of that hosting company. What I feel personally, but also which is what makes products like Black Walls critical is, detect and defend as far away from the website as possible.</p>\n\n\n\n<p>So if there are a million bots coming at you, get them before they even hit the hosting company’s infrastructure. Some will always sneak through because it’s a battle that’s just never ending and, you’re going to keep learning and fighting and learning and fighting. Mitigate the risks as close to the bad actor, and as far away from the site as possible. So, mitigate, mitigate, mitigate, mitigate, mitigate. And there are tools and solutions up and down that entire stack.</p>\n\n\n\n<p>So you’re going to have stuff way before you hit the hosting company. You’re going to have some solutions closer to the hosting company. You’re going to have solutions directly on WordPress. There are security plugins that are running on your install of your site. Those are great. I personally feel that you don’t want to even get that close if you’re a bad actor. Mitigate that problem as quickly, as soon as possible.</p>\n\n\n\n<p>And even solutions that work at the operating system level, or at least the language level. There are products out there that are constantly monitoring, looking for and mitigating PHP corruption. So, you really don’t want to let everyone have access all the way down to that level, because then you’re already, you will have problems, how to put it nicely. We don’t say bad words on the show.</p>\n\n\n\n<p>[00:37:53] <strong>Nathan Wrigley:</strong> So do you sell your product into the WordPress space? So, you know, to freelancers, agencies, or are you more at the hosting level, or is it even more like infrastructure level? So at the router level. So in our case, this sort of physical layer that we were talking about. Is that the kind of place where your products go? I honestly don’t know where your product sits in all of that.</p>\n\n\n\n<p>[00:38:16] <strong>Robert Jacobi:</strong> So, if you look at it from a hardware perspective, there’s going to be the end user is going to make request. It’s going to get routed somewhere. We sit between where it’s getting routed and the hosting company. So our goal is to prevent the hosting company from wasting physical resources. Now we need to amp up our service because there’s so much traffic coming in.</p>\n\n\n\n<p>Now we need to amp up our customer support because more stuff is happening with our virtual machines or hosted infrastructure. So that’s our place in the universe. Get the bad guys before they get to the critical infrastructure.</p>\n\n\n\n<p>[00:38:51] <strong>Nathan Wrigley:</strong> And another question, forgive my ignorance. Is Black Wall’s solution, is it software? Is it code that sits on an operating system? Or maybe you even have hardware that sits in the way of things, the packets have to transfer through your hardware and be inspected in a way, like a router might get in the way of those things.</p>\n\n\n\n<p>[00:39:10] <strong>Robert Jacobi:</strong> Our secret sauce is that we are software that emulates the hardware that used to be required. So there are hardware companies buy this kind of routing and prevention, traffic mitigation. And we do it on the software side so that you as an agency or MSP, if you’re running a bunch of virtual machines, you can deploy this on your own. Certainly as a hosting company, you can deploy this across your entire enterprise.</p>\n\n\n\n<p>[00:39:36] <strong>Nathan Wrigley:</strong> So you are dealing with very technical, the people that purchase from you they’re not me, for example. They are very technical. They’re in the data centers. The sort of technical end of the hosting companies. They understand what I’ve just butchered during this episode.</p>\n\n\n\n<p>It’s not like a freelancer market. You will not be selling Black Wall as a plugin. You are dealing with, directly with hosting companies and the tech side of those hosting companies.</p>\n\n\n\n<p>[00:40:01] <strong>Robert Jacobi:</strong> There’s a wonderful German word called Jein. So yes and no.</p>\n\n\n\n<p>[00:40:04] <strong>Nathan Wrigley:</strong> Oh, that is a good word.</p>\n\n\n\n<p>[00:40:05] <strong>Robert Jacobi:</strong> For all the Germans listening. You still want to be able to control a lot of times exactly what kind of traffic comes in. You might want to get scraped by AI bots more than someone else does. Or you might want to turn off all scraping if you’re an e-commerce store and you’re worried about people taking your pricing and not allowing you to sell at your level.</p>\n\n\n\n<p>We’ve had, and are currently reworking our entire WordPress plugin, to enable that end user control of that infrastructure. So it’s not running on your WordPress install, which is great because it’s not taking up resources, filling up your hard drive. But you can control, as an end user, the granularity of the traffic that’s able to access your site.</p>\n\n\n\n<p>[00:40:45] <strong>Nathan Wrigley:</strong> Oh, so you have a plugin, so you are reading what the hosting company is doing. You can view it through a GUI on your WordPress website, but you are not actually, it’s nothing to do with your WordPress install. You’re getting the data from your hosting company, and that is another layer away from you. Okay. That’s interesting. I didn’t realise that.</p>\n\n\n\n<p>[00:41:04] <strong>Robert Jacobi:</strong> Yes, it empowers all these website owners, agencies, MSPs, to fine tune, for lack of a better term.</p>\n\n\n\n<p>[00:41:10] <strong>Nathan Wrigley:</strong> Yeah. And then do you offer a sort of GUI for data breakdown, tables, graphs, charts, and ways to block things that you imagine are suspicious, and alerting and things like that?</p>\n\n\n\n<p>[00:41:20] <strong>Robert Jacobi:</strong> Yep, as well as defaults for all sorts of things of course, just to make life easier for folks. You can go and visit our site and get some initial monitoring for your site for free. We enjoy having that as part of just an offering of the reporting and monitoring, you can see it. My traffic has been great, and then all of a sudden you look and it’s oh wait, it’s just been Chat GPT.</p>\n\n\n\n<p>[00:41:40] <strong>Nathan Wrigley:</strong> Sad realization that the million visitors that seemed to be going to your excellent article were in fact Chat GPT.</p>\n\n\n\n<p>[00:41:47] <strong>Robert Jacobi:</strong> Bots stealing that information.</p>\n\n\n\n<p>[00:41:49] <strong>Nathan Wrigley:</strong> Sadly, time has got the better of us. We’re at the time where Robert has to walk away. I know he’s got a hard stop. Firstly, my apologies, dear listener for utterly butchering the OSI model. I’m sure there’s a lot of geeks out there who were just throwing things.</p>\n\n\n\n<p>[00:42:01] <strong>Robert Jacobi:</strong> They’re going to kill, but my hope is everyone looks it up, a lazy Sunday afternoon understanding.</p>\n\n\n\n<p>[00:42:06] <strong>Nathan Wrigley:</strong> Exactly. And that, really was my capacity to understand it. Doesn’t matter how much more I read it, I will be able to get no more out of it. But an important conversation, and one that we’ve never had before. We never get into the weeds of all of that. It’s always WordPress all the way down.</p>\n\n\n\n<p>And this is what’s happening before, WordPress gets to put the bits and your screen. So really important and hopefully, like Robert said, it will encourage people to go and have a little look.</p>\n\n\n\n<p>Robert Jacobi, thank you so much for chatting to me today, and good luck with the new rebranding of BotGuard into Black Wall. I hope that goes well too. Thank you so much.</p>\n\n\n\n<p>[00:42:39] <strong>Robert Jacobi:</strong> Thank you Nathan.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://www.linkedin.com/in/robert-jacobi/\">Robert Jacobi</a>.<br /><br />Robert has a long-standing history with the tech and CMS industry, having worked in senior positions at Joomla, Cloudways, Perfect Dashboard, and more. He’s now the Chief Experience Officer at <a href=\"https://blackwall.com/\">Black Wall</a>, a company formerly known as BotGuard.<br /><br />Robert talks with me today about the transition from proprietary systems to open source, and the seven-layer OSI model that underpins the internet. Drawing from his experiences in tech, Robert and I try, and perhaps fail, to break down the complexities of how website traffic is routed over the internet. This is done to try to understand how Black Wall can position itself to mitigate risks before they reach hosting companies infrastructure.<br /><br />We also discuss the evolution of bot traffic on the web, where upwards of 10% of internet traffic is identified as malicious. This kind of insight is particularly important for those interested in the security aspect of web hosting and website management.<br /><br />We also get into Black Wall’s rebranding journey, and its continued dedication to the WordPress community by participating in events like WordCamp Asia and Europe.</p>\n\n\n\n<p>If you’ve ever wondered about the unseen layers of internet security and infrastructure, or the strategic moves involved in rebranding a tech company, this episode is for you.<br /></p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://blackwall.com/\">Black Wall</a> (formerly BotGuard)</p>\n\n\n\n<p><a href=\"https://www.joomla.org/\">Joomla</a></p>\n\n\n\n<p><a href=\"https://www.cloudways.com/en/\">Cloudways</a></p>\n\n\n\n<p><a href=\"https://www.digitalocean.com/\">Digital Ocean</a></p>\n\n\n\n<p><a href=\"https://bluecatnetworks.com/glossary/what-is-the-osi-model/\">What is the OSI model? It standardizes how computer networks communicate</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Mar 2025 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"Do The Woo Community: The Challenges and Wins of Creating a Suite of WordPress Plugins with Steve Burge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=92722\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://dothewoo.io/the-challenges-and-wins-of-creating-a-suite-of-wordpress-plugins-with-steve-burge/\";s: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:183:\"In this episode host Mark Westguard chats with Steve Burge, founder of PublishPress, discussing their journeys, the evolution of WordPress plugins, and strategies for business growth.\";s: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, 18 Mar 2025 09:26:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Gutenberg Times: Source of Truth (WordPress 6.8)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=38037\";s:7:\"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://gutenbergtimes.com/source-of-truth-wordpress-6-8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:45256:\"<p>Ahead of WordPress 6.8 Beta release and in absence of Anne McCarthy, we publish the Source of Truth a second time on the Gutenberg Times. </p>\n\n\n\n<p>With me, I mean all the collaborators on this post: Krupal Lakhia, Justin Tadlock, Jonathan Bossenger, and JuanMa Garrido. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"changelog\">Changelog</h2>\n\n\n\n<p>Any changes will be cataloged here as the release goes on. </p>\n\n\n\n<p>The post will be updated around RC 1 release (March 25) . If you find missing features, please ping me on WPSlack or DM on Bluesky (<a href=\"https://bsky.app/profile/gutenbergtimes.com\">@gutenbertimes.com</a>) </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"important-note-guidelines\">Important note/guidelines</h2>\n\n\n\n<p>Please do not copy and paste what is in this post since this will be shared with many people. This should be used to inspire your own content and to ensure that you have the best information about this release. If you do copy and paste, keep in mind that others might do the same, opening the door for some awkwardness around duplicated content out on the web. </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Each item has been tagged using best guesses with different high level labels so that you can more readily see at a glance who is likely to be most impacted.</li>\n\n\n\n<li>Each item has a high-level description, visuals (if relevant), and key resources if you would like to learn more.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"overview\">Overview </h2>\n\n\n\n<p class=\"has-body-background-color has-accent-background-color has-text-color has-background has-link-color wp-elements-a85028a54332c7cdc396d5f2b4559ede\"><em>Note: As always, what’s shared here is being actively pursued, but doesn’t necessarily mean each will make it into the final release of WordPress 6.8.</em></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/6-8/\">WordPress 6.8</a> is set to be released on April 15th, 2025. This release continues refining foundational features introduced in previous versions, focusing on improving data views, query loops, and block interactions. It introduces a more streamlined design experience with a <strong>Zoom Out</strong> editing approach, expanded style controls, and enhanced typography options. API developments, including the Block Hooks and Interactivity API, aim to enhance extensibility, while speculative loading integration and performance optimizations seek to improve site speed. Accessibility improvements and ongoing support for PHP 8.x ensure WordPress remains user-friendly and forward-compatible.</p>\n\n\n\n<p>Of note, this release includes Gutenberg 19.4 – 20.4.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"important-links\">Important links:</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2025/02/06/roadmap-to-6-8/\">Roadmap 6.8</a>.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/6-8/\">WordPress 6.8 Development Cycle</a></li>\n\n\n\n<li>6.8 Field Guide (will come out around March 25 after RC 1 release) </li>\n\n\n\n<li>What’s new for developers: <a href=\"https://developer.wordpress.org/news/2024/11/whats-new-for-developers-november-2024/\">November</a>, <a href=\"https://developer.wordpress.org/news/2024/12/whats-new-for-developers-december-2024/\">December</a>, <a href=\"https://developer.wordpress.org/news/2025/01/whats-new-for-developers-january-2025/\">January</a>, <a href=\"https://developer.wordpress.org/news/2025/02/whats-new-for-developers-february-2025/\">February</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"6-8-assets\">6.8 assets: </h3>\n\n\n\n<p>In this <a href=\"https://drive.google.com/drive/u/0/folders/1WBc_QOYSSaQCbz6KTPBsrcLtPNtAPDzh\">Google Drive folder</a> you can view all assets in this document </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"tags\">Tags</h2>\n\n\n\n<p>To make this document easier to navigate based on specific audiences, the following tags are used liberally: </p>\n\n\n\n<p>[end user]: end user focus. </p>\n\n\n\n<p>[theme author]: block or classic theme author. </p>\n\n\n\n<p>[plugin author]: plugin author, whether block or otherwise.</p>\n\n\n\n<p>[developer]: catch-all term for more technical folks. </p>\n\n\n\n<p>[site admin]: this includes a “builder” type. </p>\n\n\n\n<p>[enterprise]: specific items that would be of interest to or particularly impact enterprise-level folks</p>\n\n\n\n<p>If no tags are listed, it’s because the impact is broad enough to impact everyone equally. </p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-large-font-size\">Table of contents</p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#changelog\">Changelog</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#important-note-guidelines\">Important note/guidelines</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#overview\">Overview </a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#important-links\">Important links:</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#6-8-assets\">6.8 assets: </a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#tags\">Tags</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#priority-items-for-6-8\">Priority items for 6.8</a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#global-styles-available-on-the-main-site-editor-sidebar\">Global Styles available on the main site editor sidebar </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#swifter-hiding-and-showing-the-template\">Swifter hiding and showing the template </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#style-book\">Style Book </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#zoom-out-view\">Zoom Out View </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#design-tools\">Design Tools </a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#updated-core-blocks\">Updated Core Blocks </a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#buttons\">Buttons </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#cover-block\">Cover Block</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#details-block\">Details block</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#file-block\">File block</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#gallery-blockeach-image-in-a-gallery-block-shows-multiple-options-on-how-a-link-should-behave-and-how-a-visitor-to-the-site-can-interact-with-the-images-for-wordpress-6-8-contributors-added-expand-to-click-to-the-gallery-s-toolbar-to-open-all-images-in-a-light-box-effect-with-one-click-the-option-is-available-from-the-link-toolbar-button-64014\">Gallery Block</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#image-blocks-and-handling\">Image Blocks and handling</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#set-image-blocks-as-featured-image\">Set image blocks as featured image</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#navigation-block\">Navigation Block</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#query-loop-block\">Query Loop Block</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#introducing-the-query-total-block\">Introducing the Query Total block</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#separator-block\">Separator Block</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#social-icons-block-updates\">Social Icons block updates</a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#editor-improvements\">Editor improvements </a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#reset\">Reset </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#cut\">Cut</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#new-commands\">New Commands</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#starter-content\">Starter Content</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#patterns-in-folders\">Patterns in folders</a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#data-views-updates\">Data Views updates </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#api-iterations\">API iterations</a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#interactivity-api\">Interactivity API</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#block-hooks-api\">Block Hooks API </a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#security-enhancements\">Security enhancements</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#support-for-speculative-loading\">Support for Speculative Loading</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#additional-performance-improvements\">Additional Performance improvements</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/source-of-truth-wordpress-6-8/#accessibility-improvements\">Accessibility improvements</a></li></ol>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"priority-items-for-6-8\">Priority items for 6.8</h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"global-styles-available-on-the-main-site-editor-sidebar\">Global Styles available on the main site editor sidebar </h3>\n\n\n\n<p class=\"has-text-align-right has-large-font-size\">[theme author] [site admin]</p>\n\n\n\n<p>The Site Editor sidebar is getting increasingly powerful, serving as the entry point to manage all things on your site. Until this version, the Styles panel offered limited style settings, focusing on style variations, color palettes, and typographies. WordPress 6.8 changes this by introducing a full-fledged Global Styles panel in its place, giving users site-wide granular control of styles at the top level.</p>\n\n\n\n<img width=\"652\" height=\"369\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/image.png?resize=652%2C369&ssl=1\" alt=\"Site editor sidebar with more design tools\" class=\"wp-image-38038\" />\n\n\n\n<h3 class=\"wp-block-heading\" id=\"swifter-hiding-and-showing-the-template\">Swifter hiding and showing the template </h3>\n\n\n\n<p class=\"has-text-align-right has-large-font-size\">[theme author][site admin]</p>\n\n\n\n<p>Switching between editing your site templates and content pages should be as smooth and seamless as possible; sometimes, you need to focus on the post content and hide the rest of the template. This was previously possible in the post settings, but now it is much easier thanks to the <strong>Show template</strong> toggle directly on the preview dropdown in the top toolbar.</p>\n\n\n\n \n <div class=\"jetpack-videopress-player__wrapper\"> <div class=\"toolbelt-video-wrapper\"></div></div>\n \n \n \n \n\n\n<h3 class=\"wp-block-heading\" id=\"style-book\">Style Book </h3>\n\n\n\n<p class=\"has-text-align-right has-large-font-size\">[theme author][site admin]</p>\n\n\n\n<p>The Style Book provides a comprehensive overview of your site’s colors, typography, and block styles in an organized layout. Each block example and style group is labeled, making it easy to preview and understand your theme’s current design settings. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Think of it as if your theme threw a party, and all the design elements showed up wearing name tags. 😀</p>\n\n\n\n<p class=\"has-small-font-size\"><em>Ramon Dodd, release lead of <a href=\"https://make.wordpress.org/core/2024/12/18/whats-new-in-gutenberg-19-9-19-december/\">Gutenberg 19.9</a> </em></p>\n</blockquote>\n\n\n\n<p>The Style Book can be accessed in two ways. The first option is via the Styles menu item in the left sidebar. The second option is available when editing theme elements via the right Styles sidebar. This was already available in WordPress 6.7. </p>\n\n\n\n<p>With WordPress 6.8, opening the Style Book from the left sidebar <strong>Styles</strong> menu shows subsets of blocks and makes them available for site wide editing. </p>\n\n\n\n<p>When you click on <strong>Typography</strong> you can preview all text-related blocks, and adjust options and settings. You can preview and modify specific blocks via the <strong>Blocks</strong> option. </p>\n\n\n\n<p>The Style Book also received some performance improvements to ensure a more fluid user experience. </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Give the Style Book its own route so it can be linked to directly (<a href=\"https://github.com/WordPress/gutenberg/pull/67811\">67811</a>).</li>\n\n\n\n<li>Scroll to top at the styles root (<a href=\"https://github.com/WordPress/gutenberg/pull/67605\">67605</a>).</li>\n\n\n\n<li>Try splitting the Style Book into sections (<a href=\"https://github.com/WordPress/gutenberg/pull/68071\">68071</a>).<br /></li>\n</ul>\n\n\n\n \n <div class=\"jetpack-videopress-player__wrapper\"> <div class=\"toolbelt-video-wrapper\"></div></div>\n \n \n \n \n\n\n<p>For classic themes that support the Style Book, site patterns have been relocated to <strong>Appearance > Design > Patterns</strong>, consolidating all design-related functionality from the Site Editor into one place. Previously, patterns were listed under<strong> Appearance > Patterns</strong>.</p>\n\n\n\n<p>Support is available for classic themes that either support editor styles via add_theme_support( ‘editor-styles’ ) or have a theme.json file (<a href=\"https://github.com/WordPress/gutenberg/pull/66851\">66851)</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"zoom-out-view\">Zoom Out View </h3>\n\n\n\n<p class=\"has-text-align-right has-large-font-size\">[theme author][site admin][end user]</p>\n\n\n\n<p>In Zoom Out view, users can now apply different section styles and designs directly from the toolbar, cycling through them and inspecting them in the context of the rest of the page. This enhancement streamlines the decision-making and production process (<a href=\"https://github.com/WordPress/gutenberg/pull/67140\">67140</a>). </p>\n\n\n\n<img width=\"652\" height=\"326\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/image-2.png?resize=652%2C326&ssl=1\" alt=\"change design in block toolbar\" class=\"wp-image-38045\" />\n\n\n\n<p>The Block options on the block toolbar only lists Copy, Cut, Duplicate, and Delete for sections in Zoom Out view (<a href=\"https://github.com/WordPress/gutenberg/pull/67279\">67279</a>).</p>\n\n\n\n<img width=\"538\" height=\"291\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/image-1.png?resize=538%2C291&ssl=1\" alt=\"Zoom out view with only four choices in toolbar options dropdown. \" class=\"wp-image-38044\" />\n\n\n\n<p>In addition to the added Zoom Out icon in the toolbar, users can also invoke Zoom Out view via the Keyboard shortcut <kbd><strong>Shift command + 0</strong> </kbd>on a Mac and <strong><kbd>Shift + Ctrl + 0</kbd></strong> on Windows (<a href=\"https://github.com/WordPress/gutenberg/pull/66400\">66400</a>). The shortcut has also been added to the <strong>Keyboard shortcuts</strong> list. </p>\n\n\n\n<img width=\"652\" height=\"281\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/image-3.png?resize=652%2C281&ssl=1\" alt=\"keyboard shortcuts\" class=\"wp-image-38046\" />\n\n\n\n<h3 class=\"wp-block-heading\" id=\"design-tools\">Design Tools </h3>\n\n\n\n<p class=\"has-text-align-right has-large-font-size\">[end user][theme author] [site admin]</p>\n\n\n\n<p>Design Tools offers increasingly refined tools for visual customization. When it comes to border and spacing support, the block editor itself provides granular controls within individual blocks, allowing users to define border widths, styles, colors, and radii, as well as precise padding and margin adjustments. These controls facilitate the creation of visually distinct elements and well-structured layouts. The work for WordPress <a href=\"https://make.wordpress.org/core/2024/06/20/roster-of-design-tools-per-block-wordpress-6-6-edition/\">6.6</a> and <a href=\"https://make.wordpress.org/core/2024/10/17/roster-of-design-tools-per-block-wordpress-6-6-edition-2/\">6.7</a> was continued for WordPress 6.8 to provide all design tools to all blocks, where possible. </p>\n\n\n\n<p>In this release, the following blocks received border support</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Comments (<a href=\"https://github.com/WordPress/gutenberg/pull/66354\">66354</a>),</li>\n\n\n\n<li>Comments Link (<a href=\"https://github.com/WordPress/gutenberg/pull/68450\">68450</a>),</li>\n\n\n\n<li>Comments Count (<a href=\"https://github.com/WordPress/gutenberg/pull/68223\">68223</a>),</li>\n\n\n\n<li>Latest Posts (<a href=\"https://github.com/WordPress/gutenberg/pull/66353\">66353</a>),</li>\n\n\n\n<li>Page List, also received color and spacing support (<a href=\"https://github.com/WordPress/gutenberg/pull/66385\">66385</a>),</li>\n\n\n\n<li>Content, also spacing support (<a href=\"https://github.com/WordPress/gutenberg/pull/66366\">66366</a>),</li>\n\n\n\n<li>RSS, also spacing support (<a href=\"https://github.com/WordPress/gutenberg/pull/66411\">66411</a>),</li>\n\n\n\n<li>Archives, also color support (<a href=\"https://github.com/WordPress/gutenberg/pull/63400\">63400</a>), (<a href=\"https://github.com/WordPress/gutenberg/pull/68685\">68685</a>), and</li>\n\n\n\n<li>Query Total (<a href=\"https://github.com/WordPress/gutenberg/pull/68323\">68323</a>)</li>\n</ul>\n\n\n\n<p>Beyond those, the Category block supports color options as well (<a href=\"https://github.com/WordPress/gutenberg/pull/68686\">68686</a>).</p>\n\n\n\n<p>For the Post Content block, the color support via the sidebar Design Tools has been brought up to feature parity with the options available via theme.json. Now users and designers can adjust colors for all heading levels in addition to text, background, and link (<a href=\"https://github.com/WordPress/gutenberg/pull/67783\">67783</a>).</p>\n\n\n\n<img width=\"652\" height=\"399\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/image-5.png?resize=652%2C399&ssl=1\" alt=\"post content block not has additional text color options. \" class=\"wp-image-38049\" />\n\n\n\n<p>Another user experience improvement can be found in the list of fonts: Each font family is now previewed in the font picker dropdown and gives users a better indication as to what the font will look like (<a href=\"https://github.com/WordPress/gutenberg/pull/67118\">67118</a>).</p>\n\n\n\n<img width=\"652\" height=\"326\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/image-4.png?resize=652%2C326&ssl=1\" alt=\"preview of fonts in drop down\" class=\"wp-image-38047\" />\n\n\n\n<p>The <a href=\"https://make.wordpress.org/core/?p=117323&preview=1&_ppp=6a618f26dc\">Roster of design tools per block (WordPress 6.8 edition)</a> gives you a complete overview of the available Design Tools per core block. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"updated-core-blocks\">Updated Core Blocks </h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"buttons\">Buttons </h3>\n\n\n\n<p class=\"has-text-align-right has-large-font-size\">[theme author][developer]</p>\n\n\n\n<p>WordPress 6.8 adds a small piece of code (`box-sizing: border-box;`) to the styling of buttons. Imagine you’re putting a picture in a frame. You want the picture to fit nicely within the frame’s borders. That’s what `box-sizing: border-box;` does for buttons (and other elements) on a website. It tells the browser to include the border and padding of an element in its total width and height (<a href=\"https://github.com/WordPress/gutenberg/pull/65716\">65716</a>)</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"cover-block\">Cover Block</h3>\n\n\n\n<p class=\"has-text-align-right has-large-font-size\">[theme author][site admin][end user]</p>\n\n\n\n<p>Images used as backgrounds in Cover blocks now come with resolution controls so that you can change their sizes. This works with both an uploaded background image or the already assigned featured image. This adds to the more granular control for designers and theme developers. (<a href=\"https://github.com/WordPress/gutenberg/pull/67273\">#67273</a>), (<a href=\"https://github.com/WordPress/gutenberg/pull/62926\">62926</a>).</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"details-block\">Details block</h3>\n\n\n\n<p class=\"has-text-align-right has-large-font-size\">[theme author][site admin][developer][end user]</p>\n\n\n\n<p>In WordPress 6.8 the Details block is now more flexible to use and has received some quality-of-life updates: </p>\n\n\n\n<p>The addition of the name attributes field in the<strong> Advanced</strong> panel of the block’s settings. This allows a group of Details blocks to be connected and styled if needed. (<a href=\"https://github.com/WordPress/gutenberg/pull/56971\">56971</a>) </p>\n\n\n\n<img width=\"652\" height=\"327\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/image-6.png?resize=652%2C327&ssl=1\" alt=\"Details block name attributes in editor\" class=\"wp-image-38050\" />\n\n\n\n<img width=\"652\" height=\"142\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/image-7.png?resize=652%2C142&ssl=1\" alt=\"shows FAQ name attribute in front end\" class=\"wp-image-38051\" />\n\n\n\n<p>The summary content is used as the label in the List View which makes it quicker to identify the block and allows for easier reorganizing of content (<a href=\"https://github.com/WordPress/gutenberg/pull/67217\">67217</a>). </p>\n\n\n\n<img width=\"652\" height=\"145\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/Screenshot-2025-03-11-at-15.21.19.png?resize=652%2C145&ssl=1\" alt=\"Shows Details block summary in List View\" class=\"wp-image-38075\" />\n\n\n\n<p>The Details block also receives anchor support via the <strong>Advanced</strong> panel, allowing users to create anchor links to specific Details blocks. </p>\n\n\n\n<p>With the help of the allowedBlocks attributes, developers can now control what blocks content creators can use in a Details block. (<a href=\"https://github.com/WordPress/gutenberg/pull/68489\">68489</a>). </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"file-block\">File block</h3>\n\n\n\n<p class=\"has-text-align-right has-large-font-size\">[end user][site admin]</p>\n\n\n\n<p>Allow content-only editing, which gives users the ability to update the filename text and download button text (<a href=\"https://github.com/WordPress/gutenberg/pull/65787\">65787</a>).</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"gallery-blockeach-image-in-a-gallery-block-shows-multiple-options-on-how-a-link-should-behave-and-how-a-visitor-to-the-site-can-interact-with-the-images-for-wordpress-6-8-contributors-added-expand-to-click-to-the-gallery-s-toolbar-to-open-all-images-in-a-light-box-effect-with-one-click-the-option-is-available-from-the-link-toolbar-button-64014\">Gallery Block</h3>\n\n\n\n<p class=\"has-text-align-right has-large-font-size\">[end user][site admin]</p>\n\n\n\n<p>Each image in a Gallery block shows multiple options on how a link should behave and how a visitor to the site can interact with the images. For WordPress 6.8 contributors added <strong>Expand to click </strong>to the Gallery’s toolbar to open all images in a light box effect, with one click. The option is available from the <strong>Link</strong> toolbar button (<a href=\"https://github.com/WordPress/gutenberg/pull/64014\">64014</a>). </p>\n\n\n\n<img width=\"652\" height=\"316\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/AD_4nXdZktcc02nZIQCghCLmAjPOUF9cts60_MlovrgelL5oT4xU480bq0RYIprDaLwmVhTjB1qNRTs6CpG8kd8Sj5BQeba3Gsdnn2W1exYyAdFogZLijRlHbLlWrP3lz5fhd5WBxH-xog.png?resize=652%2C316&ssl=1\" alt=\"Gallery block now with Expand on click link option. \" class=\"wp-image-38072\" />\n\n\n\n<h3 class=\"wp-block-heading\" id=\"image-blocks-and-handling\">Image Blocks and handling</h3>\n\n\n\n<p class=\"has-text-align-right has-large-font-size\">[end user][site admin]</p>\n\n\n\n<p>The outcome of the Image manipulation methods are now better communicated in the block editor. The success notices are displayed at the bottom of the editor. The notices also come with a handy <strong>Undo</strong> link to revert to the original if necessary (<a href=\"https://github.com/WordPress/gutenberg/pull/67314\">67314</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/67312\">67312</a>).</p>\n\n\n\n<img width=\"652\" height=\"326\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/AD_4nXeaVkwkpGplPD35IemZm67r6FGjmD7_p_gXJscl-X01euYym9mBFHIwS6Fgd366hhkzV-ym6l6y4yBWVfqskRzgx2yBJtSNtiWUa0MOVbwSBfnZS8uAmA1PHwWYSsMkA9dWIpn0.png?resize=652%2C326&ssl=1\" alt=\"shows notification of image manipulation sucesses. \" class=\"wp-image-38071\" />\n\n\n\n<h3 class=\"wp-block-heading\" id=\"set-image-blocks-as-featured-image\">Set image blocks as featured image</h3>\n\n\n\n<p class=\"has-text-align-right has-large-font-size\">[theme author][site admin][end user]</p>\n\n\n\n<p>Featured images offer a nice touch in external previews, making them more attractive to potential readers. However, it can be easy to forget to set one! To help set featured images more easily, Image blocks now offer a dropdown action to directly set them as the featured image of the post or page containing the block (<a href=\"https://github.com/WordPress/gutenberg/pull/65896\">65896</a>).</p>\n\n\n\n<img width=\"652\" height=\"369\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/AD_4nXdkffQ7hXMMD38hOaoXiHfIu410IrvEMmxgV295KxHLjPwxKj8DLHE1bGLpbotOmqnLliyrwh-zTRWY3rhTTiiAxjpZQLndv2NXwqwLPkw1V4MmZsYjJNf0tAhpKClTIEpg5sYv7A.png?resize=652%2C369&ssl=1\" alt=\"Displays bock toolbar option dropdown with Set featured image\" class=\"wp-image-38073\" />\n\n\n\n<p>Another WordPress 6.8 update also changes how the Image block handles those cool overlay styles aka filters (like a semi-transparent color wash) designers might add on top of images. It’s making the way these styles are applied more efficient and reliable. Details on CSS changes can be found in the PR (<a href=\"https://github.com/WordPress/gutenberg/pull/67788\">67788</a>). </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"navigation-block\">Navigation Block</h3>\n\n\n\n<p class=\"has-text-align-right has-large-font-size\">[end user][site admin][theme author]</p>\n\n\n\n<p>The theme of polish also continues for the Navigation Block. Menu names are now displayed in the List View for easier orientation and, for faster design considerations, a <strong>Clear</strong> option was added to the color picker(<a href=\"https://github.com/WordPress/gutenberg/pull/68446\">68446</a>)(<a href=\"https://github.com/WordPress/gutenberg/pull/68454\">68454</a>). </p>\n\n\n\n<p>These updates enabled non-interactive formats for the block, and users can now use the choices from the dropdown menu in the block’s tools bar, like <strong>Highlight</strong>, <strong>Strikethrough</strong>, or <strong>Inline image</strong> (<a href=\"https://github.com/WordPress/gutenberg/pull/67585\">67585</a>). </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"query-loop-block\">Query Loop Block</h3>\n\n\n\n<p>[site admin][theme author][end user]</p>\n\n\n\n<p>The Query Loop block received an additional filtering option named <strong>Formats</strong>, making it possible to create templates or post lists for the various post formats available in WordPress: Image, Video, Aside, Link, Standard, and Gallery. Caveat: the used Theme needs to register support for post formats (<a href=\"https://github.com/WordPress/gutenberg/pull/66037\">66037</a>)</p>\n\n\n\n<p>For Pages, content creators will find two additional sorting options: <strong>Ascending by order</strong> and <strong>Descending by order</strong>, which allows for a display following the page attribute page_order (<a href=\"https://github.com/WordPress/gutenberg/pull/68781\">68781</a>). </p>\n\n\n\n<p>Video: https://videopress.com/v/CN22ETfh</p>\n\n\n\n \n <div class=\"jetpack-videopress-player__wrapper\"> <div class=\"toolbelt-video-wrapper\"></div></div>\n \n \n \n \n\n\n<p>Looking to replace your Query Loop block’s design? The Query Loop block patterns have been relocated from a modal to a dropdown. It’s still in the block toolbar, now under <strong>Change design</strong> (<a href=\"https://github.com/WordPress/gutenberg/pull/66993\">66993</a>).</p>\n\n\n\n<img width=\"652\" height=\"244\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/AD_4nXc4-QWpmfv3qG2zLGrbOp-EApNjngf4cih8QWVbG7zSX4cMHn8mtVmyyHz2Tr8CKOggezYAWg6Qc5gQgbEi9xxyate_eak1DcYTX1k8jyIH7DVVf_gaMHoVU92um26KVFE-5qeLKw.png?resize=652%2C244&ssl=1\" alt=\"new dropdown for query loop designs patterns\" class=\"wp-image-38070\" />\n\n\n\n<p>The Query Loop block now has a new option to <strong>ignore</strong> sticky posts. When selected, the Query Loop block ignores whether a post has the sticky option enabled. When used, all posts show based on the <strong>ORDER BY</strong> preferences selected without taking the sticky status into account. (<a href=\"https://github.com/WordPress/gutenberg/issues/66221\">66221</a>) (<a href=\"https://github.com/WordPress/gutenberg/pull/69057\">69057</a>)</p>\n\n\n\n<img width=\"652\" height=\"484\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/AD_4nXfGdSLPzcnYvEQzng70wBguH50Hk0CN_HdE0P6YPSJh-YLTTVjN-vimzers7tqKi2iFW4wAPyWBVvBYiPMOlb9v-hhyheA9w2gvE-o3l_MkvnYOQE4XwQnVMQv6HmLDmPRAqN6Y.png?resize=652%2C484&ssl=1\" alt=\"query loop now has ignore sticky post option.\" class=\"wp-image-38074\" />\n\n\n\n<h3 class=\"wp-block-heading\" id=\"introducing-the-query-total-block\">Introducing the Query Total block</h3>\n\n\n\n<p class=\"has-text-align-right has-large-font-size\">[theme author][site admin][end user]</p>\n\n\n\n<p>You know how many results are in your queries, but do your site’s readers? The new <a href=\"https://github.com/WordPress/gutenberg/pull/67629\">Query Total block</a> is here to help.When added to a Query Loop block, the Query Total block displays the number of results the query has returned, or, alternatively, the current range in a set of paginated results. Out of the box, the new block <a href=\"https://github.com/WordPress/gutenberg/pull/68323\">shows its border controls</a> (<a href=\"https://github.com/WordPress/gutenberg/pull/68150\">68150</a>)(<a href=\"https://github.com/WordPress/gutenberg/pull/68323\">68323</a>) (<a href=\"https://github.com/WordPress/gutenberg/pull/68507\">68507</a>).</p>\n\n\n\n<img width=\"652\" height=\"286\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/AD_4nXeynqIt04rW-Fc_yJm49sod-QCp8OMalBYL7yyqDB8Kzs4ZHKAlMb72T0PAYMUSBtOQ9GZ5OEKwRsYLkm0k7cUaabwvIn4LOo4-MYGNiFficf-5Edz6gFQKTVrMET3Vwm8XLegD7A.png?resize=652%2C286&ssl=1\" alt=\"Query Total block\" class=\"wp-image-38069\" />\n\n\n\n<h3 class=\"wp-block-heading\" id=\"separator-block\">Separator Block</h3>\n\n\n\n<p class=\"has-text-align-right has-large-font-size\">[theme author][developer][site admin]</p>\n\n\n\n<p>Now designers and creators can choose between a <div> or <hr> tag, opening up more styling possibilities for this block. The setting to switch can be found under <strong>Advanced > HTML Element</strong>. The transformation option now also includes the Spacer block. (<a href=\"https://github.com/WordPress/gutenberg/pull/67530\">67530</a>) (<a href=\"https://github.com/WordPress/gutenberg/pull/66230\">66230</a>)</p>\n\n\n\n<img width=\"652\" height=\"120\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/AD_4nXc75mCgLPa9ExHzCGlwhxmKMfJN4iTN4mNrmKex2HeesITyQ2OZa-ZJbfIlPVKxt5ZbHySdf_Ng_HfQLsvF4SEJvZ24muVwgAGk4-QCYY2gINvfHL-SjrNiOfMuxtMtzfcj_08MBQ.png?resize=652%2C120&ssl=1\" alt=\"div tag with Separtor block\" class=\"wp-image-38067\" />\n\n\n\n<h3 class=\"wp-block-heading\" id=\"social-icons-block-updates\">Social Icons block updates</h3>\n\n\n\n<p class=\"has-text-align-right has-large-font-size\">[end user][site admin]</p>\n\n\n\n<p>The social icons block shipped with the option to add a Discord icon, received a Clear button to reset color options, and received contentOnly support. To add a URL to the icons, you now only need to press the arrow key once. This certainly streamlines the content creation process. (<a href=\"https://github.com/WordPress/gutenberg/pull/64883\">64883</a>) (<a href=\"https://github.com/WordPress/gutenberg/pull/68564\">68564</a>) (<a href=\"https://github.com/WordPress/gutenberg/pull/66622\">66622</a>)</p>\n\n\n\n<img width=\"652\" height=\"419\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/AD_4nXfNVl59lZew9z_e6synpWkdS8bDvobmcsZj4gC8p3bdO2zXBANCB6drGxLUrql8Gte_UbtFiDOhfvEFMKITRoFG_zXtEzzbPEVCxCUzBJuSnSr36X5rAe__7cmA4DD9RbmROiZ4gw.png?resize=652%2C419&ssl=1\" alt=\"Social icons includes Discord icon now. \" class=\"wp-image-38068\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"editor-improvements\">Editor improvements </h2>\n\n\n\n<p class=\"has-text-align-right has-large-font-size\">[end user][site admin][theme author]</p>\n\n\n\n<p>The Editor screens received a few helpful improvements in WordPress 6.8. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"reset\">Reset </h3>\n\n\n\n<p>Reset colors for blocks and global styles in the editor with a single click thanks to the inline reset button added to all color controls (<a href=\"https://github.com/WordPress/gutenberg/pull/67116\">#67116</a>). The Shadow panel and the Duotone settings also received a very handy reset button. Instead of the need to remove settings one at a time, designers can quickly start over. (<a href=\"https://github.com/WordPress/gutenberg/pull/66722\">66722</a>) (<a href=\"https://github.com/WordPress/gutenberg/pull/68981\">68981</a>)</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"cut\">Cut</h3>\n\n\n\n<p>The Block Options menu now also lists a Cut action together with the Copy action in the dropdown menu. (<a href=\"https://github.com/WordPress/gutenberg/pull/68554\">68554</a>)</p>\n\n\n\n<img width=\"652\" height=\"269\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/image-8.png?resize=652%2C269&ssl=1\" alt=\"Cut option now in block toolbar options dropdown\" class=\"wp-image-38052\" />\n\n\n\n<h3 class=\"wp-block-heading\" id=\"new-commands\">New Commands</h3>\n\n\n\n<p>Two new commands were added to the Command Palette in the Site editor: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The <strong>Add new page</strong> command creates a new page from anywhere in the site editor and speeds up the content creation process (<a href=\"https://github.com/WordPress/gutenberg/pull/65476\">65476</a>). </li>\n\n\n\n<li>The <strong>Open Site Edito</strong>r command offers a one click navigation to the site editor, from the page or post editor screens accessed via the WP-Admin menu (<a href=\"https://github.com/WordPress/gutenberg/pull/66722\">66722</a>).</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"starter-content\">Starter Content</h3>\n\n\n\n<p>With WordPress 6.8, a new pattern category is available, called Starter Content. It lists the page layouts that are otherwise available via the New Page modal. If a user has disabled the starter content pop-up when creating new pages, this category surfaces the page layouts, should they be needed. (<a href=\"https://github.com/WordPress/gutenberg/pull/66819\">66819</a>) The Inserter now also always shows all the available patterns in a list. (<a href=\"https://github.com/WordPress/gutenberg/pull/65611\">65611</a>).</p>\n\n\n\n \n <div class=\"jetpack-videopress-player__wrapper\"> <div class=\"toolbelt-video-wrapper\"></div></div>\n \n \n \n \n\n\n<h3 class=\"wp-block-heading\" id=\"patterns-in-folders\">Patterns in folders</h3>\n\n\n\n<p>[theme author][site admin] [developer]</p>\n\n\n\n<p>With WordPress 6.8 developer can now use sub-folders to organize patterns for their themes. For example, all header patterns are added to the “header” folder, all footer patterns into the “footer” folder, testimonials patterns into the “testimonials” folder, and so on. (<a href=\"https://core.trac.wordpress.org/ticket/62378\">62378</a>)</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"data-views-updates\">Data Views updates </h2>\n\n\n\n<p>This release also contains quite a few Data Views improvements:</p>\n\n\n\n<p>A user can modify the amount of whitespace that is displayed per row on three levels: comfortable, balanced, and compact. (<a href=\"https://github.com/WordPress/gutenberg/pull/67170\">67170</a>) </p>\n\n\n\n<p>You can now set your site’s homepage from the Site Editor via the page’s actions menu (<a href=\"https://github.com/WordPress/gutenberg/pull/65426\">#65426</a>). This is the equivalent of updating the Reading Settings in <strong>Settings > Reading.</strong> Under <strong>Pages</strong> in the editor, find the page you’d like to set as your homepage, click on the action menu, and select <strong>Set as homepage</strong>.</p>\n\n\n\n<p>All delete actions now show a <strong>Confirm to delete</strong> modal, to safeguard against accidental removal of templates, patterns, or pages. (<a href=\"https://github.com/WordPress/gutenberg/pull/67824\">67824</a>)</p>\n\n\n\n<p>Here is a list of PRs with more Data View changes: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Add: Media field changing UI to Data views and content preview field to posts and pages. (<a href=\"https://github.com/WordPress/gutenberg/pull/67278\">67278</a>)</li>\n\n\n\n<li>Add combined fields support. (<a href=\"https://github.com/WordPress/gutenberg/pull/65399\">65399</a>)</li>\n\n\n\n<li>DataViews Fields API: Default getValueFromId supports nested objects. (<a href=\"https://github.com/WordPress/gutenberg/pull/66890\">66890</a>)</li>\n\n\n\n<li>DataViews list layout: Hide actions menu when there is only one action and is primary. (<a href=\"https://github.com/WordPress/gutenberg/pull/67015\">67015</a>)</li>\n\n\n\n<li>DataViews table layout: Hide actions menu when there is only one action and is primary. (<a href=\"https://github.com/WordPress/gutenberg/pull/67020\">67020</a>)</li>\n\n\n\n<li>DataViews: Expand configuration dropdown on mobile. (<a href=\"https://github.com/WordPress/gutenberg/pull/67715\">67715</a>)</li>\n\n\n\n<li>DataViews configuration dropdown: Remove style overrides. (<a href=\"https://github.com/WordPress/gutenberg/pull/65373\">65373</a>)</li>\n\n\n\n<li>Update “hidden” icon to be clearer, and invert logic as used in DataViews. (<a href=\"https://github.com/WordPress/gutenberg/pull/65914\">65914</a>)</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"api-iterations\">API iterations</h2>\n\n\n\n<p class=\"has-text-align-right has-large-font-size\">[developer][plugin author][enterprise]</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"interactivity-api\">Interactivity API</h3>\n\n\n\n<p>The Interactivity API in WordPress 6.8 introduces an improved wp-each directive, making it more flexible and reliable. Previously, it could only loop through arrays or objects with a .map method. Now, it supports any <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#built-in_iterables\">iterable value</a>, including strings, arrays, maps, sets, and <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function*\">generator functions</a>. Additionally, it can handle undefined or null values by subscribing to changes and updating automatically when the value becomes iterable.(<a href=\"https://github.com/WordPress/gutenberg/pull/67798\">67798</a>)</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"block-hooks-api\">Block Hooks API </h3>\n\n\n\n<p>In WordPress 6.8, work continues on improvements to the Block Hooks API.</p>\n\n\n\n<p>The Block Hooks API now supports dynamically inserting blocks into post content. (<a href=\"https://github.com/WordPress/gutenberg/pull/67272\">67272</a>) A typical example would be a plugin that provides blocks that can be used in posts and that would like to provide extensibility for those blocks. The Block Hooks API will now also work with Synced Patterns. (<a href=\"https://github.com/WordPress/gutenberg/pull/68058\">68058</a>)</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"security-enhancements\">Security enhancements</h2>\n\n\n\n<p>Various security-related enhancements made it into WordPress 6.8, the most significant of which is <a href=\"https://core.trac.wordpress.org/ticket/21022\">the switch to using bcrypt for password hashing</a>. This includes improvements to the algorithm that’s used for storing application passwords and security keys. The dedicated post <a href=\"https://make.wordpress.org/core/2025/02/17/wordpress-6-8-will-use-bcrypt-for-password-hashing/\">WordPress 6.8 will use bcrypt for password hashing</a> covers these changes in detail. You will find a <a href=\"https://core.trac.wordpress.org/query?group=status&component=Security&milestone=6.8\">list of all security updates in 6.8</a> on WordPress Core Trac.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"support-for-speculative-loading\">Support for Speculative Loading</h2>\n\n\n\n<p>Building upon the success of the <a href=\"https://wordpress.org/plugins/speculation-rules/\">Speculative Loading plugin</a>, which has over 40,000 active installations, WordPress 6.8 integrates speculative loading into core. This feature utilizes the <a href=\"https://developer.mozilla.org/en-US/docs/Web/API/Speculation_Rules_API\">Speculation Rules API</a> to prefetch URLs dynamically based on user interaction, aiming to improve performance metrics like Largest Contentful Paint (LCP). The current proposal has a default configuration employing conservative prefetching to ensure safety and compatibility, but feedback is requested on this. Developers have access to filters for customization, allowing adjustments to the speculative loading behavior as needed (#<a href=\"https://core.trac.wordpress.org/ticket/62503\">62503</a>). Details are laid out in the <a href=\"https://make.wordpress.org/core/2025/03/06/speculative-loading-in-6-8/\">Speculative Loading in 6.8</a> Dev Note.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"additional-performance-improvements\">Additional Performance improvements</h2>\n\n\n\n<p>For the WordPress 6.8 release, several key performance improvements have been implemented in the block editor and collectively contribute to a more responsive and efficient editing experience.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To address performance issues in the site editor when handling navigation blocks with multiple submenu. The isBlockVisibleInTheInserter selector was improved to prevent unnecessary computations, resulting in a more efficient block editor experience (#<a href=\"https://github.com/WordPress/gutenberg/pull/68898\">68898</a>).</li>\n\n\n\n<li>This release also introduces the withSyncEvent action wrapper utility to streamline event handling, reducing potential performance bottlenecks (#<a href=\"https://github.com/WordPress/gutenberg/pull/68097\">68097</a>). A Dev Note is in the works. </li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"accessibility-improvements\">Accessibility improvements</h2>\n\n\n\n<p>WordPress 6.8 includes <a href=\"https://core.trac.wordpress.org/query?status=closed&focuses=~accessibility&milestone=6.8&col=id&col=summary&col=status&col=focuses&col=owner&col=type&col=priority&order=priority\">26 accessibility improvements</a>. A Dev Note with more details will be in the Field Guide around the Release candidate release on March 25. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Mar 2025 09:16:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Do The Woo Community: My Content Journey Leading to Content Sparks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=92890\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://dothewoo.io/blog/my-content-journey-leading-to-content-sparks/\";s: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:222:\"BobWP reflects on their journey with audio and content creation, from childhood fascination with radios to launching the podcast, Do the Woo. They now introduce a new show, Content Sparks, exploring diverse content topics.\";s: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, 18 Mar 2025 08:51: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"Do The Woo Community: Inside the World of Composable CMS: A Deep Dive with Tom Cranstoun from AEM\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=92578\";s:7:\"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://dothewoo.io/inside-the-world-of-composable-cms-a-deep-dive-with-tom-cranstoun-from-aem/\";s: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:379:\"This show is sponsored by… Avalara: providing cloud-based and scalable global tax compliance that is hassle-free, safe and secure plus topped off with enterprise-class security. In this episode of Scaling Enterprise, WP and OSS, join Brad Williams, Tom Willmot, and Karim Marucchi as they dive into the world of enterprise content management system. Special guest […]\";s: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, 17 Mar 2025 14:20:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"Do The Woo Community: Bridging Innovation and Community with Jessica Lyschik and Jakob Trost at the CloudFest Hackathon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=92934\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://dothewoo.io/bridging-innovation-and-community-with-jessica-lyschik-and-jakob-trost-at-the-cloudfest-hackathon/\";s: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:206:\"In this episode of Open Web Conversations, Adam Weeks discusses the CloudFest Hackathon with Greyd\'s Jessica Lyschik and Jakob Trost, exploring innovations, community contributions, and enhancing WordPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 17 Mar 2025 12:17:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Do The Woo Community: Staying on Top of Things, A Packed RSS Reader\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=92628\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://dothewoo.io/blog/staying-on-top-of-things-a-packed-rss-reader/\";s: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:157:\"I have a strong appreciation for RSS, highlighting its simplicity, effectiveness in managing content, and preference over cluttered inboxes and social media.\";s: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, 17 Mar 2025 10:39: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Do The Woo Community: CloudFest Hackathon. Behind CMS Freedom with Patricia BT and Dennis Snell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=92906\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://dothewoo.io/cloudfest-hackathon-behind-cms-freedom-with-patricia-bt-and-dennis-snell/\";s: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:229:\"Patricia and Dennis discuss their CMS Freedom project at the CloudFest Hackathon, aiming to simplify system transitions and preserve online content. They emphasize teamwork, learning, and the value of contributions beyond coding.\";s: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, 16 Mar 2025 13:20:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Matt: Dalio & Benioff in Singapore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=140704\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2025/03/dalio-benioff/\";s: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:594:\"<p>With the world changing so quickly, it’s hard to find alpha, but the best way is by following the brightest thinkers. <a href=\"https://www.youtube.com/watch?v=O5pF60yUfw0\">This CNBC interview with Ray Dalio and Marc Benioff is good</a>, but it’s way better if you <a href=\"https://www.youtube.com/watch?v=l4XTvLZJFcA\">go to the livestream about 25 minutes in and see the full discussion without the editing</a>. You hear what these great thinkers actually think, rather than what an editor thought you’d enjoy. A little bit of friction gets you a lot more information.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 15 Mar 2025 20:46: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Gutenberg Times: WordPress 6.8 Dev Notes, WP:25, new Blocks and sites — Weekend Edition 321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=37936\";s:7:\"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://gutenbergtimes.com/wordpress-6-8-dev-notes-weekend-edition-321/\";s: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:22013:\"<p>Hi, </p>\n\n\n\n<p>This week I will feel a lot of FOMO as I had a chance to attend <a href=\"https://cloudfest.com\">CloudFest</a> but had to bow out at the last minute, to give my busted knee a rest. My doctor is convinced that I had overdone the walking in Manila and WordCamp Asia. So going to an amusement part and another trade show, would not be wise. Unfortunately, there are no live-streams to participate remotely. 🤷🏼♀️</p>\n\n\n\n<p>Meanwhile, I have been testing WordPress 6.8 and although there are no new ones, the updates to existing features are amazing and make content creation so much easier. Next week on Tuesday, in time of Beta 3 release, I’ll publish the <em>Source of Truth</em>, while Anne McCarthy is on sabbatical. The release team started to release Dev Notes already. You’ll find the list below. </p>\n\n\n\n<p>This week, I have many updates again in this edition. Enjoy! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-dev-notes-weekend-edition-321/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-dev-notes-weekend-edition-321/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-dev-notes-weekend-edition-321/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-dev-notes-weekend-edition-321/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ol>\n</div></div>\n\n\n\n<p><strong>Tom Willmot</strong>, CEO of Human Made posted the <a href=\"https://humanmade.com/wordpress-for-enterprise/wp25-recap-the-future-of-wordpress/\"><strong>WP:25 Recap: The Future of WordPress</strong> </a>with links to the recorded session. <em>WP:25</em> was a virtual conference, hosted by Human Made with some awesome speakers and panels. I wanted to highlight two of them: </p>\n\n\n\n<p><strong>Tammie Lister</strong> speaking on <a href=\"https://www.youtube.com/watch?v=o6f0nzkt77w\"><strong>The power of FSE</strong></a>, in which she took the audience “through the incredible transformation Full Site Editing is bringing to WordPress. Tammie made it clear: FSE isn’t just another feature—it’s a fundamental shift in how teams build and manage content.”</p>\n\n\n\n<p><strong>Mary Hubbard</strong>, executive director of WordPress, and Noel Tock chat about what’s next for the world’s favorite CMS in the coming year. <a href=\"https://www.youtube.com/watch?v=8p_KZmtdmjc&t=13s\"><strong>WordPress in 2025</strong></a>. <em>“AI is reshaping the way we interact with content, and WordPress is embracing AI in every way, any way that can enhance it, without replacing the human creativity aspect. So I think this right now, we’re at a pivotal point, not just for what it means for open source, but actually, what it means for the project itself.”</em> – Mary Hubbard.</p>\n\n\n\n<p>You’ll find the other <a href=\"https://www.youtube.com/playlist?list=PL1H81eN4d97gJQDBQLblGQsAjkiyJ4z2P\">WP:25 sessions on this YouTube Playlis</a>t</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>WordPress 6.8 release cycle is progressing as schedule to Beta 3 next week. <a href=\"https://wordpress.org/news/2025/03/wordpress-6-8-beta-2/\"><strong>WordPress 6.8 Beta 2</strong></a> was released this week. </p>\n\n\n\n<p>And a reminder to <a href=\"https://make.wordpress.org/test/2025/03/04/help-test-wordpress-6-8/\">Help Test WordPress 6.8</a> to figure out if all features work as supposed to and report bugs. The instructions provided <strong>Krupa Nanda</strong> are excellent to get a head start on many things updates in WordPress 6.8 </p>\n\n\n\n<p>The first Dev Notes are now available on the Make Core blog: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2025/03/12/roster-of-design-tools-per-block-wordpress-6-8-edition/\">Roster of design tools per block (WordPress 6.8 edition)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/13/more-efficient-block-type-registration-in-6-8/\">More efficient block type registration in 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/12/data-a-helpful-performance-warning-for-developers-in-the-useselect-hook/\">Data: A helpful performance warning for developers in the ‘useSelect’ hook</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/12/i18n-improvements-6-8/\">Internationalization improvements in 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/06/speculative-loading-in-6-8/\">Speculative Loading in 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/02/17/wordpress-6-8-will-use-bcrypt-for-password-hashing/\">WordPress 6.8 will use bcrypt for password hashing</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>🎙️ Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-115-wordpress-6-8-wordcamp-asia/\">Gutenberg Changelog 115 – Gutenberg Releases 20.2, 20.3, 20.4, WordPress 6.8 and WordCamp Asia</a> with special guest Jessica Lyschik.</p>\n\n\n\n<img width=\"652\" height=\"206\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2022/03/Screenshot-2025-03-07-at-18.02.51.png?resize=652%2C206&ssl=1\" alt=\"Jessica Lyschik and Birgit Pauli-Haack recording Gutenberg Changelog 115 \" class=\"wp-image-37930\" />\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>In his latest post, <a href=\"https://kinsta.com/blog/disable-gutenberg-blocks/\"><strong>How to disable and lock Gutenberg blocks</strong></a>, <strong>Bud Kraus</strong> takes you on a deep dive into content governance topic and how to provide guardrails to authors and enforce editorial guidelines for your site. It’s comprehensive coverage of the topic and includes explanation on how UI tools work as well as enforcing block locking with PHP and via theme.json. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>ICYMI, After a longer beta period, GenerateBlocks 2.0 was released Mid-February with the aim of providing “fundamental changes to GenerateBlocks with a streamlined and robust system to make building fast and effective sites easier” <strong>Kathy Zant</strong> wrote in the announcement post <a href=\"https://generatepress.com/introducing-generateblocks-2/\"><strong>Introducing GenerateBlocks 2.0: A New Era for High Performance Websites </strong></a>. The post also provides a migration path from version 1 to version 2 and outlines many changes for the plugin. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Diane and Yann Collet</strong> created a great resource at <a href=\"https://wp.gallery/\"><strong>WP Gallery</strong></a> featuring beautiful websites designed with the Gutenberg Block Editor. It’s a fantastic place for inspiration. </p>\n\n\n\n<a href=\"https://wp.gallery/\"><img width=\"652\" height=\"313\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/Screenshot-2025-03-15-at-13.33.37.png?resize=652%2C313&ssl=1\" alt=\"\" class=\"wp-image-38003\" /></a>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/twentig/\"><strong>Twentig</strong></a> also a creation of <strong>Diane and Yann Collet</strong>, was also updated last month. The plugin is a toolkit designer working on Block Themes and has over 25,000 users. It provides Starter content, more Gutenberg Blocks and hundreds of patterns. You can browse the <a href=\"https://twentig.com/twentig-changelog/\">changelog of the latest version on the Twentig website</a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://x.com/BuntyWP\"><strong>Bhargav (Bunty) Bhandari</strong></a> posted <a href=\"https://x.com/BuntyWP/status/1897168487619158418\">on X (former twitter)</a> about his work on a new block to add LinkedIn-like work experience information to a site. With it, you can showcase professional experience, with option to add a title, company name, description. The plugin is on its way to the WordPress plugin repository, and it might take a few weeks to be released. Meanwhile, you can <a href=\"https://github.com/BhargavBhandari90/experience-block\">download it from GitHub repo</a>.</p>\n\n\n\n<a href=\"https://github.com/BhargavBhandari90/experience-block\"><img width=\"652\" height=\"375\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/Screenshot-2025-03-15-at-14.41.48.png?resize=652%2C375&ssl=1\" alt=\"\" class=\"wp-image-38004\" /></a>\n\n\n\n<p><strong>Djordje Arsenovic</strong> created a <a href=\"https://wordpress.org/plugins/typewriter-block/\"><strong>Typewriter block</strong></a>, and it is now available in the WordPress plugin repository. Use the block to make text appear on the fronted as it was typed out on the old-fashioned typewriter machine.</p>\n\n\n\n<div class=\"wp-block-typewriter-block-typewriter-block has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-1c6d10d527bc04a31f1f6f0966e28b67\"><p class=\"djolecodes-typewriter-effect\"><strong>WordPress 6.8 will be released on April 15, 2025.</strong></p></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>Is your theme.json getting too big?<strong> Iulia Caza</strong>, developer at Dekode, built an npm package called <a href=\"https://www.npmjs.com/package/@theme-json/create\"><strong>Create Theme JSON</strong></a> that lets you split up the theme.json into multiple files in a theme-json folder and the build script assembles it into your theme’s theme.json file, when ready. “It definitely makes development much easier and faster.” Caza <a href=\"https://www.linkedin.com/feed/update/urn:li:ugcPost:7288638658574725121?commentUrn=urn%3Ali%3Acomment%3A%28ugcPost%3A7288638658574725121%2C7289179396152651777%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287289179396152651777%2Curn%3Ali%3AugcPost%3A7288638658574725121%29\">wrote on LinkedIn</a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Anne Katzeff</strong> published a new tutorial on how to <a href=\"https://www.askdesign.biz/blog/2025/03/add-categories-to-a-block-theme-menu/\">add categories to a Block Theme menu</a> and guides you through accessing the menu editor and adding custom links for categories by copying their URLs from the WordPress dashboard. Katzeff also demos the steps in <a href=\"https://www.youtube.com/watch?v=H0Qprz3nmGA\">this YouTube video</a></p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher</strong> worked on a <a href=\"https://www.youtube.com/watch?v=4xoi4HAiOOQ\"><strong>new WordPress block theme for the Block Developer Cookbook</strong></a> during his live stream. You can watch how he creates a new skin for his theme (aka Style variation) and also add different block style variations. Welcher also prompts Cursor AI to make changes. The code is available on this <a href=\"https://github.com/ryanwelcher/bdc-site\">GitHub repository</a>. </p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Joshua Siagia</strong> announced <a href=\"https://wind.press/blog/hello-windpress\"><strong>the arrival of WindPress</strong></a> – a platform-agnostic <a href=\"https://tailwindcss.com/\">Tailwind CSS</a> integration plugin for WordPress that allows you to use the full power of Tailwind CSS within the WordPress ecosystem, streamlining workflows for developers. It supports Tailwind CSS v3 and v4, offers features like autocompletion, HTML-to-native conversion, and class sorting, and ensures lightweight performance with optimized CSS caching. Seamlessly compatible with popular builders like Gutenberg and Bricks, it simplifies customization while maintaining speed. WindPress is ideal for developers seeking efficient Tailwind CSS integration in WordPress projects. It is now available in the WordPress plugin repository: <a href=\"https://wordpress.org/plugins/windpress/\"><strong>WindPress</strong></a></p>\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">“Keeping up with Gutenberg – Index 2025”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/\"><strong>2024</strong></a></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>Save the date! Nick Diego and Ryan Welcher will demo on March 19th, 2025 <a href=\"https://www.youtube.com/live/ZHTMLvydYN0\"><strong>How to build incredible WordPress Blocks with Cursor A</strong>I</a> on YouTube Live hosted by Jamie Marsland. They will explore the power of AI in crafting exceptional WordPress blocks. In this session, you’ll discover practical techniques, pro tips, and AI-driven tools to enhance your block-building skills and streamline workflows. Whether you’re a developer or looking to expand your WordPress expertise, this is your chance to unlock new possibilities for your WordPress site!</p>\n\n\n\n<a href=\"https://www.youtube.com/live/ZHTMLvydYN0\"><img width=\"652\" height=\"368\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/Screenshot-2025-03-15-at-15.27.01.png?resize=652%2C368&ssl=1\" alt=\"\" class=\"wp-image-38005\" /></a>\n\n\n\n<p><strong>Bart Kalisz</strong>, JavaScript Engineer at WooCommerce announced in his post <a href=\"https://developer.woocommerce.com/2025/03/11/woocommerce-blocks-client-files-relocated-to-complete-monorepo-merge/\">WooCommerce Blocks client files relocated to complete monorepo merge</a>. As of March 5, 2025, WooCommerce Blocks client files have moved from <code>plugins/woocommerce-blocks</code> to <code>plugins/woocommerce/client/blocks</code>, completing the monorepo merge initiated in December 2023. This change enhances codebase consistency and repository organization. Developers with existing pull requests need to rebase their branches. End users will not experience any functional differences. The build process remains the same, ensuring a smooth transition.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Do you want to jumpstart adding AI to your site? <strong>Felix Arntz</strong> has you covered with his plugin <a href=\"https://wordpress.org/plugins/ai-services/\"><strong>AI Services</strong></a> from the WordPress repository. The plugin provides a “central infrastructure that allows other plugins to make use of AI capabilities. It exposes APIs that can be used in various contexts, whether you need to use AI capabilities in server-side or client-side code.” The latest update comes with AI image generation, starting with OpenAI’s DALL-E and Google’s recently published Imagen models! The plugin page also lists a few code examples on how to integrate it using PHP or JavaScript.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Developer Advocates, <strong>Brian Coords</strong> and <strong>Nick Diego</strong> were experts on this week’s InstaWP webinar: <a href=\"https://www.youtube.com/watch?v=ItjtsF_zvHU\"><strong>Building WordPress Plugins with AI</strong></a> with founder <strong>Vikas Singhal</strong> to “reveal game-changing insights for leveraging AI to build powerful WordPress plugins.” Both developers demo’d their workflow programming with Cursor AI.</p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>This post <strong><a href=\"https://wordpress.com/blog/2025/02/24/studio-preview-sites/\">Introducing Preview Sites: Pushing the Limits of Collaboration with Studio</a>, <a href=\"https://x.com/antoniosejas\">Antonio Sejas</a></strong> catches us up on the latest features of <em>Studio</em>, WordPress’s local development tool. “Demo Sites” are now “Preview Sites” with increased storage (2 GB) and more sites allowed (10). Personalized URLs are introduced, and sites remain active for seven days after the last update. These changes enhance collaboration and testing for Studio users.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Geoff Graham</strong> built <a href=\"https://css-tricks.com/baseline-status-in-a-wordpress-block/\"><strong>Baseline Status in a WordPress Block</strong></a> and published a blog post about his approach, from scaffolding, settings, supports, rendering front and back end and styling. The plugin is available on the WordPress repository <br /><a href=\"https://wordpress.org/plugins/baseline-status/\">Baseline Status</a></p>\n\n\n\n<img width=\"652\" height=\"127\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/Screenshot-2025-03-15-at-17.49.43.png?resize=652%2C127&ssl=1\" alt=\"\" class=\"wp-image-38017\" />\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don’t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Featured Image: Wasserburg am Inn – Photo by Birgit Pauli-Haack</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won’t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 15 Mar 2025 17:15: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Do The Woo Community: Do the Woo Friday Shares, March 14, 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=92817\";s:7:\"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://dothewoo.io/blog/do-the-woo-friday-shares-march-14-2025/\";s: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:45:\"This weeks curated shares from the community.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Mar 2025 10:28:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Gravatar: SEO-Friendly Author Bio Pages: Essential Tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2849\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://blog.gravatar.com/2025/03/13/author-seo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20769:\"<p>If you’re an author, chances are you’ve come across terms like E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness). These concepts are critical for improving your visibility in search engine results, but putting them into action can feel like a daunting puzzle. Whether you’re a book author, a blogger, or someone with a diverse portfolio of written work, creating a strong web presence is essential to establishing your authority. </p>\n\n\n\n<p>Author SEO goes beyond just writing great content – it involves technical elements like schema markup and consistent author profiles to signal credibility to search engines. But how do you bring all these moving parts together to create an effective strategy?</p>\n\n\n\n<p>In this guide, we’ll explore actionable steps to optimize your author bio pages and build a consistent online presence. From <a href=\"https://gravatar.com/\">Gravatar</a> integration to schema markup, these techniques will help you strengthen your E-E-A-T signals and achieve better search rankings. </p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Building author E-E-A-T through optimized bio pages</strong></h2>\n\n\n\n<p>Establishing E-E-A-T is essential for authors striving to improve their visibility online. According to <a href=\"https://services.google.com/fh/files/misc/hsw-sqrg.pdf\">Google’s Search Quality Rater Guidelines</a>, high E-E-A-T pages are deemed more trustworthy, which can directly impact rankings.</p>\n\n\n\n<p>Your author bio page is a prime opportunity to strengthen your position. Here’s how to optimize each component:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Experience</strong>: Share milestones like years of writing, notable projects, or awards. This helps showcase your firsthand knowledge, making your expertise relatable and credible.</li>\n\n\n\n<li><strong>Expertise</strong>: Highlight qualifications such as degrees, certifications, or industry recognition. These reinforce your authority on your subject matter.</li>\n\n\n\n<li><strong>Authoritativeness</strong>: Link to your published work on reputable platforms, which positions you as a trusted source. Tools like Gravatar ensure your online presence remains consistent.</li>\n\n\n\n<li><strong>Trustworthiness</strong>: Build trust by including testimonials or reviews. A professional headshot and clear contact details further enhance reliability.</li>\n</ul>\n\n\n\n<p>Keep in mind that an optimized bio page is more than just an introduction to your readers – it signals your credibility and authority to search engines and readers alike. </p>\n\n\n\n<p>Now that you have a strong bio page in place, the next step is integrating tools like Gravatar to maintain consistency across all platforms. </p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Creating consistent author profiles with Gravatar</strong></h2>\n\n\n\n<img width=\"1397\" height=\"716\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/gravatar-new-homepage.png\" alt=\"Gravatar homepage\" class=\"wp-image-2851\" />\n\n\n\n<p>Being consistent across all your digital profiles can help you build a solid and trustworthy online presence, and <a href=\"https://gravatar.com/\">Gravatar</a> simplifies this process. This platform links your profile picture and key details – like your name, bio, and website – to your email address, ensuring that your information is automatically updated across supported websites.</p>\n\n\n\n<img width=\"660\" height=\"457\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/ronnie-gravatar-profile-2.png?w=660\" alt=\"Example of a completed Gravatar profile – Ronnie Burt\" class=\"wp-image-2853\" />\n\n\n\n<p>For authors, Gravatar eliminates the hassle of managing profiles manually on multiple platforms. Whether it’s a WordPress blog, an online portfolio, or a <a href=\"https://blog.gravatar.com/2024/07/11/enable-comments-in-wordpress/\">comment section</a>, Gravatar ensures your professional identity remains uniform, building trust and reinforcing your E-E-A-T.</p>\n\n\n\n<p>Setting up Gravatar is straightforward: Create an account, upload a professional photo, and fill in your details. </p>\n\n\n\n<img width=\"1452\" height=\"1123\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/gravatar-about-section-1.png\" alt=\"Example of the Gravatar profile dashboard – Editing the About section\" class=\"wp-image-2854\" />\n\n\n\n<p>From there, Gravatar takes care of the rest, providing flawless integration and a polished, consistent online presence. This not only saves time but also enhances your credibility, making it an essential tool for any author looking to strengthen and <a href=\"https://blog.gravatar.com/2024/12/02/how-can-you-manage-your-digital-footprint/\">monitor their digital footprint</a>.</p>\n\n\n\n<a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img width=\"3243\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" alt=\"\" class=\"wp-image-2616\" /></a>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>WordPress integration and cross-platform syncing</strong></h3>\n\n\n\n<p>According to W3Techs, “<a href=\"https://w3techs.com/technologies/details/cm-wordpress#:~:text=WordPress%20is%20used%20by%2062.0%25%20of%20all%20the%20websites%20whose%20content%20management%20system%20we%20know.%20This%20is%2043.6%25%20of%20all%20websites.\"><em>WordPress is used by 62.0% of all the websites</em></a><em> whose content management system we know. This is 43.6% of all websites.</em>” So, it’s no wonder that so many authors, writers, and contributors go with WordPress as their platform of choice. </p>\n\n\n\n<p>Gravatar integrates perfectly with WordPress, automatically displaying your avatar across the WordPress ecosystem wherever your email address is linked, such as in blog posts, comments, or <a href=\"https://blog.gravatar.com/2025/01/07/wordpress-author-box/\">author pages</a>. This standard integration helps maintain a consistent online identity with minimal effort.</p>\n\n\n\n<p>However, for authors looking to go beyond the basics, the <a href=\"https://wordpress.org/plugins/gravatar-enhanced/\">Gravatar Enhanced plugin</a> offers additional features. Unlike the default Gravatar setup, which only pulls the <a href=\"https://blog.gravatar.com/2024/07/19/wordpress-profile-picture/\">profile picture</a>, this plugin provides greater customization options, allowing you to display more detailed author profiles, including <a href=\"https://blog.gravatar.com/2024/11/11/how-to-list-social-media-handles/\">links to your social media</a> and published works. </p>\n\n\n\n<img width=\"1226\" height=\"793\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/gravatar-profile-block-customized-2.png\" alt=\"Example of a customized profile block with the Gravatar Enhanced plugin\" class=\"wp-image-2855\" />\n\n\n\n<p>You can also control how your Gravatar appears on various sections of your WordPress site, such as post bylines and author widgets.</p>\n\n\n\n<p>On top of that, with Gravatar you can create multiple profiles each linked to a different email address, and you can pull any of these easily with the Gravatar Enhanced plugin. This is invaluable if you write across different genres or target audiences (more on that in a second). </p>\n\n\n\n<p>If you’re tech-savvy or have the budget to work with a developer, and have many people contributing to your website, you can also take advantage of the <a href=\"https://docs.gravatar.com/api/profiles/rest-api/\">Gravatar REST API</a>. This gives you more flexibility and granular control over exactly what data gets imported and displayed on the website. It also makes it much easier for guest authors to contribute – their Gravatar profile information will be automatically imported. </p>\n\n\n\n<p>This applies to every single <a href=\"https://docs.gravatar.com/integrations/\">platform that has integrated Gravatar</a>, including <a href=\"https://github.com/\">GitHub</a>, <a href=\"https://slack.com/\">Slack</a>, <a href=\"https://openai.com/\">OpenAI</a>, <a href=\"https://www.figma.com/\">Figma</a>, <a href=\"https://zapier.com/\">Zapier</a>, and many more. </p>\n\n\n\n<img width=\"660\" height=\"268\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/companies-using-gravatar-logos.png?w=660\" alt=\"Logos of websites that have integrated Gravatar\" class=\"wp-image-2856\" />\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Managing multiple author identities</strong></h3>\n\n\n\n<p>For authors who write across different genres or target diverse audiences, managing multiple online identities can be a challenge. Gravatar simplifies this with its ability to associate multiple email addresses with unique profiles. Each profile can feature a distinct avatar, bio, and contact details, allowing you to tailor your online presence to specific audiences or platforms.</p>\n\n\n\n<p>To use a different profile with Gravatar Enhanced , you just need to put the email address corresponding to that profile. </p>\n\n\n\n<img width=\"660\" height=\"225\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/gravatar-profile-block-in-editor-1.png?w=660\" alt=\"Importing a Gravatar profile through email and the Gravatar Enhanced plugin\" class=\"wp-image-2857\" />\n\n\n\n<p>For instance, if you write technical guides under one pen name and fiction under another, Gravatar ensures your profiles stay separate and relevant. By linking each email to a unique profile, you maintain consistency and professionalism for both identities without any crossover confusion.</p>\n\n\n\n<p>This flexibility helps you maintain your E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness) across different niches, ensuring that each identity aligns with its intended audience while reinforcing your credibility.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Technical SEO essentials for author pages</strong></h2>\n\n\n\n<p>Optimizing the technical side of your author pages can help your site rank well in search engine results and provide an easy and memorable user experience. Here are some key areas to focus on:</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Page speed and mobile responsiveness</strong></h3>\n\n\n\n<p>Fast-loading, mobile-friendly pages are a must. Use tools like <a href=\"https://pagespeed.web.dev/\">Google PageSpeed Insights</a> to identify performance bottlenecks and ensure your site is accessible on all devices. Reasons for a slow website include: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Large image files</strong> – High-resolution images that aren’t optimized can significantly increase load times.</li>\n\n\n\n<li><strong>Too many HTTP requests</strong> – Each image, script, or CSS file requires a separate HTTP request, slowing down the site.</li>\n\n\n\n<li><strong>Unoptimized JavaScript and CSS </strong>– Heavy or poorly written scripts can delay rendering, especially if they aren’t minified or compressed.</li>\n\n\n\n<li><strong>Lack of browser caching </strong>– Without caching, users have to download site elements repeatedly, even if they’ve visited before.</li>\n\n\n\n<li><strong>Slow server response time </strong>– Poor hosting or high traffic can lead to delays in how quickly the server processes requests.</li>\n\n\n\n<li><strong>Bloated plugins</strong> – Excessive or poorly coded plugins can slow down the backend and frontend of the site.</li>\n\n\n\n<li><strong>Unoptimized database</strong> – A database cluttered with unnecessary data, like old revisions or spam comments, can slow query times.</li>\n\n\n\n<li><strong>High traffic without proper resources</strong> – A <a href=\"https://pressable.com/features/automate/wordpress-scalability-customization-hosting/\">sudden spike in visitors</a> can overwhelm your hosting plan, leading to slowdowns.</li>\n</ul>\n\n\n\n<p>Whatever the issue is, make sure you fix it on time since most users access the web via mobile, a <a href=\"https://blog.gravatar.com/2024/06/05/user-profile-page-examples/\">responsive, clutter-free design</a> helps with usability and improves your search rankings. </p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Schema markup for author pages</strong></h3>\n\n\n\n<p>Implementing schema markup helps search engines understand your content better. Use the “Author” schema to display rich snippets, such as your name, bio, and image, directly in search results. </p>\n\n\n\n<img width=\"660\" height=\"440\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/christopher-paolini-example-author-google-snippet.png?w=660\" alt=\"Example of an author page on Google Search Results\" class=\"wp-image-2859\" />\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Canonical URLs and structured navigation</strong></h3>\n\n\n\n<p>Ensure each author page has a unique, canonical URL to prevent duplicate content issues. Structured navigation, including breadcrumbs, helps search engines and users understand your site’s hierarchy, improving crawlability and the user experience. They are also essential for screen readers and users who only use keyboards to navigate. </p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Secure and accessible design</strong></h3>\n\n\n\n<p>A secure site (HTTPS) is critical for building trust with both users and search engines. Additionally, ensure your content is accessible to all users, including those with disabilities, by adhering to <a href=\"https://www.w3.org/TR/WCAG21/\">Web Content Accessibility Guidelines (WCAG)</a>. Here are some of the main areas you need to consider: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If you have a shop for your books, events, or services, make sure that users can successfully complete a purchase with any assistive technology, including screen readers and keyboard navigation. </li>\n\n\n\n<li>Create <a href=\"https://www.w3.org/WAI/tutorials/images/\">functional and descriptive alt text for your images</a> and files. Users should be able to understand the main idea behind each image and if it’s only decorative, just leave the alt text tag empty. </li>\n\n\n\n<li>Make sure your link texts make sense – “click here to book a spot for my book signing” is much better than just “click here.”</li>\n\n\n\n<li>Use accessible fonts and ensure that <a href=\"https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html\">users can scale text up to 200%</a> without the loss of functionality and content. </li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Meta descriptions and optimized headings</strong></h3>\n\n\n\n<p>Every author page should have a compelling meta description and properly structured headings (H1, H2, etc.). These elements improve click-through rates and help search engines identify the page’s main focus. They are also essential for accessibility: The meta descriptions and titles are what the assistive technologies will read out loud to people who use them and want to search online. </p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Implementing author schema markup</strong></h3>\n\n\n\n<p>Schema markup helps search engines understand the structure and content of your author pages, boosting visibility in search results. By implementing author-specific schema, you can enhance your E-E-A-T signals, making your pages more appealing to both users and search engines.</p>\n\n\n\n<img width=\"660\" height=\"183\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/author-schema-markup.png?w=660\" alt=\"Example of a rich snippet of an author website\" class=\"wp-image-2860\" />\n\n\n\n<p>For blog authors, use the <a href=\"https://schema.org/Article\">Article schema</a> to mark up your blog posts, including details like the headline, author name, and publication date. For book authors, the <a href=\"https://schema.org/Book\">Book schema</a> is ideal. It highlights properties like the book title, ISBN, and author information, making your work easier to find.</p>\n\n\n\n<img width=\"660\" height=\"250\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/example-book-schema.png?w=660\" alt=\"Example of a book Google snippet\" class=\"wp-image-2861\" />\n\n\n\n<p>You can then implement the schema on your website with the <a href=\"https://www.google.com/webmasters/markup-helper/u/0/\">Google’s Structured Data Markup Helper</a> or WordPress plugins like <a href=\"https://rankmath.com/\">Rank Math</a> and <a href=\"https://yoast.com/\">Yoast</a>. You can tag relevant sections of your page, such as your name, bio, and links to your published works, and generate JSON-LD code for seamless integration. </p>\n\n\n\n<p>To get the most out of schema markup, make sure you: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Include key details: </strong>Author name, profile image, and links to verified profiles.</li>\n\n\n\n<li><strong>Stay consistent across platforms</strong> by syncing with Gravatar, which adds a professional touch to your author bio.</li>\n\n\n\n<li><strong>Validate your schema</strong> with Google’s Rich Results Test to check for errors and ensure all required fields are present.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Measuring and improving author page performance</strong></h2>\n\n\n\n<p>Optimizing your author pages doesn’t stop at implementation – you need to measure their performance and refine them over time. Here’s how:</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Key metrics to track</strong></h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Organic traffic</strong> – Use tools like <a href=\"https://marketingplatform.google.com/about/analytics/\">Google Analytics</a> to monitor how many users find your author pages through search.</li>\n\n\n\n<li><strong>Bounce rate</strong> – A high bounce rate could indicate poor user experience or irrelevant content.</li>\n\n\n\n<li><strong>Time on page</strong> – Longer time spent suggests that visitors find your content engaging and valuable.</li>\n\n\n\n<li><strong>Search rankings</strong> – Track keyword rankings for your name, book titles, or blog posts using tools like <a href=\"https://search.google.com/search-console/about\">Google Search Console</a>, <a href=\"https://ahrefs.com/\">Ahrefs</a>, or <a href=\"https://www.semrush.com/\">SEMrush</a>.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Improving author page performance</strong></h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Enhance content</strong> – Ensure your bio includes relevant keywords, links to authoritative publications, and an engaging summary of your work.</li>\n\n\n\n<li><strong>Optimize for mobile</strong> – Many visitors will access your page from mobile devices, so ensure your layout is responsive and user-friendly.</li>\n\n\n\n<li><strong>Leverage internal linking</strong> – Link to related blog posts, books, or interviews to keep users engaged and improve site navigation.</li>\n\n\n\n<li><strong>Update regularly</strong> – Add new publications, awards, or noteworthy achievements to keep your page fresh and relevant.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Use heatmaps and session recordings</strong></h3>\n\n\n\n<p>Heatmaps (e.g., from tools like <a href=\"https://www.hotjar.com/\">Hotjar</a>) show which parts of your page users interact with most, helping you refine layout and content. </p>\n\n\n\n<img width=\"1593\" height=\"865\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/example-heatmap-hotjar.png\" alt=\"Example of a Hotjar heatmap\" class=\"wp-image-2862\" />\n\n\n\n<p>Session recordings provide deeper insights into user behavior, highlighting any obstacles they encounter. </p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Enhance your author authority now</strong></h2>\n\n\n\n<p>As AI-generated content continues to flood the web, a verified and consistent author profile is the best strategy to help you stand out and maintain reader trust. A strong, recognizable presence builds credibility and helps search engines and audiences alike see you as a reliable source.</p>\n\n\n\n<p>With the tips outlined in this article, you’ll lay a solid foundation for optimizing your author website. Start with a polished bio, leverage schema markup for better search visibility, and use Gravatar to maintain a consistent online identity. With its “Update Once, Sync Everywhere” functionality, Gravatar ensures your avatar and profile details are synchronized across platforms, saving you time while <a href=\"https://blog.gravatar.com/2024/04/10/personal-branding-tools/\">keeping your branding professional</a> and cohesive.</p>\n\n\n\n<p>The key to successful author SEO lies in the trinity of a professional bio and website, technical SEO, and an up-to-date Gravatar profile. Ready to boost your authority? <a href=\"https://gravatar.com/\">Learn more about Gravatar today</a>!</p>\n\n\n\n<a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img width=\"3243\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" alt=\"\" class=\"wp-image-2616\" /></a>\";s: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, 13 Mar 2025 18:49:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Do The Woo Community: Meet Some of Our Hosts at CloudFest 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=92709\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://dothewoo.io/blog/meet-some-of-our-hosts-at-cloudfest-2025/\";s: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:100:\"Make sure and say hi to some of our hosts if you are attending the CloudFest event or the Hackathon.\";s: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, 13 Mar 2025 12:03:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Do The Woo Community: A New Show, Content Sparks, with Regular Host BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=92609\";s:7:\"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:46:\"https://dothewoo.io/a-new-show-content-sparks/\";s: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:172:\"BobWP introduces \"Content Sparks,\" a show focusing on content creation insights, featuring tips from his 18 years in the WordPress space combined with my hosts experiences.\";s: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, 13 Mar 2025 09:27:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: #160 – Rahul Bansal on Success in Enterprise WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=188219\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/podcast/160-rahul-bansal-on-success-in-enterprise-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:57342:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, creating a successful business in enterprise WordPress, and working to foster the WordPress community.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Rahul Bansal.</p>\n\n\n\n<p>Rahul is the founder and CEO of rtCamp, a large agency that specializes in enterprise grade WordPress projects. He began his journey quite differently, starting as an individual blogger back in 2006, discovering WordPress in 2007, and gradually transitioning from being a publisher to a freelance developer, before founding rtCamp in 2009.</p>\n\n\n\n<p>Today, rtCamp is an enterprise grade WordPress consultancy agency operating globally and trusted by clients such as Google, Meta, Automattic, News UK and Al Jazeera.</p>\n\n\n\n<p>Rahul sheds his light on working with enterprise clients in the WordPress space. Many of us are familiar with WordPress in the context of small businesses and blogging, but the enterprise space demands additional layers of security and scalability. Rahul explains the factors that set enterprise projects apart, and why meticulous code reviews, and security audits are essential when working at this level.</p>\n\n\n\n<p>He talks about the opportunities in the enterprise space, recounting how rtCamp initially stumbled into enterprise level projects, not even realizing their potential until a client’s high expectations led to a decision to market themselves as an enterprise agency.</p>\n\n\n\n<p>We also discussed the role of WordPress in enterprise environments, from why Gutenberg has become a credible selling point due to its powerful editing capabilities, to how the platform’s flexibility supports varied enterprise needs.</p>\n\n\n\n<p>Rahul also gets into the importance of positioning. How historical context offers advantages, and the expanding market that makes WordPress a compelling choice for large clients today.</p>\n\n\n\n<p>Towards the end, we explore rtCamp’s innovative intern program, aimed at growing the WordPress talent pool, and the way they’re contributing back to the WordPress project, a win-win for the business and the broader community.</p>\n\n\n\n<p>If you’ve ever considered what it takes to work with WordPress at the enterprise level, this episode is for you.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you, Rahul Bansal.</p>\n\n\n\n<p>I am joined on the podcast today by Rahul Bansal. Hello.</p>\n\n\n\n<p>[00:03:47] <strong>Rahul Bansal:</strong> Hello.</p>\n\n\n\n<p>[00:03:48] <strong>Nathan Wrigley:</strong> It is very nice to have you on the podcast today. We’re going to talk about the enterprise, which I confess is something that I only really know about because people talk about it. I’ve never worked in the enterprise, I’ve never worked with enterprise clients. So Rahul is here. He’s very much in the enterprise as you’re about to find out, and he’s going to educate me all about that.</p>\n\n\n\n<p>So Rahul, I wonder if you wouldn’t mind just for a minute or two minutes, just tell us who you are, what you do in the WordPress space, where you work, your position there, and so on. A little potted bio.</p>\n\n\n\n<p>[00:04:18] <strong>Rahul Bansal:</strong> Currently I am founder and CEO of rtCamp, which is a large agency specifically dealing in enterprise grade WordPress projects. I started quite differently, like I started as a individual blogger, back in 2006.</p>\n\n\n\n<p>In 2007 I found WordPress. I started developing with WordPress in 2007. And slowly from being a publisher, I become freelance developer, and then around 2009 rtCamp started. So I’ve been with rtCamp for the last 16 years.</p>\n\n\n\n<p>[00:04:46] <strong>Nathan Wrigley:</strong> That’s been quite a journey. I see the name rtCamp everywhere. And we should just say, so it’s spelt, lowercase r, lowercase t, and then Camp with a capitol C, a m p. Go and Google that, and have a look at what the team over there doing.</p>\n\n\n\n<p>How big has the team grown to? How many employees, staff do you have over there now?</p>\n\n\n\n<p>[00:05:05] <strong>Rahul Bansal:</strong> So currently we are 230 people, all spread over.</p>\n\n\n\n<p>[00:05:08] <strong>Nathan Wrigley:</strong> That is truly an enormous agency. So bravo for growing that. That’s really incredible.</p>\n\n\n\n<p>The first question that I want to ask though is, when does normal WordPress become enterprise WordPress? At what point do we cross the Rubicon where a site is, I don’t know, big enough, or your agency is working with a different type of client? Can you define what you think that means? And I’m sure that if you’re on the cusp of being an enterprise agency, this is something that, you know, may be slightly confusing.</p>\n\n\n\n<p>[00:05:37] <strong>Rahul Bansal:</strong> Firstly, there is no formal definition to that. Many agencies believe they’re serving enterprise space when they’re not. Some people are actually serving enterprise space, but they don’t realise it.</p>\n\n\n\n<p>So in my opinion, it’s where the requirement changes a lot. Like, for example, if we’re building a small WordPress site, which I don’t consider as an enterprise site, we will be tempted to pick first theme and plugin that matches our need, like if it works, if it gets a job done, that’s it.</p>\n\n\n\n<p>But then in enterprise space, there is a lot of security and scalability concerns. These two concerns are very big. Something might be working all right, but then when you look at the code, you realise that there’s going to be a security issues, or there could be scalability issues. Many times, indy developer person, they design small WordPress plugins. They don’t have data or big enough site to test it on a large installation. So those things are not tested on really high traffic website. So enterprise can mean really high traffic website, with a lot of scalability requirement.</p>\n\n\n\n<p>On the other hand, the traffic can be less, but the security requirement can be enormous. Consider the White House website. It was on the WordPress with the previous administration, and it’s again, on the WordPress with the new administration. So in both cases, I don’t think White House, like a website we can classify as a very high traffic website, but it is a very sensitive website.</p>\n\n\n\n<p>It would be a lot embarrassing if that site gets hacked. So every piece of code that goes into White House website, which agency is working on it, will be thoroughly checked for security attack, for audit, for all the compliances. And this additional efforts is what makes it enterprisey, in my opinion.</p>\n\n\n\n<p>[00:07:12] <strong>Nathan Wrigley:</strong> Okay, so it’s not necessarily the size of the client, or the fame, for want of a better word, of the client. It’s more about the kind of work that you’re doing in the background. So custom code largely, because you simply at that scale cannot have something off the shelf.</p>\n\n\n\n<p>[00:07:28] <strong>Rahul Bansal:</strong> So we can have things off the shelf. The thing is, you cannot just take it and use it. You still have to own it in that sense. Like, for our clients also, we go and use many things from WordPress plugin directory. But then when we put it on this website, it is kind of like signed by us. So it’s like we have to verify, even if it is not coded by us, we have to verify line by line that it is following best coding practices, database queries will scale with high traffic, if it is a high traffic website.</p>\n\n\n\n<p>There are many checks and balances in place. So no matter if you are doing in-house, like as a custom coding, or we are buying a premium plugin or using a free plugin, everything has to go through certain checks. And those checks are very expensive to do, because that’s a human labor. You have to literally go through things line by line. And in many cases, you have to put extra efforts to make it scalable with their existing system.</p>\n\n\n\n<p>Because usually a large enterprise won’t use just a website in silos. It’ll be part of multiple system like authentication system, where if an employee joins a large organisation based on some rule, they might get automatic access to their website. Likewise, if they leave organisation, their access should be automatically revoked, or they have some CRM integrations, data integrations, some kind of asset, like digital asset management solution integration.</p>\n\n\n\n<p>So all these have to be connected, and this all need to work together. So a lot of effort goes in doing these extra things, which are either don’t exist for small websites. So, enterprise website that I’m talking about, this can be really unknown website. We have a client which is basically a government public origin fund. Common people don’t even know about them, but they basically want pretty much all the big companies we know. Like, they have stake in all the big companies. Their asset is something like $400 billion in under management.</p>\n\n\n\n<p>Most people don’t even know that company. But then it’s very sensitive because that money they’re managing is public money, it’s not like VC fund. It’s actually state reserve. Now, seriousness, we need to demonstrate in the security is very high, because if something gets hacked or somebody uploads the wrong investor report or something like portfolio report, it can have a lot of consequences.</p>\n\n\n\n<p>[00:09:32] <strong>Nathan Wrigley:</strong> It kind of sounds to me as if the assurance that you are giving an enterprise client is basically that what we’ve built is, as far as we can tell, it’s bulletproof. We’ve gone through it line by line. We may have custom coded bits and pieces, but certainly the bits that we didn’t custom code, we are totally guaranteeing that this is going to be robust.</p>\n\n\n\n<p>And also it’s sounds a bit like, if a client at an enterprise level approaches you and they say, can you do this? Your answer is yes. Basically, yes, we can do it. We can do it with WordPress. There may be a cost, but we can do it. There’s almost no scenario where a client would come to you and say, can you do this, forget the money, can you do it? The answer’s never no. The answer’s always going to be yeah, yeah, we’ll figure it out.</p>\n\n\n\n<p>[00:10:15] <strong>Rahul Bansal:</strong> So that’s the thing, like if the budget has no limit then there is no limit on technology. Most often, like even where enterprise agency, WordPress has this large spectrum. So we end up with a lot of low quality leads, where somebody knocks on an enterprise agencies’ door and they really have budget constraint. They really want something really good out of the box, but they don’t want to pay for it. Or they don’t want to pay as high as it’ll require to deliver that kind of solution.</p>\n\n\n\n<p>For some enterprises, budget is no limit, but then we try to be mindful of resources. For example, many enterprise agencies, including us, if you go to their GitHub account, they would have list of published themes and plugins. Most commonly plugins, themes rarely are used off the shelf. So we will build these plugins to ensure that the cost of rebuild project is less, like if we have to deliver another project, we try our best that we reuse as much as possible.</p>\n\n\n\n<p>And that’s the open source spirit, that the entire WordPress committee follows. We use many times solutions that are already put in open source by our competing agencies. They also use our solution. So that’s where the enterprise solution with WordPress is also affordable. The right enterprise client that we target, usually have higher budget than we would need to develop because we are competing against a lot of experienced managers, which are very expensive, super expensive.</p>\n\n\n\n<p>And when I is super expensive, I’m just talking about licensing fees. Before you hire an agency to write custom code for you, you have already paid a lot of money just for the right to use the software. With WordPress, that right to use costs zero. And then all the nice agencies in WordPress space, big, small, no matter what size they are, try their best to reuse existing solutions, to bring the cost down.</p>\n\n\n\n<p>So enterprise WordPress, relatively, cost less than other enterprise CMS, but then it certainly costs a lot than building a small website. Like, you cannot go to an enterprise agency and expect in $500 your site to be built perfectly, because the requirement gathering phase, like talking to all stakeholders and understanding all the solutions they use inhouse can take like many days.</p>\n\n\n\n<p>[00:12:15] <strong>Nathan Wrigley:</strong> So you may have answered this question just now with what you’ve just said. I feel that you’ve definitely gone into this territory, but it sounds like there’s a lot of line by line checking of everything. So for example, if you use a plugin off the repo, you’re going to go through that one line at a time. And you said this can be an expensive process. You’ve also said that obviously there’s benefits of using WordPress because you can take things that other people have used and so on.</p>\n\n\n\n<p>But I guess at some point there’s got to be some sort of tipping point where you think, okay, WordPress is going to be good for this project, but it might not be good for that project. Is it always WordPress for you? Do you always lean into WordPress, or does there come a point where you say, do you know what, with the custom things that this particular client wants and what have you, lets just build the thing ourselves, let’s not rely on the CMS, or do you always lean in on WordPress?</p>\n\n\n\n<p>[00:13:01] <strong>Rahul Bansal:</strong> Maybe it’s the nature of our positioning that we rarely get things that we cannot do in WordPress, so we always do things in WordPress. The boundary varies with how much off the shelf WordPress we’ll use, and how much custom we’ll use. In one of the project, I remember there was a specific data crunching process that we needed to build. And we felt that it’ll be better if it is built as a microservice and run independently.</p>\n\n\n\n<p>So we built that in Python, but then it was talking to WordPress REST API. So that freedom we have from client, for example like that microservice, that microservice was never visible to any of the client’s editorial team. Everything they were doing, their only interface was WP admin. There was no second login or no second interface to them. It was just something was running on some server and magically data was going inside and outside WordPress.</p>\n\n\n\n<p>And that’s the power of WordPress. It has so many APIs to communicate with outside world, like rest API, GraphQL, and even from the traditional XML-RPC. That WordPress can coexist with other systems very nicely. And that’s where we never face that, can we do this on WordPress or not? It’s like, can we do everything on WordPress, or do we need to put some minor things outside WordPress?</p>\n\n\n\n<p>And those decisions are not the engineering limitation. Like, that microservice, we could have put it in WordPress also, but we felt that its architecture was more suited for independent microservice. That was the right call, it turned out to be right call. Much later that microservice grew independently.</p>\n\n\n\n<p>[00:14:26] <strong>Nathan Wrigley:</strong> If we rewind the clock to the beginning when you were just beginning with WordPress and beginning the agency that ended up being rtCamp with your 230 odd employees, did you intend for what’s happened to happen? Did you always know that you wanted to grow something to the point where it became, air quotes, enterprise with many, many employees, or did it just evolve over time unexpectedly?</p>\n\n\n\n<p>[00:14:49] <strong>Rahul Bansal:</strong> Yeah, it all happened unexpectedly. Like, I started as a professional blogger. I used to make money from advertising, affiliate marketing. So it’s like, I wasn’t doing anything remotely related to agencies.</p>\n\n\n\n<p>So one thing led to another and then I started freelancing. Then even after freelancing, when I started rtCamp as an agency, because I was coming from bloggersphere, most of my initial client were bloggers, like independent bloggers. Somebody wanted a theme, somebody wanted a plugin, somebody wanted a sidebar, which sidebar just used to be a lot more popular in those early days of blogging. Like, people used to have MySpace, like experience on the web, like lots of widgets, email submission form, this pop up.</p>\n\n\n\n<p>So in fact, the first enterprise client that walked into our door, that’s why I said like many agencies don’t even realise when they mingle with enterprise space. I kind of felt very irritated because they asked so many questions. They got our reference from LinkedIn. We had zero, we were not even using enterprise word anywhere in our branding, marketing, anywhere at all. But back in 2010, also, we made a good name for ourselves.</p>\n\n\n\n<p>So anybody who shouted, hey, any WordPress references, our name used to pop up on social media. So we got that. And they sent us a very large procurement checklist, which we never heard of. All of our projects were like email exchange, two, three emails, money via PayPal, and emails used to be contact. Like, whatever you committed on email is the contract.</p>\n\n\n\n<p>And suddenly there comes like this long PDF, Excel sheets with check boxes. Do you have a data storage policy? This policy, that policy. If we end up filling this, we’re not going make any profit with this project. So then one of my teammates said, let’s price in that. Let’s price in and see if they can afford it. So we literally added another zero to our pricing, literally like 5 times, 10 times. And we said like, hey, this is our minimum, do you want to go ahead?</p>\n\n\n\n<p>I said, sure, like this is peanuts. And they were worried like, do you understand the project? You are quoting very less, your starting point is very less than our internal budget. So they came to our office, they were based in India. Luckily they were in the same city. They came to our office to audit us physically. They put like remarks like, you don’t have a fingerprint scanner in your biometric sensors in your office entry. There is no employee log.</p>\n\n\n\n<p>But we are not storing any of your data. So this office is not the building where your data will reside. Your data will reside on AWS, or all those cloud servers. And then they got convinced. WordPress was very small then, and we were the only known agencies, which was fully committed to WordPress at that point. So they didn’t have choice two, three, so they kind of crossed the fingers and gave us that project.</p>\n\n\n\n<p>It took six months to close. I was very pessimistic. It’s only after two, three years that we realised that they’d become our largest client by a huge margin. All my blogger friend put one side, and this single client, one side. And that revenue was growing very nicely, year on year. Renewals, they had this retainers, every year they were renewing without asking questions.</p>\n\n\n\n<p>So I realise that it’s very hard to win these big clients, but once you are in it becomes very smooth journey, henceforth, like after that point. And then I think 2014 around, after two, three years data, when I saw that this client was consistently, for the last three years in a row, our biggest client. Zero sales effort, zero account issues, no negotiation on pricing, and everything was smooth.</p>\n\n\n\n<p>So then I thought like we should go in to some enterprise space, and luckily around that time I had a call with Chris Lema. Chris Lema used to be available for consulting calls on Clarity. I’m not sure if that service is still around. And I still remember it was exactly 33 minutes that I talked to Chris. He repositioned rtCamp. In 33 minutes he gave me some amazing breakthrough idea.</p>\n\n\n\n<p>And after that call, first time we told ourselves, we are enterprise WordPress agency from today. Until 2014 we were not identifying ourself or branding ourself as an enterprise workplace agency. That moment was the first time when we put in bold letters on our homepage, in SEO Meta, everywhere we added, we are enterprise, enterprise, enterprise WordPress.</p>\n\n\n\n<p>[00:18:35] <strong>Nathan Wrigley:</strong> Can you remember that moment? So if you cast your mind back, when you added the zero and sent it, and there was obviously some suspicion in your mind that nothing’s going to come of this or what have you. Can you remember the feeling? So it’s an odd question because I’m asking you about your feelings, but can you remember the feeling when they came back and said, oh yeah, this is not as expensive as we’d imagined? That really must have opened up an entirely new world for you.</p>\n\n\n\n<p>[00:19:00] <strong>Rahul Bansal:</strong> Yeah. So firstly, it was very unexpected because we were selling like WordPress projects for $100, $50, $500. The biggest was $1,000. We still remember we built a complete BuddyPress plugin for $900. And we were like so happy when that client sent us $100 tip. He rounded up to $1,000 and we were partying, like with that extra $100, we throw a party to our team.</p>\n\n\n\n<p>And suddenly this client comes and they said, $5,000 is okay? Are you kidding me? Because they sent so much data I didn’t want to fill in, so I just thought, let’s just give them a number and they will walk away. We’ll not appear as a company who didn’t want to fulfill their data request. I thought, I will give them a reason to walk away, but then it didn’t walk out.</p>\n\n\n\n<p>Initially I was still skeptical because they really demand too much data. Just imagine, we were like some 20 people agency at that time, and we spent three to six months in back and forth sales call. We didn’t have typical sales team at that point. Writing those long answers. We were not even understanding questions. The problem was not that we didn’t want to give data or we didn’t take security seriously, there were things that we never heard of.</p>\n\n\n\n<p>It was all like foreign language to us. What are they asking? Why do they want to do that? I was not expecting lifetime revenue, that concept was not in our books then. So it was project, money in, money out, end of email, site goes live. Then the recurring revenues hosting companies. We were not into selling maintenance contract.</p>\n\n\n\n<p>So it was a project kind of thinking like big, big economy mindset. So even with 5,000, I thought like, the amount of effort they’re putting us, we won’t be left with any decent margin after this project. And that was a true case. For first year there was not much margin left because they had put us through a lot of work to fulfill that project. And then we realised we underquoted after that also, because when the data, we had to talk to their Microsoft vendor. They were using Microsoft SharePoint. There were many rough edges that we had no idea could happen to us.</p>\n\n\n\n<p>In year one, they were the highest revenue, but project was in loss. It’s only a year, two, three, it was very good profit. And then we have the strategy that we call now land and expand. Land big accounts, no matter whatever price point you wanted to do, go aggressive, and then once you are in, then you spread within the organisation.</p>\n\n\n\n<p>[00:21:08] <strong>Nathan Wrigley:</strong> Oh that’s an interesting insight. So land and expand. Land the client, the big fish, if you like, with the knowledge that if you maintain the relationship over many years, the profit can build up. Not necessarily year one, but maybe a bit in year two, and year three, and year four, it’s beginning to mature.</p>\n\n\n\n<p>And, it sounds like such an interesting story. And, again, I’m going to rewind back to before 2014, so before you added enterprise to your website and have you. Do you think if you had begun your journey today, that you would have the same capability to expand in the same way? Because it feels like there are now quite a few players. Perhaps when you began that was less of the case. You were competing in a much less crowded marketplace.</p>\n\n\n\n<p>But it feels like everybody’s intent now is to become an agency which can call itself enterprise. And I’m imagining that you got your foot in the door at a really nice time where you became a name that everybody could trust, and the recommendations come in because of prior work, but maybe that would be more difficult now.</p>\n\n\n\n<p>[00:22:08] <strong>Rahul Bansal:</strong> The market is much bigger now. In fact, just imagine WordPress market share. When we were building the first initial websites, there was not even custom post types that were present in WordPress. So all the WordPress plugins, we used to do a lot of hacks. There was not standardisation. So a lot of things happened with WordPress as a platform. WordPress evolved. The market share has become so big. It’s easier to sell. We have so many examples like from White House to large publishers. And globally, it’s not like just the American companies are using WordPress. India’s second largest publisher also uses WordPress. So does Al Jazeera in Qatar.</p>\n\n\n\n<p>So there are many big websites all over the world so it makes WordPress easy to sell. The market is big. There is a precedence where you can pitch somebody, this is WordPress used by so and so. I believe that no matter which lead you are dealing with, so if you have a lead from a certain industry, a certain geography, you will find a WordPress success story in their geography. You will find WordPress being used by your prospect’s competition. That makes it easier to sell WordPress.</p>\n\n\n\n<p>So, yeah, the competition is more because opportunity is bigger. The pie is a lot bigger. Otherwise we would’ve stuck to the same size. Every year we are adding more people because we are able to get more work for them, even with these new agencies coming up. In fact, it’s easier to build WordPress agency, or any kind of enterprise grade agency now, because the recipe is quite clear. Because we can look at how other agencies are doing and you can take some lessons from them.</p>\n\n\n\n<p>At that time we had no idea. Like, in fact, we didn’t have the idea that we should position ourselves enterprise grade agency, that was the call with Chris. Before that call, we had no idea that we should be labeling ourselves as an enterprise grade agency.</p>\n\n\n\n<p>[00:23:42] <strong>Nathan Wrigley:</strong> If clients approach you, and it sounds like this may not be the case. It feels like people are approaching you because you build WordPress, not inquiring whether or not you would do a WordPress project for them. What are the one or two bits that you always bring out when a client says, well, why would we go with WordPress? What are the one or two top line items which you think, okay, if we’re going to build you a website, we’re going to choose WordPress, and here’s the best reasons at enterprise? So we’re not talking about a mom and pop store, that it really doesn’t matter if it goes down a bit. What are the one or two things which you bring out when an enterprise client wants to know why WordPress?</p>\n\n\n\n<p>[00:24:18] <strong>Rahul Bansal:</strong> First we want to reassure them that WordPress is the right platform. So this is a difference between a product company and agency. A product has a landing page, which is more similar, it gets us to a lot of people. But an agency pitch is tailored for every client, every prospect. So our first goal is to find competition. So which are the competitors for this particular client, prospective client, and see if they’re using WordPress. If your competition is using WordPress, you will feel a lot more comfortable going after it, because nobody wants to be first, especially in large enterprises.</p>\n\n\n\n<p>Another way we define enterprise is that, when you are not buying from out of your pocket. In a large organisation, your job is not to save the money or find cheapest solution, your job is to deliver result so that it can go very nicely in your annual review report. I still believe people, especially in enterprise, are looking for safety as a first because they know that they have budget to build anything under the sun.</p>\n\n\n\n<p>So usually we say less like, WordPress can do this, WordPress can do that. Because for everything that WordPress or any platform doesn’t do out of the box, they have budget. What they need to know is that it’s secure, it’s safe, it’ll scale well. And if some government approaches us, so we show that public sovereign fund, that they’re managing. So that client has a special permission with us, like we cannot refer them publicly, that government agency, but we can refer them to other government agencies in private conversations. So that is how we convince like, okay, this is similar people to you who are using WordPress.</p>\n\n\n\n<p>And I think safety is still the first thing that people are looking for because, it’s not even WordPress, it starts with open source. There is something, somebody did some marketing where people believe or have this misconception that open source will be easy to hack, because you can see the code, you can easily hack. That is our first step. If client mentions it explicitly, we go all in. Even if the client doesn’t mention it, if the prospect says that we are looking for rating interest, we still will verify. Are you sure that you are sorted on WordPress being safe? Any concerns, any doubts?</p>\n\n\n\n<p>And then features, because WordPress has no match. And I’m not saying this as a WordPress agency. The Gutenberg editor itself alone is miles apart. If you go to any other platform, the editing capabilities are nowhere close to Gutenberg editor. Gutenberg editor demo itself is a deal breaker in many cases. We just show them Gutenberg editor, and they’re like, wow, is this possible? Is this thing real? Is this some mockup? No, this is website. After the call, we are going to send you a URL, go and try your hands on. This is no fake, that vaporware demo where you see something on my screen, but in reality it doesn’t work like that. This is the real website. Go and try it.</p>\n\n\n\n<p>[00:26:53] <strong>Nathan Wrigley:</strong> That’s really interesting because in the non-enterprise, that message hasn’t necessarily landed. Gutenberg is, it’s very divisive issue, isn’t it? Whether you use it or not. And it’s curious that you are saying that it’s one of the key things which leads to the success.</p>\n\n\n\n<p>Can you just dig into that a little bit? What are some of the aspects of Gutenberg which make the clients think, okay, this is great, this is perfect, this is just what we need? What are some of the features that you draw out of the block editor?</p>\n\n\n\n<p>[00:27:19] <strong>Rahul Bansal:</strong> So I think the main difference that we feel like compared to the consumer WordPress, I would say. The consumer WordPress access technologies on very different platform, like proprietary. Just imagine somebody is using Instagram to create reels. With that mindset they come to WordPress Media Library and expect video editing experience like that to happen in WordPress, they will be disappointed.</p>\n\n\n\n<p>But here we’re talking to people in large companies, very large companies, using legacy systems, probably from the nineties. They might have a desktop application to update a webpage, some ugly looking forms. We even have a memory where a client, their publishing workflow they had to write an article using a very poorly designed HTML web form, and they had to upload images via FTP. And then they had to reference images in document. There was no drag and drop interface.</p>\n\n\n\n<p>So now if somebody like this person comes to Gutenberg, it’s like an iPhone moment for them. With that being said, Gutenberg itself is a very powerful editor. We haven’t come across a case where somebody said, oh, this is not flexible. As I said, like enterprise have a very good balance around the feature versus maintenance. For example, so Gutenberg may have one or two features less compared to a third party page builder, but then being part of Core, they’re assured that five years down the line, it will be very well maintained.</p>\n\n\n\n<p>Security is more important to them because one less plugin means one less attack vector. Less things to break, less things to train, less things to maintain going forward. We as an agency develop so many sites on Gutenberg that we have our own libraries and our own patterns. So it’s like, whenever a requirement comes, we can easily map it to Gutenberg.</p>\n\n\n\n<p>[00:28:51] <strong>Nathan Wrigley:</strong> I think that’s the difficult thing to imagine if you’ve never built your own block or you’ve never delved into patterns. But certainly at the enterprise level, if a client comes to you and said, we have this repeatable thing, and we need to put this repeatable thing on page every time. And honestly it’s real chore. And you can build a block, and they drop the block in, and now they just fill out some fields, drag an image in here, and suddenly, boom, it’s exactly on the front end what were expecting.</p>\n\n\n\n<p>It’s that kind of thing, isn’t it? It’s that, almost like an app inside of an editor. So we’ve got a block which consumes perfectly the content that you want, and we can adapt it if your needs change. But if you’ve never really gotten into that, it’s hard to imagine. It’s just a bunch of paragraphs and images, but it’s not, it’s so much more powerful than that.</p>\n\n\n\n<p>[00:29:34] <strong>Rahul Bansal:</strong> One thing I would say that, if you look at any large corporation, they have something called design systems, where they have their brand guidelines across products, not just websites like, across mediums like print and everywhere. With Gutenberg, it is very intuitive and easy to map the design system into WordPress. So that is where Gutenberg shines, that you can create patterns, you can create theme json. You can give them a starting point which blends very well with their existing design system.</p>\n\n\n\n<p>That is where half of the job gets done. Like, compared to indie hackers or small businesses, large enterprises are not running after lots of plugins. They don’t want to try a hundred plus blocks plugin, a plugin with 200 blocks. They want to restrict number of choices. They want to have less number of blocks, but properly weighted with the user’s guidelines. So it’s like, the freedom they demand is easily given by Gutenberg, and with the assurance of, it is going to be around long term. It’ll be very well maintained. It’ll be very well supported, and performance. I still feel Gutenberg has much better performance, the markup, SEO qualities, top notch.</p>\n\n\n\n<p>[00:30:35] <strong>Nathan Wrigley:</strong> I think it’s just the constraints that you can put around that editing experience. So if the client comes and they want this inexperienced user to be able to create content but have boundaries so they can, I don’t know, they can add an image here and it will be, it doesn’t matter, they just put it in and it will output perfectly. And here’s where the text goes, but they can’t change the fonts, you’re not allowed to change the color and what have you. All of those kind of constraints around the editing experience. It’s just miraculous really what’s possible.</p>\n\n\n\n<p>And I think it gets lost because the majority of people, I’m imagining using WordPress are sort of tinkering with Core blocks and it can become confusing. There’s lots of choices. You try one thing and it doesn’t work out, and you throw your hands in the air. But if you’ve built the perfect thing, then all of those guardrails are in place and it will output the perfect thing every time. I think that’s really interesting.</p>\n\n\n\n<p>How do you grow, and how do you find your next employees? Because I’m guessing at the level that you are now at, you must have some fairly exacting specifications when you put out a job description. And WordPress is becoming an increasingly JavaScript based thing. Lot more technical difficulties. Where do you find your talent, and is it becoming harder to find?</p>\n\n\n\n<p>[00:31:40] <strong>Rahul Bansal:</strong> This would be unique to literally us. We have what we call our own training center where we, every year we take some 50 students from college, who recently graduated. Every six months we take 25 to 30 students from colleges. We put them through six months of training, like a complete, they get paid to learn WordPress for six month. They have no obligation to continue with us. They can join our competition, they can do anything with the WordPress.</p>\n\n\n\n<p>But we really get this talent and this job is very popular in India. So this training we run, the pay scales are very popular in India. So last year also we had some 90,000 applications for 60 positions. We literally have to build a platform. So we have a campus adding platform, its name is Chitragupta. Chitragupta is basically is responsible for managing the ledger of your good and bad work. So in Hindu mythology. So we built Chitragupta, which basically scans your GitHub repos and assigns your grade.</p>\n\n\n\n<p>And those 9,000 people gets graded. And then we interview from top to bottom until 60 positions gets filled. So last time we had to interview some 1,200 students, by the time 60 students got selected.</p>\n\n\n\n<p>Then we put them to the six month training. Our course is public, so people know what is going to be in the course, and so we find a lot of passionate people. Many times by the time they join our course, I’ve already gone through it from the public website that we have learn.rtcamp.com. From there, they already have checked it. And then we put them through the six month training. After that, this thing we started this year only. After six month training, we put them six months into the WordPress.</p>\n\n\n\n<p>So WordPress Core has a mentorship program running on for new contributors. So this year we enrolled 10 people, managed by Automattic and Google employees, senior employees. So they are mentoring this people for further. So first year we, we invest them heavily. Zero revenue, only investment in year one.</p>\n\n\n\n<p>And then from year two, we start getting, like some client work done from them. And this is something turned out to be very great for us from last three years. At some point we felt, there are same number of people switching between agencies, and net new addition to the WordPress worker pool was getting stagnant, especially around Covid.</p>\n\n\n\n<p>I felt the way people used to discover life with WordPress, or a professional life with WordPress was mostly through WordCamps or meetup groups, and when that Covid happened, we suddenly missed those years, when new people didn’t come to the WordPress, as many as they used to come before.</p>\n\n\n\n<p>So there was this gap that started hurting large agencies, like us. Because if we look at a small website, then the enterprise budget appears a lot, but there’s always a limit. No company approves unlimited budget for any venture. Like for every project there’s a budget. It’s usually large enough, but there’s always a number and, as talent was getting more expensive, WordPress was getting unaffordable at some point.</p>\n\n\n\n<p>So I talked to some medium publishers, medium sized publishers, not the big ones, who complain a lot. Like the good WordPress agencies are either sold out or too expensive. It’s like WordPress is suddenly getting unaffordable, and that is when we started in this hiding experiment, where we onboarded people every year. And this is, we are doing from last four years.</p>\n\n\n\n<p>So we have been hiring for many years, but early it was 5, 10 people. This massive scale of hiring we started from last three to four years. And, it turned very well for us. Like all these people in second year clocked, like in agency billable hours is a very big metric, and in second year, these people clock 90%, more than 90% billable hours.</p>\n\n\n\n<p>[00:35:08] <strong>Nathan Wrigley:</strong> That’s incredible. What a great idea. Can I just ask, just to clarify with that, is that an in-person thing? So you come to a place where 60 people gather, and the tuition is taking place in the same room, or is it an online thing or?</p>\n\n\n\n<p>[00:35:23] <strong>Rahul Bansal:</strong> So before Covid it was, it used to be in the same room, but the scale was 20 people at that time only. After Covid, we made it completely remote. It’s now completely remote. It’s still in the same time zone because, these are the Zoom calls, recordings. The time zone synchronization is needed. So that’s why it’s currently India only. But we are expanding it to other territories, and we are seeing like if we can create similar talent pool in other part of the world. Because,early it was in n office, then it went remote over Zoom. And this year, it is going async. We have a dedicated department, which is called Learning and Development Department.</p>\n\n\n\n<p>So our agency head has implemented most lessons in a synced way, so that people can wake up at different time. And so it’s like they won’t get blocked. They can learn asynchronously, they can complete this six month course asynchronously.</p>\n\n\n\n<p>[00:36:11] <strong>Nathan Wrigley:</strong> It just sounds like the appetite is incredible. The numbers that you just mentioned there, I think you said something like 1200 or something like that, people for 90 places. That’s just remarkable. So the appetite really is there. It seems like such a commendable project as well, in that you are putting out a limited, you know what, you can manage. 60 people out into the workplace. Some of them may end up working with you. Some may end up working with your competitors. But you’ve put 60 people out there who are really credible at pushing the boundaries of what WordPress can do, and hopefully just making a start on their career.</p>\n\n\n\n<p>[00:36:44] <strong>Rahul Bansal:</strong> Yeah.</p>\n\n\n\n<p>[00:36:45] <strong>Nathan Wrigley:</strong> But I know that it’s not just limited to that. And, I would like to get into this just before we finish, because I think this is important. Over the last few years we see these metrics every year of companies who put time into the WordPress project in general, in a whole manner of different ways. They may be sponsoring events. They may be committing staff to Five for the Future and what have you.</p>\n\n\n\n<p>And the company, your company, rtCamp, it always seems to be right at the forefront of that in a growing way. I’d just like to applaud you for that and give you an opportunity to say what it is that you do so that we’ve got an impression of just how much good you are doing apart from obviously, having a very profitable agency and what have you, how much good you’re putting back into the community as well. So just outline your commitments to the WordPress project.</p>\n\n\n\n<p>[00:37:29] <strong>Rahul Bansal:</strong> So, as I mentioned that, so we have multiple ways of contributing. So as we hire a lot of from college, unfortunately we cannot have a lot of Core committers with us, but we take care of the other end. For example, these 10 people, we have a commitmentt now internally that every six months, so we will put 10 people full-time, like full-time as in literally full-time. A hundred percent of their time will go in working on WordPress project for six months.</p>\n\n\n\n<p>And then this will be rotated by next batch. So in rotation there will be at least 10 people. As we grow further, then we’ll make it 15, 20. And we want to keep this ramping up this number. So there will be always, WordPress Core will have enough junior people to pick the task. So, that good first issues will, somebody will be looking at them.</p>\n\n\n\n<p>Then we have a QA people, work into the QA team, other teams. I myself as WordCamp organizer, for WordCamp Asia. We have other people contributing to different part of WordPress.</p>\n\n\n\n<p>We have a training course, which is public domain, in public domain. We started that much before learn.wordpress.org is there. Now learn.wordpress.org is there, it is much better resource. But then this course was there for many years, and many other agencies use it. So that is one of the way to build human capital. So this word actually drives me a lot. We want to consciously put our efforts in developing human capital of WordPress.</p>\n\n\n\n<p>Because in the end, it’s people that do the job, no matter how fancy it is. You need a human to put a prompt to the AI. ChatGPT won’t build things on its own. You need to, you need a human to ask creative questions. And we want to ensure that WordPress economy continues to grow, and it never falls short of people. So we hire a lot of junior people. We put into the workplace. We publish our videos tutorial. We publish our training material also in the public domain.</p>\n\n\n\n<p>Many companies use it, and we expect no link back, also, no credit. Because sometimes they have a apprehension that if they know, this is why rtCamp course will, for, example, our training course site doesn’t require registration. So if you’re sending your employees to learn WordPress on our site, we won’t track them. We won’t solicit them. We have no way of knowing who’s learning. Google Analytics just shows traffic. A lot of traffic is coming to those training sites, but we have no personally identify information tracked there.</p>\n\n\n\n<p>[00:39:45] <strong>Nathan Wrigley:</strong> I would imagine that in every aspect of your business, except this, maybe, there’s gotta be some measurable ROI. Okay, we put this in, we get this out. Do you have any metrics to measure your commitment to the community, or is it just putting your finger in the air and thinking, okay, last year, our business did this, let’s put, I don’t know, whatever it might be. Do you have a pro forma that you stick to? A number of hours, a number of people? Or is it just, yeah, this feels right this year. Because you can’t measure this. And in some cases, I imagine people would think, yeah, they’re probably overdoing it a little bit over there and what have you.</p>\n\n\n\n<p>[00:40:21] <strong>Rahul Bansal:</strong> So, we have a top line mandate that, so it’s like, internally we divide engineers in three categories in rtCamp. The junior ones were like less than two years in rtCamp. The senior ones like two to five years. And lead levels were like more than five years with us. The junior one, we target 20% of their time for WordPress Core. And the medium level, the seniors, 10%, and lead level is 5%. Lead level is very hard, because we have very less lead engineers. The demand supply gap is more evident on senior and lead level. But then, these metrics are, so our office structure is that we have some called business needs.</p>\n\n\n\n<p>So every people need to submit their 20% report. Not only they need to submit the hours report, like they have their hours went into the WordPress Core or different part. They have to compile what are the issues they solved. It’s not like you’re just making time entries. You have to tell in the leadership quarterly review that I have 50 people in my business units, and together they clock 3000 hours. And this is what we achieved in 3000 hours. And this is approved. The props messages we see in WordPress Slack, those screenshots, if our employee names is mentioned, are taken screenshots and filing into those review reports.</p>\n\n\n\n<p>Three people got props from my team. The WordPress Core release notes, like with major releases. So those contributor list also presented by them. If somebody’s doing some make WordPress blog post or activity, those are also tracked by them. So the heads compile this report, from like bottom ups and then present in leadership meeting. So this is not accidental.</p>\n\n\n\n<p>The material ROI is very hard to measure. We cannot say that, oh, we made like X dollars because of this effort. I think, as a salesperson, when I tell a client like, hey, I’m going to give you an engineer who knows WordPress very well. I’m more confident if that person has contributed six months to the WordPress Core. And their patches is weighted by some amazing people in WordPress community, especially senior ones. It’s like a win-win situation for all. This gives me a very, very well trained people to sell.</p>\n\n\n\n<p>[00:42:16] <strong>Nathan Wrigley:</strong> That’s exactly how I was just thinking about it. This kind of win-win cycle of you put people into WordPress, and obviously at a junior level, more time and I can understand that. That makes sense. Presumably the ones who are more experienced, they’ve got other work to be doing. But also they’ve probably gained a ton of experience doing those prior years of extra hours.</p>\n\n\n\n<p>So you put the hours in, but also they contribute to Core, but they get experience back out. They’ll be exposed to all sorts of different things that your projects would never have put them in front of, presumably. So they’ll be touching on subject matters. Getting into plugins, themes, blocks, code, Core, whatever it may be in a whole range of different ways than they would be. So like you say, it’s like you slap my back, I’ll slap yours a little bit. Win-win. WordPress wins, you win.</p>\n\n\n\n<p>[00:43:06] <strong>Rahul Bansal:</strong> There are three wins here. The person, that student, who came right out of the college, and usually in college, people here, people have some negative perception about professional life. That companies are evil. You are going to do labor. Somebody will steal your credit, and here they’re on their own. Like they go into the WordPress community on their own. They sign a patch with their name. They file a Trac ticket with their name. They get props in their name. They get treated very well by contributor. If somebody makes mistakes, WordPress committee is full of nice people. Nobody’s going to pull them down. Nobody’s going to shout at them.</p>\n\n\n\n<p>Everybody corrects them with respect and compassion, and that helped them grow as a person. Like, they become better human. They become better coder. And that empathy, we see that, when they become senior engineers, and when they’re reviewing some junior’s code, they remember that, hey, when I was, it was my first day in WordPress community, and I made that patch. I made one mistake, but somebody was nice to me, so I have to pass it on. So that niceness cycle continues.</p>\n\n\n\n<p>And, the biggest win is that these people like, who has an incredible job satisfaction. They love open source more. Many of them don’t join for the love of open source, they’re at a point when they, join rtCamp, they’re at a point when their college is ending. They just want to get a job, and secure a financial life. Whatever jobs comes their way, they’re okay with it. Open source, closed source, not much preference. But once they’re in, and then we take them through this one year of tour, like six months in training center, then six months in WordPress community, they become the advocate of open source for life.</p>\n\n\n\n<p>And that is a very most important win for us because we want people to believe in open source. We don’t want them to say open source is good because their company is selling it. We want them to have that faith that open source is the right way to do things. And that faith is very important for growth. You cannot mug up your mission statement and stand for it.. You have to believe in something to stand for it.</p>\n\n\n\n<p>[00:45:00] <strong>Nathan Wrigley:</strong> What a profoundly interesting thing to have said. I think that’s just fabulous. I think your company is doing so many interesting things. It’s obviously, financially it’s working out, but just the position that you’ve painted there of the way that you are treating your employees, and the autonomy that you’re giving them, and the future opportunities that you are giving them. And the training opportunities giving them, just remarkable. And I’m profoundly impressed by what you’ve been doing.</p>\n\n\n\n<p>Unfortunately, time is our enemy. We’re going to call it a day there. Rahul, thank you so much for chatting to me today. That has been an incredible journey. Long may it continue. I wish you and rtCamp all the success that you can possibly have the future.</p>\n\n\n\n<p>[00:45:39] <strong>Rahul Bansal:</strong> Thank you, Nathan. Thanks for having me on this podcast.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://www.linkedin.com/in/rahul286/\">Rahul Bansal</a>.</p>\n\n\n\n<p>Rahul is the founder and CEO of <a href=\"https://rtcamp.com/\">rtCamp</a>, a large agency that specialises in enterprise-grade WordPress projects. He began his journey quite differently, starting as an individual blogger back in 2006, discovering WordPress in 2007, and gradually transitioning from being a publisher to a freelance developer, before founding rtCamp in 2009. Today, rtCamp is an enterprise-grade WordPress consultancy agency, operating globally and trusted by clients such as Google, Meta, Automattic, NewsUK, and Al Jazeera.</p>\n\n\n\n<p>Rahul sheds light on working with enterprise clients in the WordPress space. Many of us are familiar with WordPress in the context of small businesses and blogging, but the enterprise space demands additional layers of security and scalability. Rahul explains the factors that set enterprise projects apart, and why meticulous code reviews, and security audits are essential when working at this level.</p>\n\n\n\n<p>He talks about the opportunities in the enterprise space, recounting how rtCamp initially stumbled into enterprise level projects, not even realising their potential until a client’s high expectations led to a decision to market themselves as an enterprise agency.</p>\n\n\n\n<p>We also discuss the role of WordPress in enterprise environments, from why Gutenberg has become a credible selling point, due to its powerful editing capabilities, to how the platform’s flexibility supports varied enterprise needs.</p>\n\n\n\n<p>Rahul also gets into the importance of positioning, how historical context offers advantages, and the expanding market that makes WordPress a compelling choice for large clients today.</p>\n\n\n\n<p>Towards the end, we explore rtCamp’s innovative internship program aimed at growing the WordPress talent pool, and the way they are contributing back to the WordPress project; a win-win for the business and the broader community.</p>\n\n\n\n<p>If you’ve ever considered what it takes to work with WordPress at the enterprise level, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://rtcamp.com/\">rtCamp</a></p>\n\n\n\n<p><a href=\"https://www.whitehouse.gov/\">White House website</a></p>\n\n\n\n<p><a href=\"https://www.aljazeera.com/\">Al Jazeera website</a></p>\n\n\n\n<p><a href=\"https://campus.rtcamp.com/\">Campus at rtCamp</a></p>\n\n\n\n<p><a href=\"https://learn.rtcamp.com/\">rtLearn</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Mar 2025 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"Do The Woo Community: Effective Collaboration with Clients and Teams: A Chat with Zach Hendershot\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=92561\";s:7:\"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://dothewoo.io/effective-collaboration-with-clients-and-teams-a-chat-with-zach-hendershot/\";s: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:237:\"In this episode, Adam and Emma discuss effective collaboration with Zach, CEO of Miruni, focusing on setting clear expectations, minimizing manual tasks via automation, and enhancing communication for better client and team interactions.\";s: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, 12 Mar 2025 09:49:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Gravatar: Top Strategies for Reducing Friction in Sign-Ups\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2830\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://blog.gravatar.com/2025/03/11/sign-up-flow/\";s: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:17831:\"<p>Creating effective sign-up flows presents a challenging balance. Users expect quick, frictionless experiences, but businesses need quality data to better serve their customers. To get this information, they often overload the sign-up process, leading to high abandonment rates and lost opportunities.</p>\n\n\n\n<p>Thankfully, there is a way to find balance – and we’re talking about more than just user-friendly designs. Advanced strategies like intelligent data collection timing and progressive disclosure techniques help maintain healthy conversion rates while gathering essential user information. These approaches, combined with AI-driven personalization, can transform a standard sign-up process into an engaging experience.</p>\n\n\n\n<p>Reducing friction while maintaining control over data collection might seem daunting. However, by implementing strategic optimization techniques and tools like Gravatar’s developer API, you can significantly reduce friction points in their sign-up process. </p>\n\n\n\n<p>So, let’s see how you can do just that while still collecting valuable user data that allows for personalization and improves the overall user experience.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Essential strategies for reducing sign-up friction</strong></h2>\n\n\n\n<p>When talking about sign-up friction, a common topic is form optimization, but that’s only the beginning. You need a bit more if you want to create better sign-up experiences and reduce drop-off rates while still maintaining high data quality.</p>\n\n\n\n<p>First, <a href=\"https://www.newbreedrevenue.com/blog/progressive-profiling-and-how-to-use-it\"><strong>progressive profiling</strong></a><strong> allows you to collect user information gradually</strong> rather than overwhelming new users with lengthy forms like these: </p>\n\n\n\n<img width=\"3432\" height=\"1716\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/badsignup_iag.png\" alt=\" Example of a bad sign-up form with loads of information\" class=\"wp-image-2833\" />\n\n\n\n<p>Instead of requesting all details upfront, ask only for essential information during sign-up, and additional data can be gathered as users engage with your product.</p>\n\n\n\n<img width=\"3433\" height=\"1716\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/goodsignup_iag.png\" alt=\"Example of progressive profiling in a sign-up\" class=\"wp-image-2834\" />\n\n\n\n<p>You can also <strong>use email-based </strong><a href=\"https://docs.gravatar.com/\"><strong>profile systems like Gravatar</strong></a><strong> to make the process even easier.</strong> By integrating Gravatar into your sign-up flow, you can automatically populate user avatars and profile information using just an email address. This eliminates several manual entry steps.</p>\n\n\n\n<a href=\"https://docs.gravatar.com/getting-started/\"><img width=\"3242\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_integration_cta.png\" alt=\"\" class=\"wp-image-2632\" /></a>\n\n\n\n<p><strong>Delayed email verification keeps users engaged</strong> by letting them access your app immediately after sign-up. <a href=\"https://www.chargebee.com/\">ChargeBee</a> is a great example of this approach: </p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>New users enter the platform right away by filling in the more important details. </li>\n</ol>\n\n\n\n<img width=\"1724\" height=\"1290\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/chargebee-sign-up-form.png\" alt=\"Chargebee sign-up page\" class=\"wp-image-2835\" />\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>They verify their email address only after signing in.</li>\n</ol>\n\n\n\n<img width=\"660\" height=\"374\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/chargebee-email-verification-message.png?w=660\" alt=\"Chargebee email confirmation message\" class=\"wp-image-2836\" />\n\n\n\n<p>Finally, <strong>smart forms with predictive error prevention catch potential issues before submission</strong> rather than returning users to a form with error messages. This real-time validation helps users complete sign-up forms correctly the first time.</p>\n\n\n\n<img width=\"1302\" height=\"546\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/example-error-prevention-chargebee.png\" alt=\"Example of predictive error prevention on Chargebee’s sign-up page\" class=\"wp-image-2837\" />\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Intelligent data collection: When and what to ask </strong></h3>\n\n\n\n<p>Making smart decisions about when to request user information can significantly impact sign-up completion rates. A strategic approach starts with distinguishing between essential and non-essential data.</p>\n\n\n\n<p>Essential information typically includes:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Email address (for account creation).</li>\n\n\n\n<li>Password.</li>\n\n\n\n<li>Username (if required).</li>\n</ul>\n\n\n\n<p>Non-essential information such as company name, last name, job title, team size, and phone number can definitely wait. </p>\n\n\n\n<p><strong>Custom triggers help time additional data requests effectively.</strong> For example, only ask for team size after users show interest in collaboration features. Or request company details when someone visits the enterprise pricing page.</p>\n\n\n\n<img width=\"3432\" height=\"1716\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/signup_iag.png\" alt=\"Example of custom triggers for additional data\" class=\"wp-image-2838\" />\n\n\n\n<p><strong>Profile enrichment through </strong><a href=\"https://blog.gravatar.com/2024/08/26/gravatar-api-tutorial-for-app-developers/\"><strong>integrations and APIs</strong></a><strong> offers another powerful approach. </strong>By combining email-based profile services like Gravatar with progressive data collection, you can build comprehensive user profiles without overwhelming new users.</p>\n\n\n\n<p>Gravatar’s API can automatically populate non-essential information from a user’s email address, eliminating the need to ask for basic profile details during sign-up. This approach maintains high conversion rates while still gathering valuable user data.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How Gravatar simplifies user onboarding</strong></h2>\n\n\n\n<img width=\"1504\" height=\"1050\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/profile-as-a-service-gravatar-new.png\" alt=\"Gravatar for developers – Profiles-as-a-Service homepage\" class=\"wp-image-2839\" />\n\n\n\n<p><a href=\"https://gravatar.com/\">Gravatar</a> transforms the traditional sign-up process by automatically populating user profiles through a single email address. This approach eliminates multiple manual entry steps that often cause users to abandon sign-up forms – according to a <a href=\"https://www.wyzowl.com/customer-onboarding-statistics/\">2020 study by Wyzow</a>, 80% of users have deleted an app because they found the initial setup process too complex.</p>\n\n\n\n<p>This is why major platforms like <a href=\"https://github.com/\">GitHub</a>, <a href=\"https://openai.com/\">OpenAI</a>, and <a href=\"https://www.atlassian.com/\">Atlassian</a> use Gravatar to enhance their sign-up experiences. </p>\n\n\n\n<p>By implementing Gravatar’s REST API, developers can instantly access a rich set of user information:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Display names and avatars.</li>\n\n\n\n<li>Professional information.</li>\n\n\n\n<li>Biography and location.</li>\n\n\n\n<li>Language preferences.</li>\n\n\n\n<li>Pronouns.</li>\n\n\n\n<li>Social and professional links.</li>\n\n\n\n<li>User interests.</li>\n\n\n\n<li>Work history.</li>\n\n\n\n<li>Social connections.</li>\n</ul>\n\n\n\n<p>This enriched data collection happens without requesting additional information from users during sign-up. Instead of presenting new users with lengthy forms asking for profile details, applications can pull this information automatically through the Gravatar API.</p>\n\n\n\n<p><strong>The benefits extend beyond the initial sign-up. </strong>With comprehensive profile data available immediately, applications can <a href=\"https://blog.gravatar.com/2024/08/16/user-experience-personalization/\">create personalized experiences</a> from the first interaction:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Customized welcome messages using the user’s name.</li>\n\n\n\n<li>Interface language set to user preferences.</li>\n\n\n\n<li>Content recommendations based on stated interests.</li>\n\n\n\n<li>Contextual features based on professional background.</li>\n\n\n\n<li>Team collaboration suggestions using work history.</li>\n\n\n\n<li>Social connections through matched interests.</li>\n\n\n\n<li>Location-based content and recommendations.</li>\n</ul>\n\n\n\n<p>Implementing Gravatar also helps solve common onboarding challenges:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Reduces form abandonment by minimizing required fields.</li>\n\n\n\n<li>Eliminates the need for users to upload profile pictures.</li>\n\n\n\n<li>Maintains consistency across multiple platforms.</li>\n\n\n\n<li>Allows users to update their information in one place.</li>\n\n\n\n<li>Supports both individual and role-based personalization.</li>\n\n\n\n<li>Enables automatic profile updates across integrated services.</li>\n</ul>\n\n\n\n<p><strong>The system respects user privacy by letting individuals control what information they share. </strong>Users can maintain multiple profiles with different levels of detail tied to separate email addresses, giving them full control over their online presence while still providing valuable data for personalization.</p>\n\n\n\n<img width=\"660\" height=\"331\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/verified-profiles-privacy-settings.png?w=660\" alt=\"Example of privacy settings for a Gravatar profile – toggle switch for API access\" class=\"wp-image-2840\" />\n\n\n\n<p>For developers, integration is straightforward through the <a href=\"https://docs.gravatar.com/api/profiles/rest-api/\">REST API</a>, with comprehensive documentation and support available. And since Gravatar is free for both users and developers, it offers a cost-effective way to enhance sign-up flows and improve user engagement from the start. The API’s design focuses on developer experience, making it simple to implement and maintain while providing powerful personalization capabilities.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Real-world examples: Successful Gravatar implementations</strong></h3>\n\n\n\n<p>Let’s see how different websites use Gravatar to make signing up and getting started super simple. </p>\n\n\n\n<p><a href=\"https://platform.openai.com/signup\">OpenAI</a> offers a perfect example of a streamlined approach: </p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Users sign up with their email and create a password.</li>\n</ol>\n\n\n\n<img width=\"660\" height=\"473\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/open-ai-signup-page.png?w=660\" alt=\"Creating an account on OpenAI\" class=\"wp-image-2841\" />\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Their profile picture automatically appears from Gravatar. </li>\n</ol>\n\n\n\n<img width=\"660\" height=\"391\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/open-ai-gravatar-profile-pic.png?w=660\" alt=\"Profile picture on the OpenAI website \" class=\"wp-image-2842\" />\n\n\n\n<p><strong>No extra steps are needed. </strong>This small touch adds a personal element to their AI platform experience right from the start.</p>\n\n\n\n<p><a href=\"http://wordpress.com\">WordPress.com</a> takes this integration even further. When someone signs up, the platform automatically pulls in everything from their Gravatar profile – their bio, display name, social links, and even their location and interests. </p>\n\n\n\n<img width=\"660\" height=\"339\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/wordpresscom-gravatar-integration-info.png?w=660\" alt=\"Profile information on WordPress.com\" class=\"wp-image-2843\" />\n\n\n\n<p>This means new bloggers can jump right into writing instead of spending time filling out profile forms. Plus, any changes they make to their Gravatar profile automatically update across all their WordPress sites.</p>\n\n\n\n<p>Other popular platforms also use Gravatar in creative ways to make things easier for their users:</p>\n\n\n\n<p>Developer platforms:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/\">GitHub</a> shows Gravatar avatars next to code contributions, helping developers build recognition in open-source communities.</li>\n</ul>\n\n\n\n<img width=\"660\" height=\"273\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/github-gravatar-profile-pic.png?w=660\" alt=\"Profile picture on GitHub\" class=\"wp-image-2844\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://about.gitlab.com/\">GitLab</a> uses Gravatar to personalize project dashboards and team features.</li>\n</ul>\n\n\n\n<p>Collaboration tools:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.figma.com/\">Figma</a> automatically loads team member profiles to help people connect faster.</li>\n\n\n\n<li><a href=\"https://slack.com/\">Slack</a> shows profile pictures in chat to help teammates recognize each other.</li>\n\n\n\n<li><a href=\"https://trello.com/\">Trello</a> adds Gravatar photos to cards and boards to make project tracking more personal.</li>\n</ul>\n\n\n\n<p>The best part? <strong>Users only need to update their info in one place – their Gravatar profile.</strong> That single update gets reflected everywhere they use these tools, making it super convenient to keep a consistent online presence.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Optimizing mobile sign-up experiences</strong></h2>\n\n\n\n<p>Making sign-ups work smoothly on mobile devices has become essential, with <a href=\"https://gs.statcounter.com/platform-market-share/desktop-mobile-tablet\">mobile traffic now exceeding 60% of all web visits</a>. But mobile users face unique challenges – smaller screens, touch interfaces, and often spotty connections. Here’s how to <a href=\"https://blog.gravatar.com/2024/09/03/app-onboarding/\">create a mobile-friendly sign-up</a> flow that gets results.</p>\n\n\n\n<p><strong>Start with the basics: optimize every element for touch.</strong> </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Buttons need to be at least 44×44 pixels, with enough spacing to prevent accidental taps. </li>\n\n\n\n<li>Make forms finger-friendly by adding ample padding between fields. </li>\n\n\n\n<li>Stick to readable font sizes – 16px minimum for text inputs to prevent automatic zooming.</li>\n</ul>\n\n\n\n<p><strong>Smart keyboard handling makes a big difference too. </strong>Set the right input types (email, tel, number) so users get appropriate keyboards. Group similar fields together to minimize keyboard switches. For example, keep all text fields together, then numeric fields.</p>\n\n\n\n<p>Simplify data entry by:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Enabling autofill where possible.</li>\n</ul>\n\n\n\n<img width=\"660\" height=\"330\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/rememberme_iag.png?w=660\" alt=\"Example of autofill during sign-up\" class=\"wp-image-2845\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li>Offer social login options optimized for mobile.</li>\n</ul>\n\n\n\n<img width=\"660\" height=\"660\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/signin_iag.png?w=660\" alt=\"Example of user-friendly social media sign-up buttons on mobile devices\" class=\"wp-image-2846\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li>Using Gravatar to auto-populate profile info from email addresses.</li>\n\n\n\n<li>Adding real-time validation to catch errors early.</li>\n</ul>\n\n\n\n<img width=\"660\" height=\"355\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/example-password-instructions-during-signup.png?w=660\" alt=\"Example of real-time validation of a password\" class=\"wp-image-2847\" />\n\n\n\n<p><strong>Break up longer forms into logical steps with clear progress indicators. </strong>Each step should fit comfortably on a mobile screen without scrolling. And remember – every field you require is another chance for users to abandon the process. Only ask for what’s absolutely necessary.</p>\n\n\n\n<p>Finally, <strong>test your flow on multiple devices and screen sizes.</strong> What works on a large iPhone might be frustrating on a smaller Android phone.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Get started with Gravatar’s developer tools</strong></h2>\n\n\n\n<p>Ready to streamline your sign-up process with Gravatar? Their developer tools make integration surprisingly simple. The new REST API gives you instant access to user profiles with just a few lines of code.</p>\n\n\n\n<p>Getting started takes just three steps:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Register for a free API key at <a href=\"https://gravatar.com/developers/new-application\">Gravatar’s Developer Dashboard</a>.</li>\n\n\n\n<li>Use the interactive console to test API endpoints.</li>\n\n\n\n<li>Follow the comprehensive documentation to add Gravatar to your app.</li>\n</ul>\n\n\n\n<p>The API lets you fetch rich user data like:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Profile pictures and avatars.</li>\n\n\n\n<li>Display names.</li>\n\n\n\n<li>Professional details.</li>\n\n\n\n<li>Social links.</li>\n\n\n\n<li>Location preferences.</li>\n\n\n\n<li>Custom profile fields.</li>\n</ul>\n\n\n\n<p>Best of all, <strong>users control what information they share.</strong> You just need an email address to start pulling available profile data. This balance between functionality and privacy makes Gravatar great for both developers and users.</p>\n\n\n\n<p>Want to explore more? <a href=\"https://gravatar.com/developers/contact\">Get in touch with our team</a> today, and we can discuss specific integrations for your platform. </p>\n\n\n\n<a href=\"https://docs.gravatar.com/getting-started/\"><img width=\"3242\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_integration_cta.png\" alt=\"\" class=\"wp-image-2632\" /></a>\";s: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, 11 Mar 2025 22:19:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 6.8 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18619\";s:7:\"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/news/2025/03/wordpress-6-8-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5846:\"<p>WordPress 6.8 Beta 2 is now ready for testing!</p>\n\n\n\n<p><strong>This beta version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, you should evaluate Beta 2 on a test server and site.</p>\n\n\n\n<p>You can test WordPress 6.8 Beta 2 in four ways:</p>\n\n\n\n<table class=\"has-fixed-layout\"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\"> WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream.)</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-6.8-beta2.zip\">Beta 2 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use this<a href=\"https://make.wordpress.org/cli/\"> WP-CLI</a> command: <code>wp core update --version=6.8-beta2</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href=\"https://playground.wordpress.net/?php=8.0&wp=beta&networking=no&language=&multisite=no&random=y4q1rn88xn\">6.8 Beta 2 WordPress Playground instance</a> to test the software directly in your browser. No setup is required–just click and go! </td></tr></tbody></table>\n\n\n\n<p>The current target date for the final release of WordPress 6.8 is <strong>April 15, 2025</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-8/\">6.8 release cycle</a>, and check the<a href=\"https://make.wordpress.org/core/\"> Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-8/\">6.8-related posts</a> in the coming weeks for more information.</p>\n\n\n\n<p><strong>Catch up on what’s new in WordPress 6.8</strong>: <a href=\"https://wordpress.org/news/2025/03/wordpress-6-8-beta-1/\">Read the Beta 1 announcement</a> for details and highlights.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to test this release</h2>\n\n\n\n<p>Your help testing the WordPress 6.8 Beta 2 version is key to ensuring everything in the release is the best it can be. While testing the upgrade process is essential, trying out new features is equally important. <a href=\"https://make.wordpress.org/test/2025/03/04/help-test-wordpress-6-8/\">This detailed guide</a> will walk you through testing features in WordPress 6.8.</p>\n\n\n\n<p>If you encounter an issue, please report it to the<a href=\"https://wordpress.org/support/forum/alphabeta/\"> Alpha/Beta area</a> of the support forums or directly to<a href=\"https://core.trac.wordpress.org/newticket\"> WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of<a href=\"https://core.trac.wordpress.org/tickets/major\"> known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the<a href=\"https://make.wordpress.org/test/\"> testing initiatives in Make Core</a> and join the<a href=\"https://wordpress.slack.com/messages/core-test/\"> #core-test channel</a> on<a href=\"https://wordpress.slack.com/\"> Making WordPress Slack</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Vulnerability bounty doubles during Beta/RC</h2>\n\n\n\n<p>Between Beta 1, released on March 4, 2025, and the final Release Candidate (RC) scheduled for April 8, 2025, the<a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/#enhanced-bounty-rewards-during-beta-and-release-candidate-phases\"> monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the<a href=\"https://hackerone.com/wordpress\"> HackerOne page</a> and in the<a href=\"https://wordpress.org/about/security/\"> security white paper</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Beta 2 updates and highlights</h2>\n\n\n\n<p>WordPress 6.8 Beta 2 contains more than 14 Editor updates and fixes since the Beta 1 release, including 21 tickets for WordPress core.</p>\n\n\n\n<p>Each beta cycle focuses on bug fixes; more are on the way with your help through testing. You can browse the technical details for all issues addressed since Beta 1 using these links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.8?since=2025-03-05&until=2025-03-10\">GitHub commits for 6.8</a> since March 4, 2025</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=03%2F05%2F2025..03%2F10%2F2025&milestone=6.8&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">Closed Trac tickets</a> since March 4, 2025</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">A Beta 2 haiku</h2>\n\n\n\n<p>Second wave refines,<br />Lines of code like rivers flow,<br />WordPress finds its form.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Props to <a href=\"https://profiles.wordpress.org/ankitkumarshah/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>ankitkumarshah</a> <a href=\"https://profiles.wordpress.org/vgnavada/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>vgnavada</a> <a href=\"https://profiles.wordpress.org/krupajnanda/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>krupajnanda</a> <a href=\"https://profiles.wordpress.org/michelleames/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>michelleames</a> <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a> <a href=\"https://profiles.wordpress.org/marybaum/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marybaum</a> <a href=\"https://profiles.wordpress.org/ecgan/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>ecgan</a></em> <em>for proofreading and review.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Mar 2025 15:46:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Do The Woo Community: What’s a WordPress Site Without a Blog?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=92636\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://dothewoo.io/blog/whats-a-wordpress-site-without-a-blog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"In September 2024, we relaunched our community-focused blog, emphasizing its importance for site substance while highlighting the relevance of blogging amidst evolving technology.\";s: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, 11 Mar 2025 11:01: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"Do The Woo Community: Securing the Supply Chain, Insights from the WordPress 6.8 Update with John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=92331\";s:7:\"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:106:\"https://dothewoo.io/securing-the-supply-chain-insights-from-the-wordpress-6-8-update-with-john-blackbourn/\";s: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:250:\"John Blackbourn discusses significant security enhancements in WordPress 6.8, notably switching to Bcrypt for password storage. The conversation highlights evolving perceptions of open-source security and upcoming events like the CloudFest Hackathon.\";s: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, 11 Mar 2025 10:08:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"Gutenberg Times: Gutenberg Changelog 115 – Gutenberg Releases 20.2, 20.3, 20.4, WordPress 6.8 and WordCamp Asia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=37944\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-115-wordpress-6-8-wordcamp-asia/\";s: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:43300:\"<p>Birgit Pauli-Haack and Jessica Lyschik talked about Gutenberg Releases 20.2, 20.3, 20.4, WordPress 6.8 and WordCamp Asia</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-115-wordpress-6-8-wordcamp-asia/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-115-wordpress-6-8-wordcamp-asia/#transcript\">Transcript</a></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Editor: <a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo: <a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production: <a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">Special guest: Jessica Lyschik</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://x.com/jessicalyschik\">https://x.com/jessicalyschik</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/@jessicalyschik\">https://www.youtube.com/@jessicalyschik</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/redirect?event=channel_description&redir_token=QUFFLUhqa2tsT25ETnVSM20xS3ZoNDhpTkhwUVhlM2J0UXxBQ3Jtc0tsY2NmeEdxT01xdEMzMlR4WWxjYll2bGoyMXlSZVZFZm82alVtS3hpdW01Y3U1R3U0RGVBT19lbEhQeXNYeTcxZ0EwaVg4YUlYV2ZGR085ZXA1U0pYYzdSelRnejR5cDBHUm1pZDRpQi1fdHRPbkw3UQ&q=https%3A%2F%2Fprofiles.wordpress.org%2Fluminuu\">profiles.wordpress.org/luminuu</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Community Contributions</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://developer.wordpress.org/news/2025/02/customize-wordpress-embeds-to-match-your-theme/\">Customize WordPress embeds to match your theme</a></li>\n\n\n\n<li><a href=\"https://nickdiego.com/speed-building-a-carousel-block/\">Speed building a carousel block</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">What’s released</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2025/02/08/whats-new-in-gutenberg-20-1-and-20-2/\">What’s new in Gutenberg 20.1 and 20.2?</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/03/whats-new-in-gutenberg-20-3-18-february/\">What’s new in Gutenberg 20.3? (18 February)</a> </li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/releases/tag/v20.4.0\">Gutenberg 20.4 Changelog</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in active development or discussed</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/news/2025/03/wordpress-6-8-beta-1/\">WordPress 6.8 Beta 1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2025/03/04/help-test-wordpress-6-8/\">Help test WordPress 6.8.</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/06/speculative-loading-in-6-8/\">Speculative Loading in 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/02/17/wordpress-6-8-will-use-bcrypt-for-password-hashing/\">WordPress 6.8 will use bcrypt for password hashing</a></li>\n</ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul class=\"wp-block-list\">\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on X (formerly known as Twitter) or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello and welcome to our 115th episode of the Gutenberg Changelog podcast. In today’s episode, we will talk about Gutenberg releases 20.2, 20.3, and 20 .4, and a little bit of WordPress 6.8 and WordCamp Asia. I’m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and a WordPress developer advocate working for Automattic and still recovering from my cold that I brought back from Manila.</p>\n\n\n\n<p>And today, I’m happy to get to chat again, it was Jessica Lyschik, front-end developer at Greyd and also core contributor to the WordPress open source project. We both just returned from WordCamp Asia.</p>\n\n\n\n<p>Hello, Jessica. How are you today? How is your jet lag?</p>\n\n\n\n<p><em>Jessica Lyschik</em>: Hey, thanks for having me. I think the jet lag is, by now, done, I would say. So I’m back to the European time zone, but I also caught a bug after returning and had to take off a couple of days to get better. But by now, it’s like another week has passed. I’ve been working normally and yeah, I’m back to normal and preparing for the next event next week, which is CloudFest.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You’re going to CloudFest. Wonderful.</p>\n\n\n\n<p><em>Jessica Lyschik</em>: Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I had to cancel my participation in CloudFest because I have a bum knee. And my doctor said, “Well, going to another congress where you run around like crazy from one thing to the next, it’s probably not conducive to your healing that bum knee.” It sucks at one point, yeah. But on the other hand, “Okay. I don’t have to travel.” It’s another… Yeah, I can concentrate on some of the work again.</p>\n\n\n\n<p><em>Jessica Lyschik</em>: And get enough sleep, which is something you do not get on conferences and stuff like that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Right. Especially, CloudFest. I think every evening there is a festival or a party or something.</p>\n\n\n\n<p><em>Jessica Lyschik</em>: You can actually make it work. I do it the same on WordCamps. It’s the same for me. So it’s just when you are deciding where do you want to go, maybe not just be there as the first person and leave as the last person. But come late, leave early, and then just try to make it work for you. And it’s, of course, different for everyone. Some people are just like, they want to be everywhere and they need to go everywhere. And I’m more like, I need some breaks in between because otherwise that’s not going to work.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, I’m pretty much the same way. However, sometimes I’m just so present in the moment, in the conversation, that I can really lose track of time. And then these are people I’ve never going to see for the next year or so, or maybe two. So at least, that was at WordCamp Asia. Where you’re only going to go to that particular family reunion and almost feels like that. Once a year and you need to catch up on what happened with other people, and there were so many good things to happen.</p>\n\n\n\n<h3 class=\"wp-block-heading\">WordCamp Asia<strong> </strong></h3>\n\n\n\n<p>So, what are your takeaways from WordCamp Asia? Do you have anything that will say, “Okay. Yeah, that was very surprising”? Interesting. New.</p>\n\n\n\n<p><em>Jessica Lyschik</em>: It has been my first time to the Philippines, I don’t know about you, but I think it has been a very interesting couple of days there in Manila. I did not get to see so much about Manila itself, unfortunately. The jet lag coming to Manila also hit me very hard. So the day I had planned to do something, go out somewhere did not happen. But I saw the Mall of Asia, which was like a gigantic mall where you could get your daily steps in very easily and not walk around the same circle for 10 times or something like that.</p>\n\n\n\n<p>What I found very interesting was the food. I think the food was pretty good there. There was a lot of variety. We had a lot of Filipino food during the conference days, which I found pretty amazing. There’s a lot of seafood and fish in there. I’m not such a fan of seafood, but I tried the other things and they were all pretty good. So, I did not have anything that I didn’t like.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. I was really… Not surprised, but it was quite unusual that the vegetarian as well as the vegan options are so particularly tasteful and very… I have a big variety there.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> That’s true.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And I got to chat with Dan, who is a former chef, who was on the organizing team and responsible for all the food. And he just has such a passion for the Filipino food and knows everybody in Manila to pick the right caterer for the events. It was really interesting, yeah. I also got to talk with a lot of Automatticians, but they all had the same T-shirt on, so all of a sudden, I was recognizing my fellow, my coworkers. And we don’t get to see each other during the year, especially in other teams so much. So, it was really interesting for me.</p>\n\n\n\n<p>I like to hang out at the Do The Woo. Bob had… I think he started that last year in WordCamp Europe, that he is actually a sponsor and has a spot in the sponsor hall where people can hang out. And he invites his cohorts to spend an hour there. Or other people that he collaborates with, to just spend an hour there. So they can also say to their friends, “Okay. If you want to talk to me, I’m at that hour, at the Do The Woo booth.”</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Oh, nice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> But that was an interesting experience, yeah. So, I did that. And I was surprised how many people are actually in my talk because the such a niche topic which was about Playground and how to create demos with blueprints. And being the last session before Matt’s keynote and Q&A, I thought maybe they’re not going to be a whole lot of people in that talk, but I was surprised. There were, at least, 50 or 60 people there. Yeah, it was cool.</p>\n\n\n\n<p><em>Jessica Lyschik: </em>Yeah. Well, that’s nice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> I was there too, I have to say.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, right.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> I was at the very far back. Yeah, but it was quite interesting to go back and see, “Okay, this is…” I already know what blueprints are so it’s not that big of a deal, but going into the details again, it’s like, “Oh yeah, I remember that. Oh, I forgot this. Oh, okay.”</p>\n\n\n\n<p>So, it was a very good thing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> That was good. Yeah, good. So it was something for beginners, for the intermediate, and for the advanced. I was hoping about that. We will have WordCamp Europe. </p>\n\n\n\n<p>Oh, I’m not saying that. It’s not out yet. But yeah, announcements will come.</p>\n\n\n\n<p><em>Jessica Lyschik</em>: Nice. I had a pretty good Speed Build as well with Nick, and that was a lot of fun. Nick tried to tackle the website with AI, or at least the top part with the slider with AI. Unfortunately, people said I won. I think Nick also did a great job. I felt a bit sad. Everyone’s clapping for me and cheering for me more than for Nick. It was like a bit disappointing. It’s like he tried. I would’ve never tried this with AI because I do not have the patience in 30 minutes to create something with AI. So I decided just to go, “Okay, do it in normal stuff. Just build some blocks, build some patterns there and do it.” But it was a lot of fun and it was great to see that afterwards, Nick also tried to not fix it, but further enhance it to make it an actual usable block.</p>\n\n\n\n<p>That was pretty cool to see. He showed me the demo the next day. That was very nice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And I think he blogged about it.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Yes, he did.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So, I’m going to share that link in the show notes when I find it fast. Yes, Speed Build Carousel Block. Because people are always asking for carousel blocks. Why isn’t that in community, I say. I’m going to put it in a community contributions. You’ll find it in show notes.</p>\n\n\n\n<p>I think the two of you saying, “Okay, I’ll go back to what I know, what is fast, and what I know how to accomplish.” And then the other approach was that, “Well, let’s, under pressure, do something new.” But it’s also the, how do you approach learning new things? And sometimes you say, “Okay, I’m not going to learn it because I need to get my stuff done, and I know how to do this and I get it done.” When you learn new things, your task becomes more as an inspiration rather than the success because you might not end up accomplishing your task with the new thing. Because of course you are in a learning mode, you need to learn a lot.</p>\n\n\n\n<p>So, I compare that with my first experience with the spreadsheet on the computer, MultiPlan was that. So I’m dating myself, but yeah, it was in the early ’90s. MultiPlan was even ahead of Excel from Microsoft. I had a big spreadsheet from the accountant and I said, “Oh, that should be much easier to be done in a spreadsheet on a computer.” So I spent all day, or all night actually, learning how to do this and put the spreadsheet in. But of course, it took me 6 or 8 hours. And if I would’ve done it just with a calculator, I would’ve calculated the whole spreadsheet probably in two hours or something like that. So, it’s not how long it takes to do something the first time when you learn this. It’s how long it takes when you do it a second time, because you need to discard the first time most of the time.</p>\n\n\n\n<p>And I found that a lot of people who learn block development, what took me a half an hour with short code took me three days in doing it as a block. I said, “Yeah, that’s the first time you learn of things. Of course, it takes longer. Of course, it takes… You’re all going to changing your brain into the new paradigm. But how long does it take the second time around? Is it faster or is it better?” Anyway, this is the philosophical Birgit in a horsey voice. Let’s go back.</p>\n\n\n\n<p>So WordCamp Asia, it was the first time for me in the Manila, and I actually planned a couple of days. Not a couple, a few days. Four days. Did some sightseeing, so I went to the historic sites of the Spanish occupation. I saw the monument for the atrocities that happened in the Second World War, and I learned about the current contemporary arts in two art museums. And I went downtown to the new business district there with a nice park and shops left and right on the street. It’s a pedestrian area. It’s beautifully done. And I also discovered a few street art that were purposefully put on that place as well.</p>\n\n\n\n<p>So, that was quite interesting. Of course, I overdid it and I got my bum knee from there. So yeah, it was a little painful than going on the conference and going in the… The venue was quite vast, I found. </p>\n\n\n\n<p><em>Jessica Lyschik:</em> You had to walk a lot?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, you had to walk a lot. But I found all the escalators, so that was good. I didn’t have to do stairs so much. But yeah, it was a walk a lot. I like the Automattic booth was really big, but there was other… Hostinger was really big out of the usual. I also saw Mark Westguard of this WS Forms. He is on every flagship and shows off his plugin. I have to think really hard to get back to that because there’s the whole week, two weeks after that that already took over my life.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Community Contributions<strong> </strong></h3>\n\n\n\n<p>Which brings us back to, “Okay, let’s record that rest of the show.” So, we had a few releases. So on the developer blog, Robert Meszaros published an article on customizing WordPress embeds to match your theme. And I think that’s very interesting to an approach to make sure that all the embeds that you use are actually matching your theme and you don’t use it out of the box. So he has some nice examples in there, and some great code snippets in how to do all of that. It’s definitely something to go back to, to make a better theme or a better site view for that.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Yeah, I think it’s a nice finishing touch when you’re creating a new website that really embraces embeds. I didn’t know about this, to be honest. I just saw it today. And I think it’s really great. It’s not something super big, but when you have a brand new website and have put so many thoughts and hours into the design, and then there comes this embed that just looks like it’s not meant to be on this website, then I think this is a great example of how tweaking the sites essentially can make an embed also look like it’s part of the website and not just some part of default WordPress that just pops up somewhere.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, that hasn’t gotten a whole lot of love.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Yeah, that’s true.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So, he shared this. For instance, one example is that out of the box, the featured image of a post that you embed has some border around, and he just shows you how to make that image go all the way to the corners. That’s such a small little detail, but it shows the attention to detail. And when you have all your cards that you have, your postcards in the query loop all having the same design, and all of a sudden, the embed doesn’t… It really stands out. It doesn’t… And it also distracts the reader from, “Why is this different? What I haven’t seen yet?” It has some nice little features on how to change things. Some great sailing pictures here. So, take a look at that and spruce up your site with some of the little things and big things.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s Released – Gutenberg 20.2<strong> </strong></h3>\n\n\n\n<p>All right. So now, we come to Gutenberg 20.2 that was released in January, to be exact.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> End of January, I think.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Do you want to start out with what we are talking about?</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Yeah. So, this was one of the two. I think I did the Gutenberg blog post on this one. So yeah, this wasn’t such a big release. It was rather small compared to the previous ones. Also, it was combined with, I think, 21.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> 21, yep. And we talked about that.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> 20.1 release? Yeah. So, there isn’t that much going on in this release. It’s rather smaller bug fixes and some polishing overall. And I think one of the interesting things was that in the post content, you can now define the heading colors on a more global level. I think this was also a highlight from my blog post when I remember correctly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Mm-hmm. Yeah, I really like that you can now have the details block be more like an accordion with a name attribute. So it’s not in the UI, but you can do it in the… It’s in the UI, but you have to go to the advanced section to give all.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Oh, okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, to give it all. To get this all done. It’s not for someone who doesn’t know what to do, that kind of thing. It’s not intuitive for site builders, so you need to give it a block name so it shows up as a summary. A block name about a name attribute.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Oh. So, when you give it the name.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Sorry. Yeah, you need to give it a name attribute in the advanced section so the CSS that is built knows, “Okay. This is all one section. And one is open, the other ones are closed.” So, it kind of has accordion package.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> So they all need to have the same name in this name tag, so then it automatically brings this only one of these sections is open. Okay, got it. Apparently, I missed that one.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Well, great.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> But it’s okay. Now, we talked about it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Right. Yeah, that’s what we’re here for. Two eyes see more than one. Four eyes see more than two.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Definitely.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I also wanted to point out that the WP env local development tool now has WP-MyAdmin support as well as Multisite support. It had it before, but now it’s also documented so you know how to use it. That’s why I wanted to point it out because…</p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p><em>Jessica Lyschik:</em> Oh, I didn’t know it had this. You had this phpMyAdmin in the WP env.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> I’m not using PHP. We are so confused. I’m not using WP nth Multi… Multisite or WP env fit-all?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> WP env.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Ah, okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. It’s when you’re working on Gutenberg, on your Gutenberg, something you can do. Just WP nth and it spins up a local WordPress instance with that particular folder. It also supports Multisite that came with 20.8.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Interesting.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, you’re right. There were quite a few bug fixes in there and some polish in terms of previews. And also, some panel changes that have been in the last few Gutenberg releases, and also for the ones for the next. That’s a refactor of things. It was 20.2. I don’t think there’s anything else.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> It’s a bit tricky with the numbers of 20.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. God.</p>\n\n\n\n<p><em>Jessica Lyschik: </em>… in the brains of WordPress people.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So that brings us to 20.3, which was released just two weeks ago.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 20.3</h3>\n\n\n\n<p><em>Jessica Lyschik</em>: We were all hanging out in Manila.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Well, it was actually before or right on February 18th and it was released. Yes, we were all hanging out already. On travel, on planes. Yeah, my plane was… I was…</p>\n\n\n\n<p><em>Jessica Lyschik:</em> On planes, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So, it was 12 hours to Singapore and then there’s another 3 1/2 hours from Singapore to Manila.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Oh, I did the same route.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> It was kind of 15 hours flight, but then you have to be 2 or 3 hours earlier at the airport. You have a layover in Singapore, and then you have to transfer from the airport to the hotel and…</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Yeah. I think I calculated something, like 23, 24-ish hours door to door, so it’s not just like a 15 hour flight. But yeah, you have to count in all the waiting time. I had to travel to Munich airport two hours, so that all adds up to this whole ordeal of…</p>\n\n\n\n<p>Traveling to Asia is easy. No, it’s not.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> No, it’s not. Yeah. So Gutenberg 20.3 also has a not particular big features coming in, but some nice additions. And one of them is that the social links now of a Discord logo that you can add to it. The query block now, that is really nice. It has an option to ignore sticky post. It took a while to get the sticky post into the filter, but then there’s also the need that sometimes you need a query loop that ignores the sticky post.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Yeah. It’s definitely something that you’re used to this when you’re doing classic themes and just have all the opportunity with the WP query nth function. And it’s great to see that these little things and… Even if you do not use them that often, that these are still now available. That just makes transitioning to block themes and block inside it are so much better because you finally have all the options. But maybe not all yet for the query loop, but we are getting there. Let’s put it like that. We are getting there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> For sure, yeah. There was a major push in that.</p>\n\n\n\n<p>Do you want to take the next one?</p>\n\n\n\n<p><em>Jessica Lyschik:</em> The yet another one of completing the options that you have on block is the RSS block got border and spacing support. And also, duotone settings got improved, they now have a reset button and improved toggle rendering. Let’s have a look what this does.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, the reset button has gotten quite the attention now that it was missing on a few of those color pickers or so, or panels. So, what did you find out?</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Oh. I think it’s also, these are such tiny changes. But once you have them, you realize it’s so much easier to clear colors or remove something that you would have needed another four clicks or something, and then it’s just one. So it doesn’t seem like big things, but it slowly improves over time. And I think this is what the editors actually need right now, this refinement. Because there’s always been in the past pushing big projects, new features, and now it’s more like, “Okay, we are in the situation, but the best we can do is basically to do the housekeeping and fix the smaller things and polish it.”</p>\n\n\n\n<p>Birgit Pauli-Haack: Yeah, and the smaller things.</p>\n\n\n\n<p>I think it’s for the user. Very important to have a consistent interface. So, if you put a background color in and you have a reset button, why don’t you have a reset button on the shadows? So, shadow panel. Or why can’t I have a reset button on the text color, for instance, if it was missing. So it’s definitely, you cannot take that cognitive load. You lower that quite a bit by having an inconsistent interface. Also, with border and spacing support, if the block doesn’t have it and all of a sudden it doesn’t match what you want, then you go over looking for things. And the spacer block is not always the best solution for things. It’s not a bad solution, but it’s not the best because once a panel gets or a block gets spacing support, now you have to chase down all the spacer blocks to take them out. So, it’s kind of interesting.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> That’s true, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> The next one is there was a bug fix or maybe a revert on the quick inserter, that it didn’t search the patterns anymore when you put a search parameter in there. And that has been restored. So I think although that’s bug fix, or I think it’s bug fix, it’s definitely worth pointing out. So, a missing feature comes back. Yay.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> We just talked about it having the same options on blocks. Like, archives and categories got the color support. So, you can now have select colors on the archives and category blocks. Yet another one of those because then, people try.</p>\n\n\n\n<p>If you do not have them, it’s like, what do these blocks do not have? Why can I not change the color there? Then, people go to CSS and then it’s not needed actually if these settings would just be provided right from the start. But yeah, it’s like a living project. So, here we are.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Or what I always did when I didn’t have color support, I put it in a group block, and then of course it blows up the nesting of my blocks. So there are always ways around it, but once things then come into the editor, you need to think about how your workaround needs to be worked around.</p>\n\n\n\n<p>So, I think those were the few things that I wanted to point out. Did you see anything else that you wanted to point out?</p>\n\n\n\n<p><em>Jessica Lyschik:</em> No, I don’t think so, but I’ve been just scrolling through it. It’s been a good chunk of bug fixes, some accessibility improvements, some performance improvements, good quality tools.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 20.4</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> All right. That brings us to Gutenberg 20.4, which is also the last Gutenberg release for which the enhancements made it into 6.8. After that, it’s all bug fixes that go into the release, and any new enhancements coming into Gutenberg will be reserved for the next release. What is it? 6.9? We don’t know yet when that’s going to be, but…</p>\n\n\n\n<p>So, what’s in there? There is a conditional enable the new default rendering mode for pages. I highlighted that. And I heard from quite a few people that they like that there is a default rendering mode for pages, but I have not seen yet the use case for it. So, why are people so excited about this? But yeah.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> That’s a very good question. You already had this show template. That’s already in there. That’s a good question. Why it’s so hyped? Maybe, I need to test it out. That’s probably a problem.</p>\n\n\n\n<p>I haven’t gotten to looking at the latest releases on an actual site yet because WordCamp Asia, being sick, being busy at work, life happens. I only heard this week, things were a bit off, and template parts were actually missing from if you had 6.8 Beta 1 running. So there have been some hiccups there as well,</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. We definitely need to track that down here. So now, there is a persistence. So you could have a show template preferences, but now there are also sport, which is pretty cool. There was a time where you started with a new page, and first you saw all the patterns that are labeled for new pages, page layouts. That modal was removed, and now it’s back. So, it’s a 50/50 thing what people want and what don’t want when they use that. So, that’s also an interesting development.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> I mean, the problem with the modal… I mean, it wasn’t removed. There was an option, because I worked on this part as well. It got an option to be disabled in the settings when you’re on a site where you have to add new pages over and over again, and you know what you want to put on a page. You do not need this modal popping up every time. So, it was more of a user enhancement so that you can decide, “Okay, do I need this model every time or do I just turn it off?” So, there was that part.</p>\n\n\n\n<p>I’m not aware if it’s back yet. I heard people saying to remove it completely. But yeah, there’s a lot of different use cases how you would like to… Some people want the model always to be on because they don’t know what they are doing, basically. They just want to pop on a template or a pattern there and are good to go. And there are people who would like to just start writing first. There are people who maybe, want to use it but don’t want to be bothered all the time. It’s one of these things where a lot of different use cases clash together, and then it’s just so hard to actually find what is it, where is the…</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> The middle ground there.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> What’s the thing? Where’s the middle ground that we can go and implement it that way? So, kind of everyone or the majority of people is okay with it. There will always be people who are like, “I don’t like this. I want it to be different.”</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Right.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> But that’s basically impossible to make it happen for everyone.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Right, yeah. Another problem was when you say, “Oh, I don’t want the starter modal,” it was hard to get the layouts, if you wanted, to get to patterns and get the layouts because there was no category for that. So, you had to assemble them from a list of patterns or from multiple pattern categories to put those page layouts together. And I think… I don’t know if it’s here or it was in an earlier version where they restored or created a category for patterns for the starter content. I think that was part of that, or how can we do that better for our users.</p>\n\n\n\n<p>So there is now a pop-over on the left-hand side to show post template. If there is one to give you additional options, I think there. The next thing is that pull quote finally has the assignment styles that was missing for a long time. That you couldn’t do left, right and all of that, or wide. So, it has it now. It’s all about persistence. And border control got the reset button.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Yes. It’s, again, these tiny things that make or break something, or your experience.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Bug Fixes</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Right. And post comments count also have received border support. That’s cool. So now, you can have it stand out some more. Post formats have still be a little bit of a hit-and-miss with the block themes, but sometimes somebody says, “Okay, well let’s fix that some of the things.” And now, you see title and description for post formats in your templates. So in the list of templates, you can now see which are the templates for your image formats, for your link format, and if they are templates for that. So, that’s really cool.</p>\n\n\n\n<p>And there’s an interesting bug fix that drove me nuts for a while, was that the text and color picker were overlapping each other in the format library. And that is fixed, thank God. Thank you so much. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p>And then there are some documents updates. There’s obviously, the problem that a lot of features come in and the documentation hasn’t been updated. So, that has been rectified for the block variations using get_block_type_variationblock. And then also, removes the nodes for block hooks that it only supports static theme elements because that’s not true anymore. Block hooks also support dynamic blocks. All right.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Yeah, nice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So, that was that for 20.4. That was just released this week, and we are recording this on March 7th. Just to say that.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s in Active Development & Discussed – WordPress 6.8 Beta<strong> </strong></h3>\n\n\n\n<p>So, what’s an active development? And discussion brings us to WordPress 6.8 in Beta has been released. Beta 1 has been released. And you can follow along on the WordPress.org announcements or news. So, there will be Beta 1, Beta 2, Beta 3 and Release Candidate 1, 2, and 3 before the final release on April 15th. The test team has published, for the last few releases, always a Help Test, the next release. And this one is not different. There’s Help Test WordPress 6.8, and it helps… Well, you can help making this release the best that it can be. Finding all the bugs, not all of it, but report them. Find as much many. Try to break it as often as you can. Report the bugs.</p>\n\n\n\n<p>And I have found another incentive on, actually, heeding to the call for testing is to learn more about the new features because instructions are very well done, compliments to Krupa Nanda, to learn more about the new features or the enhancements and how are they supposed to work so you can distinguish them. So, is it me that I don’t know how this works? That I don’t get it? Or is that a bug? So, they went to great lengths to do that.</p>\n\n\n\n<p>You can also use Playground to test things. You don’t have to spin up a new WordPress staging site or something like that to test things. Yeah, you can go to make.wordpress.org/test to find the post or you look for the show notes on the Gutenberg Times and click on that link.</p>\n\n\n\n<p>So Jessica, the WordPress 6.8 is characterized as a polished release. Is there anything that stands out for you coming to 6.8 that you’re excited about?</p>\n\n\n\n<p><em>Jessica Lyschik</em>: I do. It’s a polishing that I think is… I mean, as I said before, given the situation that we are in, I think this is the best that we can do. And yeah, I’ve been just scrolling through these Call for Testing blog posts that you just mentioned. And it is really thoroughly, so I would actually be excited to dive into this and do the testing because this is pretty well done.</p>\n\n\n\n<p>And I think about 6.8 and the coming releases… I haven’t been paying too much attention to what is in 6.8 apart from a few things that we highlighted today, and I have probably forgotten again because I was just out of the office for two weeks. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Speculative Loading in 6.8</h3>\n\n\n\n<p>I think what’s also interesting is this speculative loading thing. I think there was also just a blog post these days. So, this speculative loading is, when I understood correctly, something like a browser? Like, the browser offers this API and WordPress has added its performance improvements. The performance team will probably come after me if I do not say this correctly. But from what I understood, it’s improving overall performance of a WordPress website by using these speculation rules. So it’s about what can be prefetched or what makes sense to be prefetched next, so that when you actually click on a link on the website, it loads faster because it already knows what I have, what the browser has to load in this case.</p>\n\n\n\n<p>I think this is something very interesting that might be bumping up the performance of a few websites. So, that will be interesting to see what the actual impact will be once 6.8 is out.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, I’m excited about that too. I think the browsers are now pretty well caught up with that. Not all browsers have all the features all the time, but this is something that, I think, has a big footprint around all the browsers being Firefox, Safari, Google Chrome.</p>\n\n\n\n<p>I link in the show notes too, Felix Arntz has published… Has worked on this feature, in the feature plugin before. And now, it’s coming to 6.8 and the dev note has been published now.</p>\n\n\n\n<p><em>Jessica Lyschik</em>: I just checked on Can I Use, and it’s actually Safari and Firefox do not support it at the moment. Chrome, Edge, and Opera do. So, there is still a bit of a… It’s not a hundred percent on all browsers, but a good chunk of browsers already support this. So I hope these other browsers, Safari and Firefox, will catch up on this because it sounds pretty promising from a performance point of view to use these speculation rules.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> I keep scrolling through the dev notes that have been published. They’re not in bulk coming out until Release Candidate 1, but John Blackburn also published a dev notes about the new encryption for the password hashing.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Oh. Yes, I forgot this one.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Which there’s not a whole lot of things for users to do or even for developers. It’s just to know that the passwords are now hashed differently and increase the security of any of the passwords quite exponentially, which is really good. So, thank you for Felix and John to publish the dev notes early for that.</p>\n\n\n\n<p>All right, I’m sure we are going to talk about WordPress 6.8 some more on our next show when we know a little bit more what’s in there and what’s not in there. Thank you so much, Jessica, for being here. As always, the show notes will be published on <a href=\"http://gutenbergtimes.com/podcast\">GutenbergTimes.com/podcast</a>. This is episode 115. And if you have questions and suggestions, just send them to <a href=\"mailto:Changelog@GutenbergTimes.com\">Changelog@GutenbergTimes.com</a>.</p>\n\n\n\n<p>And now, a plea for all those who use Spotify for their podcast pleasure, you can leave comments there. And also, check some of the stars so people know what they can expect on the show when they discover that on Spotify. Shopify. Well, yeah. So, thanks for listening and goodbye until the next time. Thank you, Jessica.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Thank you. Bye.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Bye.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 09 Mar 2025 09:21:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Matt: Real WordPress Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=140118\";s:7:\"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:46:\"https://ma.tt/2025/03/real-wordpress-security/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2753:\"<p>One thing you’ll see on every host that offers WordPress is claims about how secure they are, however they don’t put their money where their mouth is. When you dig deeper, if your site actually gets hacked they’ll hit you with remediation fees that can go from hundreds to thousands of dollars.</p>\n\n\n\n<p>They may try to sell you a security plan that <a href=\"https://www.godaddy.com/web-security/website-security\">for example at Godaddy goes from $300 to $700 a year on top of your hosting</a>. (Don’t be fooled by the low entry price, look at renewal.) It’s <a href=\"https://www.reddit.com/r/webhosting/comments/16yqtsj/my_websites_has_been_hacked_malwares_has_been/\">heartbreaking to hear stories</a> of non-technical people forced into these high fees to fix something their host should have prevented in the first place.</p>\n\n\n\n<p>When a host is powered by <a href=\"https://wp.cloud/\">WP.cloud</a>, it doesn’t need to do this because hacks are so incredibly rare. (That’s why it may appear more expensive, but the total cost of ownership or being a WP.cloud-powered host is much lower when you factor in human time.)</p>\n\n\n\n<p>One problem we’ve had on <a href=\"https://wordpress.com/\">WordPress.com</a> is we do all these amazing things and don’t tell anyone about it, something we’re trying to change with our focus this year on developers and developer tooling. One great example is <strong>we’re so confident about our security, if your site gets hacked we’ll fix it for free! </strong>We’ve actually been doing this for the better part of a decade, just never mentioned it anywhere.</p>\n\n\n\n<p><a href=\"https://pressable.com/\">Pressable</a> (which is WP.cloud-powered) does a better job talking about these things and <a href=\"https://pressable.com/features/manage/wordpress-hack-recovery-assistance/\">has a nice landing page on malware cleaning and hack recovery</a> that says essentially the same thing.</p>\n\n\n\n<p>WordPress has done a ton over the years to move the hosting industry around upgrading PHP and MySQL, PHP extensions, free SSL, and in general using our clout to advocate for user rights and freedoms from even the largest hosting companies, and I’m proud to say there are a good number, for example the ones you see at WordCamps, that have not just embraced these values but actually been more commercially successful as they’ve done so. I hope security and auto-upgrades not just for core but for plugins and themes becomes the next standard. (<a href=\"https://jetpack.com/features/security/automatic-plugin-updates/\">Jetpack does this</a> for free, <a href=\"https://cloudup.com/cdrjMTE6nfa\">some hosts charge $100/yr per site</a>.)</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 08 Mar 2025 11:07:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"Gutenberg Times: WordPress 6.8, Studio updates, Customize Embeds, and other Theme Design notes — Weekend Edition 320\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=37892\";s:7:\"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:122:\"https://gutenbergtimes.com/wordpress-6-8-studio-updates-customize-embeds-and-other-theme-design-notes-weekend-edition-320/\";s: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:22780:\"<p>Hi there, </p>\n\n\n\n<p> That was quite a long pause in February. Did you miss me? I am back now and have a ton of great updates, videos, tutorials, and products for you in this newsletter. I won’t catch up on everything that was going on in the last four (😮) weeks. Most of it is fairly timeless.</p>\n\n\n\n<p>So how have you been? What have you been working on? Hit reply and clue me in! I missed you and your emails. </p>\n\n\n\n<p>Have a fantastic weekend!</p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-studio-updates-customize-embeds-and-other-theme-design-notes-weekend-edition-320/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-studio-updates-customize-embeds-and-other-theme-design-notes-weekend-edition-320/#wordpress-6-8\">WordPress 6.8 </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-studio-updates-customize-embeds-and-other-theme-design-notes-weekend-edition-320/#gutenberg-plugin-releases\">Gutenberg Plugin releases</a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-studio-updates-customize-embeds-and-other-theme-design-notes-weekend-edition-320/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-studio-updates-customize-embeds-and-other-theme-design-notes-weekend-edition-320/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-studio-updates-customize-embeds-and-other-theme-design-notes-weekend-edition-320/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-studio-updates-customize-embeds-and-other-theme-design-notes-weekend-edition-320/#wordpress-developer-blog\">WordPress Developer Blog</a></li></ol></li></ol>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>We had a few Gutenberg plugin releases and WordPress 6.8 is progressing nicely. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"wordpress-6-8\">WordPress 6.8 </h3>\n\n\n\n<p>WordPress 6.8 release cycle goes into the hot phase. <a href=\"https://wordpress.org/news/2025/03/wordpress-6-8-beta-1/\"><strong>WordPress 6.8 Beta 1</strong></a> was released this week and is, in general, characterized as a polish release, with user enhancements throughout incorporated into the latest Gutenberg updates. “WordPress 6.8 brings a luster and gloss that only a polish release can.” <strong>Jeffrey Paul</strong>, release co-coordinator wrote in the release post. WordPress 6.8 RC1 is scheduled for March 25, 2025, that’s also the time around which the Fieldguide will be published. The final release will be on April 15, 2025. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Test team rep, <strong>Krupa Nanda</strong>, published the <a href=\"https://make.wordpress.org/test/2025/03/04/help-test-wordpress-6-8/\"><strong>Help test WordPress 6.8.</strong></a> This release offers a chance to find and report bugs while learning about the new features in WordPress’s next major version. Nanda’s instructions and short videos help you understand how these new features work. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"gutenberg-plugin-releases\">Gutenberg Plugin releases</h3>\n\n\n\n<p><strong>Jessica Lyschik</strong> posted a summary of two Gutenberg plugin releases. In <strong><a href=\"https://make.wordpress.org/core/2025/02/08/whats-new-in-gutenberg-20-1-and-20-2/\">What’s new in Gutenberg 20.1 and 20.2?</a> </strong>she highlighted:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Content preview for pages in DataViews</li>\n\n\n\n<li>Menu name shown in list view</li>\n\n\n\n<li>Color pickers in Navigation, Social Icons and Post Featured Image get Clear control</li>\n\n\n\n<li>Content block: color options for headings added</li>\n</ul>\n\n\n\n<a href=\"https://make.wordpress.org/core/2025/02/08/whats-new-in-gutenberg-20-1-and-20-2/\"><img width=\"652\" height=\"332\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/Content-preview-pages.png?resize=652%2C332&ssl=1\" alt=\"Content Preview for pages in Dataviews\" class=\"wp-image-37896\" /></a>\n\n\n\n<p><strong>Fabian Kägy</strong> published the release post <a href=\"https://make.wordpress.org/core/2025/03/03/whats-new-in-gutenberg-20-3-18-february/\"><strong>What’s new in Gutenberg 20.3? (18 February)</strong></a> and highlighted two new updates: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ignore sticky posts in query loop</li>\n\n\n\n<li>Add social icon block variation for Discord</li>\n</ul>\n\n\n\n<a href=\"https://make.wordpress.org/core/2025/03/03/whats-new-in-gutenberg-20-3-18-february/\"><img width=\"652\" height=\"484\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/ignore-sticky-posts-query-loop.png?resize=652%2C484&ssl=1\" alt=\"Screenshot of the sidebar option to ignore the sticky post in a query loop block. \" class=\"wp-image-37897\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://github.com/WordPress/gutenberg/releases/tag/v20.4.0-rc.1\">Gutenberg 20.4 </a></strong>is now available for testing. It marks the last Gutenberg version to make it into the upcoming WordPress major release. </p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>🎙️ Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-115-wordpress-6-8-wordcamp-asia/\">Gutenberg Changelog 115 – Gutenberg Releases 20.2, 20.3, 20.4, WordPress 6.8 and WordCamp Asia</a> with special guest Jessica Lyschik.</p>\n\n\n\n<img width=\"652\" height=\"206\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2022/03/Screenshot-2025-03-07-at-18.02.51.png?resize=652%2C206&ssl=1\" alt=\"Jessica Lyschik and Birgit Pauli-Haack recording Gutenberg Changelog 115 \" class=\"wp-image-37930\" />\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>It’s been a while since we saw a new plugin with a collection of Blocks makes it into the plugin repository. Thanks to WP Weekly<em>‘s <strong>Davinder Singh Kainth</strong></em>, for discovering it. It’s called <a href=\"https://wordpress.org/plugins/frontis-blocks/\"><strong>Frontis Blocks</strong></a> and created by the team called <em>WP Messiah </em>(What a name! 🤦♀️) and provides 27 Blocks. It’s works with all themes, among them the <a href=\"https://wordpress.org/themes/frontis/\"><em>Frontis theme</em></a> by the same developers. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Bud Kraus</strong> shares in his blog post for <em>Hostinger</em> <a href=\"https://www.hostinger.com/tutorials/customize-woocommerce-templates-with-gutenberg\"><strong>How to customize WooCommerce templates with Gutenberg blocks</strong></a>. He explains the shopper journey and how to access and change templates like the Product Catalog, Single Product, Cart, and Checkout pages. Customization involves adding or changing blocks in these templates. However, some templates, like Cart and Checkout, have limited options to keep them functional. The tutorial shows WooCommerce’s move towards an editing experience that allows non-programmers to customize their online stores.</p>\n\n\n\n<a href=\"https://www.hostinger.com/tutorials/customize-woocommerce-templates-with-gutenberg\"><img width=\"652\" height=\"502\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/Editing-the-product-catalog-template-using-Gutenberg-blocks.png?resize=652%2C502&ssl=1\" alt=\"\" class=\"wp-image-37908\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Get inspiration from the <a href=\"https://specialprojects.automattic.com/\"><strong>Automattic Special Projects</strong></a> team, that just published their new <a href=\"https://specialprojects.automattic.com/\">site</a>. You can browse a selected list of projects and learn how they built it. You’ll find on the list Seth Godin’s blog, the Buckminster Fuller Institute or Noma. The team also started sharing their tools, the plugins, and blocks they built and open-sourced. I am particularly intrigued by the <a href=\"https://specialprojects.automattic.com/tools/accordion/\">Accordion block</a> and the <a href=\"https://specialprojects.automattic.com/tools/query-loop-load-more/\">infinite scroll query loop</a> variation. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Speaking of tools, the<strong> <a href=\"https://github.com/0aveRyan/classact\">ClassAct</a></strong> plugin by <strong>Dave Ryan</strong> might be useful for theme developers and Sitebuilder. It’s a microplugin for acting on Additional CSS classes per-block in the WordPress Editor. On X (former Twitter), Ryan shared a video of how it will show up in your block’s sidebar.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong><a href=\"https://x.com/iamarinoh\">Henrique Iamarino</a></strong>, WordPress Theme designer at Automattic, discusses a new approach to designing WordPress themes in his article <a href=\"https://automattic.design/2025/02/19/beyond-templates-reimagining-wordpress-theme-design/\"><strong>Beyond Templates: Reimagining WordPress Theme Design</strong></a>. He focuses on moving away from old, static templates to more flexible and dynamic design systems. The article highlights the need to give users tools for greater customization and creativity in creating websites. By changing the design process, Automattic aims to make WordPress themes more adaptable and user-focused while ensuring they are accessible and easy to use.</p>\n\n\n\n<a href=\"https://automattic.design/2025/02/19/beyond-templates-reimagining-wordpress-theme-design/\"><img width=\"652\" height=\"340\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/beyond-templates-themes-1-1-web.png?resize=652%2C340&ssl=1\" alt=\"\" class=\"wp-image-37906\" /></a>\n\n\n\n<p><strong>Bud Kraus</strong> had an awesome month! In his Kinsta post, he shared how to <a href=\"https://kinsta.com/blog/wordpress-block-theme-development/\"><strong>Build a block theme using the Create Block Theme plugin</strong></a>. This plugin is a must-have for whipping up WordPress block themes. You can start from scratch, clone something you like, or create child themes, all within the WordPress Site Editor. It lets you save theme changes, play around with style variations, and even export your themes as zip files. Plus, you can tweak theme metadata, check out the <code>theme.json</code> file, and reset your theme whenever you need to.</p>\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">“Keeping up with Gutenberg – Index 2024”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><strong>James Le Page</strong>, AI lead at Automattic, has worked on the <a href=\"https://github.com/Jameswlepage/excalidraw-block/\"><strong>Excalidraw Block</strong></a>. It is a custom WordPress block that allows users to embed an Excalidraw editor directly into the post editor. This block provides a seamless way to create and edit diagrams within WordPress. On X (former twitter) LePage <a href=\"https://x.com/jameswlepage/status/1890895984298697086\">posted a short video</a> to show off the block’s capabilities. The code is available on GitHub put needs a build step to install it successfully on your WordPress site.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>JuanMa Garrido</strong> wrote about his <strong><a href=\"https://juanma.codes/2025/02/10/hooks-in-wordpress-from-a-stack-trace/\">Understanding how WordPress Hooks work from a Stack Trace</a></strong>. He shared how to use stack traces to analyze WordPress hooks, helping developers see how hooks work, find errors, and improve their use in plugins and themes. By looking at stack traces, developers can track function calls, identify triggered hooks, and fix plugin conflicts. This method is essential for troubleshooting complex WordPress sites where multiple hooks operate at once, ensuring everything works well together and aiding in debugging custom code related to hooks.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his the video “<a href=\"https://www.youtube.com/watch?v=slvCox_ByKw\"><strong>Cooking with AI: Creating New Recipes with Cursor AI</strong></a>“, Ryan Welcher set out to improve his use of AI tools for developers in 2025. Specifically, he’s setting up Cursor AI to help him generate new recipes for the <a href=\"https://blockdevelopercookbook.com/\"><em>Block Developer Cookbook</em></a> more quickly and with better examples. </p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n</div>\n\n\n<p><strong>Aslam Multani</strong> of Multidots recently published <a href=\"https://www.multidots.com/blog/gutenberg-blocks-development-wordpress/\"><strong>How to Develop Custom Gutenberg Blocks for WordPress: A Step-by-Step Guide</strong></a>. This blog post explains how to create custom Gutenberg blocks, covering everything from setting up your development environment to debugging block code. It starts by detailing what Gutenberg blocks are and the requirements, such as having a local WordPress installation and knowledge of HTML, CSS, JavaScript, React, PHP, and WordPress plugin development.<br />To make a custom block, it suggests using the <code>create-block</code> tool to set up a new plugin and explains the necessary file structure, including <code>build/</code>, <code>src/</code>, <code>edit.js</code>, <code>save.js</code>, and <code>block.json</code>. The post guides you through installing the block plugin and automating the build process with <code>npm start</code>, highlighting the functions of <code>Edit</code> and <code>Save</code> and using the <code>RichText</code> component for user interaction.<br />It also covers customization options like adding support for color and spacing, setting default properties in <code>block.json</code>, and creating nested blocks with the <code>InnerBlocks</code> component. Lastly, it touches on internationalization (i18n) using the <code>__()</code> function and provides an example of a testimonials block to demonstrate these ideas. However, it misses discussing when to use different tools, such as block styles or variations, before creating a Custom Block.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>A new version of the local development tool, <strong>Studio</strong>, was released: <a href=\"https://wordpress.com/blog/2025/02/24/studio-preview-sites/\"><strong>Introducing Preview Sites: Pushing the Limits of Collaboration with Studio</strong></a>. The WordPress.com blog post highlights upgrades to “Demo Sites,” now “Preview Sites,” enhancing local development and simplifying sharing with clients and teammates. Key improvements include:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Increased Storage: Expanded from 250 MB to 2 GB.</li>\n\n\n\n<li>More Sites: Doubling from 5 to 10 preview sites.</li>\n\n\n\n<li>Personalized URLs: Shorter, user-specific URLs.</li>\n\n\n\n<li>Timeline: Available for seven days post-update. </li>\n</ul>\n\n\n\n<p>The name change to “Preview Sites” emphasizes their role in showcasing work-in-progress and collaboration. Enhanced Preview Sites are available to all Studio users, with existing Demo Sites converting automatically.</p>\n\n\n\n<a href=\"https://wordpress.com/blog/2025/02/24/studio-preview-sites/\"><img width=\"652\" height=\"367\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/Screenshot-2025-03-07-at-15.25.36.png?resize=652%2C367&ssl=1\" alt=\"\" class=\"wp-image-37926\" /></a>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"wordpress-developer-blog\">WordPress Developer Blog</h3>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\"></div>\n\n\n<p>Two new post on the Developer Blog might catch your attention:</p>\n\n\n\n<p><strong>Troy Chaplin</strong> took on the monthly round up <a href=\"https://developer.wordpress.org/news/2025/02/whats-new-for-developers-february-2025/\"><strong>What’s new for developers? (February 2025)</strong></a>. The post mentioned WordPress 6.7.2 with bug fixes and enhancements, and took a look ahead to WordPress 6.8’s data view and performance improvements. Gutenberg celebrated its 8th birthday with versions 20.1 and 20.2, introducing enhancements to blocks and UI customization. Updates include improvements to the Navigation, Page List, and Social Links blocks.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Róbert Mészáros</strong> guides you through his tutorial on how to <a href=\"https://developer.wordpress.org/news/2025/02/customize-wordpress-embeds-to-match-your-theme/\"><strong>customize WordPress embeds to match your theme</strong></a>. He discusses different ways to adjust WordPress embeds to fit a site’s theme and branding, covering basic CSS styling, advanced changes like modifying excerpts, ensuring uniform image formats, adding features like a “like” button or publication date, and creating custom embed templates. The article also reviews the history of WordPress embeds, the default embed view, and loading template files from a plugin, encouraging developers to try these options and enhance WordPress embeds.</p>\n\n\n\n<a href=\"https://developer.wordpress.org/news/2025/02/customize-wordpress-embeds-to-match-your-theme/\"><img width=\"652\" height=\"392\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/03/customize-wordpress-embeds-to-match-your-theme-custom-style-1536x923-1.png?resize=652%2C392&ssl=1\" alt=\"\" class=\"wp-image-37902\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don’t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Featured Image:</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won’t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 08 Mar 2025 00:45:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Do The Woo Community: Do the Woo Friday Shares, March 7, 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=92516\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://dothewoo.io/blog/do-the-woo-friday-shares-march-7-2025/\";s: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:194:\"WordPress continues to lead in enterprise solutions, showcasing new tools, addressing gender inequality in leadership, and enhancing WooCommerce functionalities while promoting community events.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Mar 2025 09:59:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Do The Woo Community: Designing Products Users Love, A Deep Dive with Shahjahan Jewel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=91323\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://dothewoo.io/designing-products-users-love-a-deep-dive-with-shahjahan-jewel/\";s: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:198:\"In this episode, James, Katie, and guest Jewel discuss user experience in product design, the importance of customer feedback, team dynamics, and the growth of WP Manage Ninja\'s innovative products.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Mar 2025 15:17:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Do The Woo Community: Making the Right Decisions for Your WordPress Business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=92253\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://dothewoo.io/blog/making-the-right-decisions-for-your-wordpress-business/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:219:\"Building a business in the WordPress and WooCommerce ecosystem requires careful decision-making. Here are some insights on pricing strategies, plugin vs. SaaS choices, and the benefits of strong partnerships for growth.\";s: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, 06 Mar 2025 10:48:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: #159 – James Kemp on WooCommerce Innovations and Trends in Selling Online\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=188026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wptavern.com/podcast/159-james-kemp-on-woocommerce-innovations-and-trends-in-selling-online\";s: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:47634:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case WooCommerce innovations, and trends selling online.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you and hopefully get you, or your idea featured, on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today we have James Kemp. James is the Core Product Lead for WooCommerce. After working with WooCommerce, running a plugin shop for 10 years, he joined the team at the end of 2023 to help shape the future of e-commerce.</p>\n\n\n\n<p>James talks about his journey with WordPress and WooCommerce, and explains his role at Automattic, where he’s tasked with connecting the community’s feedback to the developments in WooCommerce, ensuring that the Woo platform continually evolves and improves.</p>\n\n\n\n<p>He discusses the innovations within WooCommerce, the challenges of balancing the needs of small and large scale stores, and how the team navigates an environment filled with both competitors and opportunities.</p>\n\n\n\n<p>He gets into the positive impact of WooCommerce’s recent rebranding, and how the system positions itself amidst the ever-growing competition from SaaS platforms like Shopify.</p>\n\n\n\n<p>James shares his insights into the trends shaping e-commerce, like the seamless integration of newer technologies and consumer buying habits.</p>\n\n\n\n<p>If you’re keen to understand the breadth of WooCommerce’s impact on e-commerce, or are curious about the direction of online shopping, this episode is for you.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you James Kemp.</p>\n\n\n\n<p>I am joined on the podcast by James Kemp. Hello James.</p>\n\n\n\n<p>[00:02:50] <strong>James Kemp:</strong> Hello, how are you?</p>\n\n\n\n<p>[00:02:51] <strong>Nathan Wrigley:</strong> Yeah, good. Nice to speak to you. James is on the podcast today to talk all things WooCommerce. And he really is a very, very credible person to talk about WooCommerce, because James is the Core Product Lead for WooCommerce over at Automattic.</p>\n\n\n\n<p>However, when I say that title, James, I don’t really know what it means. Will you just enlighten us? And also, if you feel like throwing some other biographical information at us about your history with WordPress and things like that, feel free.</p>\n\n\n\n<p>[00:03:17] <strong>James Kemp:</strong> Of course. Yeah, I mean, we’ve spoken a couple of times on a podcast like this. I don’t know if we’ve done the Tavern one before.</p>\n\n\n\n<p>But yeah, as a quick introduction, I started using WordPress in 2009, and I started building with WooCommerce in 2011. And from that time I worked with customers and specifically like building websites for customers who needed websites.</p>\n\n\n\n<p>And in that time I built up a collection of plugins, which I sold on a premium basis, which eventually turned into IconicWP, which was a WooCommerce plugin shop with 14 or 15 premium plugins. Sold that, well, that was acquired in 2021 by Liquid Web, Stellar. And I stayed there for a couple of years, carried on working. My whole team came over with the acquisition. We carried on just working as we were really, but under this kind of bigger brand of products and WordPress software, which was quite nice. It was nice to kind of get that experience from companies selling products like we were, but they were at a much bigger scale than we were at the time. That was a nice experience.</p>\n\n\n\n<p>And then, yeah, towards the end of that, I reached out to Paul, who was the CEO, at the time, of WooCommerce, and just kind of said, I feel like I could have a good impact on WooCommerce itself, is there anything there for me? And I was kind of open to whatever that might look like. There was no job description that I applied for. I just kind of reached out and said, this is what I want to do, this is what, I like doing, this is what I’m good at. And then, yeah, here we are just over a year since I joined.</p>\n\n\n\n<p>I joined as a product manager. And like you say, now I’m a Core Product Manager, which is a new role within WooCommerce. So a Product Manager would be, and for context, there’s eight or nine Product Managers within WooCommerce. When I joined, we each kind of had an area of focus. So my area was order management. So any project or improvement or just, my day to day would be looking at order management and, how can we make this better? It kind of shifted outside of that a bit as well into other areas. But each Product Manager has that kind of role where they’re focused on one kind of key area of WooCommerce.</p>\n\n\n\n<p>But there was never really any product manager that had an overall vision of the whole product. And that’s what the Core Product Manager role is. So I’m less focused on one specific area, and more focused on just, how can we make the whole thing better? And part of that role is kind of connecting the dots a bit. One team’s working on this, another team’s working on that, how do they overlap? But also connecting the community dots to the stuff that we actually put out there. So, what are people asking for? What are the common kind of requests that people have, or the complaints that people have? Or even the positives that people have and, how can we make those things better?</p>\n\n\n\n<p>[00:06:12] <strong>Nathan Wrigley:</strong> So is there just one of you? So there’s one Core Product Lead. There’s not multiple of those.</p>\n\n\n\n<p>[00:06:18] <strong>James Kemp:</strong> Correct.</p>\n\n\n\n<p>[00:06:18] <strong>Nathan Wrigley:</strong> Oh gosh, that’s really interesting. So you’ve got like the 10,000 mile high view of the entire project. And so you are kind of open to suggestions, innovations, improvements, tweaks, that all comes under the purview of your job.</p>\n\n\n\n<p>[00:06:32] <strong>James Kemp:</strong> Correct, yeah. There’s different areas. There’s what we call product, which is kind of the user facing experience. And by user I mean merchant, and probably customer as well, so the visual aspects of the product that people interact with. And then there’s the platform side of things, which are backend architecture and performance and all those kinds of things.</p>\n\n\n\n<p>So I’m primarily focused on the front end aspect, not front end but, you know, the core experience we call it. I am actually focused a lot on the platform side of things at the moment as well, because the person who usually does that is on sabbatical, so I’m kind of helping out a bit there. And it’s quite nice to have, you know, that understanding as well, for approaching core experience type things. And it also encompasses the WooCommerce app and many of our premium extensions, many of our marketplace extensions, premium or free.</p>\n\n\n\n<p>[00:07:22] <strong>Nathan Wrigley:</strong> I’m guessing that if you ask anybody the question, is their inbox pretty full? You know, the to-do list that you have is pretty full, everybody would probably say, yeah, I’ve got plenty on my plate. But it sounds as if you may well have a lot on your plate.</p>\n\n\n\n<p>Now, I don’t know if there’s a lot that you’ve got to deal with in there, and you’ve got a lot of ideas, and innovations that you’d like to push forward. But is it fair to say that there’s a ton of innovation still to be done inside of WooCommerce?</p>\n\n\n\n<p>[00:07:46] <strong>James Kemp:</strong> Yeah, for sure. It’s something that I’m still trying to figure out. Like, how do you stay on top of all of these things and, where is my input within this most valuable? Because I’m still working alongside all the other product managers.</p>\n\n\n\n<p>And actually that’s been really nice to kind of connect with a product manager that’s working on something specific, and work with them to make that the best it can be for WooCommerce.</p>\n\n\n\n<p>But yeah, I’m still trying to figure out how to like organise all of these things so they’re not just in my head, but they’re out there in a manageable way.</p>\n\n\n\n<p>[00:08:18] <strong>Nathan Wrigley:</strong> How do you get intelligence about what needs to be done? I mean, obviously there’s the team within Automattic that you deal directly with, I would’ve thought of, but do you keep your door of your office kind of half open a little bit? Are you prepared to listen to community suggestions?</p>\n\n\n\n<p>And again, I’m not trying to get you to give out your email address or anything, but is there that element still? Do you still listen to people out in the community, users, and what have you? Do they come directly to you, or is there some kind of filtration process which people have to go through in order to get ideas in your head?</p>\n\n\n\n<p>[00:08:46] <strong>James Kemp:</strong> There’s many ways. Yeah, I think one of the things that I love most is talking to the people that actually use it. And I do that primarily on X or Twitter. I talk to a lot of people over there.</p>\n\n\n\n<p>The downside to that is the majority of them are agencies and developers. It’s not a downside, the downside being that I don’t get that kind of open communication necessarily with merchants directly. So if I want to talk to a merchant that’s more of a filtered, as you say, it’s an intentional, you know, I have to reach out to a merchant and schedule a call and all that kind of stuff. There is the occasional merchant on X, but it’s not their stomping ground.</p>\n\n\n\n<p>So yeah, I’m also in the Slack, the WooCommerce community Slack. Some of what I’ve implemented is these kind of external channels within our own Slack. So one example of that is a project we’re working on for fulfillment statuses, where I got Becca from Kestrel WP and Patrick Garman from Minesize into one of our internal Slack rooms to discuss and kind of help shape this project. So they’re directly involved in that way in stuff that we’re working on.</p>\n\n\n\n<p>And I think something that we really want to do is be really transparent with like, this is what we’re working on. You may well have seen over the course of the last year or so that that has been the case, via GitHub discussions, via the Developer Blog, via Slack, the community Slack. But yeah, I love getting feedback from people on Twitter. I still don’t know what to call it, Twitter or X.</p>\n\n\n\n<p>[00:10:18] <strong>Nathan Wrigley:</strong> I often wonder if the sort of inside baseball of WordPress is a little bit hard to penetrate, because I’m imagining there’s a lot of people who use WordPress that in a million years have never opened up the WordPress Slack, GitHub is not a thing for them. And I’ve always wondered how people such as yourself, you know, in senior positions get that information. How does it get to you? And X, Bluesky, whatever the alternative is, that’s a really interesting way of kind of completely circumventing that process. I will make sure that your profile, your X profile is linked in here and then people can reach out on that basis. Yeah, that’s great. Thank you.</p>\n\n\n\n<p>Let’s just paint the picture of Woo, and how big it is because we keep hearing the statistic. The one that everybody talks about is this 43%, which is the WordPress statistic. And I never quite know how to manage that in my head, what that exactly means. But a fairly sizable number is also the e-commerce side, the WooCommerce side of WordPress.</p>\n\n\n\n<p>Where are we at in terms of the web, and in terms of WordPress, how much of WordPress is WooCommerce, and how much of the internet is Woo? And every time I hear this number, it changes a little bit. But every time I hear it, it’s still breathtakingly large.</p>\n\n\n\n<p>[00:11:24] <strong>James Kemp:</strong> Yeah, that’s an interesting one actually. In terms of how much of WordPress is Woo, I’m not sure on that. I think we could probably calculate that based on the figures I do have, which is how much of e-commerce is WooCommerce, and that is 37%.</p>\n\n\n\n<p>[00:11:41] <strong>Nathan Wrigley:</strong> 37%. Okay, so whatever the percentage is, be it the top million websites or the top 10,000 websites, whatever that metric is, let’s assume that that’s solid and safe. 37% is done on a WooCommerce platform. That is breathtaking.</p>\n\n\n\n<p>[00:11:56] <strong>James Kemp:</strong> Which is a huge amount, for the listeners, and for you if you want to check it out later. If you go to woocommerce.com/newsroom, we update these numbers every month. We have some numbers there, like there’s 3.6 million live installations. 37% of e-commerce sites are powered by WooCommerce. There’s 1,000 plus official marketplace extensions. That’s actually going to grow, I think substantially this year.</p>\n\n\n\n<p>And then, yeah, some other stats that are listed there, which I think are useful to keep an eye on. And there’s, I believe the team that updates those numbers kind of, they take the data primarily from Store Leads, which is a data gathering outfit. And I think they kind of dial them back a bit, rather than, you know, inflating them, I think they actually go the other way.</p>\n\n\n\n<p>[00:12:41] <strong>Nathan Wrigley:</strong> In terms of the trend of that, so the 37%, I’m not looking at that chart at the moment, but is your impression that, has it stagnated, has it gone up broadly in the last, let’s say five years, something like that? Is WooCommerce basically growing, stagnating, declining?</p>\n\n\n\n<p>[00:12:54] <strong>James Kemp:</strong> Over the five year, I would expect it’s gone up. There’s no graph to look at. There probably is somewhere, but I don’t have it in front of me now. But I do know that this was updated this week, I believe. And it was updated from 35% to 37. So there’s definite growth there. And I would expect, just the nature of e-commerce in general, that that number’s grown over the course.</p>\n\n\n\n<p>[00:13:16] <strong>Nathan Wrigley:</strong> When you say that, what’s the thing in your head which is promoting you to say the nature of e-commerce? Because I really don’t follow e-commerce, but I have this impression that during the lockdown period, 2019 and on, it felt like everybody, for very credible reasons, had to move whatever they were selling to an online format. So I imagine there was a bump there.</p>\n\n\n\n<p>But also it feels like the world is now inundated with pocket size technology, which means that I can buy anything 24/7, no matter where I am. And so it feels like high streets in the UK, the shutters are going up. Bricks and mortar shops seem to be closing. Certainly where I live, that is a broad trend. It’s not particularly rapid, but it’s definitely a trend.</p>\n\n\n\n<p>And I’m imagining that the confluence of mobile technology, ubiquity of internet connection, computers available all over the place, certainly in the country where you and I both live. It feels like this inexorable rise, this trend towards purchasing things at 4 o’clock in the afternoon, sitting on a sofa, a bus, wherever you might be. It does feel like that’s the way the world is moving. Are those kind of the intuitions that you have when you say WooCommerce is rising for obvious reasons?</p>\n\n\n\n<p>[00:14:23] <strong>James Kemp:</strong> Yeah, exactly. I think just the nature of the internet and the online world has kind of exponentially grown since its inception, right? And I would expect that e-commerce will grow with it.</p>\n\n\n\n<p>I think one of the greatest things about the internet is that you can buy online. I should look into the history actually, but I can’t imagine what the thought process was back when the internet was invented. Did they imagine that e-commerce would be a thing? That people would buy stuff, even from the other side of the world, and have it shipped out to them in a matter of days or weeks.</p>\n\n\n\n<p>And I just think as technology evolves, and we’ve seen the boom in AI, and just the boom in like generational development on computers, and coding and all of that is advancing, and I think e-commerce will follow suit as well.</p>\n\n\n\n<p>[00:15:12] <strong>Nathan Wrigley:</strong> Yeah, it feels like there’s no place but an upward trend for e-commerce. Now, whether or not WooCommerce fits into that landscape perfectly in the next decade, we’ll see. But it feels like I, and I can really only rely on myself, I feel like I’m going to buy more things online in the decade to come than I am this year. It feels like each and every year, my desire to get on my bike and go into the town centre dwindles, and I’m far more likely to buy things online.</p>\n\n\n\n<p>And now the merchants have pivoted their offerings so that, you know, if you don’t like it, you can freely return it and things like that. So even the impediments that were there have suddenly changed, and it’s just remarkable.</p>\n\n\n\n<p>And also the mere fact, just capture in your head for a moment, the fact that you can get all of this for no money down. The WooCommerce platform, and I know, in order to get the best out of it, you will definitely want marketplace things, third party, but other places as well. But the thing is free. It’s completely free. And I find that utterly remarkable. I just think that’s breathtaking in all honesty, that that’s available.</p>\n\n\n\n<p>[00:16:15] <strong>James Kemp:</strong> Yeah, I think it’s one of the key selling points about WooCommerce is that you can get started for free, as close to free as possible, when you account for hosting and transactional fees that naturally come with any platform.</p>\n\n\n\n<p>But on top of that, with WooCommerce specifically, and with the age of AI now, you could make WooCommerce do what you want it to do for free. And every site could be tailored to specific needs, and like a specific execution of functionality without too much technical knowledge, which I think is really interesting.</p>\n\n\n\n<p>And you’ve seen people are building apps, and I’ve built a few as well, specifically for needs that they want to solve. I saw one yesterday, I think it was Maddie on, Twitter, I can link to it. She built an app to automatically put an emoji over faces in photos. I don’t know if you’ve seen, when parents share photos of other people’s children and that kind of thing, they typically put an emoji over the face. She said she was getting annoyed at having to do that with every photo. But we’re in that era now where you can kind of roll these things with no technical knowledge, whether the output is good, I think is questionable, but it’s pretty good.</p>\n\n\n\n<p>[00:17:24] <strong>Nathan Wrigley:</strong> Does the advent of AI, and what you’re suggesting, you can add your third party stuff, if you like, for want of a better word, to WooCommerce with the assistance of AI. Does that undermine the longevity of the free, open source WooCommerce project? Because I imagine that there’s a lot of underpinnings there, you know, the marketplace that WooCommerce, as I imagine those plugins that are sold to add different functionality and what have you, that must in some way pay for the freeness of it all.</p>\n\n\n\n<p>Does AI, does that concern you? You know, that if we erode the need to purchase third party software in order to get out what you desire, yeah, does that erode the possibility of WooCommerce being free in the future?</p>\n\n\n\n<p>[00:18:05] <strong>James Kemp:</strong> I don’t think so. I think it assists. I think it depends what you’re making. Like, I wouldn’t want to build out a full subscriptions platform just using an AI prompt. And maybe that will become more advanced in the future. I think as someone running a business, you don’t want to be dealing with this code yourself, maintaining it, making sure it stays up to date. And I think that’s the case for, or that has been the case since e-commerce software existed. There used to be a trend of rolling your own e-commerce solutions, and I think that’s less likely to happen these days.</p>\n\n\n\n<p>[00:18:39] <strong>Nathan Wrigley:</strong> Yeah, it’s a good point. If you think about just a regular WordPress website, if it’s just a brochure site with no e-commerce attached, go with the AI, you know, it seems like there’s loads of scope there. But obviously if you’ve got the compliance, and the financial obligation, and all of the law that underpins an e-commerce shop, I imagine there are impediments in people’s heads which will say, wait, did an AI make that? Are we really going to trust that? So maybe it inoculates itself given the nature of the websites which are in question.</p>\n\n\n\n<p>Okay, just moving on, tell us a little bit about the kind of people that are using WooCommerce. Now, I know this is a very, very broad question, but in my head, for some reason I have it, that a significant amount of people that are using WooCommerce will be small stores. But I’m guessing also maybe WooCommerce really does dig deep into the enterprise as well. Does it run the gamut of everything? Or is there a kind of focus for you, and teams within Automattic because there’s a certain type of clientele which largely consume WooCommerce?</p>\n\n\n\n<p>[00:19:37] <strong>James Kemp:</strong> Yeah, it does kind of span everything. So people just starting out either want low cost, in which case WooCommerce is an obvious choice. You can start setting things up, especially for brand new e-commerce, whereas they’re just selling single products. There’s nothing too technical there that would require an expense of some kind. So it’s super easy to spin up a WooCommerce site and test it out pretty much free.</p>\n\n\n\n<p>So yeah, we have that audience. It’s not necessarily our focus, our focus is primarily the higher revenue, higher traffic e-commerce stores, because that’s the aspiration for anyone selling, right? They want to become successful, they want that to be their business, is e-commerce. And those are the users that we’re focused on. And then naturally anything we do for them is going to trickle down to benefit the people who are just starting out with the platform.</p>\n\n\n\n<p>So it does span a wide range of users, but we do focus in on the higher revenue and high product volume, high traffic, those kind of things. Or at least that’s what we’re focusing on this year. That target evolves over time. But that’s been our focus for most of my time since I’ve been here. So it’s nice to have that vision of who’s using it and what we can do to make the platform as good as possible for them.</p>\n\n\n\n<p>[00:20:52] <strong>Nathan Wrigley:</strong> We have this expression in the UK, Jack of all trades, master of none. I don’t know how that works outside of the boundaries of the UK, but it basically means if you try to be everything to everybody, you sort of succeed at nothing. It’s something akin to that basically.</p>\n\n\n\n<p>And I’m wondering if there are bits of WooCommerce which you have to manage those sort of trade offs. Like, okay, if we build this thing, which feels like it’s a real enterprisey thing, how is that going to work with our more modest users, let’s say?</p>\n\n\n\n<p>Or if we really focus on the more modest users, how are the enterprise going to feel like that? And it not being a niche, and it being the full spectrum of sites out there, yeah, at times that must be actually quite frustrating, I would’ve thought.</p>\n\n\n\n<p>[00:21:29] <strong>James Kemp:</strong> It’s a challenge, yeah. It’s something that we’re working on at the moment, is making the base of WooCommerce have the majority of features for the majority of users, the features that you’d expect in an e-commerce platform, which I’ve touched on in other podcasts if you want to go and find them.</p>\n\n\n\n<p>But it’s a process called More in Core, which is the kind of code name for it. Where we’re just trying to build out the base product to have the majority of things that merchants and builders need, without needing to go and find all these plugins and custom development and things like that.</p>\n\n\n\n<p>But the challenge is which features. The features that people need are going to change depending on what type of store they’re running. So I’ve seen a lot of people want subscriptions in Core. And then I’ve also seen the complete opposite where people don’t want subscriptions in Core because they see it as bloat. There’s a challenge there for sure, to figure out what that kind of sweet spot is without being bloated, but also without nickel and dimming, and making the average number of plugins required too high or too low.</p>\n\n\n\n<p>[00:22:28] <strong>Nathan Wrigley:</strong> I’ve often thought that if I worked at Microsoft on Windows, the software, the OS, it would be my constant annoyance that I had to think about every possible permutation of hardware that could ever be used. Whereas if I worked for Apple and was working on the Mac OS project, it’d be like, there’s just this one set of hardware, it’s just so much more straightforward, we build it.</p>\n\n\n\n<p>And I imagine that commercial rivals, things like Shopify, and we can get into that in a moment, probably have it easier in that sense because there isn’t this, well, I know that they have an ecosystem of sort of third party apps, I believe they’re called. But there isn’t this whole backwards compatibility thing that 5,000 different plugins that bind into WooCommerce and what have you. And so I guess you’ve always got to be taking real careful steps when you develop a new feature or tweak anything, which maybe the other platforms don’t have to think about in quite the same way.</p>\n\n\n\n<p>[00:23:16] <strong>James Kemp:</strong> Yeah, I actually posted about that exact thing on X or Twitter earlier. I’m just going to call it X. I want to call it Twitter, but I’m going to call it X. It’s a challenge because, and this touches on the 37% number, like any update we roll out is affecting over a third of all e-commerce stores online, which is a crazy number.</p>\n\n\n\n<p>It has to be backwards compatible, it has to be rolled out in a way that isn’t going to break things. There’s a lot more consideration that needs to happen because of the multitude of environments that could exist. There could be bad hosting, there could be good hosting. There could be low performance, high performance, number of products, different plugins, different themes.</p>\n\n\n\n<p>For a platform like ours, that is one of the greatest challenges, but also one of the greatest strengths as well, because of how flexible it is. In a platform like Shopify, like you say, they have an app marketplace, but it’s a lot more restricted. There’s only really a handful of ways to do something. Whereas with WooCommerce, you’ve kind of got full control because you are hosting it yourself. You can pretty much do anything. Which, like I say, is a challenge, but also a strength.</p>\n\n\n\n<p>It requires navigation, and I touched on this in a, I do a monthly, Inside wooCommerce podcast. The last one that went out was with Julia, who is the lead for our release process. And it’s worth a listen, because it’s quite interesting to hear, now, how we roll out releases and how we’re able to test and watch for signals for issues that might arise. And be able to roll it back, fix that, and then roll out the updates. There’s quite a nice process there now, which we’ll obviously refine as time goes on, but yeah, it’s a challenge.</p>\n\n\n\n<p>[00:24:59] <strong>Nathan Wrigley:</strong> More recently, and we don’t need to get into the story behind it, but there is a story behind it. But the Automatticians, so the people that work for Automattic, have in some cases been repurposed. So their work that they’ve been doing for many years in one direction has now been pivoted. And I think it’s probably fair to say that focusing on things which generate revenue is a crucial part of the decision behind that.</p>\n\n\n\n<p>I’m wondering if that’s had an impact. So this whole thing is not really that old, it’s maybe only five, six weeks old, something like that, so maybe it hasn’t yet. But I’m wondering if it’s had actually a positive impact on the teams that you work with, or maybe there’s steady away, no change.</p>\n\n\n\n<p>[00:25:38] <strong>James Kemp:</strong> I would say there’s no change actually. I mean, WooCommerce has always been, we’re building a free product, but we are also a business, and we’ve always been a business. We wouldn’t be able to afford to put out a product and not have any money coming in to continue developing it. There’s always been a business aspect to WooCommerce.</p>\n\n\n\n<p>But yeah, the teams that have kind of moved off of the open source contributions that they were making previously, I haven’t seen any of them come over to WooCommerce. And maybe they have, if they come in as engineers, then I probably wouldn’t see that anyway. But yeah, in my day to day, I haven’t seen an impact. But, you know, Automattic has multiple products and experiments and things that exist outside of WooCommerce, and I honestly don’t dig into them too much. I’m very focused on the WooCommerce side of things.</p>\n\n\n\n<p>[00:26:27] <strong>Nathan Wrigley:</strong> You’ve recently, I say you, WooCommerce recently had an entire upending of the branding. If you don’t follow it very closely, it may be that you haven’t seen this story, but maybe it was not that long ago in the last week or so. It feels like the message dropped that a lot of the branding has been redone, and I often look at rebranding and I think why all that effort?</p>\n\n\n\n<p>What was really the point of that? What was the need to upend everything, and make people have to see something new? And I’m just wondering if you know what the point of that was? I mean, it’s nice. It looks lovely. Don’t get me wrong. I thoroughly love it. But I’m curious as to what the reasoning was. Did it feel stale previously? What was going on there? Do you know?</p>\n\n\n\n<p>[00:27:06] <strong>James Kemp:</strong> All of the above, yeah. So I’ve known about the branding, in its current form of, what it’s gonna be like since maybe October last year. And it’s been really interesting to watch. If you compare what we had previously against this, it’s clear like why it had to happen. The branding that we had previously was the same branding that WooCommerce had when it was initially formed via WooThemes. If you compare it, it just looks out of date. The colors are flat and, not very inspiring. And the new branding now allows us to be a bit more modern, I think. It’s modernized the brand.</p>\n\n\n\n<p>But it also opens us up to be able to go out and do more effective marketing and acquisition that we haven’t done prior. Branding isn’t just changing the logo and updating some colors. There’s a whole array of assets that come with it, and like a story behind the assets and what we’re trying to put out there into the world. Which we didn’t have before, we just had a logo and some colors.</p>\n\n\n\n<p>[00:28:04] <strong>Nathan Wrigley:</strong> There’s this sort of nod to a shopping cart in the W of Woo, which is actually quite clever, I think. And you’re right, it does just smack of more modern.</p>\n\n\n\n<p>Being a complete non-designer, I can never summon up the vocabulary to express why I think something looks good. But saw the new branding, and I saw the video that was associated with that, and I did think, yeah, that’s great. That looks really great, but I can’t for the life of me tell you why it looks great.</p>\n\n\n\n<p>But interestingly though, was there a market push, not just because it was stale, and let’s move this conversation into the rise of the SaaS. Because over the last period, the Wixs, the Squarespaces, the Shopify and all of these other things, I’m sure there’s many more. They’ve brought to the market a fairly affordable alternative. There’s nothing free, as far as I’m aware, but it’s a fairly low monthly cost. And I imagine over time these companies are eating up some of the new people, maybe even taking people from WooCommerce. I imagine it’s a bit of ebb and flow and what have you.</p>\n\n\n\n<p>But was it that, were they becoming more professional, more visible in the world? Super Bowl ads and all that kind of thing. Was there some of that in the rebranding as well?</p>\n\n\n\n<p>[00:29:14] <strong>James Kemp:</strong> Yeah, I imagine so. I think if you look at our branding previously, I don’t think it was necessarily thought out as a brand as such. I think it evolved over time. Whereas this was, the rebrand was much more focused, who are we trying to connect with here? What type of customer are we trying to pull in? And how can we reach them? What do they want to see? And I don’t think we had that before.</p>\n\n\n\n<p>And yeah, definitely it helps us compete with these SaaS solutions that are quite easy to pitch. You know, influencer can pitch this stuff, because they have cool branding and, it’s hard to say really.</p>\n\n\n\n<p>Like I think you could say about any product, like if Apple had a really badly designed, like 3D Apple from the nineties as their logo. In this modern era of what you expect from a brand, and a brand that’s powering 37% of all e-commerce or, I don’t what Apple’s market share on mobile devices is, but I imagine it’s pretty high.</p>\n\n\n\n<p>It’s just something that needs to be considered, and there needs to be a thought process behind why we look like we do, and who we want to attract with that. And we didn’t have that before with the previous speech bubble thing.</p>\n\n\n\n<p>[00:30:25] <strong>Nathan Wrigley:</strong> I remember listening to, I believe it was Bill Gates, this is many years ago, and Bill Gates was asked a question by an interviewer and it was, what keeps you awake at night, in terms of the longevity of Microsoft? And he said three things. Google, Google and Google. And basically he’s terrified of Google.</p>\n\n\n\n<p>I’m gonna pitch the same sort of question to you. Of the SaaS things out there, are there any bits out there which make the Woo team think, oh gosh, that’s interesting. We need to copy that?</p>\n\n\n\n<p>Does the sort of gouging out of the pricing, their very affordable pricing, those kind of things. How do you cope with that? How do you compete with that, with something which is basically free? I don’t know if that keeps you awake at night.</p>\n\n\n\n<p>[00:31:06] <strong>James Kemp:</strong> Obviously like any business has its competitors. There’s nothing that’s come up that we’ve been like, oh, we’ve got to copy that and we’ve got to get that in. It’s more like comparatively are we offering an equal playing field to a potential customer?</p>\n\n\n\n<p>And this ties back into the More in Core stuff that I was talking about. Is there stuff that not just Shopify, but other platforms have in their core offering, and this may be like low priced or free plans, or there’s other self-hosted versions as well that exist. They are comparatively free. Are we offering the same functionality? Do we have those essential features available? Yeah, we do, but do we charge for them? Probably, if there’s stuff that’s missing, there’s probably a premium extension for it. Or there’s a free extension for it, but it requires the merchant to go out and find it, rather than like us presenting it to them as a solution when they need it contextually.</p>\n\n\n\n<p>Yeah, things like that are definitely considerations. We need to be innovating, and we need to be keeping up as well. That could be said about any platform versus another platform that there’s always, again, going back to Apple, Apple and Samsung have this kind of to and fro.</p>\n\n\n\n<p>So yeah, it’s a consideration for sure. The target audience of someone going onto Shopify versus someone going onto WooCommerce is slightly different. The kind of core things that they are looking for are what we need to be offering.</p>\n\n\n\n<p>[00:32:31] <strong>Nathan Wrigley:</strong> Okay, that’s interesting because if I was a WooCommerce user, which as I explained I’m not, that would be the sentence I needed to hear, I think. The people working in the offices and the places where you are working is, okay, we are keeping an eye on what the competition are doing. And if something is a moving, shaking feature, which is upsetting the industry and everybody wants it, then you’ve at least got your beedy on it.</p>\n\n\n\n<p>[00:32:55] <strong>James Kemp:</strong> That’s one part of it as well. What are the competitors doing, but also what are our marketplace sales saying? What are the trends saying in e-commerce, even TikTok, Amazon, like all those kind of things that aren’t directly related to what we do, that’s accounted for as well.</p>\n\n\n\n<p>And also what are the customers saying? And we touched on it earlier, but we have a whole, what we call the feedback river, which is just a big database of feedback from everywhere. From within the plugin itself. From support. From reviews and from wordpress.org, and like all of these places combined into one database. So yeah, I think you have to keep an eye on all of it. And the challenge is figuring out is this essential? What percentage of users actually want this specific thing?</p>\n\n\n\n<p>And actually that’s always been a challenge, like even working on much smaller scale products at Iconic, it was always hard if a customer reaches out and says, oh, I wish it did this, it was hard to say no to that, because you are excited that someone’s using it, and they want to adapt it to their own use case. But you have to take into account, is the effort to implement this going to be valuable for everyone? Is this the priority for the majority, or is it just going satisfy this one person? You have to do that at scale now, or I have to do that at scale.</p>\n\n\n\n<p>[00:34:14] <strong>Nathan Wrigley:</strong> I know that time is short, so I’m just going to pivot just for one final question before we leave and it’s, it really has nothing to do with WooCommerce specifically, although it may? And that is, I’m just curious if you know of any interesting things which are happening around the periphery of e-commerce that you personally are finding interesting and engaging. Something that maybe our general audience won’t have come across, because they’re not deep in the weeds of it.</p>\n\n\n\n<p>That could be inside WordPress. I dunno, the Interactivity API, or it could be something the browsers are thinking about doing, or third party vendors who’ve got some curious technology that we might not have heard of.</p>\n\n\n\n<p>So, really just any interesting thing that James has spotted lately that you think we might want to look at?</p>\n\n\n\n<p>[00:34:54] <strong>James Kemp:</strong> Yeah, I dunno whether I have anything that nobody’s ever heard of.</p>\n\n\n\n<p>[00:34:57] <strong>Nathan Wrigley:</strong> That’s fine.</p>\n\n\n\n<p>[00:34:58] <strong>James Kemp:</strong> There’s a definite rise in platforms offering their own e-commerce. So, TikTok, commerce and all that kind of stuff is growing. And you touched on, something before we started the call actually, which kind of relates to that, the ability to see something on a device and just purchase it there and then. And within TikTok you get that experience. Within a typical e-commerce platform, you have a flow that you go through. You’ve got the cart, and then the checkout. You’ve got to populate details. So yeah, I think there’s gonna be a, an evolution into how quickly can I buy something. And that’s what the merchants want. Whether it’s good for the population and spending habits, I’m not entirely sure.</p>\n\n\n\n<p>I personally love the experience on, like Amazon, for example, and I don’t know how long they’ve had it, it’s been there a while now. But on product pages, you don’t need to go through the cart process, you can just click buy now. Although that has tripped me up a couple of times.</p>\n\n\n\n<p>[00:35:53] <strong>Nathan Wrigley:</strong> Yeah, me too.</p>\n\n\n\n<p>[00:35:54] <strong>James Kemp:</strong> You press buy now, and it goes on some card that you never use.</p>\n\n\n\n<p>So yeah, I think that is a definite kind of trend, that I’ve seen a lot of. And I think we touched on something earlier as well, which I haven’t seen much in the way of solutions to it. But one of the key things about people buying from a brick and mortar is that they can try on the product and they can physically see the color of a product, and touch the product. Which is possible. You can order now and it’s getting a lot easier to return stuff. But can you do that with a sofa, for example? So, I expect that we’ll see some innovations around that.</p>\n\n\n\n<p>[00:36:33] <strong>Nathan Wrigley:</strong> Sort of augmented solution, where you can drop room and, yeah, size it up, and things like that.</p>\n\n\n\n<p>[00:36:38] <strong>James Kemp:</strong> Yeah. I don’t know what that looks like.</p>\n\n\n\n<p>[00:36:40] <strong>Nathan Wrigley:</strong> No, and it will be sort of a strange simulation of reality, but probably enough to get a proportion of the people over the wire, I would’ve thought.</p>\n\n\n\n<p>[00:36:48] <strong>James Kemp:</strong> Yeah, for sure. There’s been AR stuff for a while now, right?</p>\n\n\n\n<p>[00:36:51] <strong>Nathan Wrigley:</strong> Yeah, and things like, you want to put a logo on a t-shirt, here’s what that look like on the t-shirt. Those kind of things.</p>\n\n\n\n<p>I think for me, one of the most, most interesting things is what the mobile wallets have done to my capacity to spend. I just that is remarkable. Especially out in the real world where you take the Tube in London, the underground, and you just don’t do anything anymore. You just walk by a thing, and your phone’s in your pocket, and it registers it, and you walk out and at the end of the day you get a bill, and so these kind of seamless solutions.</p>\n\n\n\n<p>[00:37:21] <strong>James Kemp:</strong> I don’t feel like you have that so much on a computer though.</p>\n\n\n\n<p>[00:37:24] <strong>Nathan Wrigley:</strong> No, but I wonder if that’s coming with, I don’t know, biometrics. Like purchase this, put your finger print in, your done.</p>\n\n\n\n<p>[00:37:33] <strong>James Kemp:</strong> I think that would be nice. I still populate, I use 1Password, so it does it for me, but I still populate the card.</p>\n\n\n\n<p>[00:37:39] <strong>Nathan Wrigley:</strong> An intermediary, a trusted intermediary getting in the way. Yeah, it’s interesting. Again, I wonder if those kind of things might be handled natively by browsers, and things like that.</p>\n\n\n\n<p>Anyway, we’re sort of staring into the future, and we’ve no idea. But I know that you’ve got to go in about 30 seconds time, so I will just round it off by saying James Kemp, fascinating chat about all things WooCommerce. I appreciate it, and all the hard work you and your team are doing to democratize e-commerce. Is there anything you want to add just before we round it off? Maybe a Twitter handle or something like that?</p>\n\n\n\n<p>[00:38:08] <strong>James Kemp:</strong> I’m jamesckemp on most things. C, the letter C. Yeah. The only thing I’ll add is just, if you have questions, ideas, theories, my dms are open there, so I’m happy to hear it.</p>\n\n\n\n<p>[00:38:21] <strong>Nathan Wrigley:</strong> Well, thank you very much, James Kemp. Been a pleasure chatting to you today. Really appreciate it.</p>\n\n\n\n<p>[00:38:25] <strong>James Kemp:</strong> Thank you very much.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://x.com/jamesckemp\">James Kemp</a>.</p>\n\n\n\n<p>James is the Core Product Lead for WooCommerce. After working with WooCommerce running a plugin shop for 10 years, he joined the team at the end of 2023 to help shape the future of e-commerce.</p>\n\n\n\n<p>James talks about his journey with WordPress and WooCommerce and explains his role at Automattic, where he’s tasked with connecting the community’s feedback to the developments in WooCommerce, ensuring that the Woo platform continually evolves and improves.</p>\n\n\n\n<p>He discusses the innovations within WooCommerce, the challenges of balancing the needs of small and large-scale stores, and how the team navigates an environment filled with both competitors and opportunities.</p>\n\n\n\n<p>He gets into the positive impact of WooCommerce’s recent rebranding, and how the system positions itself amidst the ever-growing competition from SaaS platforms like Shopify. James shares his insights into the trends shaping e-commerce, like the seamless integration of newer technologies and consumer buying habits.</p>\n\n\n\n<p>If you are keen to understand the breadth of WooCommerce’s impact on e-commerce, or are curious about the direction of online shopping, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://woocommerce.com/\">WooCommerce</a></p>\n\n\n\n<p><a href=\"https://iconicwp.com/\">IconicWP</a></p>\n\n\n\n<p><a href=\"https://kestrelwp.com/\">Kestrel WP</a></p>\n\n\n\n<p><a href=\"https://mindsize.com/author/pmgarman/\">Patrick Garmen</a> from Mindsize</p>\n\n\n\n<p><a href=\"https://woocommerce.com/newsroom/\">Woo Newsroom</a></p>\n\n\n\n<p><a href=\"https://storeleads.app/\">Store Leads</a></p>\n\n\n\n<p><a href=\"https://developer.woocommerce.com/2024/12/12/woocommerce-in-2025/\">Details about ‘More in Core’</a></p>\n\n\n\n<p><a href=\"https://dothewoo.io/podcasts/inside-woo/\">Inside Woo podcast</a></p>\n\n\n\n<p><a href=\"https://x.com/jamesckemp\">James on X</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Mar 2025 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"Do The Woo Community: Decentralized Social Networks & WordPress with Alex Kirk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=91326\";s:7:\"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://dothewoo.io/decentralized-social-networks-wordpress-with-alex-kirk/\";s: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:178:\"In the episode of Open Web Conversations, Matthias talks with Alex about the Friends plugin, decentralized networks, and transforming WordPress into a social networking platform.\";s: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, 05 Mar 2025 13:54:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Do The Woo Community: WP Day and WP Zone at CloudFest 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=92418\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://dothewoo.io/blog/wp-day-and-wp-zone-at-cloudfest-2025/\";s: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:195:\"CloudFest 2025 will occur from March 17-20 in Germany, featuring the WP Zone to connect WordPress and cloud communities, offering networking, tools, and collaboration opportunities for attendees.\";s: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, 05 Mar 2025 09:31:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"HeroPress: From Warfare to WordPress: How We Survived and Transformed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=7787\";s:7:\"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:188:\"https://heropress.com/essays/from-warfare-to-wordpress-how-we-survived-and-transformed/#utm_source=rss&utm_medium=rss&utm_campaign=from-warfare-to-wordpress-how-we-survived-and-transformed\";s: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:7839:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2025/03/030325-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress kept us afloat. It fed us.\" />\nHere is Aleksandr reading his own story aloud.\n\n\n\n\n\n<p>Dedicated to the third sorrowful anniversary of the war. With gratitude to our European partners.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-a-company-built-in-the-heart-of-kharkiv\">A Company Built in the Heart of Kharkiv</h2>\n\n\n\n<p>Before the war, our company was thriving in the center of Kharkiv — a large, developed, and beautiful million-strong city. We lived and worked just 45 kilometers away from what turned out to be a massive ticking time bomb.</p>\n\n\n\n<p>We had just completed a beautiful new office renovation — a space filled with energy, collaboration, and ambition. At the time, DreamDev had two divisions: one handling large-scale projects with Laravel and Vue.js, and the other — a WordPress agency primarily working with Elementor and WPBakery.</p>\n\n\n\n<p>We believed our future lay in big, ambitious U.S. projects. We chased tight deadlines, endured weekend calls, and thrived under pressure. It was exhausting and stressful, but we had no idea that the real challenge was yet to come.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-february-24-2022-the-day-our-world-collapsed\">February 24, 2022 – The Day Our World Collapsed</h2>\n\n\n\n<p>No one believed war was possible. Even as rumors spread, we convinced ourselves: </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>“This can’t happen. Not here. Not in the 21st century” </p>\n</blockquote>\n\n\n\n<p>Then, at 4 AM on February 24, our world turned upside down. Our work chats flooded with messages: “The war has started.” Explosions shook the city. The sky turned red with fire. Deafening sounds filled the air. We later learned they were Grad rockets, but at that moment, all we felt was shock, fear, and disbelief.</p>\n\n\n\n<p>Our brand-new office stood empty. The streets outside looked like a scene from a dystopian movie — people running, children crying, cars were abandoned. As we hurried to gather what we could, Russian tanks were already at the city’s outskirts.</p>\n\n\n\n<p>And just like that, a new chapter of DreamDev’s story had begun.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-survival-mode-when-there-s-no-plan-just-action\">Survival Mode: When There’s No Plan, Just Action</h2>\n\n\n\n<p>We left Kharkiv, seeking shelter in an old house on the city’s outskirts — a place built before World War I. A war from another time, yet history was repeating itself. Our memories from those first days are scattered, and fragmented — banks stopped working, teammates went silent, chaos spread. We had no answers. But we had work. So, five days into the war, we sent out a message to our partners: <em>“Please don’t worry. We are still working.”</em></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-losing-everything-and-gaining-something-even-greater\">Losing Everything – and Gaining Something Even Greater</h2>\n\n\n\n<p>Then came the real test. Most of our U.S. partners left. A major Norwegian project was scared to death of the news and canceled the team of 3 developers and a PM working for them. We lost our biggest contracts. But something we never expected happened:<br />Every single one of our European partners stayed. Not only that — they gave us even more projects.</p>\n\n\n\n<p>They believed in us. They supported us. And because of them, we survived. Laravel projects disappeared. We lost key developers. But WordPress kept us afloat. It fed us. It fed our families in the hardest moments.</p>\n\n\n\n<p>So we focused on what we did best: custom, complex WordPress development.</p>\n\n\n\n<p>The team kept evolving. We became our own sales department, reaching out from a century-old house while watching missiles hit the heart of Kharkiv and fighter jets fall from the sky.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>“I will never forget the sound of a plane flying over my head. The mushroom cloud rising above the Officers’ House. The windows in my home were blown out by the blast wave.”</p>\n</blockquote>\n\n\n\n<p>At that time, only four of us remained in Kharkiv — two founders, our HR manager, and a project manager. Everyone else had left.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-back-to-the-office-and-into-the-fire\">Back to the Office – And Into the Fire</h2>\n\n\n\n<p>After six months of working from home, we made the decision: Return to the office. Every commute felt like it could be the last. But we had no choice — we had to keep moving forward.</p>\n\n\n\n<p>By the end of 2022, we fully committed to what we did best: custom WordPress development and complex UX/UI design</p>\n\n\n\n<p>It was hard. It was frustrating. But it was stimulating. At this point, it felt like a survival game.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-blackouts-bombs-and-business-as-usual\">Blackouts, Bombs, and Business as Usual</h2>\n\n\n\n<p>As Russian missiles targeted Ukraine’s power grid, the country was plunged into darkness. The only sound? Generators humming in the streets. We spent hours hunting for an internet connection, sitting in gas stations, just to tell our partners: </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>“We are alive. Your project will be delivered on time.” </p>\n</blockquote>\n\n\n\n<p>With no electricity, no news, and no phone signal, we kept working. Our European partners kept us afloat.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-team-that-never-stopped\">The Team That Never Stopped</h2>\n\n\n\n<p>By 2023, almost our entire pre-war team was gone. New faces joined, but the spirit remained the same: Adapt. Survive. Deliver.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>We worked without electricity, without water, without heating. </p>\n</blockquote>\n\n\n\n<p>Some in Kharkiv, some in Poltava, some in Dnipro. But we never stopped building. Reflecting on the past, it’s hard to believe that we were able to endure and remain steadfast.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-2024-wordpress-is-changing-so-are-we\">2024: WordPress Is Changing. So Are We.</h2>\n\n\n\n<p>This year, WordPress is evolving — the rise of low-code and no-code solutions is shifting the landscape. The war’s impact on the European economy’s growth and projects is slowing down. But our partners — the ones who stood by us — were still here. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-2025-the-war-continues-but-so-do-we\">2025: The War Continues, But So Do We</h2>\n\n\n\n<p>The war isn’t over. And yet, the partners and teammates who believed in us never left. This is more than just WordPress development. This is resilience. This is survival. This is the future we are building together. </p>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id7787_60f515-6b alignfull kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top\">\n\n<div class=\"wp-block-kadence-column kadence-column7787_2a9fc3-fa\"><div class=\"kt-inside-inner-col\">\n<p class=\"kt-adv-heading7787_deaaf3-3e wp-block-kadence-advancedheading\">Editor’s Note: The normal fee for the banner for this essay will instead be donated to a charity that supports Ukraine.</p>\n</div></div>\n\n</div></div><p>The post <a href=\"https://heropress.com/essays/from-warfare-to-wordpress-how-we-survived-and-transformed/\">From Warfare to WordPress: How We Survived and Transformed</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Mar 2025 06:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Aleks Bochlin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 6.8 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18582\";s:7:\"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/news/2025/03/wordpress-6-8-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10494:\"<p>WordPress 6.8 Beta 1 is ready for download and testing!</p>\n\n\n\n<p><strong>This beta version of the WordPress software is under development.</strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, set up a test environment or a local site to explore the new features.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Test WordPress 6.8 Beta 1</h2>\n\n\n\n<p>You can test this beta release in any of the following ways: </p>\n\n\n\n<table class=\"has-fixed-layout\"><tbody><tr><td><strong>WordPress Beta Tester Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. Select the “Bleeding edge” channel and “Beta/RC Only” stream.</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-6.8-beta1.zip\">Beta 1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line (WP-CLI)</strong></td><td>Use this <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command: <code>wp core update --version=6.8-beta1</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use a <a href=\"https://playground.wordpress.net/?php=8.0&wp=beta&networking=no&language=&multisite=no&random=r8nny4q18x\">6.8 Beta 1 WordPress Playground instance</a> to test the software directly in your browser. No setup required–-just click and go!</td></tr></tbody></table>\n\n\n\n<p>The scheduled final release date for WordPress 6.8 is <strong>April 15, 2025</strong>. Your help testing Beta and RC versions over the next six weeks is vital to ensuring the final release is everything it should be: stable, powerful, and intuitive.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How important is your testing?</h2>\n\n\n\n<p>Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute—whether or not you have experience. <a href=\"https://make.wordpress.org/test/2025/03/04/help-test-wordpress-6-8/\">Details on what to test in WordPress 6.8 are here</a>.</p>\n\n\n\n<p>If you encounter an issue, please share it in the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums. If you are comfortable submitting a reproducible bug report, you can do so <a href=\"https://core.trac.wordpress.org/newticket\">via WordPress Trac</a>. You can also check your issue against this list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general and how to get started? Follow along with the<a href=\"https://make.wordpress.org/test/\"> testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<p>WordPress 6.8 will include many new features that were previously only available in the Gutenberg plugin. Learn more about Gutenberg updates since WordPress 6.7 in the<a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\"> What’s New in Gutenberg</a> posts for versions<a href=\"https://make.wordpress.org/core/2024/06/09/what-is-new-in-gutenberg-18-5-05-jun/\"> </a><a href=\"https://make.wordpress.org/core/2024/10/09/whats-new-in-gutenberg-15-9-31-may-2/\">19.4</a>, <a href=\"https://make.wordpress.org/core/2024/10/24/whats-new-in-gutenberg-19-5-23-october/\">19.5</a>, <a href=\"https://make.wordpress.org/core/2024/11/06/whats-new-in-gutenberg-15-9-31-may-2-2/\">19.6</a>, <a href=\"https://make.wordpress.org/core/2024/11/20/whats-new-in-gutenberg-19-7-20-november/\">19.7</a>, <a href=\"https://make.wordpress.org/core/2024/12/04/whats-new-in-gutenberg-19-8-4-december/\">19.8</a>, <a href=\"https://make.wordpress.org/core/2024/12/18/whats-new-in-gutenberg-19-9-19-december/\">19.9</a>, <a href=\"https://make.wordpress.org/core/2025/01/11/whats-new-in-gutenberg-20-0-10-january/\">20.0</a>, <a href=\"https://make.wordpress.org/core/2025/02/08/whats-new-in-gutenberg-20-1-and-20-2/\">20.1, 20.2</a>, <a href=\"https://make.wordpress.org/core/2025/03/03/whats-new-in-gutenberg-20-3-18-february/\">20.3</a>, and 20.4.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s New in WordPress 6.8 Beta 1</h2>\n\n\n\n<p>This is a polish release, with user enhancements throughout incorporated into the latest Gutenberg updates. WordPress 6.8 brings a luster and gloss that only a polish release can.</p>\n\n\n\n<p>WordPress 6.8 Beta 1 contains over 370 enhancements and 520 bug fixes for the editor, including design improvements, polishing the query loop, and more than <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=6.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">230 tickets for WordPress 6.8 Core</a>. Here’s a glimpse of what’s coming:</p>\n\n\n\n<h3 class=\"wp-block-heading\">Editor improvements</h3>\n\n\n\n<p>Easier ways to see your options in Data Views, and you can opt to ignore sticky posts in the Query Loop. Plus you’ll find lots of little improvements in the editor!</p>\n\n\n\n<h3 class=\"wp-block-heading\">The Style Book comes to Classic themes</h3>\n\n\n\n<p>The Style Book now features a <a href=\"https://github.com/WordPress/gutenberg/issues/68036\">structured layout</a> so you can preview site colors, typography, and block styles more easily. You can use the Style Book in classic themes with editor-styles or a theme.json file and includes clearer labels, and you can find them under <code>Appearance > Design</code>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Support for Speculation browser API</h3>\n\n\n\n<p>WordPress 6.8 introduces native support for speculative loading, leveraging the <a href=\"https://developer.mozilla.org/en-US/docs/Web/API/Speculation_Rules_API\">Speculation Rules API</a> to improve site performance with near-instant page loads. This feature prefetches or prerenders URLs based on user interactions, such as hovering over links, reducing load times for subsequent pages.</p>\n\n\n\n<p>By default, WordPress 6.8 applies a conservative prefetching strategy, balancing performance gains with resource efficiency. Developers can customize speculative loading behavior using new filters, since the API does not include UI-based controls. The existing <a href=\"https://wordpress.org/plugins/speculation-rules/\">Speculative Loading feature plugin</a> will adapt to the core implementation, allowing deeper customization. Please test this feature in supported browsers (currently Chrome 108+ and Edge 108+, with more browsers evaluating) and provide feedback on <a href=\"https://core.trac.wordpress.org/ticket/62503\">#62503</a> to help refine its implementation.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Major security boost</h3>\n\n\n\n<p>WordPress 6.8 will use bcrypt for password hashing, which <a href=\"https://make.wordpress.org/core/2025/02/17/wordpress-6-8-will-use-bcrypt-for-password-hashing/\">significantly hardens WordPress.</a> Other hashing is getting hardened, too, throughout the security apparatus. You won’t have to change anything in your daily workflow.</p>\n\n\n\n<p><strong>The features included in this first beta may change before the final release of WordPress 6.8, based on what testers like you find.</strong></p>\n\n\n\n<p>Get an overview of the <a href=\"https://make.wordpress.org/core/6-8/\">6.8 release cycle</a> and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for<a href=\"https://make.wordpress.org/core/tag/6-8/\"> 6.8-related posts</a> in the next few weeks for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Caveat on testing 6.8 Beta 1 in versions older than 5.1</h2>\n\n\n\n<p>Due to an update made to the upgrade routine during this release, (see <a href=\"https://core.trac.wordpress.org/changeset/59803\">r59803</a>), any upgrade from versions older than 5.1 will fail. Folks are working to resolve this specific issue, so please hold off on reporting on this while testing the Beta 1 release.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Vulnerability bounty doubles during Beta & Release Candidate</h2>\n\n\n\n<p>The WordPress community sponsors a <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/#enhanced-bounty-rewards-during-beta-and-release-candidate-phases\">monetary reward for reporting new, unreleased security vulnerabilities</a>. This reward doubles during the period between Beta 1 on March 4, 2025 and the final Release Candidate (RC) scheduled for April 15, 2025. Please follow responsible disclosure practices as detailed in the project’s security practices and policies. You can find those on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Just for you: a Beta 1 haiku</h2>\n\n\n\n<p>March winds shift the tide.<br />Hands unite in open source;<br />WordPress moves ahead.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Props to <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a> <a href=\"https://profiles.wordpress.org/marybaum/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marybaum</a> <a href=\"https://profiles.wordpress.org/mamaduka/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>mamaduka</a> <a href=\"https://profiles.wordpress.org/michelleames/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>michelleames</a> <a href=\"https://profiles.wordpress.org/bph/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>bph</a> <a href=\"https://profiles.wordpress.org/jorbin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jorbin</a> <a href=\"https://profiles.wordpress.org/joemcgill/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joemcgill</a> <a href=\"https://profiles.wordpress.org/krupajnanda/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>krupajnanda</a> <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a> <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>benjamin_zekavica</a> <a href=\"https://profiles.wordpress.org/lysyjan87/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>lysyjan87</a></em> <em>for reviewing and collaborating on this post!</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Mar 2025 17:09:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Do The Woo Community: All Things CloudFest Hackathon 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=92329\";s:7:\"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://dothewoo.io/all-things-cloudfest-hackathon-2025/\";s: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:210:\"In this podcast episode, hosts and guests discuss the upcoming CloudFest Hackathon, focusing on project contributions, collaboration opportunities, and the engagement of first-time partners to enhance outcomes.\";s: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, 04 Mar 2025 15:46:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: On Lenny’s Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=139675\";s:7:\"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:37:\"https://ma.tt/2025/03/lennys-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1668:\"<p>One of my must-read newsletters for the past several years has been <a href=\"https://www.lennysnewsletter.com/\">Lenny’s Newsletter</a>, probably best known for its writing on growth and product management, which really means it covered everything you need to create a great company. </p>\n\n\n\n<p>It expanded into a really well-done podcast; Lenny has always had a knack for finding the best guests and asking the best questions, so when he invited me on I was very excited.</p>\n\n\n\n<p>He really wanted to address some of the things that people said I wasn’t being asked, so we do touch on the WP Engine / Silver Lake attacks, but we also covered a lot of my philosophy of why open source is important, philanthropy, and why you should build a movement, not just a product.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>You can <a href=\"https://www.youtube.com/watch?v=Fves5chVZRA\">watch it on YouTube</a>, or <a href=\"https://pca.st/episode/ebb90f87-32fb-4a11-9f6e-30e51296d3fb\">listen to it on your favorite podcast app like Pocket Casts</a>.</p>\n\n\n\n<p>Some others he has done that I really enjoyed are <a href=\"https://www.youtube.com/watch?v=nTr21kgCFF4\">Nan Yu from Linear</a>, <a href=\"https://www.youtube.com/watch?v=tOGK1nlHdFo\">Marc Benioff from Salesforce</a>, <a href=\"https://www.youtube.com/watch?v=gfEEcssu304\">Katie Dill from Stripe</a>, <a href=\"https://www.youtube.com/watch?v=uDq6_CPaRjM\">Mihika Kapoor from Figma</a>, <a href=\"https://www.youtube.com/watch?v=egdYKLBswgk\">Drew Houston from Dropbox</a>, and of course the famous <a href=\"https://www.youtube.com/watch?v=4ef0juAMqoE\">Founder Mode one with Brian Chesky</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Mar 2025 14:19:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Do The Woo Community: Marketing Strategies for Every Level of a Woo Business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=91945\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://dothewoo.io/blog/marketing-strategies-for-every-level-of-a-woo-business/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:241:\"Successful marketing strategies vary based on business stages. From solopreneurs to large firms, understanding owned, earned, and paid media, branding confidence, and purposeful engagement is essential for effective growth and communication.\";s: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, 04 Mar 2025 11:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Do The Woo Community: From Idea to WordPress Product with Derek Ashauer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=91319\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://dothewoo.io/from-idea-to-wordpress-product-with-derek-ashauer/\";s: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:217:\"Mark Westguard chats with Derek Ashauer about his transition from client work to creating WordPress plugins, particularly focusing on his latest product, Conversion Bridge, designed for simplified conversion tracking.\";s: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, 03 Mar 2025 16:11:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Gravatar: How to Personalize Your Customer Onboarding for Better Retention\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2545\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://blog.gravatar.com/2025/02/28/customer-onboarding-strategy/\";s: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:21872:\"<p>Getting your customer onboarding right can make the difference between long-term success and early user drop-off. But a generic approach won’t cut it – you need to personalize your message to keep users engaged and active.</p>\n\n\n\n<p>Smart personalization strategies help users find value faster in your product. So, naturally, companies that tailor their onboarding see higher retention rates, increased feature adoption, and stronger customer relationships. Their users are more likely to become product champions and recommend the service to others.</p>\n\n\n\n<p>And the numbers back this up. In <a href=\"https://business.adobe.com/content/dam/dx/us/en/resources/reports/the-business-impact-of-investing-in-experience-forrester-thought-leadership-paper-2021/the-business-impact-of-investing-in-experience-forrester-thought-leadership-paper-2021.pdf\">research by Forrester</a>, businesses that have invested in building better customer and prospect experiences see up to 20% more improvement in customer retention and 25% in customer lifetime value compared to businesses that don’t. </p>\n\n\n\n<img width=\"1618\" height=\"641\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/study-results-personalized-experiences.png\" alt=\"Comparing customer, revenue, and employee benefits between experience-driven companies and non-experience-driven companies\" class=\"wp-image-2549\" />\n\n\n\n<p>This guide breaks down proven strategies to create personalized onboarding experiences that stick. From sign-up optimization to data-driven improvements, you’ll learn practical techniques to transform your onboarding into a powerful retention tool.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 1: Effortless sign-up process</strong></h2>\n\n\n\n<p>A streamlined sign-up process sets the tone for your entire <a href=\"https://blog.gravatar.com/2024/09/06/onboarding-user-experience/\">user experience</a>. The challenge? Balancing the need to collect essential user data while keeping friction low. Too many form fields can drive users away, while too few might limit your ability to personalize their experience.</p>\n\n\n\n<p>Start by identifying the minimum information needed to provide value. For most products, this includes an email address, name, password, and their role or use case. Many companies ask for the company website and department, as well. </p>\n\n\n\n<p>From the beginning of the process, you can use <a href=\"https://gravatar.com/\">Gravatar</a> to help you out. </p>\n\n\n\n<img width=\"2160\" height=\"1140\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar-paas-wordpress.png\" alt=\"Gravatar – Profile as a Service \" class=\"wp-image-2550\" />\n\n\n\n<p>For example, if you’re using WordPress to build your website, some level of Gravatar functionality will already be enabled. <a href=\"http://wordpress.org\">WordPress.org</a> will automatically pull in user avatars, or <a href=\"https://blog.gravatar.com/2024/07/19/wordpress-profile-picture/\">profile pictures</a>, connected to their Gravatar profiles.</p>\n\n\n\n<img width=\"1744\" height=\"946\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/wordpress-org-gravatar-profile-picture.png\" alt=\"Profile picture in WordPress.org\" class=\"wp-image-2552\" />\n\n\n\n<p>However, you can extend this in a massive way, through the free <a href=\"https://wordpress.org/plugins/gravatar-enhanced/\">Gravatar Enhanced plugin</a> to add features like the profile block, which is perfect for author pages and websites focused on creating a community. This block lets you automatically display user information pulled in from their profiles, such as their bio and verified links. </p>\n\n\n\n<img width=\"660\" height=\"377\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar-profile-block.png?w=660\" alt=\"Gravatar profile block\" class=\"wp-image-2575\" />\n\n\n\n<p>Another option to integrate Gravatar on a deeper level is with the <a href=\"https://blog.gravatar.com/2024/06/03/profiles-as-a-service/\">REST API</a> – and you can do this whether you’re on a WordPress website or not. This allows you to auto-populate user profiles instantly when someone signs up with their email address. This reduces manual data entry while still gathering rich profile information for personalization, which is especially effective with <a href=\"https://blog.gravatar.com/2024/10/08/saas-onboarding-checklist/\">SaaS onboarding</a>.</p>\n\n\n\n<a href=\"https://docs.gravatar.com/getting-started/\"><img width=\"3242\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_integration_cta.png\" alt=\"\" class=\"wp-image-2632\" /></a>\n\n\n\n<p>What makes this a gamechanger is that all websites that integrate with Gravatar pull in information from a unified source, which allows you to create familiar experience for users across multiple platforms while reducing sign-up friction.</p>\n\n\n\n<p>Want to take it further? Use progressive profiling:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Collect essential information during sign-up.</li>\n\n\n\n<li>Ask for additional details as users engage with specific features.</li>\n\n\n\n<li>Use behavior patterns to build user profiles over time.</li>\n\n\n\n<li>Allow users to import data from existing profiles.</li>\n</ul>\n\n\n\n<p>Remember to test different form variations with real users. Track completion rates and drop-off points to optimize the process continuously.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 2: Automated welcome email</strong></h2>\n\n\n\n<p>The welcome email acts as your first direct communication with new users. It needs to accomplish several goals while remaining clear and engaging. </p>\n\n\n\n<p>So, to make your welcome email effective, you need to first use an effective subject line. Here are some examples: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>“Welcome to [Product] – Here’s your next step”</li>\n\n\n\n<li>“You’re in! Let’s get started with [Product]”</li>\n\n\n\n<li>“[Name], welcome aboard! Your account is ready”</li>\n</ul>\n\n\n\n<p>If you’re not sure what to include, you can structure the email content like this:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Start with a personal greeting using their name. </li>\n\n\n\n<li>Confirm their account creation. </li>\n\n\n\n<li>Highlight one clear next action. </li>\n\n\n\n<li>Include essential links without overwhelming them. </li>\n</ol>\n\n\n\n<p>For example, this is the welcome email we send to our users when they create a Gravatar profile: </p>\n\n\n\n<table class=\"has-fixed-layout\"><tbody><tr><td>Hello!<strong>Your email now has a profile!</strong>There are two things you should know about Gravatar:<strong>Your email can introduce yourself</strong><br /><img width=\"976\" height=\"480\" class=\"wp-image-2553\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar-profiles-across-different-websites.gif\" alt=\"\" /><br />Anytime you share your email, it’s like handing over a digital business card. Your Gravatar profile automatically appears on any Gravatar-enabled site, so you can feel at home instantly. Your avatar and identity follow you seamlessly across the web. Say goodbye to filling out profile forms all over the web.<br /><br /><strong>One link, all about you</strong><br /><img width=\"976\" height=\"480\" class=\"wp-image-2557\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar-free-profile-website.png\" alt=\"\" /><br />Your Gravatar account comes with a free profile website.<br /><br />It’s a brief introduction of yourself and the perfect way to share where people can find you online. Customize the design and your profile URL. Simple. Make it yours!<br /><br />Any questions? You know where you can find us <img src=\"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" /> – Ask us anything! Or just reply to this email.</td></tr></tbody></table>\n\n\n\n<p><img src=\"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /><strong>Pro tip:</strong><strong><em> </em></strong><em>With Gravatar integration, you can personalize the greeting with the user’s preferred name and include their profile image, making the email feel more personal and familiar.</em></p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 3: Follow-up email to initiate the onboarding process</strong></h2>\n\n\n\n<p>Send this email 24-48 hours after the welcome message. Its purpose? Moving users from sign-up to actual engagement with your product.</p>\n\n\n\n<p>A strong follow-up email includes:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Recognition of whether they’ve logged in yet.</li>\n\n\n\n<li>One specific action they can take right now.</li>\n\n\n\n<li>Clear value proposition for that action.</li>\n\n\n\n<li>Estimated time commitment.</li>\n</ul>\n\n\n\n<p>Here’s a tested template:</p>\n\n\n\n<table class=\"has-fixed-layout\"><tbody><tr><td><strong>Subject:</strong> Ready for your first [specific win] with [Product]?<br /><br />Hi [Name],<br /><br /><strong>Quick check-in:</strong> Have you had a chance to [specific action] yet? <br />It takes just 5 minutes to [achieve specific outcome]. Here’s how:<br /><br />1. Log in to your account<br />2. Click on [feature]<br />3. [Simple action step]<br /><br />Tip: Users who complete this step see [specific benefit] within [timeframe].<br />Need help? Reply to this email or book a quick call: [calendar link]</td></tr></tbody></table>\n\n\n\n<p>Using Gravatar’s API, you can adapt this email based on the user’s professional background or location. For instance, customize examples and use cases that match their industry.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 4: Choosing the right onboarding strategy for your product</strong></h2>\n\n\n\n<p>Selecting the right onboarding approach determines how effectively users will adopt your product. Let’s examine four proven strategies and when to use each one.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>One-on-one onboarding</strong></h3>\n\n\n\n<p>Enterprise software with complex implementations demands personal attention. This high-touch approach works best for products with annual contract values above $10,000 or solutions requiring custom workflows. The direct interaction helps catch potential issues early and ensures users extract maximum value.</p>\n\n\n\n<p>Tips for successful one-on-one onboarding:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Record sessions for future reference.</li>\n\n\n\n<li>Create custom agendas based on user roles.</li>\n\n\n\n<li>Set clear milestones for each call.</li>\n\n\n\n<li>Follow up with written summaries.</li>\n\n\n\n<li>Track time to first value achievement.</li>\n\n\n\n<li>Monitor customer satisfaction scores.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Group onboarding</strong></h3>\n\n\n\n<p>Mid-market solutions and team-based tools often benefit from group sessions. This approach builds community while efficiently onboarding multiple users who share similar needs. It’s particularly effective for products where users can learn from each other’s questions and use cases.</p>\n\n\n\n<p>Keys to effective group onboarding:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Segment sessions by industry or use case.</li>\n\n\n\n<li>Keep groups small (5-8 participants).</li>\n\n\n\n<li>Include hands-on exercises.</li>\n\n\n\n<li>Encourage peer learning.</li>\n\n\n\n<li>Schedule sessions across convenient time zones.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Self-service onboarding</strong></h3>\n\n\n\n<p>Products with straightforward features or tech-savvy user bases thrive with self-service onboarding. This approach scales efficiently for high-volume, lower-price products where personal attention isn’t cost-effective.</p>\n\n\n\n<p>Essential self-service elements include:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Interactive product tours.</li>\n\n\n\n<li>Short video tutorials.</li>\n\n\n\n<li>Progress tracking.</li>\n\n\n\n<li>Clear success milestones.</li>\n\n\n\n<li>Help documentation.</li>\n\n\n\n<li>Chat support option.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Hybrid approach</strong></h3>\n\n\n\n<p>Many successful products combine multiple approaches. Use self-service for basic features, group sessions for advanced functionality, and one-on-one support for custom needs. This flexibility lets you match support levels to user needs and value.</p>\n\n\n\n<p>Implementation strategies:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use data to trigger different support levels.</li>\n\n\n\n<li>Monitor user progress automatically.</li>\n\n\n\n<li>Offer easy ways to upgrade support.</li>\n\n\n\n<li>Track which methods work best for different segments.</li>\n\n\n\n<li>Adjust based on user feedback and engagement metrics.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 5: Setting initial goals and milestones</strong></h2>\n\n\n\n<p>Setting clear goals with users creates momentum and drives engagement. The trick lies in balancing ambition with achievability – goals should stretch users while remaining within reach. Success starts by understanding what matters most to each user through direct conversations about the problems they’re trying to solve and their vision for the first 30 days.</p>\n\n\n\n<p>Break larger objectives into manageable milestones. The first milestone should be achievable within 24-48 hours of signup, building confidence and showing immediate progress. Follow this with weekly targets for the first month, then transition to monthly milestones.</p>\n\n\n\n<p>Simple gamification elements can boost motivation:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Progress bars showing completion status.</li>\n\n\n\n<li>Achievement badges for hitting milestones.</li>\n\n\n\n<li>Team leaderboards for group implementations.</li>\n</ul>\n\n\n\n<p>Gravatar integration enhances this experience by displaying user avatars alongside achievements and in team views. This personalization makes the journey feel more engaging and tailored to each user.</p>\n\n\n\n<p><strong><img src=\"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" />Tip:</strong> <em>Set up automated monitoring to flag when users struggle with specific milestones. This allows customer success teams to step in proactively with support. Stay flexible and adjust goals based on user feedback and behavior patterns.</em></p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 6: Strategies for personalized onboarding</strong></h2>\n\n\n\n<p>Personalization transforms generic onboarding into targeted experiences that resonate with users. Advanced strategies go beyond basic segmentation, using real-time data and behavior patterns to adapt the experience for each user.</p>\n\n\n\n<p>For example, you can use AI-driven paths to analyze user actions and modify the onboarding flow automatically. So, when a user struggles with a specific feature, the system can offer extra guidance or suggest alternative approaches. This dynamic adaptation ensures users get help exactly when they need it.</p>\n\n\n\n<p>Integrating Gravatar adds another layer of personalization from the first interaction. The API provides valuable context about user roles and industries, allowing you to <a href=\"https://blog.gravatar.com/2024/08/16/user-experience-personalization/\">customize the UI</a>, examples, and terminology accordingly. A developer might see technical implementation details, while a marketing professional receives analytics-focused guidance.</p>\n\n\n\n<p>Micro-segmentation takes this further by combining behavioral data with profile insights. For example:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Tailor feature introductions based on past product usage.</li>\n\n\n\n<li>Adjust communication frequency by engagement levels.</li>\n\n\n\n<li>Customize success metrics for different roles.</li>\n</ul>\n\n\n\n<p>Remember that <a href=\"https://blog.gravatar.com/2024/09/03/app-onboarding/\">in-app guidance</a> should feel natural and contextual. Rather than overwhelming users with information, show relevant tips when they’re most likely to need them. This might mean highlighting advanced features only after users master basics or suggesting integrations when usage patterns indicate they’d be valuable.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 7: Provide access to a detailed knowledge base</strong></h2>\n\n\n\n<p>An effective knowledge base empowers users to find answers on their own terms. Rather than forcing users to contact support for every question, good documentation lets them solve problems at their own pace.</p>\n\n\n\n<p>Here’s what we recommend: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Build your knowledge base around user needs, not product features. </li>\n\n\n\n<li>Start with common questions and problems users face during onboarding. </li>\n\n\n\n<li>Structure content in a logical flow that matches the user’s learning curve – from basic setup to advanced features.</li>\n</ul>\n\n\n\n<p>Video tutorials and interactive guides complement written documentation. Short screencast tutorials work well for showing complex processes, while step-by-step guides help users implement specific features. Keep videos brief and focused on single tasks.</p>\n\n\n\n<p>AI-powered search helps users find relevant information quickly. Smart categorization and related article suggestions guide users to helpful resources they might have missed. Think of your knowledge base as a living document and update it based on common support tickets, user feedback, product updates, and usage analytics. </p>\n\n\n\n<p>Finally, track which articles users read most and where they spend time. This data reveals gaps in documentation and helps prioritize future content creation.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 8: Strategies for checking in with customers</strong></h2>\n\n\n\n<p>Regular check-ins help spot potential issues before they become problems. The best check-ins feel natural, not forced, and happen at moments that matter to users.</p>\n\n\n\n<p>The best strategy is combining automated and personal outreach based on user behavior. After major milestones, send congratulatory messages with tips for the next steps. If usage drops suddenly, trigger a friendly check-in to offer help. Schedule more detailed reviews after the first week and first month to ensure users stay on track.</p>\n\n\n\n<p>Personal check-ins should focus on learning, not just status updates. Ask specific questions about their experience and goals. For example: “Has [feature] helped with [specific goal] yet?” or “What’s been the biggest challenge so far?” These conversations often reveal valuable insights about user needs.</p>\n\n\n\n<p>You also should have either a live chat option, email support, and/or video calls because they each serve different purposes. Quick questions work well in chat, while video calls help build relationships and tackle complex issues. Use email to share resources and document action items.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 9: Iterate based on feedback</strong></h2>\n\n\n\n<p>Feedback drives improvement, but only if you act on it systematically. Collect both quantitative data (usage statistics, completion rates) and qualitative insights (user interviews, survey responses) to build a complete picture.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Create feedback loops at every stage of onboarding.</strong> Short in-app surveys capture immediate reactions, while detailed questionnaires after key milestones provide deeper insights. User interviews reveal nuances that numbers alone might miss.</li>\n\n\n\n<li><strong>Take action quickly on clear pain points.</strong> If multiple users struggle with the same step, examine it closely. Sometimes, small tweaks, like clearer instructions or simplified workflows, make a big difference. Share improvements with users who provided feedback – it shows you value their input.</li>\n\n\n\n<li><strong>Build a systematic approach to evaluating and implementing changes:</strong>\n<ul class=\"wp-block-list\">\n<li>Analyze feedback patterns</li>\n\n\n\n<li>Prioritize high-impact changes</li>\n\n\n\n<li>Test solutions with small user groups</li>\n\n\n\n<li>Monitor results before rolling out widely</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Enhance your onboarding with Gravatar’s developer API</strong></h2>\n\n\n\n<p>A strong onboarding process keeps users engaged and helps them find value quickly in your service. By integrating Gravatar’s developer API, you can create a more personalized, friction-free experience from the first interaction.</p>\n\n\n\n<p>Think about your sign-up process. Instead of asking users to fill out multiple fields or upload profile pictures, Gravatar automatically populates this information. Users who already have Gravatar profiles – and there are millions – get a faster, more familiar experience across platforms.</p>\n\n\n\n<p>The API opens up creative possibilities beyond basic profile data. Use it to:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create personalized welcome screens.</li>\n\n\n\n<li>Show relevant examples based on user industries.</li>\n\n\n\n<li>Build community features with consistent user identities.</li>\n\n\n\n<li>Maintain professional profiles across multiple services.</li>\n</ul>\n\n\n\n<p>Major platforms like WordPress and Slack already use Gravatar to streamline their onboarding, so what are you waiting for? </p>\n\n\n\n<p><a href=\"https://en.gravatar.com/site/implement/\">Check out Gravatar’s developer documentation</a> to see how easy integration can be. Focus on creating those meaningful first interactions that turn new signups into long-term users.</p>\n\n\n\n<a href=\"https://docs.gravatar.com/getting-started/\"><img width=\"3242\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_integration_cta.png\" alt=\"\" class=\"wp-image-2632\" /></a>\";s: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, 28 Feb 2025 16:28:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Gravatar: Essential Tips for an Effective Email Signature\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2673\";s:7:\"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://blog.gravatar.com/2025/02/28/what-to-include-in-email-signature/\";s: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:15603:\"<p>Creating an effective email signature takes more thought than you might expect. Yes, it’s just a small block of text at the bottom of your emails – but it’s also a powerful tool for making memorable connections and building your professional reputation.</p>\n\n\n\n<p>This is especially important if you’re reaching out to potential clients, applying for jobs, or trying to grow your network. Your signature can be the difference between someone remembering you or your message getting lost in their inbox.</p>\n\n\n\n<p>But here’s the challenge: <strong>Finding the right balance</strong>. Add too little information and recipients won’t know enough about you. Add too much, and your signature becomes cluttered, potentially making your emails look unprofessional or even spammy. </p>\n\n\n\n<p>Let’s explore how to craft an email signature that makes an impact, including a smart strategy for sharing more about yourself without overwhelming your recipients.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Checklist of elements to consider in your email signature</strong></h2>\n\n\n\n<p>Before diving into specific elements, remember this: You don’t need to include everything listed below. In fact, that would be counterproductive. Pick the elements that matter most for your professional goals and match your <a href=\"https://blog.gravatar.com/2024/04/10/personal-branding-tools/\">personal brand</a>. And as you’ll see later,linking to an online profile, such as your <a href=\"https://gravatar.com/\">Gravatar</a>, is a smart way to share additional information without cramming it all into your signature.</p>\n\n\n\n<p>Here are the essential elements to consider:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Name and title: </strong>Format as “Name, Title” for quick scanning. This is non-negotiable – it’s the foundation of your signature.</li>\n\n\n\n<li><strong>Basic contact details: </strong>Include your primary phone number and email address. If you need multiple numbers, use standard notation: (o) for office, (m) for mobile.</li>\n\n\n\n<li><strong>Company information: </strong>Add your company name and department if relevant. For freelancers, your business name or professional title works well.</li>\n\n\n\n<li><strong>Visual elements:</strong> A small professional headshot or company logo can increase recognition. But keep it modest – aim for subtlety rather than flash.</li>\n\n\n\n<li><strong>Social proof: </strong>Choose 2-3 relevant professional profiles. <a href=\"https://www.linkedin.com/\">LinkedIn</a> is often essential, while other choices depend on your field. A portfolio site works well for creatives, while <a href=\"https://github.com/\">GitHub</a> is a must for developers. And of course, if you need a versatile profile platform that can display a wide range of information, links, and media, all in a compact design, then a Gravatar profile is a must. </li>\n</ul>\n\n\n\n<p>Now, besides these basic elements, there are also some practical additions that would vary based on your needs:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Calendar booking link if you schedule lots of meetings.</li>\n\n\n\n<li>Industry certifications for specialized fields.</li>\n\n\n\n<li>Office location or timezone for global teams.</li>\n\n\n\n<li>Languages spoken for international work.</li>\n\n\n\n<li>Pronouns for inclusive communication.</li>\n\n\n\n<li>Legal disclaimers if required by your industry.</li>\n</ul>\n\n\n\n<p>Remember: <strong>White space is your friend</strong>. A clean, readable signature beats an overcrowded one every time.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Design Tips to make your email signature stand out</strong></h2>\n\n\n\n<p>Email signatures need precise design choices to look professional across different devices and email clients. Here’s how to create one that works everywhere:</p>\n\n\n\n<p><strong>Size guidelines that prevent problems:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Keep the total width under 600px – this ensures your signature displays correctly on mobile devices.</li>\n\n\n\n<li>Limit height to 150 or 200px maximum to avoid overwhelming your message.</li>\n\n\n\n<li>Size company logos at 100x50px.</li>\n\n\n\n<li>Set headshots to 80x80px square.</li>\n\n\n\n<li>Leave 10px minimum spacing between elements.</li>\n</ul>\n\n\n\n<p><strong>Typography and formatting:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Set your name in 14-16px font size – it should be instantly noticeable.</li>\n\n\n\n<li>Use 11-12px for contact details and other information.</li>\n\n\n\n<li>Stick to standard, professional fonts like Arial or Helvetica.</li>\n\n\n\n<li>Pick two brand colors at most, plus black or gray for text.</li>\n\n\n\n<li>Organize information in order of importance.</li>\n\n\n\n<li>Use simple separators like pipes ( | ) between elements.</li>\n</ul>\n\n\n\n<p><strong>Technical requirements to prevent display issues:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Apply inline CSS to maintain consistent formatting.</li>\n\n\n\n<li>Structure elements to stack properly on mobile screens.</li>\n\n\n\n<li>Test your signature in major email clients (<a href=\"https://www.microsoft.com/en-us/microsoft-365/outlook/email-and-calendar-software-microsoft-outlook\">Outlook</a>, <a href=\"https://mail.google.com/mail/u/0/\">Gmail</a>, <a href=\"https://www.icloud.com/mail/\">Apple Mail</a>).</li>\n\n\n\n<li>Compress images under 40KB to ensure quick loading.</li>\n</ul>\n\n\n\n<p>Hierarchy matters – put your most important information first. Think about what your recipient needs to know right away versus what can go below. A clear structure with proper spacing helps readers find what they need quickly.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Examples of well-designed email signatures</strong></h3>\n\n\n\n<p>To help you get inspired, here are some interesting templates from <a href=\"https://www.canva.com/search?q=email+signature\">Canva</a> that really capture what makes a great email signature. </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Minimalistic signature without a headshot: </li>\n</ul>\n\n\n\n<img width=\"660\" height=\"330\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/black-white-minimalist-personal-professional-email-signature.png?w=660\" alt=\"Example of a minimalistic email signature for a manager\" class=\"wp-image-2676\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li>Elegant signature with a photo: </li>\n</ul>\n\n\n\n<img width=\"660\" height=\"330\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/white-simple-real-estate-business-email-signature.png?w=660\" alt=\"Example of a simplistic email signature for a real estate agent \" class=\"wp-image-2677\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li>Another design for a real estate agent with a cover photo. </li>\n</ul>\n\n\n\n<img width=\"660\" height=\"330\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/black-and-yellow-elegant-realtor-email-signature.png?w=660\" alt=\"Example of an email signature for a real estate agent with a cover photo\" class=\"wp-image-2678\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li>A very unique approach for a graphic designer, allowing them to show their creativity even through their email signature. </li>\n</ul>\n\n\n\n<img width=\"660\" height=\"330\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/orange-green-gradient-creative-graphic-designer-email-signature.png?w=660\" alt=\"Example of an email signature for a graphic designer\" class=\"wp-image-2680\" />\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Automating design with an email signature generator</strong></h3>\n\n\n\n<p>While working with a designer gives you the most polished results, email signature generators offer a practical starting point. These tools handle the technical details and help you create something professional without diving into HTML or CSS.</p>\n\n\n\n<p>Here are some reliable options:</p>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https://www.hubspot.com/email-signature-generator\"><strong>HubSpot Email Signature Generator (Free)</strong></a></h4>\n\n\n\n<img width=\"660\" height=\"404\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/hubspot-email-signature-generator.png?w=660\" alt=\"Hubspot email signature generator\" class=\"wp-image-2681\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li>Provides clean, professional templates.</li>\n\n\n\n<li>Easy to customize colors and layout.</li>\n\n\n\n<li>Exports HTML code you can copy directly.</li>\n\n\n\n<li>No account required.</li>\n</ul>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https://www.wisestamp.com/\"><strong>WiseStamp</strong></a></h4>\n\n\n\n<img width=\"660\" height=\"391\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/wisestamp-email-signature-generator.png?w=660\" alt=\"WiseStamp email signature generator\" class=\"wp-image-2682\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li>Offers multiple professional templates.</li>\n\n\n\n<li>Integrates with major email clients.</li>\n\n\n\n<li>Includes advanced features like banners.</li>\n\n\n\n<li>Paid plans start at $5.80/month.</li>\n\n\n\n<li>Also offers an email signature management service. </li>\n</ul>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https://newoldstamp.com/\"><strong>NewOldStamp</strong></a></h4>\n\n\n\n<img width=\"660\" height=\"355\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/newoldstamp-graphbic.png?w=660\" alt=\"NewOldStamp homepage\" class=\"wp-image-2683\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li>Built for teams and companies.</li>\n\n\n\n<li>Manages signatures across departments.</li>\n\n\n\n<li>Ensures brand consistency.</li>\n\n\n\n<li>Team pricing available.</li>\n</ul>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https://www.canva.com/\"><strong>Canva</strong></a></h4>\n\n\n\n<img width=\"660\" height=\"455\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/canva-brand-kit.png?w=660\" alt=\"Example of a Canva editor with the brand kit feature\" class=\"wp-image-2679\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li>A wide variety of email signature templates. </li>\n\n\n\n<li>Interesting graphics and design tools. </li>\n\n\n\n<li>An AI writing and design tool for the PRO version. </li>\n\n\n\n<li>Versatile applications – use it for marketing campaigns, social media, blog posts, etc. </li>\n\n\n\n<li>Lets you create a brand kit to use on all your visuals. </li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why you should link to your Gravatar profile for more impact</strong></h2>\n\n\n\n<img width=\"660\" height=\"457\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/ronnie-gravatar-profile.png?w=660\" alt=\"Ronnie Burt’s Gravatar profile\" class=\"wp-image-2684\" />\n\n\n\n<p>An email signature has limited space, but your <a href=\"https://gravatar.com/profile\">Gravatar profile</a> can showcase everything about your professional identity, just like a <a href=\"https://blog.gravatar.com/2024/11/08/creating-a-digital-business-card/\">dynamic business card</a>. Think of it as an extension of your signature – one that updates automatically across all platforms where you use your email.</p>\n\n\n\n<p>Your Gravatar profile becomes a comprehensive hub for:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Professional background and accomplishments.</li>\n\n\n\n<li>Portfolio pieces and project highlights.</li>\n\n\n\n<li>Complete set of social media profiles.</li>\n\n\n\n<li>Full contact information.</li>\n\n\n\n<li>Recent blog posts or updates.</li>\n\n\n\n<li>Speaking engagements or events.</li>\n</ul>\n\n\n\n<p>The magic happens in the synchronization. Update your Gravatar profile once, and those changes appear everywhere your email is used – including past emails. No need to update multiple signatures or worry about outdated information floating around.</p>\n\n\n\n<p>This approach solves a common problem: Keeping professional information current across platforms. A hiring manager might find your year-old email with an outdated job title, but clicking your Gravatar link shows them your current role and achievements.</p>\n\n\n\n<a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img width=\"3243\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" alt=\"\" class=\"wp-image-2616\" /></a>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Crafting CTAs to your Gravatar profile in your email signature</strong></h3>\n\n\n\n<p>One option is to add the Gravatar icon to your email signature as you would for any other online profile. This works well, though as Gravatar can be used for a wide range of purposes it might not give your recipients enough context about what they’ll find when they open it. Another option is to link to your Gravatar profile with clear, action-oriented text that hints at the value:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>“See my complete portfolio and background.”</li>\n\n\n\n<li>“Find my latest projects and contact info.”</li>\n\n\n\n<li>“Connect with me professionally.”</li>\n\n\n\n<li>“View my full professional profile.”</li>\n</ul>\n\n\n\n<p>Match your CTA to your goals. If you’re job hunting, emphasize your portfolio. For networking, focus on connection opportunities. The right CTA tells recipients exactly what they’ll gain by clicking through.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Create an effective email signature with the help of Gravatar</strong></h2>\n\n\n\n<p>Gravatar actually makes it super easy. Just login to your profile editor, copy your email signature code, and paste it in. </p>\n\n\n\n<img width=\"2086\" height=\"970\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/02/cleanshot-2025-02-18-at-12.24.39402x.png\" alt=\"\" class=\"wp-image-2932\" />\n\n\n\n<p><strong>Here’s how:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Head to <a href=\"http://gravatar.com/profile\">gravatar.com/profile</a></li>\n\n\n\n<li>click on <strong><em>Email signature</em></strong> in the bottom left</li>\n\n\n\n<li>grab the code and paste it into Gmail or your email client</li>\n</ul>\n\n\n\n<p>Check out our <a href=\"https://support.gravatar.com/your-profile/email-signature/\">quick setup guides</a> for Gmail, Apple Mail, and other popular email tools.</p>\n\n\n\n<p>Email signatures perform a delicate balancing act. Add too much information, and you risk looking unprofessional. Add too little and recipients miss important context about who you are.</p>\n\n\n\n<p>Linking to a Gravatar profile offers an elegant solution. Your email signature stays clean and focused, while still giving recipients access to everything they might want to know about you. Plus, you never have to worry about outdated information lingering in old emails – your Gravatar profile updates everywhere, automatically.</p>\n\n\n\n<p>Here’s what makes this approach particularly effective:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Recipients get a complete picture of your professional identity.</li>\n\n\n\n<li>Your signature stays concise and professional.</li>\n\n\n\n<li>Information stays current without manual updates.</li>\n\n\n\n<li>Old emails maintain their relevance.</li>\n\n\n\n<li>You control how much information to share.</li>\n</ul>\n\n\n\n<p>A well-crafted email signature paired with a Gravatar profile helps you make stronger professional connections. Recipients can learn exactly what they need about you, whether that’s your latest work, professional background, or preferred contact methods.</p>\n\n\n\n<p>Ready to enhance your email signature? <a href=\"https://gravatar.com/profile\">Create your free Gravatar profile </a>and start building a more effective professional presence.</p>\n\n\n\n<a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img width=\"3243\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" alt=\"\" class=\"wp-image-2616\" /></a>\";s: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, 28 Feb 2025 16:27:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Do The Woo Community: WordCamp Asia 2025 Photo Memories\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=91875\";s:7:\"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://dothewoo.io/blog/wordcamp-asia-2025-photo-memories/\";s: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:160:\"Well this year I had the opportunity to take just a few more photos despite being incredibly busy with the booth. So as they say, a picture is a thousand words.\";s: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, 28 Feb 2025 13:22: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"bbPress: bbPress 2.6.12 is out!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://bbpress.org/?p=243415\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://bbpress.org/blog/2025/02/bbpress-2-6-12-is-out/\";s: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:1535:\"<p>bbPress 2.6.12 is a <strong>minor</strong> release that fixes <em>1 security issue</em> and <a href=\"https://bbpress.trac.wordpress.org/query?status=closed&milestone=2.6.12\">1 small bug</a>.</p>\n\n\n\n<p>The security issue was responsibly disclosed via the <a href=\"https://hackerone.com/wordpress\">WordPress HackerOne bounty program</a>. It does not appear to be actively exploited, and specifically targets: single-site WordPress installations, newer than 5.3.0, with the “Membership” setting set to “Anyone can register”, and with bbPress active.</p>\n\n\n\n<p><em>(Even if that isn’t you, you should still update bbPress to 2.6.12 anyways!)</em></p>\n\n\n\n<p>The minor bug was a regression to the search component introduced in 2.6.11, causing search results to not be as accurate as everyone deserves for them to be. <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f575.png\" alt=\"🕵\" class=\"wp-smiley\" /></p>\n\n\n\n<p>Both of these fixes are already merged into the 2.7 development branch.</p>\n\n\n\n<p>Thank you to <a href=\"https://profiles.wordpress.org/gdragon/\"></a><a href=\"https://bbpress.trac.wordpress.org/query?status=!closed&reporter=GDragoN\">GDragoN</a> and mungah (via HackerOne) for your help fixing bugs, and <a href=\"https://bbpress.org/forums/profile/robin-w/\">Robin W</a> for keeping the bbPress.org Forums squeaky clean and well-supported! I really appreciate all of y’all! <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f41d.png\" alt=\"🐝\" class=\"wp-smiley\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Feb 2025 19:40:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"John James Jacoby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: #158 – John Overall on How Podcasting Shaped His WordPress Journey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=187567\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/podcast/158-john-overall-on-how-podcasting-shaped-his-wordpress-journey\";s: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:48337:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, how podcasting shaped our guests WordPress journey.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p>[00:01:11] <strong>Nathan Wrigley:</strong> So on the podcast today, we have John Overall. John is a veteran in the WordPress podcasting world, bringing over 16 years of experience with the WP Plugins A to Z show. He’s an early adopter of WordPress, and has seen the platform evolve and grow, and has built a wealth of knowledge around plugins, which he thinks have been pivotal to WordPress’s versatility.</p>\n\n\n\n<p>John shares his journey into the world of podcasting, initially using it as a tool to grow his business, and expand his expertise within the WordPress ecosystem. He gets into how the podcast landscape has shifted from its early days to the present, with technological advances making it easier than ever to produce and distribute shows.</p>\n\n\n\n<p>We talk about the evolution of WordPress plugins, how they have shaped the WordPress platform over the years, and John’s unique approach to managing and understanding these powerful tools, making a podcast to help him better understand what each plugin does.</p>\n\n\n\n<p>John also shares stories about his interactions with his audience, and how the podcast has forged connections that might not be the norm for client relationships.</p>\n\n\n\n<p>We move into the ever changing WordPress environment, and John shares predictions and insights about the platform’s future, and how he’s using podcasting as a medium to continually learn and adapt, which in turn benefits his audience.</p>\n\n\n\n<p>Something new for John is how he’s involving his family in his podcasting journey. His daughter has breathed new life and perspectives into the show, hoping to appeal to a younger generation while retaining his loyal audience.</p>\n\n\n\n<p>If you’re passionate about WordPress, podcasting, or just interested in understanding a holistic approach to long-term content creation and audience engagement, this episode is for you.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you John Overall.</p>\n\n\n\n<p>I am joined on the podcast by John Overall, how are you doing?</p>\n\n\n\n<p>[00:03:20] <strong>John Overall:</strong> I am doing fantastic, thanks Nathan. I appreciate being on your show.</p>\n\n\n\n<p>[00:03:24] <strong>Nathan Wrigley:</strong> I am really pleased to have John. I want to call you Jonathan. Is there a time when you were a Jonathan or have I just misremembered?</p>\n\n\n\n<p>[00:03:31] <strong>John Overall:</strong> No, no, I’ve been called Jonathan, Johnny, Johnny Boy. I answer to all kinds of names. My mom actually calls me Alan because she refuses to call me John.</p>\n\n\n\n<p>[00:03:40] <strong>Nathan Wrigley:</strong> Well, it’s an absolute pleasure having you on the podcast today.</p>\n\n\n\n<p>Very frequently when I interview people, people tell me that they’ve listened to my podcast and I find that really, I get quite emotional when people do that, I think that’s lovely. But the tables are turned, because today I’m here to say that I have listened to Jonathan’s podcast many, many times in the past.</p>\n\n\n\n<p>And I was just saying that there was a period of time in my life when my children went to music lessons. And I used to accompany them to those music lessons, and I had to sit in the, if you call it like a waiting room, basically. Every week I would sit there faithfully listening to your plugin podcast, you know, it was the, we call it A to Z, but you call it A to Z. And I would listen to you talking about plugins, and giving them ratings and what have you with your co-host. And so this is a bit of a stars in my eyes moment. I’m so pleased to have you on the podcast.</p>\n\n\n\n<p>[00:04:31] <strong>John Overall:</strong> Well, I appreciate that. And yeah, the WP Plugins A to Z, and we do call it Z here in Canada. But when I had my American co-host in the beginning years, he called it Z. So we used to argue with it. And then we actually have someone, our intro, one of my listeners, he recorded it, and we have a minor intro that says, it’s WP Plugins, A to Z, not Z. It’s still something we use. It was generated years ago by one of the listeners. But yeah, it’s been a longstanding show. It’s been around for over 16 years now.</p>\n\n\n\n<p>[00:05:00] <strong>Nathan Wrigley:</strong> So I really didn’t know that podcasts were a thing. And podcasts came into my life at the moment when mobile phones had apps that could do that. I didn’t listen to them on desktop or anything like that. And it was always for me, a bit of dead time. I wouldn’t listen to them in the car or anything like that. I would always listen to them in a moment where I was sat in a chair and had nothing else to pay attention to. And I just found them immediately really, really important in my life.</p>\n\n\n\n<p>And then I found WordPress. And then quickly found a bunch of podcasts which I listened to, and yours was the one that somehow settled in my brain as the, I’m going to music now, I’m going to sit for half an hour and consume the podcast.</p>\n\n\n\n<p>And really, without listening to podcasts like yours, my life would’ve been very different, I think. Because it occurred to me that, as I was listening to you and your co-host talk, I got a sense of, well, you’re not a media personality. You are not somebody who is sitting in some sort of CNN type studio producing content. You are a guy that does the kind of job that I do. And I got a real sense of, gosh, maybe this is something that I could explore at some point. And there we go, and the rest is history. That’s now all I’ve done for many years.</p>\n\n\n\n<p>[00:06:07] <strong>John Overall:</strong> Well I will gladly take the credit for expanding podcasting. I’ve enjoyed podcasting since the beginning. I discovered it as I graduated from my applied communication program at college, which led me into the internet. And it was shortly after that that we saw the rise of it. And of course, Adam Curry from the No Agenda Show, who is known as the Pod Father, he created podcasting as it stands today with the RSS feeds.</p>\n\n\n\n<p>And he’s even ensured that it’s going to stay a free and open source platform due to the now existing podcasting index. Which is where everybody gets that in their newfangled apps. Like I quit using the apps from the Apple store for my podcast. I use the newer apps, because they do a much better job and they go into the podcast and index for everything.</p>\n\n\n\n<p>So, yeah, it’s really great. And the nice thing is, what it did was allowed me, with WordPress in particular, was to expand my knowledge. Because I used it to build my knowledge. I saw WordPress and what it was doing with the plugins. Because in the beginning, WordPress was great for a blogging platform. I started using it probably about version two, so they were like two, maybe two and a half years old when I discovered WordPress.</p>\n\n\n\n<p>I’d seen it once before when it first came out, and one of my clients put it on my server and I almost banned it from my server because its use of resources was ridiculous. It was literally crashing one of my servers. But I ended up working with it, and it kept getting better and better and better. And then when they introduced the plugins to it, to expand it into a full CMS, I went, oh dear God, this is going to be huge.</p>\n\n\n\n<p>And I’ve watched it as it climbed from like, I went back recently to look at my first episodes. My first episode there was less than 9,000 plugins available for WordPress. I watched it grow and grow and grow and grow. And now there’s over, hundreds of thousands of plugins. The WordPress repository has only 50,000. At one point they had 90,000, so they’ve cleaned out a big mess, it has expanded it, and it’s going to take, you know, WordPress is going into, it’s in a changing mode right now.</p>\n\n\n\n<p>WordPress is in a massive flux right now, with all the things that have occurred in the last six months. But many people have been panicking, oh my God, It’s going to go away. It’s like, no, it’s not going anywhere. It’s going to change, and a lot of things are going to be different, but there’s too many people in the world making a living, depending upon their daily bread, their monthly rents, having WordPress fully functioning. And there’s companies that are as big as Automattic, if not bigger, that are using WordPress.</p>\n\n\n\n<p>I was reading an article yesterday of the top 12 websites built in WordPress. We’re talking NASA, The Times magazine, well, we know whitehouse.gov is using it. And you look at them and some of them are just insanely developed. And if it wasn’t for the plugin capability of WordPress, it wouldn’t be possible.</p>\n\n\n\n<p>[00:08:52] <strong>Nathan Wrigley:</strong> When you look back over all those years, so rewind until, let’s say the month, the year before you began your podcast journey, what was the thing that kicked you into doing podcasting? Was it just like a bit of serendipity? Did you know that you wanted to create audio content or was it just a bit of an accident?</p>\n\n\n\n<p>[00:09:09] <strong>John Overall:</strong> It was a bit of everything. What it really was, was I was just starting, I had just sold my computer store, so I was working off of money from selling a successful sale of a computer store I had for several years. Because I sold out the computer industry just before it went full mobile and impossible to really make a living with a computer store. And I was going back to the internet and developing websites and I was exploring things.</p>\n\n\n\n<p>I looked at Drupal, Joomla and WordPress, trying to figure out what would be the best CMS system so I wouldn’t have to write PHP code, and CSS by hand anymore, or at least minimise it. And I needed a way to reach people. And one of the ways, podcasts was just starting to pick up at that time, that was somewhere around 2010, 2011, right around there. And it was just starting to pick up, and I realised, wait a minute, people are listening to the podcast. I can start putting out a podcast and I can focus. And I looked at WordPress and I realised, you know, what would be the best component to focus on in WordPress?</p>\n\n\n\n<p>And so I chose plugins. And I went, okay, well I needed a domain. I went, WP Plugins, well, A to Z. And I had this really crazy idea at the beginning, because there was so few plugins, I was going to cover WordPress plugins, literally from A to Z. My first 20 episodes was A, B, C, D plugins starting with those letters. I got that far into it and I went, okay, this ain’t going to work, there’s no way.</p>\n\n\n\n<p>And people were adding them at a continuous rate every week. And I went, okay, this isn’t going to work, but it still constitutes, the name constituted everything. So I just started diving into what I thought was the best plugins, or if I used the plugin and I thought wasn’t very good, it was a way to warn people, please, avoid this plugin. Don’t make my mistake.</p>\n\n\n\n<p>So it was all of those things. So it was a little bit of serendipity, but what I was more after was growing my business. And it literally did grow my business for several years. I would suddenly get a call, or an email from people, because I put my email and everything into the shows. I would get emails from listeners saying, hey, I’ve been listening to your show for several months and I’m having this WordPress problem, and you talked about it. Can you fix it? And I said, well, hold on, let’s see what we can do.</p>\n\n\n\n<p>And so I still have six or seven clients from those early years, that have been clients ever since they came to me. And they came to me because, when people listen to you on podcasts they begin to trust you. They start to feel like they know who you are, because they’ve been listening to you. You’re a friend, you’re not a stranger. And because of that, what happens, I had people, they would contact me and I asked them for, I’m really cautious about what information I get from my clients to access their stuff, their hosting or whatever. And I get people and I ask them for this, and all of a sudden they’ve given me all of their keys to their castle. And they have no idea who I am. They don’t know if I’m trustworthy of that, but I’ve built that trust by the way they’ve heard me talk over the however period of time, months or years they’ve listened to my show.</p>\n\n\n\n<p>[00:11:55] <strong>Nathan Wrigley:</strong> It is interesting because from your perspective, you haven’t given out any metric which might be a measure of trust, but you have. You really have. I mean, giving that much time and putting out your thoughts, and speaking like you speak, and talking like you talk, and the language that you use, and the way that you present yourself, it does lend trust.</p>\n\n\n\n<p>And it is very, very similar with the podcasts that I listen to, dozens that I listen to each week. And I really do get a feeling that I know these people. I never thought of using a podcast as a marketing tool to be honest. But I do remember the sort of bits that you would drop in, and I thought, yeah, that was kind of interesting.</p>\n\n\n\n<p>Yeah, perfect, it ended up creating new business, not just a bit of fun that you had to crowbar into each week.</p>\n\n\n\n<p>[00:12:38] <strong>John Overall:</strong> It literally helped build my business, and it made it successful to sustain me for many years. And that’s what I’ve enjoyed. That’s part of what I’ve enjoyed about it.</p>\n\n\n\n<p>The other is, I got to meet lots of people virtually, all over the globe. In addition to the, well, we’re going to do episode 642 next week, and in addition to those episodes for just the WP plugins, I did interview shows, which were a separate episode. And I’ve done over 150 of those over the years.</p>\n\n\n\n<p>Plus I’ve also had three or four other podcasts, I kept thinking I was going to start different podcasts for different things, and I’d get maybe 20, 30, 100, 200 episodes into them, and then that’s like, okay, I don’t have time for these ones anymore, and they just fall by the wayside. In total I’ve probably got 2000 episodes of podcasts behind me for various podcasts.</p>\n\n\n\n<p>[00:13:23] <strong>Nathan Wrigley:</strong> You really are a veteran of this industry. How has it changed? Just for those of us who are podcasting nowadays, it’s so simple. There’s a tool for everything. There’s a SaaS platform for everything. You can pay your monthly subscription, and it’ll more or less podcast for you really. But back in the day, when I started there were definite hurdles, but you were many, many years before me. So I’m imagining there was lots of hurdles to overcome just to get the thing out there.</p>\n\n\n\n<p>[00:13:49] <strong>John Overall:</strong> In the beginning it was really hard, especially if you had a host, a co-host. It’s like we didn’t have the easy software like we’re using right now for recording back and forth. Even now, I don’t use this software for doing mine. I use Microsoft Teams for recording with my co-host. But in the beginning we had, oh, what the heck was it called?</p>\n\n\n\n<p>[00:14:08] <strong>Nathan Wrigley:</strong> I’ll tell you what I used at the beginning and this will kind of date me. I used Skype.</p>\n\n\n\n<p>[00:14:13] <strong>John Overall:</strong> That’s it.</p>\n\n\n\n<p>[00:14:13] <strong>Nathan Wrigley:</strong> That was it.</p>\n\n\n\n<p>[00:14:14] <strong>John Overall:</strong> That was it? Skype? I was trying to remember what it was. It still loads on my computer when I reboot my computer and I have to shut it off because I just haven’t got around to, well, I haven’t rebuilt my computer for almost 10 years. I’m getting a new one this next year, because my computer’s finally ending its life.</p>\n\n\n\n<p>But yeah, Skype. And the other thing was, is we didn’t have the easy ways to clean up the audio feed that we have now. You get those high pitch wines, or bad cable, or background noise, or whatever, or even the mismatched audio levels. You had to actually go in and kind of edit that a little bit to get your audio as clean as possible.</p>\n\n\n\n<p>Because the biggest thing from the beginning I knew is, it doesn’t really matter what you’re talking about, if the audio’s not clean, people will stop listening. If the audio’s got annoying noises or something, or they can’t quite hear, or one host is suddenly blaring in the air and the other host is like a mouse talking in the other ear, they go, oh, I can’t listen to this. And they won’t listen to you.</p>\n\n\n\n<p>[00:15:09] <strong>Nathan Wrigley:</strong> Do you know, it’s really interesting because somebody warned me of this right at the beginning of my podcast journey, and they framed it even more than that. They said that if you’re watching a video and the quality of the video is poor, you’ll forgive that. But you’ll never forgive bad audio. You just can’t watch something on, let’s say, YouTube or a film or whatever if the audio is crackly or distorted. There’s just nothing, you know, unless you can lip read, there’s nothing coming at you that’s useful.</p>\n\n\n\n<p>And I remember taking that to heart and thinking, okay, that’s important. But then being frustrated by the technology that, just things like Skype couldn’t keep up. There’d be dropouts in everything, and so editing was a nightmare.</p>\n\n\n\n<p>[00:15:48] <strong>John Overall:</strong> Yes, it was. And although pretty much all my shows are live to tape, I discovered a program that’s called Level Later. And it’s a very old program, but what it does is you can take any audio file with multiple levels in it, you throw it into this, it runs it through some passes, some computer magic, and it comes out and all the levels are perfect in it. And I’ve been using Level Later for years now, because no matter how hard I try, I can never get the levels perfect when I’m recording it between two hosts. Because I’m not using intermediate software that’s doing it for me. I record mine straight to OBS.</p>\n\n\n\n<p>[00:16:22] <strong>Nathan Wrigley:</strong> Yeah, if you are thinking about getting into the podcasting world, and we can decide whether or not that’s useful these days given the dearth of podcasts. But if you are, honestly, it’s so straightforward now. I’m using, currently, an app called SquadCast, but there’s a whole bunch of rivals out there in the marketplace. There’s things like Riverside.FM and many, many others.</p>\n\n\n\n<p>And they allow you to record through a browser, and in this case, John’s track and my track will be isolated, I’ll download them both. And so that never happened. Before it was just one track that you had to, if your audio is mucky, then so was mine. There was no way of separating those two.</p>\n\n\n\n<p>But now yours will come separately, mine will come separately, and if I’ve got 10 guests, they’ll all be separate. And then I throw them into, similar to you, I throw them into an app which basically cleans things up and automatically levels things. And then will create transcripts, and it’s just miraculous. It’s so, so straightforward.</p>\n\n\n\n<p>[00:17:13] <strong>John Overall:</strong> It’s gotten really good. I’m, re-embracing all of that stuff. For the last four years, I’d taken my business down to the minimal levels of what I had to put into it, and I focused on my farmstead that I have, my urban farmstead. And in this last year I realised I needed to get back to my roots, and my WordPress and all of my other work. And so this last year we’ve been rebuilding everything.</p>\n\n\n\n<p>And the WP Plugin show, it went off the rails for a little while. I got a little political for a little while and lost a large chunk of my audience, and a lot of them are coming back now because I’ve got it back to what it was, the show it was before. It is allowing everything, and also I’ve got a new co-host in there, my daughter, been training in my business for the last five years to take over this business as I get ready for retirement time.</p>\n\n\n\n<p>She’s become my co-host on there. In fact, she’s more of the host than I am now. She does more of the talking and more of the direction of the show each week. Which is kind of interesting. It makes for a more interesting show, having a different viewpoint on it than mine. Because I think I went, when Marcus left the show back in 2016 or 17, and I did like four years of just me on the show. And it’s really hard to be a single host on a show week after week after week.</p>\n\n\n\n<p>[00:18:27] <strong>Nathan Wrigley:</strong> I feel your pain.</p>\n\n\n\n<p>[00:18:28] <strong>John Overall:</strong> That’s why you need guests or you need to have a co-host to help keep some life in it. Anyone who tries to do a podcast, like podcasts nowadays. Yeah, anyone can do them and, yes, there is a dearth of them, but the problem is, if you go look at those podcasts, about 80% of them never make it past episode 30.</p>\n\n\n\n<p>[00:18:45] <strong>Nathan Wrigley:</strong> Or even, I mean, it’s probably like 50% past episode one in all honesty.</p>\n\n\n\n<p>[00:18:50] <strong>John Overall:</strong> Yeah that too. They find out, wait a minute, this is a lot of work, and it’s really hard. It’s usually the ones that try to do it by themselves and they’ve got the momentum for the first 10, 15 episodes. After that, you’ve got to keep pushing yourself.</p>\n\n\n\n<p>[00:19:02] <strong>Nathan Wrigley:</strong> Yeah, there’s a grind, isn’t there? And although we’ve just made the case that making a podcast is straightforward, from a technological point of view, it’s easier than ever. But the grind hasn’t gone away. And in fact, new grind has been added in.</p>\n\n\n\n<p>So when you began, and when I began, social media was a bit of a thing, but not really. It wasn’t kind of an essential component. But now it’s almost like the only distribution mechanism, outside of RSS, and perhaps a WordPress website.</p>\n\n\n\n<p>All of those pieces have kind of got bundled in. So you have to make sure to promote it, and cross-promote it, and create, I don’t know, alternative, different snippets of it that go on this platform and that platform. So there’s a whole load of other things.</p>\n\n\n\n<p>It isn’t something that, unless you’ve got a real passion for it, it’s something that, like you said, episode 30 is probably going to be where you get and give in because you start in New Year, brand new, New Year’s resolution. January, I’m going to do a podcast, and you keep going for a little while. And I was telling you that there are very few things in my life where I’ve had the capacity to stick at it, but podcasting for some reason has worked for me. I guess I just like listening to my own voice.</p>\n\n\n\n<p>[00:20:05] <strong>John Overall:</strong> There’s that aspect too, listening to your own voice. Sometimes I listen to myself and I go, really? That’s me? You don’t get used to that. No matter all these years, I still can’t get used to my voice.</p>\n\n\n\n<p>But the other thing is, for some people, a lot of people use it to help improve their knowledge in their particular area they’re podcasting about.</p>\n\n\n\n<p>I like history podcasts from time to time. And those ones there, it means it’s a serious history buff doing a podcast about something he’s excited about. And what he’s getting a chance to do is share to the world what he’s doing.</p>\n\n\n\n<p>The same I do with WordPress, I share things to everybody about what is in the WordPress world and what’s changing. And now our show has moved in a different direction. We dropped down from the number of plugins we do each week. We have more discussion about things we see happening. There’s new segments coming into the show that’ll be talking about, here’s a problem in WordPress we found, how we solved it, coming from my daughter’s perspective, who, she’s five years into this, so she’s relatively new and everything. It’s like everything’s brand new to her. A lot of it’s all, oh yeah, it’s just CSS. I don’t understand that Dad. And I was like, oh yeah, you’re kind of new at this. I have to explain things.</p>\n\n\n\n<p>So when I’ve discovered problems, there’s problems I can solve in like 20 minutes and it takes her five hours because she doesn’t know where to go to see the problem. These are what I’m starting to bring back to the show. Stuff that used to be in the show and it had gotten lost along the way. And it’s also we’re talking about what we see changing in the WordPress environment, and how we see this environment evolving over the next couple years.</p>\n\n\n\n<p>We did a show, our Christmas and New Year’s shows were prerecorded. We do prerecorded shows usually about that time, so we can spend time with the family and not worry about the show. But we’d made predictions of what was coming in the New Year that hadn’t yet come to pass. By the time we did our first show, a week and a half ago, by the time we did our first show for the New Year, we had already had two or three successful predictions of what was changing in WordPress.</p>\n\n\n\n<p>We’re both starting to see this, which is exciting in the fact that, oh, okay, this sort of event is going to happen in WordPress and this is where it’s going to go. With all the doom and gloom, as I mentioned, the doom and gloom as I see, like I follow the forums over at the Reddits, and Twitters, and all over the place because I get our news from everywhere to keep up. And I see a lot of people, doom and gloom of people abandoning.</p>\n\n\n\n<p>I tried abandoning WordPress at the introduction of Gutenberg. I even took my show towards ClassicPress. And that happened for about two years. And then I realised, unfortunately, ClassicPress didn’t have a community momentum behind it, and WordPress kept going. Even though I currently build in WordPress, I don’t use Gutenberg, because no matter how many times I try to wrap my head around it, I can’t get my brain to think that way. And so I use Elementor for all my builds. And it allows me to continue using the Classic Editor.</p>\n\n\n\n<p>But that sort of thing is going to continue. They were going to supposedly stop supporting the Classic Editor, but unfortunately it’s not happening, because a good 50% of the WordPress community still uses the Classic Editor, and a page builder of some sort. Versus 50% that are using Gutenberg. And they can live together. It took me a while to realise that they can live together. You just have to work with it.</p>\n\n\n\n<p>I have a couple of clients who use Gutenberg. I can sort of muck my way through it if I really work at it. But it’s going to continue, and these things are going to keep changing and evolving. The WordPress plugins, I’ve seen the developers creating some amazing developments. When we just launched the new website for our business, we actually have a whole WP Pro A to Z lineup, WP Plugins, WP Pro A to Z.</p>\n\n\n\n<p>When we launched our new site, I found a plugin I didn’t know existed, which will be coming in one of my shows, upcoming. If you need a booking plugin and you use Gravity Forms, somebody wrote a full blown addition to Gravity Forms for a booking plugin. So you don’t have to go spend money on another third party service or a service as a software, SaaS service where you’re putting out money. You pay for this one plugin, integrate it into Gravity Forms and you get everything. And now it’s all in one form and you still control your data.</p>\n\n\n\n<p>[00:24:07] <strong>Nathan Wrigley:</strong> I really like the idea that you had of having that kind of theme running through, because in any of the podcasts I do, basically each episode is atomised, you know, it’s just an episode and then you listen to a different one, and there’s no real connection necessarily between the episodes. And I really like the idea of having a thread which runs through.</p>\n\n\n\n<p>But also, I am really curious about plugins in particular, and I would love to have the excuse to play with them. Because then it would be, air quotes, then it would be work suddenly. The excuse of, what are you doing? I’m doing work. I’m playing with a plugin.</p>\n\n\n\n<p>[00:24:39] <strong>John Overall:</strong> Play with a plugin, figuring it out, throw it on one of my dozens of domains that I’m doing nothing with, that collect all kinds of stuff.</p>\n\n\n\n<p>No, the other joy is, as you mentioned with plugins, is of course, because once developers rediscover us, and the way we review stuff, and we give honest reviews, we tell them, truthfully what we find wrong and what we don’t. We give a good, honest rating. It’s very seldom we’ll give a rating as low as a two, but it has happened in the past.</p>\n\n\n\n<p>We don’t automatically like give it a five, it has to be worthy of a five. Most of them fall between three and four, which is where most of them are anyway.</p>\n\n\n\n<p>But the other joy is, is I get developers, they got a premium plugin and they go, hey, you want to check it out and I say, yeah, give me your premium plugin and a license, all give it a review.</p>\n\n\n\n<p>So I get to play with premium plugins without having to spend the money on them, which is a joy. But it also allows people to find out what it might do. And the other thing that’s coming again, I used to have training videos, create training videos on how to use plugins. In fact, my training videos on my YouTube channel, some of them are still some of my highest rated plugins.</p>\n\n\n\n<p>[00:25:38] <strong>Nathan Wrigley:</strong> I feel that I was really lucky being in the WordPress community, then discovering podcasting. Because I feel like all the pieces of the jigsaw, which go into making a podcast, are easily handled with WordPress. And so that was just a nice bit of serendipity. If you understand how to put a website up, well, that’s one thing you kind of really do need if you’re going to have a podcast.</p>\n\n\n\n<p>And there’s plugins which will handle the RSS feed. There’s plugins which will handle the contact forms. There’s plugins which will handle the display of your website if you’re not using Core. And so I felt that talking about WordPress, and having the capacity to use WordPress was a real boon for me. Just made the whole thing much more straightforward. But like you’re describing about your daughter, not the same for everybody.</p>\n\n\n\n<p>[00:26:21] <strong>John Overall:</strong> Yeah, well, one of the interesting things about, when you mentioned a plugin for this and a plugin for that, you remember the early days of the Apple advertising, There’s an app for that.</p>\n\n\n\n<p>[00:26:29] <strong>Nathan Wrigley:</strong> For the iPhone, yeah.</p>\n\n\n\n<p>[00:26:30] <strong>John Overall:</strong> We used to say for the longest time, well, there’s a plugin for that.</p>\n\n\n\n<p>[00:26:32] <strong>Nathan Wrigley:</strong> Yeah. And there was.</p>\n\n\n\n<p>[00:26:34] <strong>John Overall:</strong> There literally was, and there still is. And if you don’t think there is, it’s easy enough to build. It’s like, I’ve actually gone so far, in the last couple of years, to pay developers to create plugins for me. Sometime around the end of this year we’ll be introducing a plugin that has not been created yet for any of the things on WordPress. We’ve been working on something, and so that’s a little tidbit of what’s coming. As we get closer to the beta release, which is expected, the beta release is expected September, October of this year. Then we’ll be talking more and more in depth about this plugin.</p>\n\n\n\n<p>[00:27:07] <strong>Nathan Wrigley:</strong> Do you still intend to keep going with your podcast into the, basically into the future, forever? Do you have a sort of timeline, like when you get to, I don’t know, a thousand episodes of this particular podcast, that’ll be it?</p>\n\n\n\n<p>[00:27:18] <strong>John Overall:</strong> As long as the show has still got listeners, and some audience, and it still provides value for what we do, no. Because one of the biggest things, and even my daughters realised this. Because she has to do research for every episode, because a lot of people don’t realizse, okay, you do a podcast, oh, it’s about an hour long. They don’t realise that that hour long required three to four hours of research in preparation of your notes and everything for the show, plus whatever post-production, everything else. By the time you’re done, a one hour show is usually a five to seven hour investment of time.</p>\n\n\n\n<p>The thing is, when you’re doing that research, what it does is that increases your knowledge, because you’re looking at things you hadn’t looked at before, and it helps increase and input more knowledge into you, and expand your knowledge as an expert in the field. Many, many people started podcasts as a side hobby, and turned into experts in their field, because of their podcast. That’s what it forces you to do, is it forces you to become an expert in whatever field your podcast focuses on.</p>\n\n\n\n<p>[00:28:18] <strong>Nathan Wrigley:</strong> Did you ever get into creating podcast websites for people?</p>\n\n\n\n<p>[00:28:22] <strong>John Overall:</strong> No.</p>\n\n\n\n<p>[00:28:22] <strong>Nathan Wrigley:</strong> No, me neither. And there’s some part of me which regrets that, because I think that would’ve been a real good wheelhouse for me.</p>\n\n\n\n<p>[00:28:28] <strong>John Overall:</strong> It would’ve been, and it would’ve been except for, you would’ve been changing a lot, and the investment in time and the screenshots for it would be even higher than the investment in time I’ve got now.</p>\n\n\n\n<p>It was all about how much investment in time versus the return on that investment in time. It is how I’ve done it.</p>\n\n\n\n<p>I did training videos, and my training videos are still some of the highest viewed videos on YouTube, and they’re old and ancient now, and they’re out of date. And I even got a question from one of the training videos, what was it, a couple of months ago, somebody contacted me and asked me questions. I said, oh, dear God, I forgot I did that.</p>\n\n\n\n<p>And when I went and looked at it, I said, I’m sorry, it’s out of date. I haven’t used that plugin in four or five years now, so I don’t know. And this is the problem of it. And so I’m starting to create new ones, partly because I’m creating these training videos for my clients to be able to manage their sites. Because my job as a web designer is not to manage their website forever, but build them a website that they can do all their own content and not keep having me having to put the content in, because they don’t want to pay the fees for simple things like adding content.</p>\n\n\n\n<p>And so we build websites to do that, but they need instructions on how to do it. So we build nice, simple training videos that they can go look at and remind themselves how to do it. And so I’m actually starting to do that with the plugins again. And for plugins, in fact, one of my training videos for a plugin I did a few years ago, the plugin developer adopted that video right into their code as their training video for how to use the plugin. I do do very detailed, and something people told me was, I’m very good at translating geek to English.</p>\n\n\n\n<p>And that was the nice thing is, if you try to tell them how to do it in geek, and a lot of computer guys, they can’t translate geek to English.</p>\n\n\n\n<p>[00:30:09] <strong>Nathan Wrigley:</strong> Also you have this strange thing on an audio podcast where in many cases you’re trying to describe the functionality of something, which would be so much easier if you could just see it. So it does this, and the way it does this, oh, okay, and you have to try and explain it. And sometimes that involves saying, well, you have to tick this box over here, and then go over here, and do this, and this.</p>\n\n\n\n<p>And it really does make you stop and think, what’s the best way to describe this? What’s going to work? What’s not going to work? And I think you’re right, it does make you think around the problem. They say that if you can teach something, then you truly understand it. I think there’s a little bit of that in there.</p>\n\n\n\n<p>[00:30:42] <strong>John Overall:</strong> That was the other thing I did in the beginning of WordPress. I actually taught WordPress. I had courses here in Victoria where I live. I had night classes that people would sign up and come pay me money to teach them how to use WordPress. And I did those for about, all the way up until version four of WordPress when YouTube got flooded with tutorials and my courses became irrelevant. But for a few years, that was another way I expanded my knowledge was I taught it to people, because in preparation to teach it, I had to know what I was telling people.</p>\n\n\n\n<p>[00:31:10] <strong>Nathan Wrigley:</strong> You mentioned that there was a period of time where you fell out with podcasting or it fell out with you, or whatever it may be. You sort of dropped away from it. Did you find though, that when you came back, you mentioned that the audience is sort of still there? The curious thing for me is, I noticed this just the other day, a podcast that is in my podcast player that I have never listened to for years, and the reason I haven’t listened is because they just went away, but it’s still there.</p>\n\n\n\n<p>And then they came back. RSS is a bit brilliant like that. Because there’s no algorithm feeding it to you, there’s no algorithm like on YouTube saying, okay, now what about this. It jumped right to the top of my playlist. And I suddenly thought, gosh, I haven’t seen that one for a while. Click play, and the first words were, we’re back, we’ve had a couple of years off or whatever.</p>\n\n\n\n<p>I thought that was really cool. So I did wonder if your audience, by just mere fact of the way RSS readers work, and RSS feeds work with podcast players, if they’d stock with you, even though they didn’t know they were sticking with you.</p>\n\n\n\n<p>[00:32:05] <strong>John Overall:</strong> I’d say about one third of my audience, in truth, I never left it entirely. We would always put out a episode of WP Plugins A to Z. We would put out an episode, at worst it fell to an episode a month is what happened. It was never completely off the air. But the audience dropped down to, we’re about one third right now the audience we used to have.</p>\n\n\n\n<p>And a lot of them left me during my period of despair with the world, is lack of a better term. A lot of them left me during that period there. I chased a few of them away. Some of them I will earn back, some of them I won’t. Some of them have retired, I imagine, because what was interesting is my audience for the most part is as old or almost as old as me. And I’m pushing, you know, the upper echelons of fifties now. Because I’ve been doing this since my early forties. And some people, they’ve aged out.</p>\n\n\n\n<p>We’re actually, because my daughter is a millennial, she’s in her thirties now, we’re going after the people in her audience segment. We’re changing our audience focus. We’re no longer worried about the old time geeks, the ones that know what they’re doing. We want the younger people who don’t know where they’re going, what they’re doing, they’re looking for advice, they want to do these things.</p>\n\n\n\n<p>We’re working the audience to go after the younger generation, the millennials and the Zoomers, who are just now coming up into, okay, I need to build a business. What do I choose for building my website? Do I go with WordPress? Do I go with Shopify? Do I get Wix? Do I go crazy and go on a Drupal website? You know, it’s like, what are they going to do?</p>\n\n\n\n<p>And so we’re hoping that we can find these people that are hunting, and get them to look to us for the expertise and advice, and come see me. Like, I now have 25, actually 26 years now of experience in this industry. So I’ve just started offering consulting services for building a website. Because a lot of people don’t realise it’s like, you can dive into your website and you can spend, what’s your time worth? Is your time worth money, or is it not as valuable?</p>\n\n\n\n<p>So you can spend the next 70, 80 hours trying to figure things out. Or do you want to buy a few hours of my time and get some direction, and save yourself hours and hours of time, and know where you’re going with your website. Like, we’ve been fortunate enough to, in the last couple of years, build some very high frontend websites such as we rebuilt the website for the sierraclub.bc.ca, here in Western Canada.</p>\n\n\n\n<p>So we’ve had a few high-end websites like that we’ve built the last couple of years, to be able to showcase the kind of work and capabilities we have now. So it helps show that, yes, we have expertise in this. And I’m just going back and tying into all my years of knowledge now and bringing it back forward.</p>\n\n\n\n<p>[00:34:44] <strong>Nathan Wrigley:</strong> I think that’s a really credible thing to be able to show as well. You know, I’ve been doing a podcast for 15 odd years or something, it’s definitely a lot of credibility. But also I think it’s great that you’ve managed to sort of co-opt your daughter into it. So not only has that breathed a whole new generation of an audience into the podcast, but it’s also binding you to a family member, a close family member, and I think that’s lovely.</p>\n\n\n\n<p>[00:35:05] <strong>John Overall:</strong> Yeah, well, I’m also trying to co-op my granddaughters into it too.</p>\n\n\n\n<p>[00:35:08] <strong>Nathan Wrigley:</strong> Really a different generation.</p>\n\n\n\n<p>[00:35:10] <strong>John Overall:</strong> Neither one of my sons are much interested in technology, they’re so, so. But my oldest son’s become an electrician. My youngest son is looking at possibly going into trades as a welder. But my oldest son definitely is being an electrician, he starts as an apprentice as soon as he graduates.</p>\n\n\n\n<p>But it’s really good to bring in your next generations. If you have them, bring them in. If they’re excited in any way, find which component of your business they might be excited in, and put them into it. That’s one less person you have to worry about. And you can help ensure that maybe your business will last a couple of generations.</p>\n\n\n\n<p>[00:35:43] <strong>Nathan Wrigley:</strong> Well, Jonathan, unfortunately time has got the better of us. I really appreciate all of the content that you’ve put out there. I hope that it carries on and you’ll be able to make the new show with your daughter a real success. Where do people find you?</p>\n\n\n\n<p>[00:35:55] <strong>John Overall:</strong> You can find us online at two places, WP Plugins, A to Z, or Z for the Americans .com. And that’s where the show is hosted at. And all of our show notes are there. And you can also find us at wpproatoz.com. That’s our company website.</p>\n\n\n\n<p>[00:36:12] <strong>Nathan Wrigley:</strong> I will definitely put all of those links into the show notes. Jonathan Overall, thank you so much for chatting to me today. I really appreciate it.</p>\n\n\n\n<p>[00:36:19] <strong>John Overall:</strong> Thanks a lot, Nathan. It’s been a pleasure.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://wppluginsatoz.com/\">John Overall</a>.</p>\n\n\n\n<p>John is a veteran in the WordPress podcasting world, bringing over 16 years of experience with the WP Plugins A to Z show. He’s an early adopter of WordPress, and has seen the platform evolve and grow, and has built a wealth of knowledge around plugins, which he thinks have been pivotal to WordPress’s versatility.</p>\n\n\n\n<p>John shares his journey into the world of podcasting, initially using it as a tool to grow his business, and expand his expertise within the WordPress ecosystem. He gets into how the podcast landscape has shifted from its early days to the present, with technological advances making it easier than ever to produce and distribute shows.</p>\n\n\n\n<p>We talk about the evolution of WordPress plugins, how they have shaped the WordPress platform over the years, and John’s unique approach to managing and understanding these powerful tools, making a podcast to help him better understand what each plugin does.</p>\n\n\n\n<p>John also shares stories about his interactions with his audience, and how the podcast has forged connections that might not be the norm for client relationships.</p>\n\n\n\n<p>We move onto the ever-changing WordPress environment, and John shares predictions and insights about the platform’s future, and how he’s using podcasting as a medium to continually learn and adapt, which in turn benefits his audience.</p>\n\n\n\n<p>Something new for John is how he’s involving his family in his podcasting journey. His daughter has breathed new life, and perspectives, into the show, hoping to appeal to a younger generation while retaining his loyal audience.</p>\n\n\n\n<p>If you’re passionate about WordPress, podcasting, or just interested in understanding a holistic approach to long-term content creation and audience engagement, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://wppluginsatoz.com/\">WP Plugins AtoZ website</a></p>\n\n\n\n<p><a href=\"https://squadcast.fm/\"> SquadCast</a></p>\n\n\n\n<p><a href=\"https://riverside.fm/\"> Riverside.FM</a></p>\n\n\n\n<p><a href=\"https://www.classicpress.net/\">ClassicPress</a></p>\n\n\n\n<p><a href=\"https://elementor.com/\">Elementor</a></p>\n\n\n\n<p><a href=\"https://wpproatoz.com/\">WP Pro A to Z website</a></p>\n\n\n\n<p><a href=\"https://www.gravityforms.com/\">Gravity Forms</a></p>\n\n\n\n<p><a href=\"https://sierraclub.bc.ca/\">Sierra Club BC website</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Feb 2025 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"Do The Woo Community: From Design to Deployment: Why Figma and Design Systems Are Essential for WordPress Projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=90664\";s:7:\"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:117:\"https://dothewoo.io/blog/from-design-to-deployment-why-figma-and-design-systems-are-essential-for-wordpress-projects/\";s: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:227:\"Using Figma and design systems streamlines WordPress workflows, ensuring precision, consistency, and efficiency. Learn how structured design approaches empower developers and designers to create scalable, high-quality websites.\";s: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, 26 Feb 2025 10:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Ash Shaw\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"Do The Woo Community: Insights and Innovations in WooCommerce: Embracing the Future\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=89390\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://dothewoo.io/blog/insights-and-innovations-in-woocommerce-embracing-the-future/\";s: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:167:\"Learn about WooCommerce\'s growth through community engagement, builder tools, core features, and the \"default to public\" philosophy for transparency and collaboration.\";s: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 Feb 2025 10:44:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WordPress.org blog: Shaping Tomorrow at WordCamp Asia 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18515\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2025/02/shaping-tomorrow-at-wordcamp-asia-2025/\";s: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:14756:\"<img width=\"1024\" height=\"512\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-WCAsia-02-21-PM_1280x640-1-scaled-1.jpg?resize=1024%2C512&ssl=1\" alt=\"WordCamp Asia 2025 attendees gathered for a group photo\" class=\"wp-image-18521\" />\n\n\n\n<p>Over 1,400 attendees from 71 countries gathered at the Philippine International Convention Center in Manila, and nearly 15,000 more joined online, for WordCamp Asia 2025.</p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-1 wp-block-group-is-layout-flex\">\n<blockquote><p>It’s the people. It’s the friendships and the stories.</p><cite>Matt Mullenweg, WordPress Cofounder</cite></blockquote>\n</div>\n\n\n\n<p>The flagship WordPress event started with a dedicated Contributor Day, followed by two days of engaging talks, panels, hands-on workshops, and networking. Notable guests included WordPress Cofounder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> and Gutenberg Lead Architect <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a>, who were joined by a diverse lineup of speakers and panelists.</p>\n\n\n\n<p>Throughout the event, the sponsor hall buzzed with activity as companies from across the WordPress ecosystem showcased their latest products, engaged with attendees, and offered live demos and giveaways. Each day, attendees refueled with diverse food offerings featuring Filipino favorites, turning meals into a prime networking opportunity where new connections were made and ideas were exchanged.</p>\n\n\n\n<h2 class=\"wp-block-heading\">New Ways to Engage</h2>\n\n\n\n<p>This year’s event introduced several new programs to the schedule:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Solutions Spotlight</strong>—a series of dynamic 10-minute lightning talks that gave an inside look at innovative products, cutting-edge strategies, and real-world solutions from top-tier sponsors, all designed to help attendees succeed in the WordPress ecosystem. These fast-paced sessions offered a unique opportunity to discover how leading brands are solving challenges, empowering users, and shaping the future of WordPress.</li>\n\n\n\n<li><strong>YouthCamp</strong>, a dedicated event for kids and teens ages 8-17, offered a full day of free, hands-on sessions designed to spark creativity and introduce the world of WordPress and open source. Through interactive workshops covering web basics, design, and development, participants gained practical skills while exploring the power of building online. </li>\n\n\n\n<li>The new <strong>Career and Social Corners</strong> enhanced networking, fostered meaningful connections, and created new opportunities for those within the WordPress community. Career Corner was the go-to space for attendees exploring career opportunities, connecting with sponsors, and discovering exciting new roles. Meanwhile, Social Corner offered a relaxed, lounge-style environment where attendees could engage in informal discussions over refreshments.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day</h2>\n\n\n\n<p>WordCamp Asia kicked off with an incredible Contributor Day, bringing together almost 800 contributors, many of them new, to collaborate, share knowledge, and give back to WordPress. With 37 dedicated table leads and 16 experts from the Human Library guiding the way, participants of all experience levels engaged in meaningful discussions, tackled important tasks, and made a lasting impact on the WordPress project.</p>\n\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1834.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18526\" /><button class=\"lightbox-trigger\" type=\"button\">\n \n \n \n </button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1914.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18537\" /><button class=\"lightbox-trigger\" type=\"button\">\n \n \n \n </button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1989.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18527\" /><button class=\"lightbox-trigger\" type=\"button\">\n \n \n \n </button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1926.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18524\" /><button class=\"lightbox-trigger\" type=\"button\">\n \n \n \n </button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1920.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18530\" /><button class=\"lightbox-trigger\" type=\"button\">\n \n \n \n </button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1963.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18525\" /><button class=\"lightbox-trigger\" type=\"button\">\n \n \n \n </button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/WORDCAMPASIA2025_PH_PICC_DAY01_CONTRIBUTORSDAY_JOHN_CARLO_PATTAGUAN-474.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18616\" />\n\n\n\n<img width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220_153813.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-18614\" />\n\n\n\n<img width=\"1024\" height=\"684\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/T2S_6305.jpg?resize=1024%2C684&ssl=1\" alt=\"\" class=\"wp-image-18615\" />\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1902.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18528\" /><button class=\"lightbox-trigger\" type=\"button\">\n \n \n \n </button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1886.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18534\" /><button class=\"lightbox-trigger\" type=\"button\">\n \n \n \n </button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1885.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18531\" /><button class=\"lightbox-trigger\" type=\"button\">\n \n \n \n </button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC07465.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18536\" /><button class=\"lightbox-trigger\" type=\"button\">\n \n \n \n </button>\n\n\n\n\n<p>Key contributions included resolving a critical media bug, advancing vertical text editing in Gutenberg, and refining the editing experience with dozens of issue closures. Performance optimizations and accessibility improvements abounded, joined by seven fresh patterns, and over 44,000 newly translated strings.</p>\n\n\n\n<p>New tools and workflows were explored to enhance testing and development. The day also saw meaningful conversations between hosting providers and users, improvements to event organizing processes, and hands-on training.</p>\n\n\n\n<p>With innovative ideas, new faces, and significant progress across multiple areas, Contributor Day reinforced the spirit of open source collaboration that drives WordPress forward.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Future is WordPress</h2>\n\n\n\n<p>On the first full conference day, attendees gathered to celebrate the power of open source collaboration and innovation. Opening remarks from global and local event leads reflected on the incredible journey of WordCamp Asia, tracing its roots back to the first Southeast Asian WordCamp in Manila in 2008. This full-circle moment underscored how the WordPress community has flourished over the years, driven by shared knowledge and a commitment to an open web. The excitement continued with a highly anticipated opening keynote from Matías Ventura, who shared insights into the future of Gutenberg and WordPress, inspiring attendees to embrace the next wave of innovation and creativity in content publishing.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>The day then began in earnest. Talks highlighted new ways to integrate WordPress with external applications, opening possibilities for more interactive and scalable digital experiences. Simultaneously, content strategists and marketers explored evolving best practices in SEO, learning how to optimize their sites for visibility, engagement, and long-term growth. These sessions emphasized the importance of adaptability in a constantly evolving digital landscape, ensuring that WordPress users stay ahead of industry trends.</p>\n\n\n\n<p>Workshops throughout the day provided hands-on learning experiences tailored to a wide range of skill levels. Developers refined their expertise, gaining practical knowledge they could apply to their own projects. Accessibility advocates led discussions on designing for inclusivity, showcasing strategies to make WordPress-powered websites more navigable and user-friendly for people of all abilities.</p>\n\n\n\n<p>As the conference continued into the afternoon, conversations expanded to performance optimization and emerging technologies shaping the future of WordPress. A dedicated session explored AI-driven workflows, demonstrating how artificial intelligence can enhance site performance, automate repetitive tasks, and create more personalized user experiences. These discussions showcased the evolving role of WordPress as a versatile platform that extends beyond traditional publishing.</p>\n\n\n\n<p>The first day culminated in a thought-provoking keynote panel, WordPress in 2030, where industry leaders explored the future of the platform. The discussion covered the expanding open source community, emerging technologies, and the role of education and mentorship. Panelists shared their perspectives on the opportunities and challenges ahead, encouraging attendees to actively shape the future of WordPress by contributing, innovating, and advocating for an open web.</p>\n\n\n\n<img width=\"1024\" height=\"442\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-CleanShot-2025-02-22-at-07.42.19%402x.jpg?resize=1024%2C442&ssl=1\" alt=\"Panelists Noel Tock, Hong Phuc Dang, Jon Ang, Courtney Robertson, and Raquel Manriquez discuss WordPress in 2030\" class=\"wp-image-18561\" />\n\n\n\n<p>Returning for the final day of WordCamp Asia 2025, attendees explored a new set of sessions designed to push the boundaries of web development and strategy. Technical discussions on advanced Gutenberg block development highlighted innovative ways to build more dynamic and interactive content experiences, while another session examined performance optimization strategies to enhance site speed, accessibility, and overall user engagement. Content creators and marketers gained valuable insights into audience growth, effective storytelling, and data-driven content strategies to maximize impact.</p>\n\n\n\n<p>The final sessions of the conference reinforced WordPress’s adaptability and innovation, equipping attendees with new skills and strategies.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Q&A</h2>\n\n\n\n<p>As the final day drew to a close, Matt shared historic photos from WordCamp Davao 2008 in the Philippines, and then answered questions from the audience.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Questions covered a variety of topics, incluiding: publishing on the open web, AI, headless WordPress, education, and Matt’s personal motivations. It was clear throughout the Q&A that the future of WordPress is as bright as the island-themed attire at the event’s after-party.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Closing</h2>\n\n\n\n<p>Thank you to all the hard-working organizers who made this event possible, the speakers who took the stage, the visitors who ventured to Manila, and everyone who tuned in from around the world. Our hope is that every WordCamp attendee leaves with new knowledge, new friends, and new inspiration to build a better web.</p>\n\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1853.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18533\" /><button class=\"lightbox-trigger\" type=\"button\">\n \n \n \n </button>\n\n\n\n<img width=\"1024\" height=\"684\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-T2S_5388.jpg?resize=1024%2C684&ssl=1\" alt=\"\" class=\"wp-image-18547\" /><button class=\"lightbox-trigger\" type=\"button\">\n \n \n \n </button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1877.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18535\" /><button class=\"lightbox-trigger\" type=\"button\">\n \n \n \n </button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1800.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18523\" /><button class=\"lightbox-trigger\" type=\"button\">\n \n \n \n </button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1861.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18532\" /><button class=\"lightbox-trigger\" type=\"button\">\n \n \n \n </button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1860.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18529\" /><button class=\"lightbox-trigger\" type=\"button\">\n \n \n \n </button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-250221_12-35-12_N7A00461_NExT.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18545\" /><button class=\"lightbox-trigger\" type=\"button\">\n \n \n \n </button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-DSC_2549.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18543\" /><button class=\"lightbox-trigger\" type=\"button\">\n \n \n \n </button>\n\n\n\n<img width=\"1024\" height=\"684\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-IMG_3709.jpg?resize=1024%2C684&ssl=1\" alt=\"\" class=\"wp-image-18546\" /><button class=\"lightbox-trigger\" type=\"button\">\n \n \n \n </button>\n\n\n\n<img width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-b9848a28-a181-47dc-80af-4d2eb6a72756.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-18540\" /><button class=\"lightbox-trigger\" type=\"button\">\n \n \n \n </button>\n\n\n\n\n<p>Be sure to mark your calendars for other major WordPress events in 2025: <a href=\"https://europe.wordcamp.org/2025/\">WordCamp Europe</a> (Basel, Switzerland) and<a href=\"https://us.wordcamp.org/2025/\"> WordCamp US</a> (Portland, Oregon, USA). Then join us in Mumbai, India for WordCamp Asia 2026!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Feb 2025 15:04:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 20 Mar 2025 17:53:27 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Thu, 20 Mar 2025 17:30:30 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";i:1727725820;s:21:\"cache_expiration_time\";i:1742536408;s:23:\"__cache_expiration_time\";i:1742536408;}','off'),
(717,'_transient_timeout_dash_v2_d574e94acce509528fce430351f5c76a','1742536408','off'),
(718,'_transient_dash_v2_d574e94acce509528fce430351f5c76a','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://www.wp-tr.org/wordcamp-avrupa-2024un-kisa-ozeti/\'>WordCamp Avrupa 2024’ün Kısa Özeti</a></li><li><a class=\'rsswidget\' href=\'https://www.wp-tr.org/sayilarla-guzel-hosting/\'>Sayılarla Güzel Hosting</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://dothewoo.io/from-founding-to-funding-marieke-van-de-rakts-entrepreneurial-journey/\'>Do The Woo Community: From Founding to Funding, Marieke van de Rakt’s Entrepreneurial Journey</a></li><li><a class=\'rsswidget\' href=\'https://dothewoo.io/thoughts-on-cloudfest-rollercoasters-and-wp-clouds-strategy-with-elise-prather/\'>Do The Woo Community: Thoughts on CloudFest, Rollercoasters and WP Cloud’s Strategy with Elise Prather</a></li><li><a class=\'rsswidget\' href=\'https://ma.tt/2025/03/radiohead/\'>Matt: Radiohead</a></li></ul></div>','off'),
(144,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1742536408','off'),
(145,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1742493208','off'),
(719,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','off'),
(734,'_site_transient_timeout_browser_800683566637788f812c9cb58711ba4c','1743102502','off'),
(735,'_site_transient_browser_800683566637788f812c9cb58711ba4c','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"134.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),
(186,'revslider-library-check','1742405690','auto'),
(187,'revslider-library-hash','324e6ba47fb68dfb7f1bd5b0b203bdc5','auto'),
(188,'rs-library','a:3:{s:4:\"hash\";s:32:\"324e6ba47fb68dfb7f1bd5b0b203bdc5\";s:7:\"objects\";a:417:{i:0;a:13:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14130;s:4:\"orig\";i:220294;}}i:1;a:13:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:27127;s:4:\"orig\";i:1192484;}}i:2;a:13:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:1745;s:4:\"orig\";i:36243;}}i:3;a:13:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10511;s:4:\"orig\";i:102067;}}i:4;a:13:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18581;s:4:\"orig\";i:776243;}}i:5;a:13:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:4745;s:4:\"orig\";i:330658;}}i:6;a:13:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:4461;s:4:\"orig\";i:109963;}}i:7;a:13:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6790;s:4:\"orig\";i:407746;}}i:8;a:13:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18710;s:4:\"orig\";i:985569;}}i:9;a:13:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6113;s:4:\"orig\";i:75865;}}i:10;a:13:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8145;s:4:\"orig\";i:400329;}}i:11;a:13:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:5251;s:4:\"orig\";i:358141;}}i:12;a:13:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:127536;s:4:\"orig\";i:838279;}}i:13;a:13:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:4081;s:4:\"orig\";i:22391;}}i:14;a:13:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9331;s:4:\"orig\";i:516465;}}i:15;a:13:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7834;s:4:\"orig\";i:463818;}}i:16;a:13:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6359;s:4:\"orig\";i:102578;}}i:17;a:13:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:22078;s:4:\"orig\";i:1107904;}}i:18;a:13:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15660;s:4:\"orig\";i:355784;}}i:19;a:13:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:5586;s:4:\"orig\";i:106514;}}i:20;a:13:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20909;s:4:\"orig\";i:988589;}}i:21;a:13:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6807;s:4:\"orig\";i:604409;}}i:22;a:13:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10484;s:4:\"orig\";i:229243;}}i:23;a:13:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6034;s:4:\"orig\";i:516575;}}i:24;a:13:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:30999;s:4:\"orig\";i:627862;}}i:25;a:13:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11735;s:4:\"orig\";i:658948;}}i:26;a:13:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16432;s:4:\"orig\";i:531684;}}i:27;a:13:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15860;s:4:\"orig\";i:212685;}}i:28;a:13:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12774;s:4:\"orig\";i:290128;}}i:29;a:13:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8558;s:4:\"orig\";i:264887;}}i:30;a:13:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:23349;s:4:\"orig\";i:324946;}}i:31;a:13:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18439;s:4:\"orig\";i:583276;}}i:32;a:13:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8475;s:4:\"orig\";i:241613;}}i:33;a:13:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12227;s:4:\"orig\";i:465092;}}i:34;a:13:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:23476;s:4:\"orig\";i:838985;}}i:35;a:13:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:128594;s:4:\"orig\";i:323284;}}i:36;a:13:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15763;s:4:\"orig\";i:606028;}}i:37;a:13:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8743;s:4:\"orig\";i:230696;}}i:38;a:13:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18213;s:4:\"orig\";i:963650;}}i:39;a:13:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9109;s:4:\"orig\";i:190560;}}i:40;a:13:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7469;s:4:\"orig\";i:161910;}}i:41;a:13:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8883;s:4:\"orig\";i:223813;}}i:42;a:13:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13021;s:4:\"orig\";i:334845;}}i:43;a:13:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20718;s:4:\"orig\";i:626836;}}i:44;a:13:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:135139;s:4:\"orig\";i:761240;}}i:45;a:13:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13099;s:4:\"orig\";i:337348;}}i:46;a:13:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13096;s:4:\"orig\";i:413010;}}i:47;a:13:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8043;s:4:\"orig\";i:146037;}}i:48;a:13:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:37011;s:4:\"orig\";i:2569343;}}i:49;a:13:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:118650;s:4:\"orig\";i:83713;}}i:50;a:13:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16941;s:4:\"orig\";i:419726;}}i:51;a:13:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:23620;s:4:\"orig\";i:734047;}}i:52;a:13:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:21088;s:4:\"orig\";i:683735;}}i:53;a:13:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:121307;s:4:\"orig\";i:454357;}}i:54;a:13:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:39586;s:4:\"orig\";i:1296460;}}i:55;a:13:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:21396;s:4:\"orig\";i:835061;}}i:56;a:13:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9545;s:4:\"orig\";i:197811;}}i:57;a:13:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12033;s:4:\"orig\";i:168991;}}i:58;a:13:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:39587;s:4:\"orig\";i:1318549;}}i:59;a:13:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:137321;s:4:\"orig\";i:211275;}}i:60;a:13:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14164;s:4:\"orig\";i:731428;}}i:61;a:13:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:130362;s:4:\"orig\";i:908876;}}i:62;a:13:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:132862;s:4:\"orig\";i:925492;}}i:63;a:13:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:119015;s:4:\"orig\";i:133010;}}i:64;a:13:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:28476;s:4:\"orig\";i:203448;}}i:65;a:13:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:120592;s:4:\"orig\";i:133753;}}i:66;a:13:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:119554;s:4:\"orig\";i:160622;}}i:67;a:13:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14058;s:4:\"orig\";i:98209;}}i:68;a:13:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:126007;s:4:\"orig\";i:137953;}}i:69;a:13:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:124418;s:4:\"orig\";i:108064;}}i:70;a:13:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:125639;s:4:\"orig\";i:131820;}}i:71;a:13:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11948;s:4:\"orig\";i:74707;}}i:72;a:13:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:115633;s:4:\"orig\";i:176188;}}i:73;a:13:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:121535;s:4:\"orig\";i:315586;}}i:74;a:13:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:133693;s:4:\"orig\";i:907152;}}i:75;a:13:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11689;s:4:\"orig\";i:183976;}}i:76;a:13:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:119147;s:4:\"orig\";i:164255;}}i:77;a:13:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9499;s:4:\"orig\";i:358634;}}i:78;a:13:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14203;s:4:\"orig\";i:523017;}}i:79;a:13:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10702;s:4:\"orig\";i:121030;}}i:80;a:13:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9002;s:4:\"orig\";i:338072;}}i:81;a:13:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:121622;s:4:\"orig\";i:211345;}}i:82;a:13:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:122962;s:4:\"orig\";i:353407;}}i:83;a:13:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7170;s:4:\"orig\";i:118827;}}i:84;a:13:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:125910;s:4:\"orig\";i:126452;}}i:85;a:13:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12207;s:4:\"orig\";i:177730;}}i:86;a:13:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13663;s:4:\"orig\";i:833006;}}i:87;a:13:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9899;s:4:\"orig\";i:247486;}}i:88;a:13:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7169;s:4:\"orig\";i:522980;}}i:89;a:13:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12411;s:4:\"orig\";i:1051815;}}i:90;a:13:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14974;s:4:\"orig\";i:1082610;}}i:91;a:13:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:26819;s:4:\"orig\";i:1283468;}}i:92;a:13:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:22713;s:4:\"orig\";i:1335327;}}i:93;a:13:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:5513;s:4:\"orig\";i:477513;}}i:94;a:13:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:24077;s:4:\"orig\";i:1392352;}}i:95;a:13:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11502;s:4:\"orig\";i:779077;}}i:96;a:13:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7975;s:4:\"orig\";i:323107;}}i:97;a:13:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:129564;s:4:\"orig\";i:432451;}}i:98;a:13:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6743;s:4:\"orig\";i:479348;}}i:99;a:13:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:3910;s:4:\"orig\";i:246373;}}i:100;a:13:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9677;s:4:\"orig\";i:154608;}}i:101;a:13:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:5998;s:4:\"orig\";i:447839;}}i:102;a:13:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10117;s:4:\"orig\";i:559800;}}i:103;a:13:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:24853;s:4:\"orig\";i:1214851;}}i:104;a:13:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18163;s:4:\"orig\";i:1098732;}}i:105;a:13:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:5457;s:4:\"orig\";i:320148;}}i:106;a:13:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13313;s:4:\"orig\";i:828871;}}i:107;a:13:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:5901;s:4:\"orig\";i:268842;}}i:108;a:13:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:37178;s:4:\"orig\";i:1972817;}}i:109;a:13:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:26589;s:4:\"orig\";i:851135;}}i:110;a:13:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13334;s:4:\"orig\";i:225651;}}i:111;a:13:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17640;s:4:\"orig\";i:719125;}}i:112;a:13:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8897;s:4:\"orig\";i:83416;}}i:113;a:13:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:29174;s:4:\"orig\";i:1663503;}}i:114;a:13:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:3668;s:4:\"orig\";i:69153;}}i:115;a:13:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:3179;s:4:\"orig\";i:45340;}}i:116;a:13:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:21907;s:4:\"orig\";i:937495;}}i:117;a:13:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:124560;s:4:\"orig\";i:575796;}}i:118;a:13:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20553;s:4:\"orig\";i:734042;}}i:119;a:13:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9048;s:4:\"orig\";i:129827;}}i:120;a:13:{s:2:\"id\";s:3:\"479\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19226;s:4:\"orig\";i:758093;}}i:121;a:13:{s:2:\"id\";s:3:\"478\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12387;s:4:\"orig\";i:472820;}}i:122;a:13:{s:2:\"id\";s:3:\"477\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10972;s:4:\"orig\";i:380716;}}i:123;a:13:{s:2:\"id\";s:3:\"476\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12394;s:4:\"orig\";i:959761;}}i:124;a:13:{s:2:\"id\";s:3:\"475\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11474;s:4:\"orig\";i:284282;}}i:125;a:13:{s:2:\"id\";s:3:\"474\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13395;s:4:\"orig\";i:519568;}}i:126;a:13:{s:2:\"id\";s:3:\"473\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15367;s:4:\"orig\";i:364626;}}i:127;a:13:{s:2:\"id\";s:3:\"472\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16174;s:4:\"orig\";i:265728;}}i:128;a:13:{s:2:\"id\";s:3:\"471\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7677;s:4:\"orig\";i:256526;}}i:129;a:13:{s:2:\"id\";s:3:\"470\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12408;s:4:\"orig\";i:354771;}}i:130;a:13:{s:2:\"id\";s:3:\"469\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17621;s:4:\"orig\";i:673109;}}i:131;a:13:{s:2:\"id\";s:3:\"468\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9464;s:4:\"orig\";i:180683;}}i:132;a:13:{s:2:\"id\";s:3:\"467\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16190;s:4:\"orig\";i:381967;}}i:133;a:13:{s:2:\"id\";s:3:\"466\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:26583;s:4:\"orig\";i:792941;}}i:134;a:13:{s:2:\"id\";s:3:\"465\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17464;s:4:\"orig\";i:394604;}}i:135;a:13:{s:2:\"id\";s:3:\"464\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19126;s:4:\"orig\";i:403268;}}i:136;a:13:{s:2:\"id\";s:3:\"463\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16597;s:4:\"orig\";i:552042;}}i:137;a:13:{s:2:\"id\";s:3:\"462\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16027;s:4:\"orig\";i:430912;}}i:138;a:13:{s:2:\"id\";s:3:\"461\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15961;s:4:\"orig\";i:706482;}}i:139;a:13:{s:2:\"id\";s:3:\"460\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20286;s:4:\"orig\";i:704324;}}i:140;a:13:{s:2:\"id\";s:3:\"459\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10077;s:4:\"orig\";i:197347;}}i:141;a:13:{s:2:\"id\";s:3:\"458\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14092;s:4:\"orig\";i:517927;}}i:142;a:13:{s:2:\"id\";s:3:\"457\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18629;s:4:\"orig\";i:620706;}}i:143;a:13:{s:2:\"id\";s:3:\"456\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10220;s:4:\"orig\";i:348322;}}i:144;a:13:{s:2:\"id\";s:3:\"455\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6348;s:4:\"orig\";i:211494;}}i:145;a:13:{s:2:\"id\";s:3:\"454\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9826;s:4:\"orig\";i:377551;}}i:146;a:13:{s:2:\"id\";s:3:\"453\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13862;s:4:\"orig\";i:454028;}}i:147;a:13:{s:2:\"id\";s:3:\"452\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18636;s:4:\"orig\";i:785357;}}i:148;a:13:{s:2:\"id\";s:3:\"451\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17409;s:4:\"orig\";i:996686;}}i:149;a:13:{s:2:\"id\";s:3:\"450\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12053;s:4:\"orig\";i:916937;}}i:150;a:13:{s:2:\"id\";s:3:\"449\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:3887;s:4:\"orig\";i:154603;}}i:151;a:13:{s:2:\"id\";s:3:\"448\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16305;s:4:\"orig\";i:483681;}}i:152;a:13:{s:2:\"id\";s:3:\"447\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12105;s:4:\"orig\";i:314746;}}i:153;a:13:{s:2:\"id\";s:3:\"446\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18137;s:4:\"orig\";i:371805;}}i:154;a:13:{s:2:\"id\";s:3:\"445\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11586;s:4:\"orig\";i:354781;}}i:155;a:13:{s:2:\"id\";s:3:\"444\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9848;s:4:\"orig\";i:195359;}}i:156;a:13:{s:2:\"id\";s:3:\"443\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10089;s:4:\"orig\";i:218538;}}i:157;a:13:{s:2:\"id\";s:3:\"442\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16403;s:4:\"orig\";i:547096;}}i:158;a:13:{s:2:\"id\";s:3:\"441\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19188;s:4:\"orig\";i:371592;}}i:159;a:13:{s:2:\"id\";s:3:\"440\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15157;s:4:\"orig\";i:658386;}}i:160;a:13:{s:2:\"id\";s:3:\"439\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:24833;s:4:\"orig\";i:942816;}}i:161;a:13:{s:2:\"id\";s:3:\"438\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15887;s:4:\"orig\";i:345362;}}i:162;a:13:{s:2:\"id\";s:3:\"437\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15665;s:4:\"orig\";i:407640;}}i:163;a:13:{s:2:\"id\";s:3:\"436\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19443;s:4:\"orig\";i:844506;}}i:164;a:13:{s:2:\"id\";s:3:\"435\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15564;s:4:\"orig\";i:573777;}}i:165;a:13:{s:2:\"id\";s:3:\"434\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13337;s:4:\"orig\";i:762091;}}i:166;a:13:{s:2:\"id\";s:3:\"433\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16746;s:4:\"orig\";i:365391;}}i:167;a:13:{s:2:\"id\";s:3:\"432\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12699;s:4:\"orig\";i:427166;}}i:168;a:13:{s:2:\"id\";s:3:\"431\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:4748;s:4:\"orig\";i:238506;}}i:169;a:13:{s:2:\"id\";s:3:\"430\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19043;s:4:\"orig\";i:595277;}}i:170;a:13:{s:2:\"id\";s:3:\"429\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11863;s:4:\"orig\";i:228649;}}i:171;a:13:{s:2:\"id\";s:3:\"428\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10878;s:4:\"orig\";i:313238;}}i:172;a:13:{s:2:\"id\";s:3:\"427\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7596;s:4:\"orig\";i:193734;}}i:173;a:13:{s:2:\"id\";s:3:\"426\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9305;s:4:\"orig\";i:223763;}}i:174;a:13:{s:2:\"id\";s:3:\"425\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:23289;s:4:\"orig\";i:699269;}}i:175;a:13:{s:2:\"id\";s:3:\"424\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16638;s:4:\"orig\";i:415507;}}i:176;a:13:{s:2:\"id\";s:3:\"423\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11706;s:4:\"orig\";i:310875;}}i:177;a:13:{s:2:\"id\";s:3:\"422\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18880;s:4:\"orig\";i:531273;}}i:178;a:13:{s:2:\"id\";s:3:\"421\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20175;s:4:\"orig\";i:554813;}}i:179;a:13:{s:2:\"id\";s:3:\"420\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6818;s:4:\"orig\";i:122809;}}i:180;a:13:{s:2:\"id\";s:3:\"419\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8776;s:4:\"orig\";i:190452;}}i:181;a:13:{s:2:\"id\";s:3:\"418\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:52127;s:4:\"orig\";i:352596;}}i:182;a:13:{s:2:\"id\";s:3:\"417\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8878;s:4:\"orig\";i:183427;}}i:183;a:13:{s:2:\"id\";s:3:\"416\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15887;s:4:\"orig\";i:368977;}}i:184;a:13:{s:2:\"id\";s:3:\"415\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15080;s:4:\"orig\";i:707157;}}i:185;a:13:{s:2:\"id\";s:3:\"414\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:5473;s:4:\"orig\";i:288675;}}i:186;a:13:{s:2:\"id\";s:3:\"413\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19262;s:4:\"orig\";i:513524;}}i:187;a:13:{s:2:\"id\";s:3:\"412\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9810;s:4:\"orig\";i:317981;}}i:188;a:13:{s:2:\"id\";s:3:\"411\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15773;s:4:\"orig\";i:519696;}}i:189;a:13:{s:2:\"id\";s:3:\"410\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:32647;s:4:\"orig\";i:350074;}}i:190;a:13:{s:2:\"id\";s:3:\"409\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14643;s:4:\"orig\";i:314424;}}i:191;a:13:{s:2:\"id\";s:3:\"408\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19823;s:4:\"orig\";i:511473;}}i:192;a:13:{s:2:\"id\";s:3:\"407\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:37262;s:4:\"orig\";i:1590451;}}i:193;a:13:{s:2:\"id\";s:3:\"406\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13647;s:4:\"orig\";i:408622;}}i:194;a:13:{s:2:\"id\";s:3:\"405\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10075;s:4:\"orig\";i:216586;}}i:195;a:13:{s:2:\"id\";s:3:\"404\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10969;s:4:\"orig\";i:405945;}}i:196;a:13:{s:2:\"id\";s:3:\"403\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9975;s:4:\"orig\";i:257177;}}i:197;a:13:{s:2:\"id\";s:3:\"402\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9598;s:4:\"orig\";i:300066;}}i:198;a:13:{s:2:\"id\";s:3:\"401\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7588;s:4:\"orig\";i:184359;}}i:199;a:13:{s:2:\"id\";s:3:\"400\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9507;s:4:\"orig\";i:290246;}}i:200;a:13:{s:2:\"id\";s:3:\"399\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14875;s:4:\"orig\";i:324145;}}i:201;a:13:{s:2:\"id\";s:3:\"398\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18138;s:4:\"orig\";i:736181;}}i:202;a:13:{s:2:\"id\";s:3:\"397\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10664;s:4:\"orig\";i:411404;}}i:203;a:13:{s:2:\"id\";s:3:\"396\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11609;s:4:\"orig\";i:273103;}}i:204;a:13:{s:2:\"id\";s:3:\"395\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16837;s:4:\"orig\";i:456937;}}i:205;a:13:{s:2:\"id\";s:3:\"394\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13774;s:4:\"orig\";i:385875;}}i:206;a:13:{s:2:\"id\";s:3:\"393\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12285;s:4:\"orig\";i:546492;}}i:207;a:13:{s:2:\"id\";s:3:\"392\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12631;s:4:\"orig\";i:540206;}}i:208;a:13:{s:2:\"id\";s:3:\"391\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9964;s:4:\"orig\";i:309994;}}i:209;a:13:{s:2:\"id\";s:3:\"390\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13683;s:4:\"orig\";i:369417;}}i:210;a:13:{s:2:\"id\";s:3:\"389\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15941;s:4:\"orig\";i:475914;}}i:211;a:13:{s:2:\"id\";s:3:\"388\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17854;s:4:\"orig\";i:371480;}}i:212;a:13:{s:2:\"id\";s:3:\"387\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17441;s:4:\"orig\";i:507045;}}i:213;a:13:{s:2:\"id\";s:3:\"386\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:32396;s:4:\"orig\";i:750503;}}i:214;a:13:{s:2:\"id\";s:3:\"385\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:25355;s:4:\"orig\";i:517171;}}i:215;a:13:{s:2:\"id\";s:3:\"384\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:30467;s:4:\"orig\";i:1076108;}}i:216;a:13:{s:2:\"id\";s:3:\"383\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17629;s:4:\"orig\";i:804567;}}i:217;a:13:{s:2:\"id\";s:3:\"382\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12952;s:4:\"orig\";i:489898;}}i:218;a:13:{s:2:\"id\";s:3:\"381\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11065;s:4:\"orig\";i:384178;}}i:219;a:13:{s:2:\"id\";s:3:\"380\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6262;s:4:\"orig\";i:198960;}}i:220;a:13:{s:2:\"id\";s:3:\"379\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16353;s:4:\"orig\";i:245636;}}i:221;a:13:{s:2:\"id\";s:3:\"378\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6048;s:4:\"orig\";i:133907;}}i:222;a:13:{s:2:\"id\";s:3:\"377\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15187;s:4:\"orig\";i:450326;}}i:223;a:13:{s:2:\"id\";s:3:\"376\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17977;s:4:\"orig\";i:582673;}}i:224;a:13:{s:2:\"id\";s:3:\"375\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20171;s:4:\"orig\";i:617346;}}i:225;a:13:{s:2:\"id\";s:3:\"374\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14937;s:4:\"orig\";i:227355;}}i:226;a:13:{s:2:\"id\";s:3:\"373\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9789;s:4:\"orig\";i:321713;}}i:227;a:13:{s:2:\"id\";s:3:\"372\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18374;s:4:\"orig\";i:642218;}}i:228;a:13:{s:2:\"id\";s:3:\"371\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17332;s:4:\"orig\";i:791283;}}i:229;a:13:{s:2:\"id\";s:3:\"370\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:28854;s:4:\"orig\";i:1228379;}}i:230;a:13:{s:2:\"id\";s:3:\"369\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7529;s:4:\"orig\";i:263779;}}i:231;a:13:{s:2:\"id\";s:3:\"368\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18101;s:4:\"orig\";i:617407;}}i:232;a:13:{s:2:\"id\";s:3:\"367\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18049;s:4:\"orig\";i:757700;}}i:233;a:13:{s:2:\"id\";s:3:\"366\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18133;s:4:\"orig\";i:633849;}}i:234;a:13:{s:2:\"id\";s:3:\"365\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:24430;s:4:\"orig\";i:954378;}}i:235;a:13:{s:2:\"id\";s:3:\"364\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16738;s:4:\"orig\";i:664032;}}i:236;a:13:{s:2:\"id\";s:3:\"363\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17594;s:4:\"orig\";i:503413;}}i:237;a:13:{s:2:\"id\";s:3:\"362\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15558;s:4:\"orig\";i:508616;}}i:238;a:13:{s:2:\"id\";s:3:\"361\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14665;s:4:\"orig\";i:429256;}}i:239;a:13:{s:2:\"id\";s:3:\"360\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20433;s:4:\"orig\";i:1162968;}}i:240;a:13:{s:2:\"id\";s:3:\"359\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10872;s:4:\"orig\";i:289488;}}i:241;a:13:{s:2:\"id\";s:3:\"358\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17988;s:4:\"orig\";i:602577;}}i:242;a:13:{s:2:\"id\";s:3:\"357\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9794;s:4:\"orig\";i:352053;}}i:243;a:13:{s:2:\"id\";s:3:\"356\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11735;s:4:\"orig\";i:370551;}}i:244;a:13:{s:2:\"id\";s:3:\"355\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10397;s:4:\"orig\";i:280660;}}i:245;a:13:{s:2:\"id\";s:3:\"354\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:26832;s:4:\"orig\";i:677097;}}i:246;a:13:{s:2:\"id\";s:3:\"353\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13591;s:4:\"orig\";i:846550;}}i:247;a:13:{s:2:\"id\";s:3:\"352\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12138;s:4:\"orig\";i:511326;}}i:248;a:13:{s:2:\"id\";s:3:\"351\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14005;s:4:\"orig\";i:392648;}}i:249;a:13:{s:2:\"id\";s:3:\"350\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11612;s:4:\"orig\";i:688650;}}i:250;a:13:{s:2:\"id\";s:3:\"349\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:28096;s:4:\"orig\";i:766943;}}i:251;a:13:{s:2:\"id\";s:3:\"348\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17419;s:4:\"orig\";i:759716;}}i:252;a:13:{s:2:\"id\";s:3:\"347\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10910;s:4:\"orig\";i:191059;}}i:253;a:13:{s:2:\"id\";s:3:\"346\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:24825;s:4:\"orig\";i:706226;}}i:254;a:13:{s:2:\"id\";s:3:\"345\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11091;s:4:\"orig\";i:300143;}}i:255;a:13:{s:2:\"id\";s:3:\"344\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15004;s:4:\"orig\";i:475888;}}i:256;a:13:{s:2:\"id\";s:3:\"343\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13155;s:4:\"orig\";i:683645;}}i:257;a:13:{s:2:\"id\";s:3:\"342\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15305;s:4:\"orig\";i:655207;}}i:258;a:13:{s:2:\"id\";s:3:\"341\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17740;s:4:\"orig\";i:745183;}}i:259;a:13:{s:2:\"id\";s:3:\"340\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17442;s:4:\"orig\";i:641873;}}i:260;a:13:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16088;s:4:\"orig\";i:241567;}}i:261;a:13:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8512;s:4:\"orig\";i:267430;}}i:262;a:13:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:25804;s:4:\"orig\";i:908234;}}i:263;a:13:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:4691;s:4:\"orig\";i:108160;}}i:264;a:13:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12753;s:4:\"orig\";i:218714;}}i:265;a:13:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19312;s:4:\"orig\";i:438345;}}i:266;a:13:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16224;s:4:\"orig\";i:409547;}}i:267;a:13:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:22344;s:4:\"orig\";i:432904;}}i:268;a:13:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9431;s:4:\"orig\";i:220442;}}i:269;a:13:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:29538;s:4:\"orig\";i:733632;}}i:270;a:13:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12859;s:4:\"orig\";i:430959;}}i:271;a:13:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13413;s:4:\"orig\";i:324558;}}i:272;a:13:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11553;s:4:\"orig\";i:146076;}}i:273;a:13:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:21184;s:4:\"orig\";i:537577;}}i:274;a:13:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14134;s:4:\"orig\";i:245565;}}i:275;a:13:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16035;s:4:\"orig\";i:401592;}}i:276;a:13:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12906;s:4:\"orig\";i:483885;}}i:277;a:13:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7834;s:4:\"orig\";i:80956;}}i:278;a:13:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11452;s:4:\"orig\";i:175118;}}i:279;a:13:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12170;s:4:\"orig\";i:236860;}}i:280;a:13:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10268;s:4:\"orig\";i:117315;}}i:281;a:13:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12485;s:4:\"orig\";i:374567;}}i:282;a:13:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8401;s:4:\"orig\";i:203253;}}i:283;a:13:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12578;s:4:\"orig\";i:287796;}}i:284;a:13:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8484;s:4:\"orig\";i:199508;}}i:285;a:13:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16659;s:4:\"orig\";i:524922;}}i:286;a:13:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9240;s:4:\"orig\";i:109310;}}i:287;a:13:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8288;s:4:\"orig\";i:216553;}}i:288;a:13:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6855;s:4:\"orig\";i:234043;}}i:289;a:13:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12347;s:4:\"orig\";i:238706;}}i:290;a:13:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7748;s:4:\"orig\";i:169462;}}i:291;a:13:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10402;s:4:\"orig\";i:358403;}}i:292;a:13:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12887;s:4:\"orig\";i:261525;}}i:293;a:13:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:2963;s:4:\"orig\";i:30890;}}i:294;a:13:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10266;s:4:\"orig\";i:183341;}}i:295;a:13:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8156;s:4:\"orig\";i:102119;}}i:296;a:13:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10271;s:4:\"orig\";i:138495;}}i:297;a:13:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11654;s:4:\"orig\";i:171098;}}i:298;a:13:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10569;s:4:\"orig\";i:437331;}}i:299;a:13:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15739;s:4:\"orig\";i:446809;}}i:300;a:13:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9456;s:4:\"orig\";i:206722;}}i:301;a:13:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13833;s:4:\"orig\";i:341185;}}i:302;a:13:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10647;s:4:\"orig\";i:193025;}}i:303;a:13:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6239;s:4:\"orig\";i:48178;}}i:304;a:13:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14454;s:4:\"orig\";i:454843;}}i:305;a:13:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7734;s:4:\"orig\";i:119909;}}i:306;a:13:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11927;s:4:\"orig\";i:209224;}}i:307;a:13:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9609;s:4:\"orig\";i:230249;}}i:308;a:13:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12396;s:4:\"orig\";i:290596;}}i:309;a:14:{s:2:\"id\";s:3:\"529\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:25803;s:11:\"video_thumb\";i:2753823;s:5:\"cover\";i:127867;s:4:\"orig\";i:5991847;}}i:310;a:14:{s:2:\"id\";s:3:\"528\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19154;s:11:\"video_thumb\";i:4783500;s:5:\"cover\";i:97843;s:4:\"orig\";i:12408832;}}i:311;a:14:{s:2:\"id\";s:3:\"527\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:28284;s:11:\"video_thumb\";i:2150510;s:5:\"cover\";i:124176;s:4:\"orig\";i:7726114;}}i:312;a:14:{s:2:\"id\";s:3:\"526\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:23354;s:11:\"video_thumb\";i:3635377;s:5:\"cover\";i:106283;s:4:\"orig\";i:12688465;}}i:313;a:14:{s:2:\"id\";s:3:\"525\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:29858;s:11:\"video_thumb\";i:9614915;s:5:\"cover\";i:153660;s:4:\"orig\";i:13424151;}}i:314;a:14:{s:2:\"id\";s:3:\"524\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19155;s:11:\"video_thumb\";i:2361089;s:5:\"cover\";i:103588;s:4:\"orig\";i:14717688;}}i:315;a:14:{s:2:\"id\";s:3:\"523\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:11719;s:11:\"video_thumb\";i:4841259;s:5:\"cover\";i:40309;s:4:\"orig\";i:11715637;}}i:316;a:14:{s:2:\"id\";s:3:\"522\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:56469;s:11:\"video_thumb\";i:5107558;s:5:\"cover\";i:273635;s:4:\"orig\";i:13833056;}}i:317;a:14:{s:2:\"id\";s:3:\"521\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:30439;s:11:\"video_thumb\";i:3864288;s:5:\"cover\";i:133345;s:4:\"orig\";i:13159814;}}i:318;a:14:{s:2:\"id\";s:3:\"520\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:31267;s:11:\"video_thumb\";i:2732735;s:5:\"cover\";i:173636;s:4:\"orig\";i:5536475;}}i:319;a:14:{s:2:\"id\";s:3:\"519\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:29090;s:11:\"video_thumb\";i:4861363;s:5:\"cover\";i:188894;s:4:\"orig\";i:13731609;}}i:320;a:14:{s:2:\"id\";s:3:\"518\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:31123;s:11:\"video_thumb\";i:1386258;s:5:\"cover\";i:219740;s:4:\"orig\";i:6479275;}}i:321;a:14:{s:2:\"id\";s:3:\"517\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:21091;s:11:\"video_thumb\";i:11134706;s:5:\"cover\";i:115059;s:4:\"orig\";i:12313637;}}i:322;a:14:{s:2:\"id\";s:3:\"516\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19624;s:11:\"video_thumb\";i:3913179;s:5:\"cover\";i:118864;s:4:\"orig\";i:14700830;}}i:323;a:14:{s:2:\"id\";s:3:\"515\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:45123;s:11:\"video_thumb\";i:2547876;s:5:\"cover\";i:268587;s:4:\"orig\";i:8823724;}}i:324;a:14:{s:2:\"id\";s:3:\"514\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:33867;s:11:\"video_thumb\";i:5972511;s:5:\"cover\";i:172632;s:4:\"orig\";i:13869858;}}i:325;a:14:{s:2:\"id\";s:3:\"513\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:16185;s:11:\"video_thumb\";i:4097952;s:5:\"cover\";i:160912;s:4:\"orig\";i:12307362;}}i:326;a:14:{s:2:\"id\";s:3:\"512\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:9324;s:11:\"video_thumb\";i:1843046;s:5:\"cover\";i:94919;s:4:\"orig\";i:4938526;}}i:327;a:14:{s:2:\"id\";s:3:\"511\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:13455;s:11:\"video_thumb\";i:5101194;s:5:\"cover\";i:66493;s:4:\"orig\";i:11852447;}}i:328;a:14:{s:2:\"id\";s:3:\"510\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:20003;s:11:\"video_thumb\";i:1696754;s:5:\"cover\";i:103202;s:4:\"orig\";i:12515577;}}i:329;a:14:{s:2:\"id\";s:3:\"509\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19377;s:11:\"video_thumb\";i:3861934;s:5:\"cover\";i:101592;s:4:\"orig\";i:13370749;}}i:330;a:14:{s:2:\"id\";s:3:\"508\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:31120;s:11:\"video_thumb\";i:2732488;s:5:\"cover\";i:190596;s:4:\"orig\";i:13625169;}}i:331;a:14:{s:2:\"id\";s:3:\"507\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:17475;s:11:\"video_thumb\";i:1248121;s:5:\"cover\";i:203284;s:4:\"orig\";i:4921567;}}i:332;a:14:{s:2:\"id\";s:3:\"506\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:26132;s:11:\"video_thumb\";i:5777142;s:5:\"cover\";i:138198;s:4:\"orig\";i:12817212;}}i:333;a:14:{s:2:\"id\";s:3:\"505\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:40668;s:11:\"video_thumb\";i:3711074;s:5:\"cover\";i:243587;s:4:\"orig\";i:12354374;}}i:334;a:14:{s:2:\"id\";s:3:\"504\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:41275;s:11:\"video_thumb\";i:2631988;s:5:\"cover\";i:330226;s:4:\"orig\";i:8304831;}}i:335;a:14:{s:2:\"id\";s:3:\"503\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:54209;s:11:\"video_thumb\";i:4596191;s:5:\"cover\";i:335804;s:4:\"orig\";i:13306988;}}i:336;a:14:{s:2:\"id\";s:3:\"502\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:75484;s:11:\"video_thumb\";i:3134686;s:5:\"cover\";i:461854;s:4:\"orig\";i:20337064;}}i:337;a:14:{s:2:\"id\";s:3:\"501\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:25915;s:11:\"video_thumb\";i:2352326;s:5:\"cover\";i:136931;s:4:\"orig\";i:12104254;}}i:338;a:14:{s:2:\"id\";s:3:\"500\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:40965;s:11:\"video_thumb\";i:8637814;s:5:\"cover\";i:195812;s:4:\"orig\";i:13878956;}}i:339;a:14:{s:2:\"id\";s:3:\"499\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19037;s:11:\"video_thumb\";i:3065043;s:5:\"cover\";i:65493;s:4:\"orig\";i:12935967;}}i:340;a:14:{s:2:\"id\";s:3:\"498\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:24344;s:11:\"video_thumb\";i:1911296;s:5:\"cover\";i:192540;s:4:\"orig\";i:4631422;}}i:341;a:14:{s:2:\"id\";s:3:\"497\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:23517;s:11:\"video_thumb\";i:4899641;s:5:\"cover\";i:86737;s:4:\"orig\";i:12281833;}}i:342;a:14:{s:2:\"id\";s:3:\"496\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:31844;s:11:\"video_thumb\";i:4412295;s:5:\"cover\";i:154844;s:4:\"orig\";i:10753079;}}i:343;a:14:{s:2:\"id\";s:3:\"495\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:14905;s:11:\"video_thumb\";i:3394055;s:5:\"cover\";i:73276;s:4:\"orig\";i:11722124;}}i:344;a:14:{s:2:\"id\";s:3:\"494\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:48591;s:11:\"video_thumb\";i:5268295;s:5:\"cover\";i:211021;s:4:\"orig\";i:11990742;}}i:345;a:14:{s:2:\"id\";s:3:\"493\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:27863;s:11:\"video_thumb\";i:2674570;s:5:\"cover\";i:119321;s:4:\"orig\";i:11602755;}}i:346;a:14:{s:2:\"id\";s:3:\"492\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:27505;s:11:\"video_thumb\";i:3025283;s:5:\"cover\";i:144357;s:4:\"orig\";i:13176990;}}i:347;a:14:{s:2:\"id\";s:3:\"491\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:22543;s:11:\"video_thumb\";i:1327376;s:5:\"cover\";i:111224;s:4:\"orig\";i:4727340;}}i:348;a:14:{s:2:\"id\";s:3:\"490\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:34936;s:11:\"video_thumb\";i:3198076;s:5:\"cover\";i:160493;s:4:\"orig\";i:12804022;}}i:349;a:14:{s:2:\"id\";s:3:\"489\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:28883;s:11:\"video_thumb\";i:4750283;s:5:\"cover\";i:153687;s:4:\"orig\";i:13054569;}}i:350;a:14:{s:2:\"id\";s:3:\"488\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:53693;s:11:\"video_thumb\";i:9780815;s:5:\"cover\";i:341419;s:4:\"orig\";i:13738077;}}i:351;a:14:{s:2:\"id\";s:3:\"487\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:9494;s:11:\"video_thumb\";i:942533;s:5:\"cover\";i:52833;s:4:\"orig\";i:6629299;}}i:352;a:14:{s:2:\"id\";s:3:\"486\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:22781;s:11:\"video_thumb\";i:2415073;s:5:\"cover\";i:126450;s:4:\"orig\";i:11684367;}}i:353;a:14:{s:2:\"id\";s:3:\"485\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:22296;s:11:\"video_thumb\";i:1465206;s:5:\"cover\";i:73047;s:4:\"orig\";i:4008355;}}i:354;a:14:{s:2:\"id\";s:3:\"484\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19851;s:11:\"video_thumb\";i:3023599;s:5:\"cover\";i:25426;s:4:\"orig\";i:12847145;}}i:355;a:14:{s:2:\"id\";s:3:\"483\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:18002;s:11:\"video_thumb\";i:1791449;s:5:\"cover\";i:101725;s:4:\"orig\";i:13746552;}}i:356;a:14:{s:2:\"id\";s:3:\"482\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:8176;s:11:\"video_thumb\";i:4255586;s:5:\"cover\";i:75455;s:4:\"orig\";i:10948491;}}i:357;a:14:{s:2:\"id\";s:3:\"481\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:46567;s:11:\"video_thumb\";i:3789289;s:5:\"cover\";i:25425;s:4:\"orig\";i:15943336;}}i:358;a:14:{s:2:\"id\";s:3:\"480\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:26927;s:11:\"video_thumb\";i:2605391;s:5:\"cover\";i:149830;s:4:\"orig\";i:13232415;}}i:359;a:14:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:20000;s:11:\"video_thumb\";i:655504;s:5:\"cover\";i:620066;s:4:\"orig\";i:13229794;}}i:360;a:14:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:23213;s:11:\"video_thumb\";i:498407;s:5:\"cover\";i:308442;s:4:\"orig\";i:11108924;}}i:361;a:14:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:21648;s:11:\"video_thumb\";i:109062;s:5:\"cover\";i:305957;s:4:\"orig\";i:6267674;}}i:362;a:14:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19198;s:11:\"video_thumb\";i:326656;s:5:\"cover\";i:554701;s:4:\"orig\";i:10151652;}}i:363;a:14:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:14725;s:11:\"video_thumb\";i:72977;s:5:\"cover\";i:72535;s:4:\"orig\";i:4938006;}}i:364;a:14:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:12165;s:11:\"video_thumb\";i:256975;s:5:\"cover\";i:340550;s:4:\"orig\";i:9691449;}}i:365;a:14:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:36900;s:11:\"video_thumb\";i:920631;s:5:\"cover\";i:949012;s:4:\"orig\";i:13422013;}}i:366;a:14:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:17289;s:11:\"video_thumb\";i:137402;s:5:\"cover\";i:300574;s:4:\"orig\";i:7528458;}}i:367;a:14:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:16562;s:11:\"video_thumb\";i:161004;s:5:\"cover\";i:291708;s:4:\"orig\";i:7596827;}}i:368;a:14:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19186;s:11:\"video_thumb\";i:404406;s:5:\"cover\";i:496556;s:4:\"orig\";i:15358645;}}i:369;a:14:{s:2:\"id\";s:3:\"339\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11778;s:5:\"video\";i:126230;}}i:370;a:14:{s:2:\"id\";s:3:\"337\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9342;s:5:\"video\";i:258890;}}i:371;a:14:{s:2:\"id\";s:3:\"336\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:22925;s:5:\"video\";i:337622;}}i:372;a:14:{s:2:\"id\";s:3:\"335\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13590;s:5:\"video\";i:143116;}}i:373;a:14:{s:2:\"id\";s:3:\"334\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12603;s:5:\"video\";i:267056;}}i:374;a:14:{s:2:\"id\";s:3:\"333\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11225;s:5:\"video\";i:104722;}}i:375;a:14:{s:2:\"id\";s:3:\"332\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16221;s:5:\"video\";i:183244;}}i:376;a:14:{s:2:\"id\";s:3:\"331\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15072;s:5:\"video\";i:90577;}}i:377;a:14:{s:2:\"id\";s:3:\"330\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11741;s:5:\"video\";i:96061;}}i:378;a:14:{s:2:\"id\";s:3:\"329\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15979;s:5:\"video\";i:136040;}}i:379;a:14:{s:2:\"id\";s:3:\"328\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13637;s:5:\"video\";i:98053;}}i:380;a:14:{s:2:\"id\";s:3:\"327\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14892;s:5:\"video\";i:125449;}}i:381;a:14:{s:2:\"id\";s:3:\"326\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16568;s:5:\"video\";i:127133;}}i:382;a:14:{s:2:\"id\";s:3:\"325\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19099;s:5:\"video\";i:202784;}}i:383;a:14:{s:2:\"id\";s:3:\"324\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:21756;s:5:\"video\";i:295899;}}i:384;a:14:{s:2:\"id\";s:3:\"322\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20783;s:5:\"video\";i:279347;}}i:385;a:14:{s:2:\"id\";s:3:\"321\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17862;s:5:\"video\";i:111140;}}i:386;a:14:{s:2:\"id\";s:3:\"320\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10799;s:5:\"video\";i:49269;}}i:387;a:14:{s:2:\"id\";s:3:\"319\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14442;s:5:\"video\";i:143950;}}i:388;a:14:{s:2:\"id\";s:3:\"318\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16819;s:5:\"video\";i:142842;}}i:389;a:14:{s:2:\"id\";s:3:\"317\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12575;s:5:\"video\";i:106541;}}i:390;a:14:{s:2:\"id\";s:3:\"316\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12931;s:5:\"video\";i:84922;}}i:391;a:14:{s:2:\"id\";s:3:\"315\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18105;s:5:\"video\";i:184683;}}i:392;a:14:{s:2:\"id\";s:3:\"314\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13440;s:5:\"video\";i:104866;}}i:393;a:14:{s:2:\"id\";s:3:\"313\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17477;s:5:\"video\";i:147765;}}i:394;a:14:{s:2:\"id\";s:3:\"312\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:36069;s:5:\"video\";i:104559;}}i:395;a:14:{s:2:\"id\";s:3:\"311\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20095;s:5:\"video\";i:60429;}}i:396;a:14:{s:2:\"id\";s:3:\"310\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:38056;s:5:\"video\";i:45726;}}i:397;a:14:{s:2:\"id\";s:3:\"309\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:54736;s:5:\"video\";i:26685;}}i:398;a:14:{s:2:\"id\";s:3:\"308\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:34717;s:5:\"video\";i:16283;}}i:399;a:14:{s:2:\"id\";s:3:\"307\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:25700;s:5:\"video\";i:38602;}}i:400;a:14:{s:2:\"id\";s:3:\"306\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:55897;s:5:\"video\";i:21279;}}i:401;a:14:{s:2:\"id\";s:3:\"305\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:39579;s:5:\"video\";i:22677;}}i:402;a:14:{s:2:\"id\";s:3:\"304\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:41903;s:5:\"video\";i:65515;}}i:403;a:14:{s:2:\"id\";s:3:\"303\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:25902;s:5:\"video\";i:15295;}}i:404;a:14:{s:2:\"id\";s:3:\"302\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:40029;s:5:\"video\";i:28970;}}i:405;a:14:{s:2:\"id\";s:3:\"301\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:21834;s:5:\"video\";i:21250;}}i:406;a:14:{s:2:\"id\";s:3:\"300\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:36633;s:5:\"video\";i:51973;}}i:407;a:14:{s:2:\"id\";s:3:\"299\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:22669;s:5:\"video\";i:46598;}}i:408;a:14:{s:2:\"id\";s:3:\"298\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:52537;s:5:\"video\";i:29580;}}i:409;a:14:{s:2:\"id\";s:3:\"297\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:34343;s:5:\"video\";i:18413;}}i:410;a:14:{s:2:\"id\";s:3:\"296\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20519;s:5:\"video\";i:25391;}}i:411;a:14:{s:2:\"id\";s:3:\"295\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16265;s:5:\"video\";i:75634;}}i:412;a:14:{s:2:\"id\";s:3:\"294\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:41495;s:5:\"video\";i:49692;}}i:413;a:14:{s:2:\"id\";s:3:\"293\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:40417;s:5:\"video\";i:80078;}}i:414;a:14:{s:2:\"id\";s:3:\"292\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:34150;s:5:\"video\";i:23500;}}i:415;a:14:{s:2:\"id\";s:3:\"291\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15426;s:5:\"video\";i:21651;}}i:416;a:14:{s:2:\"id\";s:3:\"290\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:33524;s:5:\"video\";i:46449;}}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','off'),
(189,'revslider-templates-check','1742405690','auto'),
(190,'revslider-templates-hash','25602dd97a234613090a5b4ac01dad29','auto'),
(191,'rs-templates-new','','off'),
(193,'rs-templates-counter','780','off'),
(194,'revslider_table_version','1.0.13','auto'),
(195,'revslider-global-settings','{\"permission\":\"admin\",\"lang\":\"default\",\"allinclude\":\"true\",\"highContrast\":\"false\",\"templateGuide\":\"true\",\"moduleGuide\":\"true\",\"includeids\":\"\",\"script\":{\"footer\":\"false\",\"defer\":\"false\",\"full\":\"false\",\"async\":\"false\"},\"imgcrossOrigin\":\"unset\",\"lazyloaddata\":\"\",\"fontdownload\":\"disable\",\"getTec\":{\"feed\":\"REST\",\"core\":\"MIX\",\"engine\":\"SR7\"},\"fontawesomedisable\":\"false\",\"onedpronmobile\":\"false\",\"forceLazyLoading\":\"smart\",\"forceViewport\":\"true\",\"lazyonbg\":\"false\",\"forcedViewportDistance\":\"-200px\",\"internalcaching\":\"false\",\"tracking\":\"2025-04-24\",\"trackingOnOff\":\"false\",\"fonturl\":\"\",\"size\":{\"desktop\":\"1240\",\"notebook\":\"1024\",\"tablet\":\"778\",\"mobile\":\"480\"},\"customfonts\":\"\",\"customFontList\":[{\"family\":\"\",\"url\":\"\",\"frontend\":\"false\",\"backend\":\"true\",\"weights\":\"200,300,400,500,600,700,800,900\"}]}','auto'),
(421,'rs_cache_overlay','6.7.23','auto'),
(423,'woocommerce_coming_soon','no','auto'),
(424,'woocommerce_store_pages_only','yes','auto'),
(198,'tribe_last_updated_option','1742418221.6441','auto'),
(413,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','on'),
(567,'woocommerce_attribute_lookup_processed_count','0','auto'),
(568,'woocommerce_attribute_lookup_regeneration_in_progress','yes','auto'),
(703,'_transient_timeout_wpb_notice_list','1742536403','off'),
(704,'_transient_wpb_notice_list','[]','off'),
(204,'action_scheduler_hybrid_store_demarkation','7','auto'),
(205,'schema-ActionScheduler_StoreSchema','7.0.1742405692','auto'),
(206,'schema-ActionScheduler_LoggerSchema','3.0.1742405692','auto'),
(349,'woocommerce_admin_install_timestamp','1584761145','auto'),
(350,'woocommerce_inbox_variant_assignment','1','auto'),
(209,'woocommerce_newly_installed','no','auto'),
(210,'woocommerce_schema_version','920','auto'),
(211,'woocommerce_store_address','','on'),
(212,'woocommerce_store_address_2','','on'),
(213,'woocommerce_store_city','','on'),
(214,'woocommerce_default_country','US:CA','on'),
(215,'woocommerce_store_postcode','','on'),
(216,'woocommerce_allowed_countries','all','on'),
(217,'woocommerce_all_except_countries','a:0:{}','on'),
(218,'woocommerce_specific_allowed_countries','a:0:{}','on'),
(219,'woocommerce_ship_to_countries','','on'),
(220,'woocommerce_specific_ship_to_countries','a:0:{}','on'),
(221,'woocommerce_default_customer_address','geolocation','on'),
(222,'woocommerce_calc_taxes','no','on'),
(223,'woocommerce_enable_coupons','yes','on'),
(224,'woocommerce_calc_discounts_sequentially','no','off'),
(225,'woocommerce_currency','USD','on'),
(226,'woocommerce_currency_pos','left','on'),
(227,'woocommerce_price_thousand_sep',',','on'),
(228,'woocommerce_price_decimal_sep','.','on'),
(229,'woocommerce_price_num_decimals','2','on'),
(230,'woocommerce_shop_page_id','53','on'),
(231,'woocommerce_cart_redirect_after_add','no','on'),
(232,'woocommerce_enable_ajax_add_to_cart','yes','on'),
(233,'woocommerce_placeholder_image','747','on'),
(234,'woocommerce_weight_unit','lbs','on'),
(235,'woocommerce_dimension_unit','in','on'),
(236,'woocommerce_enable_reviews','yes','on'),
(237,'woocommerce_review_rating_verification_label','yes','off'),
(238,'woocommerce_review_rating_verification_required','no','off'),
(239,'woocommerce_enable_review_rating','yes','on'),
(240,'woocommerce_review_rating_required','yes','off'),
(241,'woocommerce_manage_stock','yes','on'),
(242,'woocommerce_hold_stock_minutes','60','off'),
(243,'woocommerce_notify_low_stock','yes','off'),
(244,'woocommerce_notify_no_stock','yes','off'),
(245,'woocommerce_stock_email_recipient','info@themerex.net','off'),
(246,'woocommerce_notify_low_stock_amount','2','off'),
(247,'woocommerce_notify_no_stock_amount','0','on'),
(248,'woocommerce_hide_out_of_stock_items','no','on'),
(249,'woocommerce_stock_format','','on'),
(250,'woocommerce_file_download_method','force','off'),
(251,'woocommerce_downloads_redirect_fallback_allowed','no','off'),
(252,'woocommerce_downloads_require_login','no','off'),
(253,'woocommerce_downloads_grant_access_after_payment','yes','off'),
(254,'woocommerce_downloads_deliver_inline','','off'),
(255,'woocommerce_downloads_add_hash_to_filename','yes','on'),
(256,'woocommerce_downloads_count_partial','yes','on'),
(566,'woocommerce_attribute_lookup_last_product_id_to_process','166','auto'),
(258,'woocommerce_attribute_lookup_direct_updates','no','on'),
(259,'woocommerce_attribute_lookup_optimized_updates','no','on'),
(260,'woocommerce_product_match_featured_image_by_sku','no','on'),
(261,'woocommerce_prices_include_tax','no','on'),
(262,'woocommerce_tax_based_on','shipping','on'),
(263,'woocommerce_shipping_tax_class','title','on'),
(264,'woocommerce_tax_round_at_subtotal','no','on'),
(265,'woocommerce_tax_classes','','on'),
(266,'woocommerce_tax_display_shop','excl','on'),
(267,'woocommerce_tax_display_cart','excl','on'),
(268,'woocommerce_price_display_suffix','','on'),
(269,'woocommerce_tax_total_display','itemized','off'),
(270,'woocommerce_enable_shipping_calc','yes','off'),
(271,'woocommerce_shipping_cost_requires_address','no','on'),
(272,'woocommerce_ship_to_destination','billing','off'),
(273,'woocommerce_shipping_debug_mode','no','on'),
(274,'woocommerce_enable_guest_checkout','yes','off'),
(275,'woocommerce_enable_checkout_login_reminder','yes','off'),
(276,'woocommerce_enable_signup_and_login_from_checkout','yes','off'),
(277,'woocommerce_enable_myaccount_registration','no','off'),
(278,'woocommerce_registration_generate_password','no','off'),
(279,'woocommerce_registration_generate_username','yes','off'),
(280,'woocommerce_erasure_request_removes_order_data','no','off'),
(281,'woocommerce_erasure_request_removes_download_data','no','off'),
(282,'woocommerce_allow_bulk_remove_personal_data','no','off'),
(283,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','on'),
(284,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','on'),
(285,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','off'),
(286,'woocommerce_trash_pending_orders','','off'),
(287,'woocommerce_trash_failed_orders','','off'),
(288,'woocommerce_trash_cancelled_orders','','off'),
(289,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','off'),
(290,'woocommerce_email_from_name','Olive Oil Production','off'),
(291,'woocommerce_email_from_address','info@themerex.net','off'),
(292,'woocommerce_email_header_image','','off'),
(293,'woocommerce_email_base_color','#557da1','off'),
(294,'woocommerce_email_background_color','#f5f5f5','off'),
(295,'woocommerce_email_body_background_color','#fdfdfd','off'),
(296,'woocommerce_email_text_color','#505050','off'),
(297,'woocommerce_email_footer_text','Olive Oil Production - Powered by WooCommerce','off'),
(298,'woocommerce_email_footer_text_color','#3c3c3c','off'),
(299,'woocommerce_merchant_email_notifications','no','off'),
(300,'woocommerce_cart_page_id','521','off'),
(301,'woocommerce_checkout_page_id','522','off'),
(302,'woocommerce_myaccount_page_id','523','off'),
(303,'woocommerce_terms_page_id','','off'),
(304,'woocommerce_checkout_pay_endpoint','order-pay','on'),
(305,'woocommerce_checkout_order_received_endpoint','order-received','on'),
(306,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','on'),
(307,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','on'),
(308,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','on'),
(309,'woocommerce_myaccount_orders_endpoint','orders','on'),
(310,'woocommerce_myaccount_view_order_endpoint','view-order','on'),
(311,'woocommerce_myaccount_downloads_endpoint','downloads','on'),
(312,'woocommerce_myaccount_edit_account_endpoint','edit-account','on'),
(313,'woocommerce_myaccount_edit_address_endpoint','edit-address','on'),
(314,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','on'),
(315,'woocommerce_myaccount_lost_password_endpoint','lost-password','on'),
(316,'woocommerce_logout_endpoint','customer-logout','on'),
(317,'woocommerce_api_enabled','no','on'),
(318,'woocommerce_allow_tracking','no','on'),
(319,'woocommerce_show_marketplace_suggestions','yes','off'),
(320,'woocommerce_custom_orders_table_enabled','no','on'),
(321,'woocommerce_analytics_enabled','yes','on'),
(322,'woocommerce_feature_rate_limit_checkout_enabled','no','on'),
(323,'woocommerce_feature_order_attribution_enabled','yes','on'),
(324,'woocommerce_feature_site_visibility_badge_enabled','yes','on'),
(325,'woocommerce_feature_remote_logging_enabled','yes','on'),
(326,'woocommerce_feature_product_block_editor_enabled','no','on'),
(327,'woocommerce_hpos_fts_index_enabled','no','on'),
(328,'woocommerce_feature_email_improvements_enabled','no','on'),
(329,'woocommerce_feature_cost_of_goods_sold_enabled','no','on'),
(330,'woocommerce_single_image_width','600','on'),
(331,'woocommerce_thumbnail_image_width','300','on'),
(332,'woocommerce_checkout_highlight_required_fields','yes','on'),
(333,'woocommerce_demo_store','no','off'),
(334,'wc_downloads_approved_directories_mode','enabled','auto'),
(335,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','auto'),
(336,'current_theme_supports_woocommerce','yes','auto'),
(337,'woocommerce_queue_flush_rewrite_rules','no','auto'),
(609,'product_cat_children','a:0:{}','auto'),
(340,'default_product_cat','51','auto'),
(422,'woocommerce_custom_orders_table_created','yes','auto'),
(342,'woocommerce_refund_returns_page_id','992','auto'),
(429,'_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl','1744998143','off'),
(430,'_transient_woocommerce_blocks_asset_api_script_data_ssl','{\"script_data\":{\"assets\\/client\\/blocks\\/wc-settings.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-settings.js\",\"version\":\"eb5ac71a827c4c81fed8\",\"dependencies\":[\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-types.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-types.js\",\"version\":\"bda84b1be3361607d04a\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-middleware.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-middleware.js\",\"version\":\"f3c3ad2e0f2ca96a11da\",\"dependencies\":[\"wp-api-fetch\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-data.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-data.js\",\"version\":\"38d3da1666bedcf43575\",\"dependencies\":[\"wc-blocks-registry\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-data\",\"wp-data-controls\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-notices\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-vendors.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-vendors.js\",\"version\":\"db9f8d6fdcee519aee07\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-registry.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-registry.js\",\"version\":\"cbfeee947018662b965a\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks.js\",\"version\":\"250f78e4e006d327a888\",\"dependencies\":[\"react\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-dom-ready\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-context.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-context.js\",\"version\":\"c30879d642ea05d65f5a\",\"dependencies\":[\"react\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\",\"version\":\"cba59eca47d9101980bf\",\"dependencies\":[\"react\",\"wc-blocks-data-store\",\"wc-blocks-shared-context\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-is-shallow-equal\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/price-format.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-format.js\",\"version\":\"a3e67bb0b09f566d5bdf\",\"dependencies\":[\"wc-settings\",\"wp-html-entities\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\",\"version\":\"e901e32ddaa141ede7f3\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\",\"version\":\"59277a6dafa851088bd0\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\",\"version\":\"c805309b07586da6f60a\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-checkout.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout.js\",\"version\":\"8675f044a5a4e373bfec\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/blocks-components.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-components.js\",\"version\":\"0c39bf995e247714a767\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/wc-interactivity-dropdown.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-interactivity-dropdown.js\",\"version\":\"8997b5406dcf18064a4e\",\"dependencies\":[\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-interactivity-checkbox-list.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-interactivity-checkbox-list.js\",\"version\":\"9f910c57a575d29e7f8e\",\"dependencies\":[\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/admin\\/customer-effort-score\\/index.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/admin\\/customer-effort-score\\/index.js\",\"version\":\"d940865139d17a81cf48\",\"dependencies\":[\"react\",\"wc-experimental\",\"wc-navigation\",\"wc-store-data\",\"wc-tracks\",\"wp-api-fetch\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-data-controls\",\"wp-element\",\"wp-i18n\"]},\"assets\\/client\\/blocks\\/wc-shipping-method-pickup-location.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-shipping-method-pickup-location.js\",\"version\":\"dd3cc437d642cc1b144f\",\"dependencies\":[\"react\",\"react-dom\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-payment-method-cheque.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-payment-method-cheque.js\",\"version\":\"fc4188e67ef2ae662bc5\",\"dependencies\":[\"react\",\"wc-blocks-registry\",\"wc-settings\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-payment-method-cod.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-payment-method-cod.js\",\"version\":\"bbee2bc8ca14701f0c9a\",\"dependencies\":[\"react\",\"wc-blocks-registry\",\"wc-settings\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/mini-cart-component-frontend.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-component-frontend.js\",\"version\":\"8fd956688ac5746a8309\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-autop\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]}},\"version\":\"wc-9.7.1\",\"hash\":\"8455d24c02740435f50c42f2065b9882\"}','off');
INSERT INTO `chkkP_options` VALUES
(345,'woocommerce_paypal_settings','a:10:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:5:\"email\";s:17:\"info@themerex.net\";s:14:\"receiver_email\";s:17:\"info@themerex.net\";s:14:\"identity_token\";s:0:\"\";s:12:\"_should_load\";s:2:\"no\";s:12:\"api_username\";s:0:\"\";}','on'),
(547,'woocommerce_sales_record_amount','173.94','auto'),
(548,'woocommerce_sales_record_date','2020-08-18','auto'),
(549,'woocommerce_share_key','1KZ0cdNpc03yY6lYVIrFfs3yvlQw6Eyk','auto'),
(550,'woocommerce_shop_page_display','','auto'),
(551,'woocommerce_show_lys_tour','yes','auto'),
(346,'woocommerce_version','9.7.1','auto'),
(347,'woocommerce_db_version','9.4.2','auto'),
(348,'woocommerce_store_id','fe4e6d97-a346-445a-a396-590dfdd54fd8','auto'),
(351,'woocommerce_remote_variant_assignment','91','auto'),
(353,'_transient_timeout__woocommerce_upload_directory_status','1742492092','off'),
(354,'_transient__woocommerce_upload_directory_status','protected','off'),
(686,'_transient_jetpack_connection_active_plugins_refresh','1742418221','on'),
(377,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"VgfBigwxR1UfpzSVnj6oyl5l6s4h8Fgd\";}','on'),
(356,'recently_activated','a:1:{s:27:\"woocommerce/woocommerce.php\";i:1742418221;}','off'),
(357,'_transient_jetpack_autoloader_plugin_paths','a:0:{}','on'),
(358,'action_scheduler_lock_async-request-runner','67dc692fa99156.62407561|1742498155','no'),
(359,'woocommerce_admin_notices','a:2:{i:0;s:6:\"update\";i:2;s:19:\"maxmind_license_key\";}','auto'),
(360,'tribe_events_calendar_options','a:51:{s:14:\"schema-version\";s:6:\"6.10.2\";s:27:\"recurring_events_are_hidden\";s:6:\"hidden\";s:21:\"previous_ecp_versions\";a:62:{i:0;s:1:\"0\";i:1;s:3:\"4.2\";i:2;s:7:\"4.2.1.1\";i:3;s:5:\"4.3.3\";i:4;s:5:\"4.4.5\";i:5;s:5:\"4.6.9\";i:6;s:8:\"4.6.24.1\";i:7;s:7:\"4.7.0.1\";i:8;s:5:\"4.7.1\";i:9;s:5:\"4.7.2\";i:10;s:5:\"4.7.3\";i:11;s:5:\"4.7.4\";i:12;s:3:\"4.8\";i:13;s:7:\"4.8.0.1\";i:14;s:5:\"4.8.1\";i:15;s:5:\"4.8.2\";i:16;s:5:\"4.9.0\";i:17;s:7:\"4.9.0.2\";i:18;s:7:\"4.9.0.3\";i:19;s:5:\"4.9.1\";i:20;s:7:\"4.9.1.1\";i:21;s:5:\"4.9.2\";i:22;s:5:\"4.9.3\";i:23;s:5:\"4.9.3\";i:24;s:7:\"4.9.3.1\";i:25;s:7:\"4.9.3.2\";i:26;s:5:\"4.9.4\";i:27;s:5:\"4.9.5\";i:28;s:5:\"4.9.6\";i:29;s:5:\"4.9.7\";i:30;s:5:\"4.9.8\";i:31;s:5:\"4.9.9\";i:32;s:6:\"4.9.10\";i:33;s:6:\"4.9.11\";i:34;s:6:\"4.9.12\";i:35;s:6:\"4.9.13\";i:36;s:6:\"4.9.14\";i:37;s:5:\"5.0.0\";i:38;s:7:\"5.0.0.1\";i:39;s:7:\"5.0.0.2\";i:40;s:7:\"5.0.0.2\";i:41;s:7:\"5.0.0.2\";i:42;s:5:\"5.0.1\";i:43;s:5:\"5.0.2\";i:44;s:7:\"5.0.2.1\";i:45;s:7:\"5.0.3.1\";i:46;s:5:\"5.1.5\";i:47;s:5:\"5.2.1\";i:48;s:7:\"5.2.1.1\";i:49;s:7:\"5.2.1.1\";i:50;s:5:\"5.3.0\";i:51;s:5:\"5.8.1\";i:52;s:5:\"5.9.2\";i:53;s:8:\"5.14.0.1\";i:54;s:8:\"5.16.2.1\";i:55;s:7:\"6.0.3.1\";i:56;s:6:\"6.0.11\";i:57;s:5:\"6.2.7\";i:58;s:5:\"6.3.7\";i:59;s:5:\"6.4.0\";i:60;s:7:\"6.6.0.2\";i:61;s:7:\"6.8.2.1\";}s:18:\"latest_ecp_version\";s:6:\"6.10.2\";s:19:\"last-update-message\";s:3:\"4.2\";s:13:\"earliest_date\";s:19:\"2024-12-06 08:00:00\";s:21:\"earliest_date_markers\";a:1:{i:0;i:1080;}s:11:\"latest_date\";s:19:\"2025-08-14 18:00:00\";s:19:\"latest_date_markers\";a:1:{i:0;i:292;}s:16:\"tribeEnableViews\";a:3:{i:0;s:4:\"list\";i:1;s:5:\"month\";i:2;s:3:\"day\";}s:16:\"stylesheetOption\";s:4:\"full\";s:19:\"tribeEventsTemplate\";s:0:\"\";s:10:\"viewOption\";s:4:\"list\";s:20:\"tribeDisableTribeBar\";b:1;s:16:\"monthEventAmount\";s:1:\"3\";s:23:\"enable_month_view_cache\";b:0;s:18:\"dateWithYearFormat\";s:6:\"F j, Y\";s:21:\"dateWithoutYearFormat\";s:3:\"F j\";s:18:\"monthAndYearFormat\";s:3:\"F Y\";s:17:\"dateTimeSeparator\";s:3:\" @ \";s:18:\"timeRangeSeparator\";s:3:\" - \";s:16:\"datepickerFormat\";s:1:\"0\";s:21:\"tribeEventsBeforeHTML\";s:0:\"\";s:20:\"tribeEventsAfterHTML\";s:0:\"\";s:11:\"donate-link\";b:0;s:12:\"postsPerPage\";s:2:\"10\";s:17:\"liveFiltersUpdate\";b:0;s:12:\"showComments\";b:0;s:20:\"showEventsInMainLoop\";b:0;s:10:\"eventsSlug\";s:6:\"events\";s:15:\"singleEventSlug\";s:5:\"event\";s:14:\"multiDayCutoff\";s:5:\"00:00\";s:21:\"defaultCurrencySymbol\";s:1:\"$\";s:23:\"reverseCurrencyPosition\";b:0;s:15:\"embedGoogleMaps\";b:0;s:19:\"embedGoogleMapsZoom\";s:2:\"10\";s:11:\"debugEvents\";b:0;s:26:\"tribe_events_timezone_mode\";s:5:\"event\";s:32:\"tribe_events_timezones_show_zone\";b:0;s:22:\"google_maps_js_api_key\";s:39:\"AIzaSyD2-LD0jQTHC2bthfrrrdlOzQiQUoGIS6o\";s:8:\"did_init\";b:1;s:16:\"views_v2_enabled\";b:1;s:15:\"stylesheet_mode\";s:5:\"tribe\";s:20:\"toggle_blocks_editor\";b:0;s:33:\"toggle_blocks_editor_hidden_field\";b:0;s:29:\"disable_metabox_custom_fields\";b:1;s:17:\"trash-past-events\";s:0:\"\";s:18:\"delete-past-events\";s:0:\"\";s:39:\"last-update-message-the-events-calendar\";s:5:\"6.3.7\";s:18:\"tec-schema-version\";s:5:\"6.5.2\";s:24:\"front_page_event_archive\";b:0;}','auto'),
(361,'tp_eg_update-check-short','1742405697','auto'),
(362,'essential-connection','1','auto'),
(363,'tp_eg-update-hash','77a2a0501a39c949afc77c4d86186e16','auto'),
(364,'essential-notices','a:4:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:3:\"2.1\";s:4:\"text\";s:299:\"<a href=\"//codecanyon.net/item/essential-grid-wordpress-plugin/7563340#item-description__version-2-1-5-artemis-26th-june-2017\" target=\"_blank\"><img src=\"//updates.themepunch-ext-c.tools/banners/essential_grid_updatenow_215.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"EssGrid 2.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPEG215-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"2.2.9\";s:4:\"text\";s:353:\"<a href=\"//codecanyon.net/item/essential-grid-wordpress-plugin/7563340?ref=themepunch\" target=\"_blank\"><img src=\"//updates.themepunch-ext-c.tools/banners/essential_grid_updatenow_23.jpg\" srcset=\"//updates.themepunch-ext-c.tools/banners/essential_grid_updatenow_23@2x.jpg\" style=\"width:817px;min-width: 50%; max-width:100%\" alt=\"EssGrid 2.3 is out\" ></a>\";s:4:\"code\";s:9:\"TPEG23-00\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":7:{s:7:\"version\";s:3:\"2.3\";s:4:\"text\";s:355:\"<a href=\"//codecanyon.net/item/essential-grid-wordpress-plugin/7563340?ref=themepunch\" target=\"_blank\"><img src=\"//updates.themepunch-ext-c.tools/banners/essential_grid_updatenow_231.jpg\" srcset=\"//updates.themepunch-ext-c.tools/banners/essential_grid_updatenow_231@2x.jpg\" style=\"width:817px;min-width: 50%; max-width:100%\" alt=\"EssGrid 2.3 is out\" ></a>\";s:4:\"code\";s:9:\"TPEG23-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":8:{s:7:\"version\";s:7:\"2.9.999\";s:4:\"text\";s:289:\"<div style=\"display: block; background-color: #150A33;\"><a href=\"https://www.themepunch.com/faq/wordpress-5-5-important-update-information/\" target=\"_blank\"><img alt=\"Important Notice\" src=\"//updates.themepunch-ext-c.tools/banners/important_banner.jpg\" width=\"1400\" height=\"250\"></a></div>\";s:4:\"code\";s:10:\"TPRS630-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"additional\";a:0:{}}}','auto'),
(365,'essential-dashboard','O:8:\"stdClass\":1:{s:11:\"test-handle\";O:8:\"stdClass\":5:{s:12:\"version_from\";s:5:\"1.0.0\";s:10:\"version_to\";s:5:\"1.0.0\";s:5:\"order\";i:5;s:7:\"content\";s:181:\"<div class=\"rs-dash-widget\"><div class=\"rs-dash-title-wrap\"><div class=\"rs-dash-title\">your version is: {{current_version}}</div></div><div class=\"rs-dash-widget-inner\"></div></div>\";s:4:\"code\";s:0:\"\";}}','auto'),
(366,'tp_eg_latest-version','3.1.8','auto'),
(367,'tp_eg-addons-counter','11','auto'),
(368,'tp_eg-addons','a:11:{s:14:\"esg-team-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"543\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:14:\"esg-team-addon\";s:12:\"version_from\";s:5:\"3.1.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:4:\"Team\";s:6:\"line_1\";s:35:\"Add team post type and custom meta \";s:6:\"line_2\";s:22:\"for team grid template\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"900\";s:11:\"last_update\";s:10:\"2024-12-21\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:75:\"//updates.themepunch-ext-c.tools/essential-grid/addons/images/team-icon.png\";s:8:\"img_file\";s:42:\"essential-grid/addons/images/team-icon.png\";s:7:\"img_md5\";s:32:\"33dce4c98e7b887c6a30ab4a4f152ce8\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TM\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"esg-relatedposts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"579\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"esg-relatedposts-addon\";s:12:\"version_from\";s:5:\"3.1.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:26:\"Display related posts with\";s:6:\"line_2\";s:15:\" Essential Grid\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"910\";s:11:\"last_update\";s:10:\"2024-09-03\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:84:\"//updates.themepunch-ext-c.tools/essential-grid/addons/images/related-posts-icon.png\";s:8:\"img_file\";s:51:\"essential-grid/addons/images/related-posts-icon.png\";s:7:\"img_md5\";s:32:\"4648b0d1505ad133206a713faed2afcf\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"esg-videoplaylists-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"544\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"esg-videoplaylists-addon\";s:12:\"version_from\";s:5:\"3.1.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Video Playlists\";s:6:\"line_1\";s:21:\"Use Youtube or Vimeo \";s:6:\"line_2\";s:32:\"as content source for your grids\";s:9:\"available\";s:5:\"1.0.7\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"920\";s:11:\"last_update\";s:10:\"2024-09-03\";s:6:\"global\";b:0;s:7:\"premium\";s:4:\"free\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:86:\"//updates.themepunch-ext-c.tools/essential-grid/addons/images/video-playlists-icon.png\";s:8:\"img_file\";s:53:\"essential-grid/addons/images/video-playlists-icon.png\";s:7:\"img_md5\";s:32:\"dfabc5bf8c6b9f2912e478a151b32919\";s:5:\"color\";s:7:\"#fc1312\";s:4:\"text\";s:2:\"VP\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:21:\"esg-socialmedia-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"577\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:21:\"esg-socialmedia-addon\";s:12:\"version_from\";s:5:\"3.1.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Social Media\";s:6:\"line_1\";s:41:\"Use Facebook, Instagram, Flickr, Behance \";s:6:\"line_2\";s:32:\"as content source for your grids\";s:9:\"available\";s:5:\"1.0.9\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"930\";s:11:\"last_update\";s:10:\"2024-09-03\";s:6:\"global\";b:0;s:7:\"premium\";s:4:\"free\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:82:\"//updates.themepunch-ext-c.tools/essential-grid/addons/images/socialmedia-icon.png\";s:8:\"img_file\";s:49:\"essential-grid/addons/images/socialmedia-icon.png\";s:7:\"img_md5\";s:32:\"6d33cc5df41bcd65b7b3fb8943d593a8\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SM\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:17:\"esg-nextgen-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"538\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:17:\"esg-nextgen-addon\";s:12:\"version_from\";s:5:\"3.1.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"NGG Adapter\";s:6:\"line_1\";s:33:\"Use NextGEN Galleries and Albums \";s:6:\"line_2\";s:32:\"as content source for your grids\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"940\";s:11:\"last_update\";s:10:\"2024-12-19\";s:6:\"global\";b:0;s:7:\"premium\";s:4:\"free\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:82:\"//updates.themepunch-ext-c.tools/essential-grid/addons/images/ngg-adapter-icon.png\";s:8:\"img_file\";s:49:\"essential-grid/addons/images/ngg-adapter-icon.png\";s:7:\"img_md5\";s:32:\"66bf0ce892d108af6242f70132252726\";s:5:\"color\";s:7:\"#9cc01e\";s:4:\"text\";s:3:\"NGG\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:13:\"esg-rml-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"541\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:13:\"esg-rml-addon\";s:12:\"version_from\";s:5:\"3.1.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"RML Adapter\";s:6:\"line_1\";s:31:\"Use Real Media Library folders \";s:6:\"line_2\";s:32:\"as content source for your grids\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"950\";s:11:\"last_update\";s:10:\"2024-12-20\";s:6:\"global\";b:0;s:7:\"premium\";s:4:\"free\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:82:\"//updates.themepunch-ext-c.tools/essential-grid/addons/images/rml-adapter-icon.png\";s:8:\"img_file\";s:49:\"essential-grid/addons/images/rml-adapter-icon.png\";s:7:\"img_md5\";s:32:\"4cd4164c0ae07a6cc2fb0605b98180aa\";s:5:\"color\";s:7:\"#fbbb45\";s:4:\"text\";s:3:\"RML\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:15:\"esg-fonts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"572\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:15:\"esg-fonts-addon\";s:12:\"version_from\";s:5:\"3.1.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Google Fonts\";s:6:\"line_1\";s:34:\"Add Google Fonts that can be used \";s:6:\"line_2\";s:24:\"by your Essential Grids.\";s:9:\"available\";s:5:\"1.1.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"960\";s:11:\"last_update\";s:10:\"2024-12-12\";s:6:\"global\";b:1;s:7:\"premium\";s:4:\"free\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:82:\"//updates.themepunch-ext-c.tools/essential-grid/addons/images/googlefonts-icon.png\";s:8:\"img_file\";s:49:\"essential-grid/addons/images/googlefonts-icon.png\";s:7:\"img_md5\";s:32:\"9a36f7ee0f2edd79b51882ab7925968f\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"esg-mediafilters-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"537\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:22:\"esg-mediafilters-addon\";s:12:\"version_from\";s:5:\"3.1.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Media Filters\";s:6:\"line_1\";s:24:\"Empower your grid images\";s:6:\"line_2\";s:27:\"with various visual effects\";s:9:\"available\";s:5:\"1.0.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"970\";s:11:\"last_update\";s:10:\"2024-12-19\";s:6:\"global\";b:0;s:7:\"premium\";s:4:\"free\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:84:\"//updates.themepunch-ext-c.tools/essential-grid/addons/images/media-filters-icon.png\";s:8:\"img_file\";s:51:\"essential-grid/addons/images/media-filters-icon.png\";s:7:\"img_md5\";s:32:\"c46b21e9fd22199a3785d03de92a8843\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:20:\"esg-watermarks-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"574\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"esg-watermarks-addon\";s:12:\"version_from\";s:5:\"3.1.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Watermarks\";s:6:\"line_1\";s:41:\"Protect your grid images with image-based\";s:6:\"line_2\";s:26:\" or custom text watermarks\";s:9:\"available\";s:5:\"1.0.7\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"980\";s:11:\"last_update\";s:10:\"2024-12-19\";s:6:\"global\";b:0;s:7:\"premium\";s:4:\"free\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:81:\"//updates.themepunch-ext-c.tools/essential-grid/addons/images/watermarks-icon.png\";s:8:\"img_file\";s:48:\"essential-grid/addons/images/watermarks-icon.png\";s:7:\"img_md5\";s:32:\"2329c4c3a2545e52cf41c5ea87141ee5\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"WM\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:17:\"esg-gallery-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"578\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:17:\"esg-gallery-addon\";s:12:\"version_from\";s:5:\"3.1.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:18:\"WP Gallery Replace\";s:6:\"line_1\";s:33:\"Replace default wordpress gallery\";s:6:\"line_2\";s:21:\" with Essential Grid!\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"990\";s:11:\"last_update\";s:10:\"2024-09-03\";s:6:\"global\";b:1;s:7:\"premium\";s:4:\"free\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:89:\"//updates.themepunch-ext-c.tools/essential-grid/addons/images/wp-gallery-replace-icon.png\";s:8:\"img_file\";s:56:\"essential-grid/addons/images/wp-gallery-replace-icon.png\";s:7:\"img_md5\";s:32:\"a7bbbdf073d3d915e29abb9abaaebd29\";s:5:\"color\";s:7:\"#009688\";s:4:\"text\";s:2:\"GR\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:20:\"esg-rightclick-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"540\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:20:\"esg-rightclick-addon\";s:12:\"version_from\";s:5:\"3.1.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:21:\"RightClick Protection\";s:6:\"line_1\";s:20:\"Protect your website\";s:6:\"line_2\";s:29:\" from right click downloading\";s:9:\"available\";s:5:\"1.0.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:4:\"1000\";s:11:\"last_update\";s:10:\"2023-12-20\";s:6:\"global\";b:1;s:7:\"premium\";s:4:\"free\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:92:\"//updates.themepunch-ext-c.tools/essential-grid/addons/images/rightclick-protection-icon.png\";s:8:\"img_file\";s:59:\"essential-grid/addons/images/rightclick-protection-icon.png\";s:7:\"img_md5\";s:32:\"c5102ee210bbdb718bf0022e86a584f6\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}}','auto'),
(369,'tp_eg_update-check','1742245406','auto'),
(370,'tp_eg-templates-check','1742405698','auto'),
(371,'tp_eg-templates-counter','61','auto'),
(372,'tp_eg-templates-hash','1763d6fd6f7ce43977d66fd74a5ceac3','auto'),
(373,'tp_eg-templates','a:3:{s:4:\"hash\";s:32:\"1763d6fd6f7ce43977d66fd74a5ceac3\";s:5:\"grids\";a:61:{i:0;a:17:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:12:\"Vimeo Player\";s:5:\"alias\";s:11:\"vimeostream\";s:3:\"zip\";s:15:\"vimeostream.zip\";s:3:\"uid\";s:32:\"088c7c0f8a0862bbe2dab1dd16601a3e\";s:3:\"img\";s:13:\"ess_vimeo.jpg\";s:7:\"preview\";s:85:\"https://www.essential-grid.com/template_library/minimal-vimeo-playlist-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:57:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:80:\"Please clear the stream cache when you<br> \r\napply changes to the stream source.\";s:6:\"filter\";a:5:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:8:\"loadmore\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:6:\"addons\";a:1:{i:0;s:24:\"esg-videoplaylists-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:17:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:12:\"flickrstream\";s:3:\"zip\";s:16:\"flickrstream.zip\";s:3:\"uid\";s:32:\"edfd9652b92d5783d74fefc3247632d0\";s:3:\"img\";s:14:\"ess_flickr.jpg\";s:7:\"preview\";s:83:\"https://www.essential-grid.com/template_library/flickr-photo-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:57:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:132:\"You will need to insert a Flickr API key<br>\r\n in the \"Source Tab\", also please clear <br>\r\nthe stream cache when you apply changes.\";s:6:\"filter\";a:5:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:8:\"loadmore\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:6:\"addons\";a:1:{i:0;s:21:\"esg-socialmedia-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:17:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:17:\"Instagram Minimal\";s:5:\"alias\";s:15:\"instagramstream\";s:3:\"zip\";s:19:\"instagramstream.zip\";s:3:\"uid\";s:32:\"73061fa3b75c5afaf4846cdf95add10c\";s:3:\"img\";s:13:\"ess_insta.jpg\";s:7:\"preview\";s:88:\"https://www.essential-grid.com/template_library/minimal-instagram-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:57:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:80:\"Please clear the stream cache when<br>\r\n you apply changes to the stream source.\";s:6:\"filter\";a:5:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:8:\"loadmore\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:6:\"addons\";a:1:{i:0;s:21:\"esg-socialmedia-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:17:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:12:\"YouTube Grid\";s:5:\"alias\";s:13:\"youtubestream\";s:3:\"zip\";s:17:\"youtubestream.zip\";s:3:\"uid\";s:32:\"df776948dd7ca1cb88ba59a4e638f20e\";s:3:\"img\";s:15:\"ess_youtube.jpg\";s:7:\"preview\";s:68:\"https://www.essential-grid.com/grids/youtube-playlist-video-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:69:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Pagination<br>Sorting</div>\";s:11:\"setup_notes\";s:133:\"You will need to insert a YouTube API key<br>\r\n in the \"Source Tab\", also please clear the<br>\r\n stream cache when you apply changes.\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";i:4;s:7:\"streams\";}s:6:\"addons\";a:1:{i:0;s:24:\"esg-videoplaylists-addon\";}s:3:\"cat\";s:1:\"0\";s:4:\"date\";s:19:\"2021-11-25 17:52:39\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:17:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:16:\"Twitter Overview\";s:5:\"alias\";s:13:\"twitterstream\";s:3:\"zip\";s:17:\"twitterstream.zip\";s:3:\"uid\";s:32:\"a38d8298c59f31831c516ce8429026cf\";s:3:\"img\";s:15:\"ess_twitter.jpg\";s:7:\"preview\";s:72:\"https://www.essential-grid.com/template_library/twitter-stream-overview/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:60:\"<div class=\"hcap\">Masonry Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:135:\"You will need to insert Twitter credentials<br>\r\n in the \"Source Tab\", also please clear the stream<br>\r\n cache when you apply changes.\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:8:\"loadmore\";i:2;s:7:\"masonry\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:6:\"addons\";a:1:{i:0;s:21:\"esg-socialmedia-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:17:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:13:\"Facebook Page\";s:5:\"alias\";s:14:\"facebookstream\";s:3:\"zip\";s:18:\"facebookstream.zip\";s:3:\"uid\";s:32:\"c346b49eb0dbfa897454160eccc55383\";s:3:\"img\";s:16:\"ess_facebook.jpg\";s:7:\"preview\";s:105:\"https://www.essential-grid.com/template_library/facebook-fanpage-content-and-album-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:60:\"<div class=\"hcap\">Masonry Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:138:\"You will need to register a Facebook app before.<br>\r\nAlso please clear the stream cache when you<br>\r\napply changes to the stream source.\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:8:\"loadmore\";i:2;s:7:\"masonry\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:6:\"addons\";a:1:{i:0;s:21:\"esg-socialmedia-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:17:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:5:\"Jason\";s:5:\"alias\";s:4:\"woo2\";s:3:\"zip\";s:8:\"woo2.zip\";s:3:\"uid\";s:32:\"e4f9657a98fc6cc7a3a7136b5c7b2015\";s:3:\"img\";s:9:\"jason.jpg\";s:7:\"preview\";s:82:\"https://www.essential-grid.com/template_library/jason-woocommerce-product-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:87:\"<div class=\"hcap\">Boxed 3 Row<br/>WooCommerce Shop<br>Shopping Cart<br/>Filtering</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:10:\"pagination\";i:2;s:7:\"sorting\";i:3;s:11:\"woocommerce\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:17:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:6:\"Arthur\";s:5:\"alias\";s:4:\"woo1\";s:3:\"zip\";s:8:\"woo1.zip\";s:3:\"uid\";s:32:\"59bfe81828b2ddcc89b9e3968760e9d1\";s:3:\"img\";s:10:\"arthur.jpg\";s:7:\"preview\";s:83:\"https://www.essential-grid.com/template_library/arthur-woocommerce-product-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:92:\"<div class=\"hcap\">Full-Width 5 Row<br/>WooCommerce Shop<br>Shopping Cart<br/>Filtering</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";i:4;s:11:\"woocommerce\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:17:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:6:\"Hoover\";s:5:\"alias\";s:19:\"masonry_grid_hoover\";s:3:\"zip\";s:23:\"masonry_grid_hoover.zip\";s:3:\"uid\";s:32:\"d97c537e349e9f1c91dff285f8df60c5\";s:3:\"img\";s:10:\"hoover.jpg\";s:7:\"preview\";s:91:\"https://www.essential-grid.com/template_library/hoover-masonry-wordpress-post-gallery-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:93:\"<div class=\"hcap\">Masonry Grid<br/>Video Entries<br/>B&W Effect<br/>Filters<br/>Sorting</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";i:4;s:5:\"video\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:17:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:6:\"Lyndon\";s:5:\"alias\";s:12:\"clients_grid\";s:3:\"zip\";s:16:\"clients_grid.zip\";s:3:\"uid\";s:32:\"2cdd4fc78978e87d7aa0502ba3b686e5\";s:3:\"img\";s:10:\"lyndon.jpg\";s:7:\"preview\";s:96:\"https://www.essential-grid.com/template_library/lyndon-modern-client-logo-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:87:\"<div class=\"hcap\">2 Row Scroller<br/>Icons via Meta<br/>B&W Effect<br/>Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:7:\"clients\";i:1;s:4:\"even\";i:2;s:9:\"fullwidth\";}s:6:\"addons\";s:0:\"\";s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:17:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:7:\"Phillie\";s:5:\"alias\";s:14:\"clients_grid_3\";s:3:\"zip\";s:18:\"clients_grid_3.zip\";s:3:\"uid\";s:32:\"5610d9625b702520c344168cfa70579c\";s:3:\"img\";s:11:\"phillie.jpg\";s:7:\"preview\";s:96:\"https://www.essential-grid.com/template_library/phillie-clients-logo-grid-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:94:\"<div class=\"hcap\">Clean Design<br/>Icons via Meta<br/>Tooltip Style Hover<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:2:{i:0;s:7:\"clients\";i:1;s:4:\"even\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:17:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:8:\"McKinley\";s:5:\"alias\";s:19:\"media_blog_mckinley\";s:3:\"zip\";s:23:\"media_blog_mckinley.zip\";s:3:\"uid\";s:32:\"a430af281c10753e067a38d1641c8d7b\";s:3:\"img\";s:12:\"mckinley.jpg\";s:7:\"preview\";s:91:\"https://www.essential-grid.com/template_library/multimedia-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:100:\"<div class=\"hcap\">Masonry Grid<br/>Video Entries<br/>Directional Hover<br/>Filters<br/>Sorting</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";i:4;s:5:\"video\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:17:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:4:\"Taft\";s:5:\"alias\";s:21:\"media_grid_howardtaft\";s:3:\"zip\";s:25:\"media_grid_howardtaft.zip\";s:3:\"uid\";s:32:\"eebc5585762fe9889ceff28fae22137d\";s:3:\"img\";s:8:\"taft.jpg\";s:7:\"preview\";s:81:\"https://www.essential-grid.com/template_library/multimedia-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:87:\"<div class=\"hcap\">3 x 3 Grid<br/>Video Entries<br>Directional Hover<br/>Load More</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:8:\"loadmore\";i:2;s:12:\"nonavigation\";i:3;s:5:\"video\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:17:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:7:\"Wilbert\";s:5:\"alias\";s:14:\"clients_grid_2\";s:3:\"zip\";s:18:\"clients_grid_2.zip\";s:3:\"uid\";s:32:\"f27f88f41b38547d344e6cf993951862\";s:3:\"img\";s:11:\"wilbert.jpg\";s:7:\"preview\";s:94:\"https://www.essential-grid.com/template_library/wilbert-client-and-logo-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:86:\"<div class=\"hcap\">4 x 3 Grid<br/>Icons via Meta<br/>B&W Effect<br/>No Navigation</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:7:\"clients\";i:1;s:4:\"even\";i:2;s:12:\"nonavigation\";}s:6:\"addons\";s:0:\"\";s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:08:49\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:17:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:9:\"Roosevelt\";s:5:\"alias\";s:19:\"even_grid_roosevelt\";s:3:\"zip\";s:23:\"even_grid_roosevelt.zip\";s:3:\"uid\";s:32:\"5a8c19d4149497e2b6ba24a367ef008f\";s:3:\"img\";s:13:\"roosevelt.jpg\";s:7:\"preview\";s:94:\"https://www.essential-grid.com/template_library/roosevelt-hover-detail-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:92:\"<div class=\"hcap\">Full-Screen Grid<br/>Push Up Media Hover<br/>Left & Right Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:10:\"fullscreen\";i:2;s:10:\"pagination\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:17:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:6:\"Quincy\";s:5:\"alias\";s:16:\"even_grid_quincy\";s:3:\"zip\";s:20:\"even_grid_quincy.zip\";s:3:\"uid\";s:32:\"7a6e7bbd01c5d558748c8c2c7b6373b9\";s:3:\"img\";s:10:\"quincy.jpg\";s:7:\"preview\";s:89:\"https://www.essential-grid.com/template_library/quincy-zoom-hover-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:129:\"<div class=\"hcap\">Single / Double Row<br/>Slider Style<br/>Link & Lightbox Icons<br/>Left & Right Nav Arrows<br/>Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:10:\"pagination\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:17:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:17:\"Price Tables Ford\";s:5:\"alias\";s:17:\"price_tables_ford\";s:3:\"zip\";s:21:\"price_tables_ford.zip\";s:3:\"uid\";s:32:\"1ebd3eab67b822e45ad9648b9701ce01\";s:3:\"img\";s:8:\"ford.jpg\";s:7:\"preview\";s:80:\"https://www.essential-grid.com/template_library/ford-price-tables-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:82:\"<div class=\"hcap\">Traditional Price Tables<br/>Icons on Hover<br/>Pagination</div>\";s:11:\"setup_notes\";s:64:\"No Example Products included.<br> \r\nSelect a source for content.\";s:6:\"filter\";a:4:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:11:\"pricetables\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:17:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:18:\"Price Tables Nixon\";s:5:\"alias\";s:16:\"price_tables_two\";s:3:\"zip\";s:20:\"price_tables_two.zip\";s:3:\"uid\";s:32:\"a45c055632139fadbc92232031fcd3d5\";s:3:\"img\";s:9:\"nixon.jpg\";s:7:\"preview\";s:93:\"https://www.essential-grid.com/template_library/nixon-woocommerce-price-tables-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:84:\"<div class=\"hcap\">Price Table Scroller<br/>Show Image Hover<br/>Stacked Tables</div>\";s:11:\"setup_notes\";s:64:\"No Example Products included.<br> \r\nSelect a source for content.\";s:6:\"filter\";a:3:{i:0;s:7:\"masonry\";i:1;s:12:\"nonavigation\";i:2;s:11:\"pricetables\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:17:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:18:\"Price Tables Grant\";s:5:\"alias\";s:16:\"price_tables_one\";s:3:\"zip\";s:20:\"price_tables_one.zip\";s:3:\"uid\";s:32:\"19be80fd1a58cbb3714ee76453b11771\";s:3:\"img\";s:9:\"grant.jpg\";s:7:\"preview\";s:89:\"https://www.essential-grid.com/template_library/ulysses-woocommerce-product-price-tables/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:116:\"<div class=\"hcap\">Price Table Scroller<br/>Show Image Hover<br/>Left & Right Nav Arrows<br/>Boxed & Full Shown</div>\";s:11:\"setup_notes\";s:64:\"No Example Products included.<br> \r\nSelect a source for content.\";s:6:\"filter\";a:4:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:11:\"pricetables\";}s:6:\"addons\";s:0:\"\";s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:17:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:7:\"Johnson\";s:5:\"alias\";s:17:\"even_grid_johnson\";s:3:\"zip\";s:21:\"even_grid_johnson.zip\";s:3:\"uid\";s:32:\"bcc38fc15aa572544a076bbd38b867af\";s:3:\"img\";s:11:\"johnson.jpg\";s:7:\"preview\";s:87:\"https://www.essential-grid.com/template_library/johnson-minimal-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:96:\"<div class=\"hcap\">Full Width Grid<br/>Colored Hover<br/>3 Icons on Hover<br/>No Navigation</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:12:\"nonavigation\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:17:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:9:\"Cleveland\";s:5:\"alias\";s:19:\"even_grid_cleveland\";s:3:\"zip\";s:23:\"even_grid_cleveland.zip\";s:3:\"uid\";s:32:\"fc12421ec2c8804996d8c766a7d7c01d\";s:3:\"img\";s:13:\"cleveland.jpg\";s:7:\"preview\";s:94:\"https://www.essential-grid.com/template_library/cleveland-hover-effect-wordpress-blog-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:102:\"<div class=\"hcap\">Full Width Grid<br/>Content on Hover<br/>Filters<br/>Pagination<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";i:3;s:10:\"pagination\";i:4;s:7:\"sorting\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:17:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:4:\"Bush\";s:5:\"alias\";s:20:\"even_grid_georgebush\";s:3:\"zip\";s:24:\"even_grid_georgebush.zip\";s:3:\"uid\";s:32:\"ca6e67691019249b786a7ea5fa577a71\";s:3:\"img\";s:8:\"bush.jpg\";s:7:\"preview\";s:95:\"https://www.essential-grid.com/template_library/bush-fullwidth-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:88:\"<div class=\"hcap\">Full Width 2 Row<br/>Cover Grow Hover<br/>Filters<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:17:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:8:\"Harrison\";s:5:\"alias\";s:23:\"even_grid_henryharrison\";s:3:\"zip\";s:27:\"even_grid_henryharrison.zip\";s:3:\"uid\";s:32:\"be1e10b8bfc8ad490402e8b7605bc428\";s:3:\"img\";s:12:\"harrison.jpg\";s:7:\"preview\";s:87:\"https://www.essential-grid.com/template_library/harrison-bubbly-wordpress-blog-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:83:\"<div class=\"hcap\">Full Width 4 Row<br/>Special Effect Hover<br/>No Navigation</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:12:\"nonavigation\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:17:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:8:\"VanBuren\";s:5:\"alias\";s:18:\"even_grid_vanburen\";s:3:\"zip\";s:22:\"even_grid_vanburen.zip\";s:3:\"uid\";s:32:\"c4633fba2e78794bcdef41c06d703c39\";s:3:\"img\";s:12:\"vanburen.jpg\";s:7:\"preview\";s:91:\"https://www.essential-grid.com/template_library/vanburen-dark-hover-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:105:\"<div class=\"hcap\">Full Width 3 Row<br/>Dark Opacity Hover<br/>Filters<br/>Pagination<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";i:3;s:10:\"pagination\";}s:6:\"addons\";s:0:\"\";s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:17:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:7:\"Jackson\";s:5:\"alias\";s:17:\"even_grid_jackson\";s:3:\"zip\";s:21:\"even_grid_jackson.zip\";s:3:\"uid\";s:32:\"b433ca06c9e23c037437944c64a2b4da\";s:3:\"img\";s:11:\"jackson.jpg\";s:7:\"preview\";s:87:\"https://www.essential-grid.com/template_library/jackson-stylish-wordpress-blog-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:117:\"<div class=\"hcap\">Full Width 1:1 Grid<br/>Clean White Hover<br/>Link & Lightbox Icons<br/>Filters<br/>Load More</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";i:3;s:10:\"pagination\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:17:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:9:\"Jefferson\";s:5:\"alias\";s:19:\"even_grid_jefferson\";s:3:\"zip\";s:23:\"even_grid_jefferson.zip\";s:3:\"uid\";s:32:\"4aa970752344a63ca15558bd286efca9\";s:3:\"img\";s:13:\"jefferson.jpg\";s:7:\"preview\";s:83:\"https://www.essential-grid.com/template_library/variable-columns-flip-item-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:121:\"<div class=\"hcap\">Custom Row Grid<br/>Red Flip Hover<br/>Link & Lightbox Icons<br/>Filters & Sorting<br/>Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:7:{i:0;s:4:\"even\";i:1;s:14:\"filterdropdown\";i:2;s:9:\"filtering\";i:3;s:9:\"fullwidth\";i:4;s:10:\"pagination\";i:5;s:7:\"sorting\";i:6;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:17:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:8:\"Garfield\";s:5:\"alias\";s:21:\"masonry_grid_garfield\";s:3:\"zip\";s:25:\"masonry_grid_garfield.zip\";s:3:\"uid\";s:32:\"5f73bbe117ebfb9b68ff85ee32bf4578\";s:3:\"img\";s:12:\"garfield.jpg\";s:7:\"preview\";s:91:\"https://www.essential-grid.com/template_library/garfield-wordpress-news-post-magazine-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:113:\"<div class=\"hcap\">Masonry Blog Style<br/>Content on Top<br/>Dark Media Hover<br/>Load More<br/>Lazy Loading</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:8:\"loadmore\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:17:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:6:\"Reagan\";s:5:\"alias\";s:26:\"masonry_grid_ronald_reagan\";s:3:\"zip\";s:30:\"masonry_grid_ronald_reagan.zip\";s:3:\"uid\";s:32:\"ae42d4e11ba5e393274edf5099a4a43f\";s:3:\"img\";s:10:\"raegan.jpg\";s:7:\"preview\";s:96:\"https://www.essential-grid.com/template_library/reagan-blog-post-overview-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:124:\"<div class=\"hcap\">Masonry Blog Style<br/>Static Caption<br/>Link Show Hover<br/>Filters & Sorting<br/>Scroll Load More</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:7:{i:0;s:14:\"filterdropdown\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";i:3;s:8:\"loadmore\";i:4;s:7:\"masonry\";i:5;s:10:\"pagination\";i:6;s:7:\"sorting\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:17:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:6:\"Carter\";s:5:\"alias\";s:23:\"masonryblog_jimmycarter\";s:3:\"zip\";s:27:\"masonryblog_jimmycarter.zip\";s:3:\"uid\";s:32:\"4832dc2a147e574f20c537b958f2d9ae\";s:3:\"img\";s:10:\"carter.jpg\";s:7:\"preview\";s:86:\"https://www.essential-grid.com/template_library/carter-masonry-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:104:\"<div class=\"hcap\">Masonry Blog Style<br/>3D Effect Hover<br/>Filters<br/>Pagination<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:9:\"filtering\";i:1;s:9:\"fullwidth\";i:2;s:7:\"masonry\";i:3;s:10:\"pagination\";i:4;s:7:\"sorting\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:17:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:6:\"Monroe\";s:5:\"alias\";s:16:\"even_grid_monroe\";s:3:\"zip\";s:20:\"even_grid_monroe.zip\";s:3:\"uid\";s:32:\"2399e4ae114ede833e881a78566050e8\";s:3:\"img\";s:10:\"monroe.jpg\";s:7:\"preview\";s:87:\"https://www.essential-grid.com/template_library/monroe-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:95:\"<div class=\"hcap\">3x4 Grid<br/>Static Caption<br/>Button on Hover<br/>Filters<br/>Sorting</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:7:\"sorting\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:17:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:7:\"Madison\";s:5:\"alias\";s:17:\"even_grid_madison\";s:3:\"zip\";s:21:\"even_grid_madison.zip\";s:3:\"uid\";s:32:\"0e0e929128e8f9047da8e95ed37da4f6\";s:3:\"img\";s:11:\"madison.jpg\";s:7:\"preview\";s:96:\"https://www.essential-grid.com/template_library/madison-even-grid-wordpress-woocommerce-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:97:\"<div class=\"hcap\">4x3 Grid<br/>Dark Flip Hovers<br/>Link & Lightbox Icons<br/>No Navigation</div>\";s:11:\"setup_notes\";s:67:\"Build for WooCommerce Products <br>\r\nbut any content type will fit.\";s:6:\"filter\";a:2:{i:0;s:4:\"even\";i:1;s:12:\"nonavigation\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:17:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:5:\"Adams\";s:5:\"alias\";s:15:\"even_grid_adams\";s:3:\"zip\";s:19:\"even_grid_adams.zip\";s:3:\"uid\";s:32:\"2b48888d484376485f80a175876907c6\";s:3:\"img\";s:9:\"adams.jpg\";s:7:\"preview\";s:96:\"https://www.essential-grid.com/template_library/adams-variable-fullwidth-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:119:\"<div class=\"hcap\">Custom Row Grid<br/>Green Hovers<br/>Link & Lightbox Icons<br/>Filters & Sorting<br/>Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:6:{i:0;s:4:\"even\";i:1;s:14:\"filterdropdown\";i:2;s:9:\"filtering\";i:3;s:10:\"pagination\";i:4;s:7:\"sorting\";i:5;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:17:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:10:\"Washington\";s:5:\"alias\";s:20:\"even_grid_washington\";s:3:\"zip\";s:24:\"even_grid_washington.zip\";s:3:\"uid\";s:32:\"81fa93476a5e8ecd8efa146f54c2bd5d\";s:3:\"img\";s:14:\"washington.jpg\";s:7:\"preview\";s:99:\"https://www.essential-grid.com/template_library/washington-tranparent-hover-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:119:\"<div class=\"hcap\">3x3 Grid<br/>Dark Opacity Hovers<br/>Link & Lightbox Icons<br/>Filters & Pagination<br/>Sorting</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:17:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:6:\"Mullen\";s:5:\"alias\";s:10:\"joe-mullen\";s:3:\"zip\";s:14:\"joe-mullen.zip\";s:3:\"uid\";s:32:\"904cc1afb3d66ab851b199f0dd647b7b\";s:3:\"img\";s:14:\"joe-mullen.jpg\";s:7:\"preview\";s:80:\"https://www.essential-grid.com/template_library/joe-mullen-custom-image-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:81:\"<div class=\"hcap\">Custom Row Grid<br/>DarkHover<br/>Minimal<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:3:{i:0;s:9:\"fullwidth\";i:1;s:12:\"nonavigation\";i:2;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:17:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:10:\"Jari Kurri\";s:5:\"alias\";s:10:\"jari-kurri\";s:3:\"zip\";s:14:\"jari-kurri.zip\";s:3:\"uid\";s:32:\"1c4b4785e797ad2222d1f7fecab79649\";s:3:\"img\";s:14:\"jari-kurri.jpg\";s:7:\"preview\";s:81:\"https://www.essential-grid.com/template_library/jari-kurri-photograher-portfolio/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:97:\"<div class=\"hcap\">Custom Row Grid<br/>Filter Hover<br/>Stylish<br/>flickr Source (variable)</div>\";s:11:\"setup_notes\";s:98:\"Template was built with flickr Source,<br/>\r\neither add flickr API key or<br/>\r\nchange source type\";s:6:\"filter\";a:3:{i:0;s:12:\"nonavigation\";i:1;s:7:\"streams\";i:2;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:21:\"esg-socialmedia-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:17:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Wayne Gretzky\";s:5:\"alias\";s:13:\"wayne-gretzky\";s:3:\"zip\";s:17:\"wayne-gretzky.zip\";s:3:\"uid\";s:32:\"c4c1a976fc6236fac530d21ef5b88a46\";s:3:\"img\";s:11:\"gretzky.jpg\";s:7:\"preview\";s:86:\"https://www.essential-grid.com/template_library/wayne-gretzky-custom-white-space-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:97:\"<div class=\"hcap\">Custom Row Grid<br/>DarkHover<br/>Minimal<br/>Blank Items<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:4:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";i:3;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:17:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:18:\"Viacheslav Fetisov\";s:5:\"alias\";s:18:\"viacheslav-fetisov\";s:3:\"zip\";s:11:\"fetisov.zip\";s:3:\"uid\";s:32:\"8c4bb3bc608390189df9aef958e88ff3\";s:3:\"img\";s:11:\"fetisov.jpg\";s:7:\"preview\";s:85:\"https://www.essential-grid.com/template_library/viacheslav-fetisov-behance-portfolio/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:57:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Portfolio</div>\";s:11:\"setup_notes\";s:133:\"You will need to insert a Behance API key<br>\r\n in the \"Source Tab\", also please clear <br>\r\nthe stream cache when you apply changes.\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:12:\"nonavigation\";i:2;s:7:\"streams\";}s:6:\"addons\";a:2:{i:0;s:15:\"esg-fonts-addon\";i:1;s:21:\"esg-socialmedia-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:17:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:14:\"Dark Portfolio\";s:5:\"alias\";s:14:\"portfolio-dark\";s:3:\"zip\";s:18:\"dark-portfolio.zip\";s:3:\"uid\";s:32:\"8ef34fed7cda3055b56f18510439f363\";s:3:\"img\";s:18:\"dark_portfolio.jpg\";s:7:\"preview\";s:74:\"https://www.essential-grid.com/template_library/dark-portfolio-photo-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:74:\"<div class=\"hcap\">Custom Row Grid<br/>Red Hovers<br/>Read More Badge</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:7:\"masonry\";i:1;s:12:\"nonavigation\";i:2;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:17:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:10:\"My YouTube\";s:5:\"alias\";s:10:\"my-youtube\";s:3:\"zip\";s:14:\"my-youtube.zip\";s:3:\"uid\";s:32:\"7f118ae4b11b24445fe533cc96763e94\";s:3:\"img\";s:14:\"my_youtube.jpg\";s:7:\"preview\";s:68:\"https://www.essential-grid.com/template_library/my-youtube-playlist/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:80:\"<div class=\"hcap\">Variable Columns<br/>Stream<br>Views, Likes<br>Load More</div>\";s:11:\"setup_notes\";s:133:\"You will need to insert a YouTube API key<br>\r\n in the \"Source Tab\", also please clear the<br>\r\n stream cache when you apply changes.\";s:6:\"filter\";a:6:{i:0;s:8:\"loadmore\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";i:3;s:7:\"streams\";i:4;s:15:\"variablecolumns\";i:5;s:5:\"video\";}s:6:\"addons\";a:2:{i:0;s:15:\"esg-fonts-addon\";i:1;s:24:\"esg-videoplaylists-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:17:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:12:\"My YouTube 2\";s:5:\"alias\";s:12:\"my-youtube-2\";s:3:\"zip\";s:16:\"my-youtube-2.zip\";s:3:\"uid\";s:32:\"bd4ce42cbad845ee3f6d295f14224a00\";s:3:\"img\";s:16:\"my_youtube_2.jpg\";s:7:\"preview\";s:68:\"https://www.essential-grid.com/template_library/my-youtube-2-player/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:80:\"<div class=\"hcap\">Variable Columns<br/>Stream<br>Views, Likes<br>Load More</div>\";s:11:\"setup_notes\";s:133:\"You will need to insert a YouTube API key<br>\r\n in the \"Source Tab\", also please clear the<br>\r\n stream cache when you apply changes.\";s:6:\"filter\";a:5:{i:0;s:8:\"loadmore\";i:1;s:12:\"nonavigation\";i:2;s:7:\"streams\";i:3;s:15:\"variablecolumns\";i:4;s:5:\"video\";}s:6:\"addons\";a:2:{i:0;s:15:\"esg-fonts-addon\";i:1;s:24:\"esg-videoplaylists-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:17:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:8:\"My Vimeo\";s:5:\"alias\";s:8:\"my-vimeo\";s:3:\"zip\";s:12:\"my-vimeo.zip\";s:3:\"uid\";s:32:\"d0235dd2ccce6602197882e423d32b88\";s:3:\"img\";s:12:\"my_vimeo.jpg\";s:7:\"preview\";s:66:\"https://www.essential-grid.com/template_library/my-vimeo-playlist/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:80:\"<div class=\"hcap\">Variable Columns<br/>Stream<br>Views, Likes<br>Load More</div>\";s:11:\"setup_notes\";s:59:\"Please clear the stream cache<br> \r\nwhen you apply changes.\";s:6:\"filter\";a:4:{i:0;s:8:\"loadmore\";i:1;s:7:\"streams\";i:2;s:15:\"variablecolumns\";i:3;s:5:\"video\";}s:6:\"addons\";a:2:{i:0;s:15:\"esg-fonts-addon\";i:1;s:24:\"esg-videoplaylists-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:17:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:12:\"My Instagram\";s:5:\"alias\";s:12:\"my-instagram\";s:3:\"zip\";s:16:\"my-instagram.zip\";s:3:\"uid\";s:32:\"58ced5a252fa1998a8cdb95ee2cd01d8\";s:3:\"img\";s:16:\"my-instagram.jpg\";s:7:\"preview\";s:70:\"https://www.essential-grid.com/template_library/instagram-grid-photos/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:76:\"<div class=\"hcap\">Masonry Grid<br/>Stream<br>Pagination<br>Shape hover</div>\";s:11:\"setup_notes\";s:80:\"Please clear the stream cache when<br>\r\n you apply changes to the stream source.\";s:6:\"filter\";a:4:{i:0;s:7:\"masonry\";i:1;s:10:\"pagination\";i:2;s:7:\"streams\";i:3;s:5:\"video\";}s:6:\"addons\";a:2:{i:0;s:15:\"esg-fonts-addon\";i:1;s:21:\"esg-socialmedia-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:17:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:14:\"My Instagram 2\";s:5:\"alias\";s:14:\"my-instagram-2\";s:3:\"zip\";s:18:\"my-instagram-2.zip\";s:3:\"uid\";s:32:\"f5094a245731501bc553295ee5582a04\";s:3:\"img\";s:18:\"my-instagram-2.jpg\";s:7:\"preview\";s:77:\"https://www.essential-grid.com/template_library/my-instagram-2-funky-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:86:\"<div class=\"hcap\">Masonry Grid<br/>Stream<br>Pagination<br>Shape animation hover</div>\";s:11:\"setup_notes\";s:80:\"Please clear the stream cache when<br>\r\n you apply changes to the stream source.\";s:6:\"filter\";a:5:{i:0;s:7:\"masonry\";i:1;s:10:\"pagination\";i:2;s:7:\"streams\";i:3;s:15:\"variablecolumns\";i:4;s:5:\"video\";}s:6:\"addons\";a:2:{i:0;s:15:\"esg-fonts-addon\";i:1;s:21:\"esg-socialmedia-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:17:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:16:\"My Handmade Blog\";s:5:\"alias\";s:16:\"my-handmade-blog\";s:3:\"zip\";s:15:\"my-handmade.zip\";s:3:\"uid\";s:32:\"162fa8de74410bb015f86cb4a7e7ef6c\";s:3:\"img\";s:15:\"my-handmade.jpg\";s:7:\"preview\";s:79:\"https://www.essential-grid.com/template_library/my-handmade-blog-post-overview/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:88:\"<div class=\"hcap\">Custom Row Grid<br/>Dark Hover<br/>Social Button<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:2:{i:0;s:12:\"nonavigation\";i:1;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:17:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:15:\"Furniture Store\";s:5:\"alias\";s:15:\"furniture-store\";s:3:\"zip\";s:28:\"furniture_store_complete.zip\";s:3:\"uid\";s:32:\"6a1d870475b15c3fbdad65edbcadd56a\";s:3:\"img\";s:19:\"furniture-store.jpg\";s:7:\"preview\";s:85:\"https://www.essential-grid.com/template_library/furniture-shop-lightbox-grid-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:85:\"<div class=\"hcap\">Custom Row Grid<br/>Lightbox for Detail Grids<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:142:\"5MB Download File (contact our support for single grids)<br>\r\nImports images to the media library<br>\r\nChange them on the single grid item<br>\";s:6:\"filter\";a:2:{i:0;s:7:\"masonry\";i:1;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:17:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:12:\"Denis Savard\";s:5:\"alias\";s:12:\"denis-savard\";s:3:\"zip\";s:16:\"denis-savard.zip\";s:3:\"uid\";s:32:\"9ce04544808c29a3b251f92954c4cfb3\";s:3:\"img\";s:16:\"denis-savard.jpg\";s:7:\"preview\";s:74:\"https://www.essential-grid.com/template_library/denis-savard-logo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:81:\"<div class=\"hcap\">Custom Row Grid<br/>DarkHover<br/>Minimal<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:3:{i:0;s:7:\"clients\";i:1;s:12:\"nonavigation\";i:2;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:17:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:14:\"Dale Hawerchuk\";s:5:\"alias\";s:14:\"Dale Hawerchuk\";s:3:\"zip\";s:18:\"dale-hawerchuk.zip\";s:3:\"uid\";s:32:\"4c0bccc86e570cb89b6fc6a3b480acc3\";s:3:\"img\";s:18:\"dale-hawerchuk.jpg\";s:7:\"preview\";s:78:\"https://www.essential-grid.com/template_library/dale-hawerchuk-flickr-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:89:\"<div class=\"hcap\">Even Grid<br/>Dark Hover<br/>Stylish<br/>flickr Source (variable)</div>\";s:11:\"setup_notes\";s:98:\"Template was built with flickr Source,<br/>\r\neither add flickr API key or<br/>\r\nchange source type\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:12:\"nonavigation\";i:2;s:7:\"streams\";}s:6:\"addons\";a:2:{i:0;s:15:\"esg-fonts-addon\";i:1;s:21:\"esg-socialmedia-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:17:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:14:\"Bernie Federko\";s:5:\"alias\";s:14:\"bernie-federko\";s:3:\"zip\";s:18:\"bernie-federko.zip\";s:3:\"uid\";s:32:\"f61204a7be405bc1f8f801fe346d0c13\";s:3:\"img\";s:17:\"berni-federko.jpg\";s:7:\"preview\";s:81:\"https://www.essential-grid.com/template_library/bernie-federko-portfolio-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:101:\"<div class=\"hcap\">Custom Row Grid<br/>Tooltip Hover<br/>Minimal<br/>Blank Items<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:4:{i:0;s:7:\"clients\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";i:3;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:17:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:16:\"Bernie Federko 2\";s:5:\"alias\";s:16:\"bernie-federko-2\";s:3:\"zip\";s:20:\"bernie-federko-2.zip\";s:3:\"uid\";s:32:\"8646eefad5b1446954e16e7c0aa1e087\";s:3:\"img\";s:20:\"bernie-federko-2.jpg\";s:7:\"preview\";s:83:\"https://www.essential-grid.com/template_library/bernie-federko-2-portfolio-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:99:\"<div class=\"hcap\">Custom Row Grid<br/>Funky Hover<br/>Minimal<br/>Blank Items<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:4:{i:0;s:7:\"clients\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";i:3;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:17:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:6:\"Wilson\";s:5:\"alias\";s:13:\"woodrowwilson\";s:3:\"zip\";s:17:\"woodrowwilson.zip\";s:3:\"uid\";s:32:\"39d28845e10f32a759a27cdacba84693\";s:3:\"img\";s:10:\"wilson.jpg\";s:7:\"preview\";s:57:\"https://www.essential-grid.com/grids/wilson-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:78:\"<div class=\"hcap\">Variable Columns<br/>Clean Hover<br/>Filter/Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:10:\"pagination\";i:3;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:05:46\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:17:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:12:\"Honus Wagner\";s:5:\"alias\";s:12:\"honus_wagner\";s:3:\"zip\";s:16:\"honus_wagner.zip\";s:3:\"uid\";s:32:\"460d8adc56999b662544efc5eef707b5\";s:3:\"img\";s:16:\"honus_wagner.jpg\";s:7:\"preview\";s:93:\"https://www.essential-grid.com/template_library/honus-wagner-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:86:\"<div class=\"hcap\">Masonry Blog Style<br/>Minimal Hover<br/>Filters<br/>Load More</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:8:\"loadmore\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:17:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:9:\"Babe Ruth\";s:5:\"alias\";s:9:\"babe_ruth\";s:3:\"zip\";s:13:\"babe_ruth.zip\";s:3:\"uid\";s:32:\"83fb845082470890ca3d1096e1f971c4\";s:3:\"img\";s:13:\"babe_ruth.jpg\";s:7:\"preview\";s:90:\"https://www.essential-grid.com/template_library/babe-ruth-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:86:\"<div class=\"hcap\">Full Width 1:1 Grid<br/>Clean White Hover<br/>Grayscale Filter</div>\";s:11:\"setup_notes\";s:228:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a> <br>\r\nUse Global Option Media Filters for setting the Grayscale effect.\";s:6:\"filter\";a:1:{i:0;s:4:\"even\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:17:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:19:\"Dark Post Blog Grid\";s:5:\"alias\";s:14:\"dark_post_grid\";s:3:\"zip\";s:18:\"dark_post_grid.zip\";s:3:\"uid\";s:32:\"a421dd24c6d1b485b87938a6a5309fe3\";s:3:\"img\";s:13:\"dark_post.jpg\";s:7:\"preview\";s:85:\"https://www.essential-grid.com/template_library/dark-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:72:\"<div class=\"hcap\">Even Grid<br/>Dark Hover<br/>Fancy<br/>Post Grid</div>\";s:11:\"setup_notes\";s:219:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a> <br>\r\nActivate Stroke Icons in Global Options or change icons.\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:10:\"pagination\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:17:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:10:\"Grant Fuhr\";s:5:\"alias\";s:10:\"grant-fuhr\";s:3:\"zip\";s:14:\"grant-fuhr.zip\";s:3:\"uid\";s:32:\"985061e10cb0e4508664753321558ed5\";s:3:\"img\";s:8:\"fuhr.jpg\";s:7:\"preview\";s:58:\"https://www.essential-grid.com/grids/grant-fuhr-blog-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:106:\"<div class=\"hcap\">Custom Grid<br/>Mask Zoom Hover<br/>Colorful<br/>Perfect for Events, Photos, Posts</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"newupdate\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:04:43\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:17:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:14:\"Pat LaFontaine\";s:5:\"alias\";s:14:\"pat-lafontaine\";s:3:\"zip\";s:18:\"pat-lafontaine.zip\";s:3:\"uid\";s:32:\"35d905fa8c33ebce02611a398b963c70\";s:3:\"img\";s:18:\"pat-lafontaine.jpg\";s:7:\"preview\";s:69:\"https://www.essential-grid.com/grids/pat-lafontaine-woocommerce-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:90:\"<div class=\"hcap\">Custom Grid<br/>Mask Zoom Hover<br/>Colorful<br/>Use it everywhere</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"newupdate\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:04:11\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:17:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:13:\"Clark Gillies\";s:5:\"alias\";s:13:\"clark-gillies\";s:3:\"zip\";s:17:\"clark-gillies.zip\";s:3:\"uid\";s:32:\"1687bd0ef44045e8407ac396f1c18558\";s:3:\"img\";s:17:\"clark-gillies.jpg\";s:7:\"preview\";s:61:\"https://www.essential-grid.com/grids/clark-gillies-blog-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:89:\"<div class=\"hcap\">Stylish post grid<br/>Blurred Hover<br/>Grayscale Filter optional</div>\";s:11:\"setup_notes\";s:231:\"Demo posts available via import menu.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a> <br>\r\nUse Global Option Media Filters for setting the Grayscale effect.\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"newupdate\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:04:58\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:17:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:9:\"Uwe Krupp\";s:5:\"alias\";s:9:\"uwe-krupp\";s:3:\"zip\";s:13:\"uwe-krupp.zip\";s:3:\"uid\";s:32:\"6513fe05651720633c4028cdc4b48854\";s:3:\"img\";s:13:\"uwe-krupp.jpg\";s:7:\"preview\";s:57:\"https://www.essential-grid.com/grids/uwe-krupp-blog-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:83:\"<div class=\"hcap\">Even post Grid<br/>Clean Grayscale Hover<br/>Social Sharing</div>\";s:11:\"setup_notes\";s:228:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a> <br>\r\nUse Global Option Media Filters for setting the Grayscale effect.\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"newupdate\";i:3;s:7:\"sorting\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 17:53:36\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:17:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:14:\"Leon Draisaitl\";s:5:\"alias\";s:14:\"leon-draisaitl\";s:3:\"zip\";s:18:\"leon-draisaitl.zip\";s:3:\"uid\";s:32:\"90ae1e88586cc5121305195fc9ff274c\";s:3:\"img\";s:18:\"leon-draisaitl.jpg\";s:7:\"preview\";s:69:\"https://www.essential-grid.com/grids/leon-draisaitl-woocommerce-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:73:\"<div class=\"hcap\">Even Grid<br/>Image swap on hover<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:80:\"Imports images to the media library<br>\r\nChange them on the single grid item<br>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:8:\"loadmore\";i:3;s:9:\"newupdate\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:04:26\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:17:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:11:\"Rod Langway\";s:5:\"alias\";s:11:\"rod-langway\";s:3:\"zip\";s:15:\"rod-langway.zip\";s:3:\"uid\";s:32:\"1a913cbe2165117edf31e037f13f8d5d\";s:3:\"img\";s:15:\"rod-langway.jpg\";s:7:\"preview\";s:64:\"https://www.essential-grid.com/grids/rod-langway-portfolio-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:83:\"<div class=\"hcap\">Custom Row Grid<br/>Lens click hover effect<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:80:\"Imports images to the media library<br>\r\nChange them on the single grid item<br>\";s:6:\"filter\";a:3:{i:0;s:9:\"filtering\";i:1;s:9:\"newupdate\";i:2;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 17:53:57\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:17:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:11:\"Ray Bourque\";s:5:\"alias\";s:11:\"ray-bourque\";s:3:\"zip\";s:15:\"ray-bourque.zip\";s:3:\"uid\";s:32:\"6b4ec25011d5ff873661f5432a9a6973\";s:3:\"img\";s:15:\"ray_bourque.jpg\";s:7:\"preview\";s:64:\"https://www.essential-grid.com/grids/ray-bourque-portfolio-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:83:\"<div class=\"hcap\">Custom Row Grid<br/>Clean grey hover effect<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:80:\"Imports images to the media library<br>\r\nChange them on the single grid item<br>\";s:6:\"filter\";a:3:{i:0;s:9:\"filtering\";i:1;s:9:\"newupdate\";i:2;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:03:55\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:17:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:4:\"Team\";s:5:\"alias\";s:4:\"team\";s:3:\"zip\";s:8:\"team.zip\";s:3:\"uid\";s:32:\"cecc49332710dd24dd437b66cf85a61a\";s:3:\"img\";s:8:\"team.jpg\";s:7:\"preview\";s:61:\"https://www.essential-grid.com/grids/team-grid-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"3.0.18\";s:11:\"description\";s:48:\"<div class=\"hcap\">Even Grid<br/>Post Based</div>\";s:11:\"setup_notes\";s:38:\"Demo content installed via Team Addon.\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:9:\"newupdate\";}s:6:\"addons\";a:2:{i:0;s:15:\"esg-fonts-addon\";i:1;s:14:\"esg-team-addon\";}s:3:\"cat\";s:1:\"2\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:7:\"filters\";a:17:{i:1;a:3:{s:2:\"id\";s:1:\"1\";s:4:\"name\";s:4:\"Even\";s:4:\"slug\";s:4:\"even\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:4:\"name\";s:7:\"Masonry\";s:4:\"slug\";s:7:\"masonry\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:4:\"name\";s:11:\"Full Screen\";s:4:\"slug\";s:10:\"fullscreen\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:4:\"name\";s:10:\"Full Width\";s:4:\"slug\";s:9:\"fullwidth\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:4:\"name\";s:9:\"Load More\";s:4:\"slug\";s:8:\"loadmore\";}i:6;a:3:{s:2:\"id\";s:1:\"6\";s:4:\"name\";s:7:\"Clients\";s:4:\"slug\";s:7:\"clients\";}i:7;a:3:{s:2:\"id\";s:1:\"7\";s:4:\"name\";s:12:\"Price Tables\";s:4:\"slug\";s:11:\"pricetables\";}i:8;a:3:{s:2:\"id\";s:1:\"8\";s:4:\"name\";s:15:\"Variable Colums\";s:4:\"slug\";s:15:\"variablecolumns\";}i:9;a:3:{s:2:\"id\";s:1:\"9\";s:4:\"name\";s:12:\"Woo Commerce\";s:4:\"slug\";s:11:\"woocommerce\";}i:10;a:3:{s:2:\"id\";s:2:\"10\";s:4:\"name\";s:15:\"Filter Dropdown\";s:4:\"slug\";s:14:\"filterdropdown\";}i:11;a:3:{s:2:\"id\";s:2:\"11\";s:4:\"name\";s:3:\"New\";s:4:\"slug\";s:9:\"newupdate\";}i:12;a:3:{s:2:\"id\";s:2:\"12\";s:4:\"name\";s:7:\"Streams\";s:4:\"slug\";s:7:\"streams\";}i:13;a:3:{s:2:\"id\";s:2:\"13\";s:4:\"name\";s:13:\"No Navigation\";s:4:\"slug\";s:12:\"nonavigation\";}i:14;a:3:{s:2:\"id\";s:2:\"14\";s:4:\"name\";s:10:\"Pagination\";s:4:\"slug\";s:10:\"pagination\";}i:15;a:3:{s:2:\"id\";s:2:\"15\";s:4:\"name\";s:7:\"Sorting\";s:4:\"slug\";s:7:\"sorting\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:4:\"name\";s:5:\"Video\";s:4:\"slug\";s:5:\"video\";}i:17;a:3:{s:2:\"id\";s:2:\"17\";s:4:\"name\";s:9:\"Filtering\";s:4:\"slug\";s:9:\"filtering\";}}}','off'),
(374,'essgrid_servers','a:3:{i:0;s:22:\"themepunch-ext-b.tools\";i:1;s:22:\"themepunch-ext-c.tools\";i:2;s:22:\"themepunch-ext-a.tools\";}','auto'),
(375,'revslider_update_version','6.6.21','auto'),
(376,'wc_blocks_version','11.8.0-dev','auto'),
(378,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','on'),
(414,'_transient_timeout_woocommerce_admin_pes_incentive_woopayments_store_has_orders','1742427299','off'),
(381,'tribe_last_save_post','1742406335.8624','auto'),
(382,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(383,'widget_woocommerce_widget_cart','a:2:{i:2;a:2:{s:5:\"title\";s:13:\"Shopping Cart\";s:13:\"hide_if_empty\";i:0;}s:12:\"_multiwidget\";i:1;}','auto'),
(384,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(385,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(386,'widget_woocommerce_price_filter','a:2:{i:3;a:1:{s:5:\"title\";s:12:\"Price Filter\";}s:12:\"_multiwidget\";i:1;}','auto'),
(387,'widget_woocommerce_product_categories','a:2:{i:2;a:8:{s:5:\"title\";s:10:\"Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:0;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:1;s:9:\"max_depth\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','auto'),
(388,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(389,'widget_woocommerce_product_tag_cloud','a:2:{i:2;a:1:{s:5:\"title\";s:4:\"Tags\";}s:12:\"_multiwidget\";i:1;}','auto'),
(390,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(391,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(392,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(393,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(394,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(395,'widget_mc4wp_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(396,'widget_wc_brands_brand_description','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(397,'widget_woocommerce_brand_nav','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(398,'widget_wc_brands_brand_thumbnails','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(399,'widget_ess-grid-widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(400,'widget_tribe-widget-events-list','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(905,'_transient_timeout_as-post-store-dependencies-met','1746146299','off'),
(906,'_transient_as-post-store-dependencies-met','yes','off'),
(403,'tec_timed_tec_custom_tables_v1_initialized','a:3:{s:3:\"key\";s:32:\"tec_custom_tables_v1_initialized\";s:5:\"value\";i:1;s:10:\"expiration\";i:1746146299;}','on'),
(404,'tec_ct1_migration_state','a:3:{s:18:\"complete_timestamp\";N;s:5:\"phase\";s:22:\"migration-not-required\";s:19:\"preview_unsupported\";b:0;}','auto'),
(405,'tec_ct1_events_table_schema_version','1.0.1','auto'),
(406,'tec_ct1_occurrences_table_schema_version','1.0.2','auto'),
(407,'_site_transient_timeout_woocommerce_blocks_patterns','1744997699','off'),
(408,'_site_transient_woocommerce_blocks_patterns','a:2:{s:7:\"version\";s:5:\"9.7.1\";s:8:\"patterns\";a:42:{i:0;a:11:{s:5:\"title\";s:6:\"Banner\";s:4:\"slug\";s:25:\"woocommerce-blocks/banner\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:80:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/banner.php\";}i:1;a:11:{s:5:\"title\";s:23:\"Coming Soon Entire Site\";s:4:\"slug\";s:35:\"woocommerce/coming-soon-entire-site\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:17:\"launch-your-store\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:97:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/coming-soon-entire-site.php\";}i:2;a:11:{s:5:\"title\";s:22:\"Coming Soon Store Only\";s:4:\"slug\";s:34:\"woocommerce/coming-soon-store-only\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:17:\"launch-your-store\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:96:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/coming-soon-store-only.php\";}i:3;a:11:{s:5:\"title\";s:11:\"Coming Soon\";s:4:\"slug\";s:23:\"woocommerce/coming-soon\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:17:\"launch-your-store\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:85:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/coming-soon.php\";}i:4;a:11:{s:5:\"title\";s:29:\"Content right with image left\";s:4:\"slug\";s:48:\"woocommerce-blocks/content-right-with-image-left\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, About\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:98:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/content-right-image-left.php\";}i:5;a:11:{s:5:\"title\";s:29:\"Featured Category Cover Image\";s:4:\"slug\";s:48:\"woocommerce-blocks/featured-category-cover-image\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:103:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/featured-category-cover-image.php\";}i:6;a:11:{s:5:\"title\";s:24:\"Featured Category Triple\";s:4:\"slug\";s:43:\"woocommerce-blocks/featured-category-triple\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:98:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/featured-category-triple.php\";}i:7;a:11:{s:5:\"title\";s:15:\"Product Filters\";s:4:\"slug\";s:34:\"woocommerce-blocks/product-filters\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:108:\"woocommerce/active-filters, woocommerce/price-filter, woocommerce/attribute-filter, woocommerce/stock-filter\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:81:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/filters.php\";}i:8;a:11:{s:5:\"title\";s:12:\"Large Footer\";s:4:\"slug\";s:31:\"woocommerce-blocks/footer-large\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/footer\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:86:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/footer-large.php\";}i:9;a:11:{s:5:\"title\";s:23:\"Footer with Simple Menu\";s:4:\"slug\";s:37:\"woocommerce-blocks/footer-simple-menu\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/footer\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:92:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/footer-simple-menu.php\";}i:10;a:11:{s:5:\"title\";s:17:\"Footer with menus\";s:4:\"slug\";s:38:\"woocommerce-blocks/footer-with-3-menus\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/footer\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:93:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/footer-with-3-menus.php\";}i:11;a:11:{s:5:\"title\";s:28:\"Four Image Grid Content Left\";s:4:\"slug\";s:47:\"woocommerce-blocks/form-image-grid-content-left\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, About\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:102:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/four-image-grid-content-left.php\";}i:12;a:11:{s:5:\"title\";s:20:\"Centered Header Menu\";s:4:\"slug\";s:39:\"woocommerce-blocks/header-centered-menu\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:97:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/header-centered-pattern.php\";}i:13;a:11:{s:5:\"title\";s:23:\"Distraction Free Header\";s:4:\"slug\";s:42:\"woocommerce-blocks/header-distraction-free\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:97:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/header-distraction-free.php\";}i:14;a:11:{s:5:\"title\";s:16:\"Essential Header\";s:4:\"slug\";s:35:\"woocommerce-blocks/header-essential\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:90:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/header-essential.php\";}i:15;a:11:{s:5:\"title\";s:12:\"Large Header\";s:4:\"slug\";s:31:\"woocommerce-blocks/header-large\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:86:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/header-large.php\";}i:16;a:11:{s:5:\"title\";s:14:\"Minimal Header\";s:4:\"slug\";s:33:\"woocommerce-blocks/header-minimal\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:88:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/header-minimal.php\";}i:17;a:11:{s:5:\"title\";s:47:\"Heading with three columns of content with link\";s:4:\"slug\";s:66:\"woocommerce-blocks/heading-with-three-columns-of-content-with-link\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:21:\"WooCommerce, Services\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:121:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/heading-with-three-columns-of-content-with-link.php\";}i:18;a:11:{s:5:\"title\";s:20:\"Hero Product 3 Split\";s:4:\"slug\";s:39:\"woocommerce-blocks/hero-product-3-split\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:94:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/hero-product-3-split.php\";}i:19;a:11:{s:5:\"title\";s:23:\"Hero Product Chessboard\";s:4:\"slug\";s:42:\"woocommerce-blocks/hero-product-chessboard\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:97:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/hero-product-chessboard.php\";}i:20;a:11:{s:5:\"title\";s:18:\"Hero Product Split\";s:4:\"slug\";s:37:\"woocommerce-blocks/hero-product-split\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:92:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/hero-product-split.php\";}i:21;a:11:{s:5:\"title\";s:33:\"Centered content with image below\";s:4:\"slug\";s:52:\"woocommerce-blocks/centered-content-with-image-below\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:113:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/intro-centered-content-with-image-below.php\";}i:22;a:11:{s:5:\"title\";s:22:\"Just Arrived Full Hero\";s:4:\"slug\";s:41:\"woocommerce-blocks/just-arrived-full-hero\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:96:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/just-arrived-full-hero.php\";}i:23;a:11:{s:5:\"title\";s:33:\"No Products Found - Clear Filters\";s:4:\"slug\";s:43:\"woocommerce/no-products-found-clear-filters\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:2:\"no\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:99:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/no-products-found-filters.php\";}i:24;a:11:{s:5:\"title\";s:17:\"No Products Found\";s:4:\"slug\";s:29:\"woocommerce/no-products-found\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:2:\"no\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:91:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/no-products-found.php\";}i:25;a:11:{s:5:\"title\";s:19:\"Default Coming Soon\";s:4:\"slug\";s:36:\"woocommerce/page-coming-soon-default\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:31:\"coming-soon-newsletter-template\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:98:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/page-coming-soon-default.php\";}i:26;a:11:{s:5:\"title\";s:25:\"Coming Soon Image Gallery\";s:4:\"slug\";s:42:\"woocommerce/page-coming-soon-image-gallery\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:31:\"coming-soon-newsletter-template\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:104:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/page-coming-soon-image-gallery.php\";}i:27;a:11:{s:5:\"title\";s:30:\"Coming Soon Minimal Left Image\";s:4:\"slug\";s:47:\"woocommerce/page-coming-soon-minimal-left-image\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:31:\"coming-soon-newsletter-template\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:109:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/page-coming-soon-minimal-left-image.php\";}i:28;a:11:{s:5:\"title\";s:24:\"Coming Soon Modern Black\";s:4:\"slug\";s:41:\"woocommerce/page-coming-soon-modern-black\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:31:\"coming-soon-newsletter-template\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:103:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/page-coming-soon-modern-black.php\";}i:29;a:11:{s:5:\"title\";s:29:\"Coming Soon Split Right Image\";s:4:\"slug\";s:46:\"woocommerce/page-coming-soon-split-right-image\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:31:\"coming-soon-newsletter-template\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:108:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/page-coming-soon-split-right-image.php\";}i:30;a:11:{s:5:\"title\";s:34:\"Coming Soon With Header and Footer\";s:4:\"slug\";s:47:\"woocommerce/page-coming-soon-with-header-footer\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:31:\"coming-soon-newsletter-template\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:109:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/page-coming-soon-with-header-footer.php\";}i:31;a:11:{s:5:\"title\";s:28:\"Product Collection 3 Columns\";s:4:\"slug\";s:47:\"woocommerce-blocks/product-collection-3-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:102:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/product-collection-3-columns.php\";}i:32;a:11:{s:5:\"title\";s:28:\"Product Collection 4 Columns\";s:4:\"slug\";s:47:\"woocommerce-blocks/product-collection-4-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:102:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/product-collection-4-columns.php\";}i:33;a:11:{s:5:\"title\";s:28:\"Product Collection 5 Columns\";s:4:\"slug\";s:47:\"woocommerce-blocks/product-collection-5-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:102:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/product-collection-5-columns.php\";}i:34;a:11:{s:5:\"title\";s:47:\"Product Collection: Featured Products 5 Columns\";s:4:\"slug\";s:65:\"woocommerce-blocks/product-collection-featured-products-5-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:120:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/product-collection-featured-products-5-columns.php\";}i:35;a:11:{s:5:\"title\";s:15:\"Product Gallery\";s:4:\"slug\";s:48:\"woocommerce-blocks/product-query-product-gallery\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:36:\"core/query/woocommerce/product-query\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:103:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/product-query-product-gallery.php\";}i:36;a:11:{s:5:\"title\";s:14:\"Product Search\";s:4:\"slug\";s:31:\"woocommerce/product-search-form\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:2:\"no\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:93:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/product-search-form.php\";}i:37;a:11:{s:5:\"title\";s:16:\"Related Products\";s:4:\"slug\";s:35:\"woocommerce-blocks/related-products\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:90:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/related-products.php\";}i:38;a:11:{s:5:\"title\";s:33:\"Social: Follow us on social media\";s:4:\"slug\";s:51:\"woocommerce-blocks/social-follow-us-in-social-media\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:25:\"WooCommerce, social-media\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:106:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/social-follow-us-in-social-media.php\";}i:39;a:11:{s:5:\"title\";s:22:\"Testimonials 3 Columns\";s:4:\"slug\";s:41:\"woocommerce-blocks/testimonials-3-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:20:\"WooCommerce, Reviews\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:96:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/testimonials-3-columns.php\";}i:40;a:11:{s:5:\"title\";s:19:\"Testimonials Single\";s:4:\"slug\";s:38:\"woocommerce-blocks/testimonials-single\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:20:\"WooCommerce, Reviews\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:93:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/testimonials-single.php\";}i:41;a:11:{s:5:\"title\";s:37:\"Three columns with images and content\";s:4:\"slug\";s:56:\"woocommerce-blocks/three-columns-with-images-and-content\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:21:\"WooCommerce, Services\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:111:\"/home/ipekyonetim/public_html/wp-content/plugins/woocommerce/patterns/three-columns-with-images-and-content.php\";}}}','off'),
(409,'stellarwp_telemetry_last_send','','auto'),
(410,'stellarwp_telemetry','a:1:{s:7:\"plugins\";a:1:{s:19:\"the-events-calendar\";a:2:{s:7:\"wp_slug\";s:43:\"the-events-calendar/the-events-calendar.php\";s:5:\"optin\";b:0;}}}','auto'),
(411,'stellarwp_telemetry_the-events-calendar_show_optin','1','auto'),
(412,'vc_version','8.0.1','auto'),
(415,'_transient_woocommerce_admin_pes_incentive_woopayments_store_has_orders','no','off'),
(416,'woocommerce_admin_pes_incentive_woopayments_store_had_woopayments','no','auto'),
(417,'_transient_timeout_woocommerce_admin_pes_incentive_woopayments_cache','1742492648','off'),
(418,'_transient_woocommerce_admin_pes_incentive_woopayments_cache','a:3:{s:10:\"incentives\";a:0:{}s:12:\"context_hash\";s:32:\"8ae4ab0bdbd0f0eb51c86b4309ee779b\";s:9:\"timestamp\";i:1742406248;}','off'),
(623,'_transient_timeout_wc_report_orders_stats_a8e1f91afd3d3e6e13fb51b479ae3cb0','1743011049','off'),
(624,'_transient_wc_report_orders_stats_a8e1f91afd3d3e6e13fb51b479ae3cb0','a:2:{s:7:\"version\";s:10:\"1742405703\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:4:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-12\";s:10:\"date_start\";s:19:\"2025-03-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-17 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-11\";s:10:\"date_start\";s:19:\"2025-03-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-10 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-10\";s:10:\"date_start\";s:19:\"2025-03-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-03 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2025-09\";s:10:\"date_start\";s:19:\"2025-03-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:4;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),
(425,'woocommerce_initial_installed_version','9.7.1','off'),
(732,'_transient_timeout_TEC_IS_ANY_LICENSE_VALID_TRANSIENT','1742501301','off'),
(733,'_transient_TEC_IS_ANY_LICENSE_VALID_TRANSIENT','a:1:{s:7:\"plugins\";a:2:{s:16:\"event-aggregator\";b:0;s:8:\"promoter\";b:0;}}','off'),
(428,'mc4wp_version','4.10.2','auto'),
(431,'wc_blocks_db_schema_version','260','auto'),
(432,'wc_remote_inbox_notifications_stored_state','O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:0;}','off'),
(744,'_transient_timeout_tribe_aggregator_services_list','1742673883','off'),
(745,'_transient_tribe_aggregator_services_list','a:1:{s:6:\"origin\";a:1:{i:0;O:8:\"stdClass\":2:{s:2:\"id\";s:3:\"csv\";s:4:\"name\";s:12:\"CSV Dosyası\";}}}','off'),
(437,'wpb_license_errors','a:0:{}','auto'),
(438,'wpb_js_composer_license_activation_notified','yes','auto'),
(439,'_transient_timeout_wc_tracks_blog_details','1742492103','off'),
(440,'_transient_wc_tracks_blog_details','a:6:{s:3:\"url\";s:23:\"https://ipekyonetim.com\";s:9:\"blog_lang\";s:5:\"tr_TR\";s:7:\"blog_id\";b:0;s:8:\"store_id\";s:36:\"17509214-afc6-4a8e-9ecd-eee1de496502\";s:14:\"products_count\";i:0;s:10:\"wc_version\";s:5:\"9.7.1\";}','off'),
(441,'woocommerce_checkout_phone_field','optional','auto'),
(442,'woocommerce_checkout_company_field','hidden','auto'),
(443,'woocommerce_checkout_address_2_field','optional','auto'),
(444,'_transient_woocommerce_reports-transient-version','1742405703','on'),
(445,'_transient_timeout_orders-all-statuses','1743010503','off'),
(446,'_transient_orders-all-statuses','a:2:{s:7:\"version\";s:10:\"1742405703\";s:5:\"value\";a:0:{}}','off'),
(447,'mc4wp_flash_messages','a:0:{}','off'),
(672,'_transient_timeout_woocommerce_admin_payment_method_promotion_specs','1743022222','off'),
(673,'_transient_woocommerce_admin_payment_method_promotion_specs','a:1:{s:5:\"tr_TR\";a:2:{s:27:\"woocommerce_payments:woopay\";O:8:\"stdClass\":8:{s:2:\"id\";s:27:\"woocommerce_payments:woopay\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:393:\"Payments made simple — including WooPay, a new express checkout feature.<br/><br/>By using WooPayments you agree to the <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a> (including WooPay <a href=\"https://wordpress.com/tos/#more-woopay-specifically\" target=\"_blank\">merchant terms</a>) and <a href=\"https://automattic.com/privacy/\" target=\"_blank\">Privacy Policy</a>.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"8.1.0-dev\";s:8:\"operator\";s:2:\">=\";}}s:9:\"sub_title\";s:865:\"<img class=\"wcpay-visa-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/visa.svg\" alt=\"Visa\"><img class=\"wcpay-mastercard-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/mastercard.svg\" alt=\"Mastercard\"><img class=\"wcpay-amex-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/amex.svg\" alt=\"Amex\"><img class=\"wcpay-googlepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/googlepay.svg\" alt=\"Googlepay\"><img class=\"wcpay-applepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/applepay.svg\" alt=\"Applepay\">\";s:15:\"additional_info\";O:8:\"stdClass\":1:{s:18:\"experiment_version\";s:2:\"v2\";}}s:20:\"woocommerce_payments\";O:8:\"stdClass\":8:{s:2:\"id\";s:20:\"woocommerce_payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:369:\"Payments made simple, with no monthly fees – designed exclusively for WooCommerce stores. Accept credit cards, debit cards, and other popular payment methods.<br/><br/>By clicking “Install”, you agree to the <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a> and <a href=\"https://automattic.com/privacy/\" target=\"_blank\">Privacy policy</a>.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:39:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}}s:9:\"sub_title\";s:865:\"<img class=\"wcpay-visa-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/visa.svg\" alt=\"Visa\"><img class=\"wcpay-mastercard-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/mastercard.svg\" alt=\"Mastercard\"><img class=\"wcpay-amex-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/amex.svg\" alt=\"Amex\"><img class=\"wcpay-googlepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/googlepay.svg\" alt=\"Googlepay\"><img class=\"wcpay-applepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/applepay.svg\" alt=\"Applepay\">\";s:15:\"additional_info\";O:8:\"stdClass\":1:{s:18:\"experiment_version\";s:2:\"v2\";}}}}','off'),
(192,'rs-templates','eNrs/XuXGzeS4IF+lWztObN/XFGN98O7M3tk2W571mrrtjTt2zua44Onii0WySFZktVz5rtfIB9MJDOTVSVmVbEkzLRtKQEikZmIXwSAiMB/PblQ24sn3zxBlAFkreQKYcIgBhIoqokyAFplkXzy9Ml2Mbdu8+Sb/3oC4r/mNvwMhuu7+W7hwp9fLNR2OzfFC7VZXW3dIhSpxVxtQ5GpimamLfrHfD1Q8CxefvrkqmqcMBVub7EABhjrnKCGEMqcY8JYQULF+eW7gVbe/rHq67O/r9+FSuuN+zB3H0PFi91u/c3bP779Y7iyWlzt5qvls92Fu3Trq6W5eGZWl2//2DQyq9qYrRdX7+bLt3/8P1e7y9+2q6uNcf+s7OV8+U/xwqWz86vLf9ZXu92qumLU5VrN3y3/ebsJzWy21cXVcueWu38ebjz08UOoGXoTn/oZeAbClY37z6v5xsUXQcMlGi59nNtd/FgQkVjjws3fXezC3xmIf7Vuazbz9a5q5n9v12pZlG/mn98+2bV9ePvkX3652hT1O3ta+KvFYla2XDS9K9zv4SEW7lnx3Ua9e1psP87XrljFH83N+2K3Kpbqw/yd2rk//O/wrsON/uXt5u2yf8twwbhww6ZW6KVRscd/2b//4lu1deG6ny92cXT9+5P9IPmP8OnK9/Nb/S6efLMMnQ1PGu4cxyyAbAbQDKEC4m8Q/Abj+LWVea/eud9Wm3K0Pomv5nJl1aL+s7J2Hm8cx2X467sw1txvzRjeX7jaLNK/VuMs/trs5h9cPfLny+1OLRbxG3m12Lr/fhouN6KBBkTjdSVCPcHYNtc7UlEP4lQkFLBMSUSEkYAxTQDRCnhogowaajw6FImqiZPk4WN4keEX2201ZrcXq4+zd/GpN58mEoojd7gLySiOicbzRjCKfV8aaSg+zoOM7OaXbvO00GEgut22UEtbqM0m1KpFIr7COxCKeoTcWCTI+YgE2osETkWieuXFG6W3qUBUl3fV1Voc2msdYXAAOQlZkAEmAURYYQu4YpQKZIi3oBWGtoGJRKFucRabnDVCNrEwDNzj1uIAEDlNHJaFutqtZtv5P1wlEZtKDFRhVqtFsV0v5qGH7vddkIT5ZTn8C+e9M7tnxZ9rJVH9InR8Nzdq0RGd3cXVZfiqWWBSgcF7gSGJwPwQXoJerd4XP7hQuZUYX1+f+ep6JTOdqx2poRQwgqGlGmqljUbUGk+RoUBYghzeS02niYnk5qDNiSXm8FV0ZQUelxUBTrKpijcX820jIuFPUWyiPIQRv/hUrFfrq0UYcbbQn4Ls7L/ldrdx6vJZ8a9X212xWtYyFn+/DI8Qqgdbq9RBqvh4sQo6KD7Z7Y2urdtdrX9brnZue81jvLlwRf23ovowsTPh97En/1sVFxvnw4/iV9+Wn/3jx4+9710bt+2IePvHID1XC9cw7e0f/4ePpuTm7ZNipzbv3C60+ZteqOX70Ie37Vh/Xb6ft0/Cs6h/eVa8VO/DK7rauNib+XJ9tSs+raIxu9psAnKK569+Cpf9alOTaL4MhNmDKzzFbr58F3CjA63/pf730XfZvpgXF868X4UbxvsNvYgj49+uzNVlaKbs1OAjf5fWKB+2CE9RaBUtkQu3WD/7HPiFD78yc7WIAqUeJQrJHoW0g8LtRZTIFILNlQZ/5d874COeaAmJZVZj6qCEAHoPADbEcaewSsBX/ngi5AWpnq3DG2ymfGXNydE3eJdTrWfBRN9cuMZ89pvwl7IrjdjtLtQuTC2XhXZFeIRgL0fdH2Rzt1mVo7wU4Y9Ob+c7l1gNgZRX2yCvxWWcDs4+XrgwMw1dWS0WcS5amxHZdugIDN0LDEsFpoRt8af9pGovN2VBMtuqxadzuTsDtSJMNJXhKvybceGYglp4p4NmorBUu7UUddqYyn6oGr0ji7vT+m2F59B+ILc0tW9nQFQf9J7Mh69I4bC9/PBEfv706TIRmnfl3ypJCX/uzkmJFdBD7CXzWmojAfUkyIxkkAKM9F48wg9Pkok98A9WT6aSitH2r7OrWS0qt1EqZ6JSElsxGGNXz+7Uzg5CGqW8ePvkO+fV1SJcbS3valwU34eh3vZqG8XZXKhleBFhrv3O1XPoMPtubNrXq8vWfo93WJ5itL9brLRazBbqU/jg4XfDxvrraLWa4u0fiz+V9Yufq/qV0f45tvZPQS43V6aU8vJz3vQZvPrPcqox959m+ip0dTOLH3Kk6+WrjKMhvuFYr5plNL38WmYJjxHTfI9pkWD6x4CYRcTM0B7URVPY34XqFx2YPIoiyLDnCCtJkOcCYQq9AlgyjVuTp9/OVCvvcQPmrqyetPETjR6OwK0nDNXt45WI4cDy/S5UtdC4LJqhFNCyU3oWhnuo9dnL7bHWHe1DnZGAiL2AyEEBeR2sQlM9cV9Atm3hoYA0RR0BQcH4B9oSCLwmYS5gpA1i4pSGDkGKwYCANO1MJCBrtQkvQP3e7iBNLib9W9x+eo2vlZbjsjI0/J8GG6Ldqyq3p0qzoFyf3y/Kb4vLuHa2S+cYod3wZHFJ7A95Ep0Kj2z9G0AiPT9Fm6v40W1WidSUhtjsorpYSUt5KV7pCAm3GgouoCXEI2UNEkYyRAgQkihl4F5I9j+fSDZiU7Oy0cllom26Jwvobl0YnofxfXm5Wi4+VROAxIuh7E8Ru1boxcq8r/dtKyt5+nFefvrHOMph4saT+vFE61u926jLgfWispneclHnanfQQ8jDrBfEnSWDNA3jXygUJsbQCmZ0u+baaWKigT9vHuTO/BV6d7jtphMj1y4aXTuLvOGSUftZ86bT4Dy2fUF51+nr3nWCrRcXTN24fnYf1HJV/CUYTepqo8Jo/Val3lyLsnyzL9aq9ekaKOvuTkEuvMDBSmDcQo2cDnykggCtLdCk9ewaaGiqxfX9Otts5y7XkR3TL7H37/EFLyh+9h5VXkjMC4l5IfE+UN96J8LUPfGlCiP+B6d2Ue333HYvQ6mvCveAT651vdgdAEjhMPdXGgAgqXbWMM8Altg57vdgTxo4CeiTEHu0/ZMXPeitPXK35ZJRsGiDMM/X60Bnu/q4LOpuFCtfyV38YvWbarj34NwtTWx3W/hmVJwlKlq/TJg6Zr6Mdm4zVy7efExXh0obuJkcznYf20WiXkkHGjYww0MNNaUCUC8xQgYxYiiNHv+0nTf3mpnIFuy2e0c7D0M3ud4aRM8QOgIYJtEtzcGyG0Xdja63/1/nl271tPjxzcufaSmmfwuCdhWMxA+hr6vt2QOmerSSL3G0ZsCcNWBab0dIe4BptjSL51e7VZg4fephZh9cptoaKWx65R3kBHPEcsGphibu32CMuYiOksQzQi1nB8jpNXYX4Llb4tzWlKn2a/agIYB+Fmi6+5tvn+xf4JOiHCFxye5Z8fog5k7pbRp4l6wwPSIIGVW+qK/F2HnUO8iwdSWFqS/pn93HbXhU8/5deLjwTf8aNWHComUon+l9+exDXV6RqCp9V109CG103hGiDFYeeEkDfLwgRkCmgEC8XQDrNDFxPFe5YbS9s1CuqvlT98rorffKDjfDKnum/UiVOVOtgkUUbYuPF25ZuLhD3KxrhLs5t3w42JTPcIQ4CXDitd7DfUWTrMe7Jdm630J+yJz+bmRJgsPNyPRi18BRgEmDNRLMai2dI5jS6NVFuMMYgC5gpt2KLJvcrMIHXk0/jUobPzXk4/ZsiXffT55aR5Rq013p1FGr+NPGBcLEoa2WnyKQ3v0hL9HkGdR0/Gj9QqEY4UfxarXdlU9tR1AyW4calZ/VIFWS8i5gkHcgzJ8AlgZJpSVBQHsLqXKGEiEGAZM0NpUvXGzwjlZskrbvmzS3iI/5NfT3VexvEft7x6s05+C6EIf0rBzS9V7FsO9CmIpEf4XIufhiit2nMMX8tLoqPsa97FDBzrfR/MseDPH1VAB4lBhsvX+hPMTggf9iyaKO++L+SgduMkzDsKAUCwW5EWFe5qyAnHICPAdOdeE2ofviw07N4F2bT8Peiu/D7EtfbZbbJpnGI5x2VU+Wp12PgBetwzMCh7wYXN8ZWNTpr+h4CaCTDjIHMMOICEiZQQhIFx2bnOwi48tZzrnzKVe5K9Vf4TiESKnK3/6xWKvwMEX1mNtHQ5K8avNoEny1juQIHuBjEWzHYEIOGB1VSd/0SK53aMKQBEoKRqwwxDAMIReECuYsNIZ616FJ0siEKzh1q9tAiKv1nSzjdO5w3TrxdY6Rt42pKMU3gUjobJRlE0R1Fb3GP8XovJdqvjAX88t10fa3qPpb+Llb2EdrqjytQPO0ZM6tHAVjwsKYJC0+x+yyeUGzAIOYh2V2MCAT59pBrLRv2Kysq10JM/zOFX5Jxs/UV/zPq13xJ7d0m7lJwbfavdtfrJm3v9Sdb1nBtZLUAYRgAJ8XCAsengUZp6xPjKf976dyAw+vvNrsubM8K4d3uItERde4gMd4saoPB3kNSyfl4jDKsoRCkGL3fo8bt3BRALJ3d/buzvsBZwrn1rsbpd7dry5Wu9W7jVpfpNuJ687Vis7Jta5Xt0aAI0q48ppTR6THWIc3wGMOLMzazcSkganW99sW72yZv3eLLzzrT8muOrQ+p/7JTM9MP1+mt274iAwzfSj9T4q0XgKgocKuNa4E0YJKrRC2hoT/Ci6Iw0owSqhXQ7ifOglQ2fSdecZ2Wj81z/hJtN/7x2beZ95n3mdPZNTGRaA0LuK1UxtzUfyw2lweLjBvy6K4AnfZXWE+LDg4UEI6DbUFHiGNFdIAKagUotBa6HG7xHzYylRp3nrNTp3qrf9azm+FucqwUa4l7zORVB0vwkMEem6LuB6TePmU/P8ilp3r56wePi7/5pXf88VSGyCB0gCJJrXekBXapL3rWaCHBR0uGWoUggJLgXHAEzKAEecN8gw55WgbmnXYymTb6YESM7+4w5Of+re4dSolcGJCMa+W5tOB9Vl6VbsgnF7Z2gbbGrVwrSPizl1uPy8D5VT82Q+Z7Mr8ZZk9bTAESoMhXq9Xm13Pj29bXj0wdsprPTNHWMcVDNNWjBRmyDIoLKKSeq+Q56g9V7H9/VQZ2fbJEqdPxZbmYTwpvOrWaTmXRfWiivLB7YhL32Pzv8mefI+RGW0ABEo9fyuPsX4E1Yd4vRdC1bnadelTAhHjoPdYlikdmfBGOqsYsJ7idle608RE9Dhoc2KAHL6KW/oBn5aE4jaJHKtvmZM4Dq5QVS8nJ3D8uhM4ojYAAoMeBg8sp1LwO3bT/srBLIzT8D8vGeTYCkGFNNYaDRhEQHPeZd/UCZzLRu8mgXPZ9H2fQX2YwLn6NJXTb2J6tFbUlxx5/rp0RAoz993RNfBPVfKhanxE7+7FfLv7P/Ff//zq59cv7H9+9+tfX/7rq1f/v++vfvn+P//2/f/35fPtGnx4/rePFP02CJDLlZ4val/rih/hobfxSaus8c/Ki+UbT7qebb2zgFwbtYFTt+tfnS5ebYLWDJrtO7V5n6Duo9OzdVU0s1VRRbzDgoPMQFpwZDxgQDiGDVYUYEcF5sQaDNrNz8NWpsxLmxxueDdJaZMb3JqFBGRnl7z5mTc/s7PL1EeBt6E1GB1h/KFNe0ji7rrgYGkH+ZpF9xYhEUUIeswY5whyyaVFzDEPRpE/m9TuVVFS7+rokrbxU3nPb837MILcZtk/pCTIkasN48KGt2bc9lnxZp99aRuT3TplLurCRkFUsLShaDtffPpDXmLMZufdIakNeMF4BEk/l2eMHWFSdQjYKJTa4u4ZCSjYn9QypRRznnNKkJRCWgooZESiQSq1bZ2Epfaoo/ZE1ImgNNR0RtLDIClz6NFwqI3twOQYh7oIqrGwqEv27EmvH2x5IGyVptpDiKVhWGKBBCNcSeuI65hCaSOT+l6s78IEapvOE9484c0T3jzhPQOqt9EdOPX1bfLu97ew60Xx3ib2wfWuo6+TLtiLQhlOPPXAAM0kN44D4alS7VbOQSMTMb3X6sRg77+Sk5JasbvL1KfigQpv4ofN+9mDDG5eT97R/rp3tHEbA4HZABcP5to1AToT7OTaQdSDRgYiRaggUFuPoNGSYUA9MiKYvYcwnHCFrwFVtRh3Zxysmu9hEN/1DncjvHlX+7Hsav/sVFwDiQepr25nnLql0gHr2/LMgybzTzsAr0/7UzVQlA2U72vorTeWd1H1usib8efC5zYYBHectauJ6PdlFs/UXbu8PnPN9dphO716eDysp9JJqwUPBqojPLA5hqsJYYnySQhI2UTVQk1p+FmU1vN3M71a2DvLBzR+g/v3RRpPB3S1nP/nlWsWFKr3WrIvdP9pEftfUvARLin8EOTUX23CT6LduPTzd1cVH4vVupqhrxcuxjGVJyrGlofocWv7twr2m5mgn/+uPqjqG42uQbyoQgNfvH799o//+rq2f4MBa754s/bVxl0GcfpiJvZtNAtOU/O/qIfx/1uVZ4s2fGxSrP6julzhMb14sDHkvDBWc2CjVzrznnmFw5xeAcQ1bU3YuoXYwElwTHsyLRUHWr5/HH6I5yTU5CvRWDbdWaktQ3dvaiGFN1mTIIjK2z9W67GNuIYpcHlBVeuCIyAo1x6L502dSoZ28cwiN98U61Xse5jhPUIO/7QrLsv9Uu1KFIQXHn8Uc/bGZsK7De2E/kartHxR4ab1OcGxXlBJczMPPVh8qiz4IHhNpzIJz5GEbYwOTmN0flit7FDMsA/X+ylrOle7B6lx7SmhAXyMUaGAwkAYDgxHknOZJMqNTRxGCv9Wbgp9FhM7PZoWikNNP4CR2A0QLg1E63Zqvpe3mJig3Asvu/jswfmoNvVe2n7xNC4+xMl9tfWTafl10PJRx0HjNpiHpH7ubzbqQxDDepfyRXW06DYB566sMNuWFWamrVARdLi46wapHbcMGm44gU6bMPWGxkEgkAZGc7hH6XBbJ5mYTZPNiWoTofSw2fvHaHtGXOeo7erdNUfEbmtCFUoHhRQgUmZiiHu6lYdOuzCWN/MfaDM/24l3zL02voeg7ozZuPWuO1mur+znyfHv3Skyj5GKQGAnOAWYM+QZJ4wjCiFX2KRT5Pjjk9iVrOglGQbLDzCVRTh+h7NIJp7nyNnqy+z7bPaRNu6F4I7Nd+WKH/ayn86SWyBUDGlnyocl3WNloFAEa+uFxBhrGv4PQ88sc8Y6TNuMFr1mTiJkkpMvtKHVZnJD78gdrickPMbHz7P49jsqKS2rh8m0POWE4qFImi8uy9eXxrc2iIakzusv4gHZ4ZfFD0E8bHdHpC7y+5La2Ote72b6kgBpz4zEEDGDDMMIM8S0DEYgYqidvx40MhHadqsrc3FXQdtp4ycCbcLTY+pNk9Cb0t/x8AQZ/N1srTZhMKjf673k7bPHcQL608oBJYPlzMHSRsWQ1H8af1e8agbea+OWLk2NXxds6+t1Tvz0aocqFFLGPDSOEcmBcJIr4Kn1ygPqFGxNpk4TEzEF270ETY6UpO3rkwgeIwq/tYmUgqHyzIvvrKJKFdgSa5euPXZPjuL1pdrsmpi1zSaK62WZEjTivEqtvFp+mC9NXDgLQ6B2LCrerFaL3Xy9LTcIokW4rGNoHtj86rIwRzGfLSEfrZ8eaeNLSOpH/evqY/FD+PFqkzrpha8dBnTcEQ0Dut05OLjePRgqTI+QhdwJbbhRDGogKfQUA6o4lUkO+W4jJ+Ex0GsdPVw/JBHE09pdR+5wmvF1+0Dlvg01YI89Eqsq5wbLBuDEgGsDRQjvGoBJZPS1aRmCLXRNZoZQoxtG4i0m1FCrBKAEEiCxIwwwZkIJp/Ca5AyhueksxNrgnN48bEzk2wDvIFaanQS8xDbsTjwTQ8+69e5ilrgqq2WgTYy4M4vVld1+OWzMdtSDYaaNdyCiY0etXqwuL10Ml/x2/i7lzCrok3ctVMq/dr0tfLCVFJaMsmA6CeAE0yQmmKYaE5BsUVa/PREXK1P3c+oFqsOGb78fCU4/ZOdG0bfpx1qvtnFGmcNvO5PU9A29robJYAju1i0ibCPNatW2jQG5xUe13O1f3VcarRBEM4ytMvtGHOWtfDxO8LVxDESOgO/1ZfhRF33NM2/roj0EOwVdHEJukLLGUEMM0UworgwLcoeRVwCDFIedVr4cMKZ21IEZhRjrUbHIWMxYzFh8ECy2QQ00zbj/FxeqXm3i9/6xicLfu2zMlwEhy/C1W1+N/aUOCgEmAirpEBUUQK8dFkJoIgQGTolyo6N20tj//tT1tLrX1dx00vwEw40/rNdakvUvdWCL8rkt7DxMJTeROMlSd+2eu9r7cFzElcxz3Eb4srYO8nJgnqXfnMpt6ARNQyeev3MxlOnXKplen8yqLJ+Vuff2bE4vdlf+pHZIeWspVcAIC2z4xxiItCJGoDb6Nm3hJD7XDdXJAO+A0eM3uAtOF6eAulz/e1/60m2W2zRDQZWnpRxtCadNNOzOKzRNmYu5+xCROG8eIPsofx0+yo8XrW10Bk2jM944dVnPiRKghk+wCwV7ltZ/72DUCqdhGPuAKy5R3ESGUGgNuefAoPKRq97VPz4tuuzi6lIv1XwxK+22WW9KOG24xk1vd4MlgWfkWCLaWzvexDfZTUFbCvm2Efso5Xa+jSZU+Es9pAJQ0+x6pQdz/YCVHfys+Ol8HJozXm+G18cTlvf5acrqHLr74botc5UF6Z5FQbguR1n16/J9ty30eppdAB5WNdE2eIbiQ9U0kGBi//V7SSZ6Jd1zwTijzFJrVNBbiFEDEDUaKWwZkwLIQ4V1kGtiGsV1kBXi3jTYtfe9tSoD16uy4ga6rHuAfdZmd6rN9nKR9VnWZzkFyJ1ptDZciqbhUuT/Fk0C5N6USwfauE29DrrXaJ2r3ekXN9Q7Lz2iHGBuuYJEACyUQgoK2uaE7zQxVZg8eb9PFlsu2zS52+9arZ3ShRvESHQ13KFjC6enLIXVnS3qblYLYWFENHFK5fEhdYqR81rv0jE8I55LMvcuHnCySsPE3KKM4Tjr3EwjoWAPsQKW90Py3Og2mqSNj6P01jsi9X7Aficg3RjplHUPjofQIo6M4IhzxRUWVjruLcQOcUn4wf5Ip6Gp9Eu5gzFtTr7Bxm8y65l4e6SXrDRnYsnLcDk71pcO8jaQj7JOdqzL6IHyerVadjJkxavbVZIWpr3UdTXyQjrrpaQUIhfzwAhGFHKOIwQFkkmerOb3J2aSjs3MYjtJZN3VMo7jaFA056XNok6YLMf0Le55F0T/vHRah4cDBtgkXzvISTxO8Dx3tj+ozTxMv6Ox37QZXUu382BDBiFx23x+wCM4P+C04wurtzmLTC0XqVIpvGadql4ZSzzHYivPvoTTYL40tdSGX9I0/PLFxSbMNS8Dtl4vw8c8TMGxDRe76Tf2Vw5yexOuPRCYG+W9YIYhAmW4ypgEKNly2f/8NOXU9HoW25s0rHKo6Z6qoXftA5v6UF1exZwYi3h0dfOtyvdh080TVSxddIyNH9Gr/YkwGd/5+JeH5OKTf/+vt4F8u4u3T755+6S1bErZCsQL/XqbWjzt9Wfri/XbJ0/fPlmqS1f+ugTUc2t/WZbXAwnLy/WrCM3Efwa+9tuh7x0u1pSsbrctG3jy3//x5Lwx3oa30jS89S/R8fLbKEovr8K3Swi+CSU6FOwB3lzopk7ylHJFvbLIW2aUFEgx5ZiTDEqG26Wg5tenhTGERmaxldll7O2sLL/rHYXb3fQB1otiBwtd4rDC+4hPbdw9uNTOxjCv19FH/0WMnm/W5/PBjXlNPTvCRlS2AbE0DYh9vXDuffFzGG1xhv4qdLCTWSkULqqydVXUpFbqFnTXZrjnHjEgJGZKKIdiDkusuZXSOYd9klup28pJFK3bmcWGZjFBZrJm0s7bJmHnTW51vusxy+L5ej2rv/jsVbkYE+NVV/rvMSShOdAh4KcyAuu8JKWtWWWsaxNoPlqzOq9en+0yATojaLbhsiwNlw0CNIZMtV4PAbN7ueufKZxmINLSQCKI0sLb6J1pHGZc2GTfsdPGaZFZgQB9ik2MyeM3uR6QqLx055G0I5AMvS/q3tcr1hGS9UFi5WQ7YENfzRf2TqNpzy52NgdenZ29CcL/zcr/FQB8U/7v4dHZxrSyNKb1O7d931tXDePnfXdddX+lm7WTIwWVkAo7rDHGRhOrnUZYeIqJaRMM7H9+EiVLh4nY1KRLqget3j8HtVPheaP4xV6kKYxjfrrVogivxKn9KdofL6JBWR6sXaatW31cPstJfzMypkdGG6vJOidpLVz4In92H7d992ETy5ahaO/XVLsNdK93j1tABnuKoHcYagGkINoBD6WDSgqZ5P49aGSixJexwbs6bSFp+/65MnJiYPkW9wJcLeg1cSutQ+0tkRJr5YyXDz5pO0eMsDaujqVxdT+VCuBPlRt6gpDyo77bX674kV7seok6Dy2nmHLrkdEUaymB4UShMHmDuIVH2sJE5FhfrHatv/+k2wHHb3JrloDDZLr8liwpe7GPGdhezXdKL0rtXsfFxbiCTSOQDzAB+zLcRPMyWCbqDYjaxnWxNK4rfMmlVRtb/PpqgKvbunT2cT07xOtAWfe4P4wAplooxBlFVgABrbZeYYKtkWXS83oLod9Qhu1psG098atlmYGvHOQkjLhZDEFugVwh5i4h+KrydPFhJrqqfF3K3xblcK4Coq/tcLmUl+H38Mk0b+Ee08jHgIdMp6jvJNOOgBFXmb2nzPhbenstFTp+MmcJ8DacitHhmfWr8GGKb+s0p53ZdTWpjB9u1qRBTebYh6UdjHtiPNXaUai8ogozyCnROtDcaKU96s60D5v60ufbp+WPL26TKXljX8X+1nmSv/jEx3Ewz8rBfOO8x3H47z6tXSfx8V615dzHj9JubYOPWBp89FMT3vHBFb9ezHdOr4K5kC4JtBU+puX12sBQadcDhgpNlKeYWmaY4do4QxGiglCHnSbtIsFQUydxL2lx1jY52/twVJuwlSadhoa3uOP1nuPTrkk2s+YovM2aZC3EfrO6LK+3A2BvIlYvvBHve11VGIpKMm6zUwFB93USbeM8VG/UF/UH2o56l9+Q4engqMbfIMN6H2S/3qJjGoZayvNix5flAt8bHB0z/7B0wNJvR80plv5t8Hn+Zn8b5cRER/8tVx+qIJLehtp8X5bou+ZSNxMPJgRoJiFiVhoomLfWcIg1FDq8DJQoueb3RzXbtaNXu2DVHR5rWc/BZtF9bCKFdu19bqLG8N17d+7d3xfuXTRYvbJuFslwcO7ms+KBdFgkx2K+fF+eP1CB8vzXyEdPUM+RWF+26ymeIXlG7G5Dm1jqr/+d2rwvXtRj+tvSgXFWvHTLq9SdKtSZlYlfYlb80stxdllVaQ6NN++DPI/VOzjuj2iLEONQWmywxZAwKpHkzGFoVHtg6Fhrp0G/bDVZf6vRVsUrTQT8o/e4ybpOB/UAkVNOTv7b6qr0Rq38IltzvEylUC2DRJyW2591DqIiiEY9hIroGLmNGiBIpg+/qH8dv/hdsvcn3z0xqlyXj6yJA2Lfz2YOpuKSkNvzqB4STxuAJgv8twrdL+/arBFVI3B7Xcx+R5S25Wvc5w4IpHe1t63eRD6eMxUrS674y/4Gt+Bk/X1OW+QJ5T/U0l9ESo0gtLkWhmh4lAqGd4TV5lYlx9AIZ9u4KA6u4+yPrjxo5Rhn4U0gCw9OFBABqIR6x4LZLIRREiNrkFRGcQr9UcLCjNeM14zXjNcD5p0LXtsIKg6vw+tzHb7tNXxFM1XXupayddUOa5EUBEAJIEVQQcmVQJIYqInn2PrEfe9Ig5m4mbiZuJm4NfXOjbht4BVH1xH3tdt8mJsgDMehi2fbtuK13G1rd8MurMLOMkAJR+G/CjHDg9GrKfKCeoGOordtM9M30zfTN9M3Rs6fIX3bGDaOr6Pvq/qw9WvoS2brtuK19G1rd+grpSOeACylRQAxqBjEEBBsgaNAA3OUvm2bmb6Zvpm+D03fOvrx4QlMzo/AvA3/4+Q6Ar9x2938crWchx9fQ2EaBl+n8rUk7v6iuwzhJUTQAeesjc7RTlCHcIAxJ1gZpY/SuNtuJnImciZytoejrJwhjdvQQU6vo/GL8OPrV4DZzOzrXcvgfeVuflfqtTMaQuw9gh4EC9hxZQ0QDHOcnB5xtMlM3kzeTN5M3uiidYbkbWP+OLuOvD+sVruOG/AQ+PjMN9Wu5W5T98Dq9RRyTw03lDjsgEHWcoyNt5gAcHzzrWkxUzdTN1M3UzfKwhlStw055OnBMj+XmS+v8du9gcvudd66AkAgOfSYYMEt9ZIo6ImjnDuPBVJ7xE7uqHvHUM08zTzNPJ2Gp2fmmTsSAcHb6DUurkXpgWtuF2/wOEa77riEas8hl4IECxUaByFywpmYuQIQSs0IQmHGZ8ZnxufXiU94hvhsA8i4vBafh663N/O6vYHDrSAAacIAwyKef2gxIzFvN2QwRg9zO2aQTuJrm6GaoZqh+lihis4Qqm20mADXQnXAu/bGjrU386nlWhinEPfEMuUgN9RBF/6ACOXaAjZG16ncaTNgM2AzYB8rYPEZAraNFxPwWsAOONDe2Hf2Zm6zFhIhMcUMWQ4RYpgZq4IxSwNliXZ8DLBTecxmwGbAZsA+VsCSMwRsGx4m0LWAHfGPvZVr7M29YgFDlGpvCYKOAM+hVwLKYONiabUHeAy2UzrEZuBm4GbgPlbg0jMEbhsRJvC1wO27wN7U+/VGjq9CCWEwIZxxphnEzlCrkXfUMozh6N7WVD6vGa4ZrhmujxWu7PzgKtpgL0GuhWvPy/WGDq438W3FBAOgCQFcISCx08hBB4RgIhixGMoxsk7j1prBmsGawfpYwcrPEKxt3JZI47beOHNR/Gv4gsvQsxaku3D57/urFTyTa909Ky+R5cBCA4HAXHgJqYbCIOM0h7bds0oa+HLp+AxOyMc6TXjZXCdLeHvObmHD3UsZrg5ZKnYbtdxWQ+sRHmCZD4o8pwMHRBtzJNKYoxdqU3zn1CJIw0VJgv0BYyr0M7leHyyWXu0mo9YgQkMISpVQjlhoLRMOYqk9ZOnR3WkTp9EjNDVr25r2JLHBtj+DGwfHCzAKMjcyNx4PN9qoGZFGzUSb6XV15kUMlemfVlJOpsoKnWCZ7uXuybLWCWg5MSQQI8zTkEOc2DB5w0JZU9o6yTxt38ZUBkjbah1yM7EFctB+DyVwCCX4rk8qKY+UjXVU+PhxqhY/ZgmYskKhF0Gu6sNK8iHa+VypL5JxbTiLSMNZXmycKk8i/GETvkU8nji1j+pCn5TVNtJhycFOKmZGYyaUx9oohXywkjRw2nnHCG5Xo3rN3MERTXd5LNPNbCV8L0cxXcytbS5tK+bFo5B2m/m7dy50p/gwV8UdncU0CImh05kyXzNfv0y+tvEusmNDhjezLV41R6J9X1oZqQkZy5uFm9aCTK920AqxtpB6ja31QktBoNGUaiGxkMbwxEklbWIUq8WNBsB+YakyktLsEtUR5NMg9rrbnE5bCcBEtL1cxV2AWHOziiPh8NS7bT72LlM3U/euqdsGxMjUqv3uahWI4/ozdlsV7EFb/70bgS2JYHE7INiw3DBGw9ScGxvMWSKMMW3MYP3jqSbnF07FcVsKxLS269F73IyqpENV0LVhJ6Pq1XL+n1euZWmoEuiaDxLNa45fHLnaSBOZxke/nMeznheHuXk2vw2l46mudh1BgGWKCUmthop6JDVkXAIGKYVGerCHV/Xb09h1WXV2Vm9SJxv6k2BrrPmbLCuyI1YghOAr8PuITf60fJiTgOtzgP811Htd1useBBxeQ+zW285oDw29qT9w6bAS33jNf7v6uIyAiz8yq0V4tzXq6gZrwsUnjsckq+WneCp1BMy24/uiwyt/t1ldBTJ2mgnGZSPtzW3iR9wWemU/PY1l1XcvX3RT4yRlpHa7zTzIgRuzRivTs3i+r1e9wbdPnu2iH03ofNX3cCHFe/nRs8PPI3b4uagyCU3l99NI2K/1Z3/TMvSckjCRES3ZhgtBAAbU5EHepU399g60ZLza3cgXmjAomKTMM8eYssAA4QjFSGttXaIl42+/DC0JbqclOchaMmvJrCWzlsxa8kxybY1pSZloSTigJQ/Ta21+G8ynVV/uBRZAYIgmBmAvkYgRXE46SbUJuhImmnKCjFmPVFXKrCqzqsyqMqvKrCrPJYPaiKqUIFGVaEBVDuT02fw2lsSnLelm7bFKYieoYYoQyizECBAACfdAcJ+4P7W//yrVJoRZb2a9mfVm1pvnqDf3u+MPoDnxGWpOmGhOPKA5f1r6zlLsb/PqwoHGjFe72pI5zIQT3ka3C8iJ8sxIAbCQylGc7ljG336VmlJkRZkVZVaUWVHmCea5JDgcU5MoUZNpTpifltv1fFMFs/5YeuElynLeFl40ZZXe7JV0wwmlB0Qj7YBmUHjFHRRBfwqsBdM8yQ/ba2Yqp8WyZNa0ObG3Ytr4ySr0loE2pRde6qcYh3mjCb1Tu6vQxQCi/7wK9edhFHwKFA8Dd+dqt7vSAc+sVovENbxG/MN5DyYP8az416DzCtfxI0zcCOO1RP2UXoVfg1NhibPH6FIocYKeNGvKS/VO/WM+5A59WZesV9tkdatztcMbQxnymFDuiLPaAgwklT7m/WcOhP/uedNpYirWNI3elXP0Qfu3djMkXbdoCMBEeRBUFW4yS8JN8HezV92Ik2fF98u/rz79IXtJZy/pL8VLWpIEaWlKlz+7j9u+GeV+X4dpxpAZ1Svp5iX1CFiqgolgJLDOAqEFpl5LJzDgtjWjes1MhbZleJ67sqKStk/1nJ4uHUMpuWu3ieQqfBDSOLLtfBtM/U+BP0Xs9OESRZxTxaf4Q1HKXREF735hF/ARp9YV5uL0vPwYmXOZcydyjiac4wOLq81k+FU9TU5MuIMlx/W+RkW+PeTGK1bdrP8ehKFZ9Pgtmv7r3+BvX9225C1niq4YW7SoJHe1jK/7nWsXW2uzro53G1vlqwy7iMFqWTGCMa4s5kXYvAibF2HzIuz5ho2EL+AeeCGWJSo1jbD8Tm3eH+Tm7mtVGyrNDnJlj2rW45Wv0a7k83Rrec87zix79B73nXy7tINH1exF5FFMGbFdOPe+l4yjNH9Xy5l1l/FPi5WyUZdWO6HbnH07U/V+sm8XET5nyFA0wtA2SL0yio8dcNCH6E35+bnoxPm0ggzMDMyv7LiCh2bl2BJOEqoM0yCsN5/W7uMmPMumn/1tty9zTVF9esFBwYHHnBdaOcCMIYprSIVlAhgAHZXWGtQeYXDQymSb/vt2Z03DU+/8H97henri8tKk2//zbYmOBjbN5v9mdVleT75sGGyzICj1G23m1mewEXdfK9TN2n6jX+pPs70VeweWj5KBEN5xvDIItN6n2K/Xa1fspTWvkx9fJ3/y7//1NsBud/H2yTdvn7TDsvcR3qaD9rD02fpi/fbJ07dPlioYVbGl5Os8t/aXZVkayFsW1i8nNBn/GRgWb4cGxtuBoRGbePLf//HkvJf6k2BdmEYgfbtwYey9XFnX39jUsSz00R1sax5c72gJ5AhxkjMqmeWUK6UJ8F4hAQSzxrdRSAeNnJiCOTY2i63N4pLUtHuaw42fqhpu7acx7BpWdaZa2f/x5Zufabpu/CG80dXTIryzxfwfNRWX7mMR+laUTxVNa/fgSeize9iX6x4Wg+1a8qQRHG/Kd7mYm/nu02HiuV1SNpiDrlehe9qWpQY6Tp1SXjHMBBaSKowUQ54Y1wZ39JqZ1EH1bjxTe+BBtwOPPJugjiJP6POE/j72lTqoOfOcZHSMo0kkHCRjHO3ZcB3CHdhxQywdMOkk4EBCRywVyhhuIfICIOuQD1ad5naYpnfg8H+ePL21IZeJmon6tREVniNRk6ApSMeI+kuYHI0CdVUXjvO0rNE9S0Nb4WU8ngg7TAAhkjFiGNUKcq8pHMZp2c5XQFOMM0wzTDNMzzXD0ShMkzAwyMZg+mt0wv/VFd+txoj6MdT46OzqKFSbSh2uKiUAUIToMNN3SmNAILEBlh4j7V0STjHY1FeAVlEuv2S0ZrRmtJ5jCpxRtCbhaJCPofXVZvV3100h1wHdui0fB2tTqQNW6hnUWEEMMNaKKQoVFIgDyLADio6spjZNZbBmsGawfvVgJecI1iT+DYpjNuu2+FM8M/iY0bp9V9c4brZW1brpDZz0ygtDqbPI4QBVCTXCjHHHIcd63HCtGvsq9qzyqkAmbCbsMcLScyRsEg4F5Rhh3yi9cKOG664pHQdrVaUDVY+E1sRYBJyBHkkFreNWUWWBNEjiYahWDX0Vm1ZUZqJmomaiHiEqO0eiJsFRCIwRNY6e0Hb4CpdjWDWdKuNsTep1j2iJbv9KcuApJkQCzolXwgGKPdXBkh0GbNLaV0FZxjNlM2UzZY9Qlp8jZZOwKgTHKPvDarUb9w3wTek4W6sq3aRg0jkNNNGCIkM9J9hBbTlz2AmPnB/GatXQV0BULvJCQAZqBuoxoIpzBGoSf4TQ6B5WL5g/pdx4KP9IrbFA/njlt/Q3XxIwT47fD2Pr2ICLKG0jicqUCNvin4rN6uO2SVAdxH5XnjDlbGRSjDYKEJvvqvClYr3aVcmrc0B/JujdBvRP4vh/j1H+Y/iESRAVSoOo/jw3rni+tMWLMFKXh2FUsTQUlmW/vRwIo+pV6E7xvYjh/YgZTggjKMzuCTVEQyjCdJ+1U/xeM6dZosvQ3MzExmYBhOvwmsPrmt0Nbm90r+sS2LI6/DOHXGXkZqP13R5M/1Rj6UxDrdgYbZNQK0TGadsLtupw8MfBYKuBKt3QVSYxBBiHZ9YIKIYo5QYJQhWxTEE4zNwfJwi2+uKoe9vkKxm7GbtfC3bhOWI3icdCdBy7r93mQ7iyHQNvUj6O3qZSB74AeY6cYYAJAIxAkGoTwKqAZIg4wYfh2zSV8duN5GLZ6s34zfg9twiuUfwmEVyIjeP3uQ6feYy9TeE4eMsa3fwCFALPvNVaOEk4dsIg5JlEimkjpB+mbtlORu65HtibkZuRe1bIxeeI3CSyC/Fx5P415nFLkBthopa2xMlvH+rCDnL7NbpZ+rSWDiqLkSSYGkMBoARZYDhA1JXJEKrH6reTkZuRm5GbkXsD5JJzRG4S84XEkbXdIN+LKOPbMe5epDXG4dtW68YneCyZ8pBhxaVFlmpMrYbcQKe4UmyYwG1jGcMZwxnDGcM3wDA9RwwngWFIjmN4IKtBZxXg1UhWg8FK3TRcjjFJw/87L7AXklNNERLSAKGIJWR41eHVJFkNHj1+WffMcZbpm+l77vStDyC4f/6yc+RvEkaGwTh/37jfd9WoGTODY+J13dQYN4Pbal0Ke4ydFlgayZzCCFGvvIdGWCyQBiMLEW1j2QzOZnAGcTaDb4Bhfo4YTuLMMBzH8Ivww186u24dHppQPLDvNlSnm9krGLpWauO5tJhy64BjkHAAnARSMDxM37qljN4OemlGb0ZvRu/ZRaSNojeJSMNoHL29IN8OC4eDfAeqHHBXIss9RxpzDhVxnBIvobYKMKzHtt+mCPL94rBLzge7mbp3Td0fwpe42sYjgcuzwVZmrhbF9kJt4qX6zMn9YzafbKBqdVjj/raP4KSwRwh9eYbQR0kcHU4jOwTYFq93n4Lw/BRjVxPch5I93sOfu55rQgioNIWeQ428thohwCmyGMGAcbXnePjhadwODcy2sX+zMrZ2IkIftHqTIw3h5KfdxjtXRwCWSAmS8d5tS9zFg/4i7qIEC/A/t9Uph+X54f5q+f5Tc2z44z+58LEdXHgyjh7lUYYoiQvDtHOI6lVzzHb9ajqnqF5t9mvPzQGqzaVu7hesLXPQmHJLCmAjCfEKUA0UsoKnZ6c2vz/12NSr5qTrWdPeREemHjb8IGyprbPLkijR4gs2WymHmyh4MX9B7GiDkUJ9UPNFzABZgabub1F27eEYcwQv22v48ogPlp5gp+dxMiYJgsKpF/6L1WU0XV+vwqt4HuzXX5YJY6rCWPY8nkm9B83B9e4kFCIqwkQUUKplmEZJ6bRkWlEkAfSqpc1BI6chx5SNzbahtVllhk+EnH7DD4mc/Yn0R9jT/6K3h8zt1ezYaeuXah4fRC3DpH3guPVecf+89fR5/ql42f7gM49fb28eWBIvxM+afuakT4/jFPaYu6OV7iMO3/1ESOViShg59YLKaCqk0XpHkyGl60xf68LSQeIkcevj2V3RmRoPJ046SJgU9J0qF3E+Fe2jJAs6a7eZuzC+nxXfL9y7uPwzYrFs51HQOiZLyZ5qkWuPozAkwyALKv0PebUq7xHcae6lkzKA3GPOpdG1oiQ4B6ee4q+XYTzWs72eJbYNhapjg+2vdPN8ECCsoIxroTzlkDmltMUSEIQche2hH/ufn2Z3xWaaGdmkdle/4fu2u8I3CBAtcRGJk36eQJ/OSn45r9sN2GnPgr0SYLmN2etirrpk7fjtkx9XobL6VLYcZHF6W218wjJmrZVvfcBMa6/37bPyxXyeKVa33o6veLF+SdXtto/FAkviP3DqePxKbXbzYFQ0Q+eXZWp+revSZqSvli7Z9OuVdQ+mJAxCIwFzmBrFgGeQWyUYglyHyZZMjLNeQ6cJ/WGDQUG0ZtJE8n/0HjdBwZQpfJ4XV8v5f165oulVbSkFQVa7ct8v9P+Dq3b7trur5TLOWKol6Kg9U1jc7YpPmAguXDDFwtDfdzIuAZmLufvgbOhwMBTfXYRuLtSnAKpqvbjk14vXr5MfPysOzC1ztd2FSdI/atOvavtpePBF9SIi0b79+fs/f1e8/OW774ufXj7/0/eBatVtonX4bhWbeRsk8UOcWtmi3CIoZsHAKIm1jX9sO/D2yS3f1Fe36jQG8WaQbodIflDYx3kDrG1iizxitP8YjfxV8dPSbEq7//vlu9BW/FLVqD/gc7W0+W05Cl9GGfr3N1e71WauFv9xoCS6c4XqcZMRVA6bXf3bAMWLoEB3q9m87sfM7fsxi/2YHfBuW062S2mYldLwxwOl1DTdp3HUE+vluxtprSRchoAjWuvNx9URrbX7uBrVWqGso7W0cEZ7gjEniklHlMZIOiUwCZrLeTGqtUJD02qtKXc8B9v+urTUdEuGmV/TmqZJTAaBx4Q8aMRjxumuLh8R9FjaFXWMtUGGMkqtsBQaC7kJcg9iNjROjoh6bGoiYW/3rurWp5b43g2ycXrOxmm2S+/Y3yJT/X6onoR4kNTP+NVqs/OrxXxV/DXwsuMysm6KPjQlNcq717u+aMpwhIH3VAsBvGZGeCS81gYirJNThA8amerQoH2zs2qgTX4cxuENrjsZY+r0wIPbu5HautzasRFOdr4N1z9VqN53uGjTdsRdjgTuH9Wnp0V4s4t56dUa4eKDSt1riG3tqlryr0Xb9q7xv1Qf5u9KEpUQShxO5nHTqnQwWd5qT6Yv0H98t1hptZiVgN+O7Mi8jjw0xc9lnXr7pX6ovNCQkf5ASE9CR0h6Gsfz9bp4fbH6aNQ2tc/Ver1tr1YoT651UxALpJyXGGqAmQQCaIOBwQqp8G8M22SYSQOnITw0NGtaSjbRJ6X40Xvctx3+prsjfhE34lfelxSIfjlhxK8WnwK5bbPWtN/0idSLZ5eWwR/LIn7vdXnS0a5oHq8OInlW/Mnt4nb7ZhdUQ9x5iQifLxbBAN7E+5YqIjSwLd67T83JSXv9sJm/r/XDHx5ygl+/h0FsdMoGqNG8w9dms1osMjsqduAkAoGkEQh/2gSdu/tUfOe2QYqKH10nCuFdVWrLwj1EOle728vaasexYo5qjyQwmhCIOBDKEIhJe3RPp4kTvYnddpcIdzNOyrE2QwDyqZyLr7vPfR8cUQKlDAU4oEoiyZer8CBR14YBoX4vtsYtK/d/s1otDlcEts+CZVB2d1tS6e3hElBDpGA3BKtT74OdnM3rgee1n/Fi4+J4CJ/h+99NqB2GwvPSoygaCrvSIvxb/MRR3oufynWUiXcyTNmDmVrOXN2DmSp7EDVytV8bddEsfu1ZuZJzZA+jS5wb7l7gJG6CpHETBJDi+80mvINXXW/HUODi9XXq45he7GaztYYhKwDSBGmOgRCMQqMM5BYYItpcimkLp7EutDQrm5rFthK/skkIN9L6g3BtcKpbLlFWa3lF2dEidrQXOFuuCDZmVfzYZa3af6b4xQf4XW22pS1UNh8GzKqNzN3fubzbxr27WqhNxdmL6uCk+2BdQB0M8PkiiPff524cJcEPpBP8oDZRfy6KP8WfbD4lqDB10bt9SUWLg+vdSRaBAgsf018jbAhwkBophQdOQUlRC4yDRqZaK2uane3bnXit7PAG10+xyNTcaLpQ1F1opzjBKrrS4bsWe2uo2Qa42F0uaFGmGS9to8o1Otw2+gdXb2FKmW+6+DgjhXASS0DSWIIf5ovLaHeua6wkwuKbor2Y7K8cTh8gQR5xZAykVrAgHYoH0QBOOiraU+j2Pz9NNPbN1C6k+2jEYhLBKB5krXjXcfyParD9MvVyQrJkrMqAv/nyKgzJMD2Ic+ZoLG5dmWmiDudbu021EPssDv94UHM8bXlbLFa7uIax316rlm5X68p1fTF/Hy3Q0EZ5ebt2UYUH+bLh8UtT8GGdWTtf/1CLHhT2tei3bdBjfL+vm/f7dS8zJM7rpOO8Hj9l8UsYSCr1Wo9XV/XF2m19f6nrzIqM0N4bDbFQghngMcfBGNOaWQdIqzrb35/ouB7bmZUNzaJy26+5T+S+PtL8fWtMVyRfpmd0u+XfV58au3sb42FiZfu01I+zWkHWe1Nt0FC15BhjjoLqLSNxwpSwstAvV9tdXLoMby162K3DTHC1fVgK5NWDaQmQOLqT1NG9iUs7THRST9oaj7iKAunF7tngRFjPmZVSEspUsJt1MAyMtD78zSGw50Dawon2c9VS5bPXWwCcyoY+epP7pcJLVS4d1sHDzTz69WJu3KfagnjaiWYp5TtOlVUMKCxXFmvvnTjD/ntMIHChPpQRLgklPpWT8IX/Q5ViIMknUO/5jqQVuIgxfPNtuaa1jZ2KCVoWi0JdBRskbtuWvQj0Uuv1Yj7t0uRnRMyUr20wZiYpOWpetG/+y1mXbHain+/Nw5qf5arkX+dBGFabbfFr6O8VAlDuih9Wcaf7rlYpm+X8vbm69wYcXZPsMOqmS5KJQzVNHapfqu37oT3cy3C9t4mbXuye7mIkwQZDh6yShmGNKFJOaU8psdW5M9VTpC2cRsfAu/DGFrPY4qxtchIoDrZ9/xZS59scTK/ebZQNONu1bFKX6h9lXrgyq1TjRliPqu2z4nlRP9beqac0k8qQ7OWnZg3zD/cCrUew2pA4J9MD5+RqEef/rVaXFSK3Xd/ksvgfoXS7ODiW+bDoIBsSxdwoBygH0lottdEcc0o4UFRIknolH7Rzskty2d4sNlhph+1dOUbc6F4PsHrXFa4oTh2zI2oQVYbd1i7Nbh9vW+U965kMz4om8+Z2Xob9X5+2qDJAzL7xbFx8DdOWxF2Wpu6y362uYp6L739fr8oo7d7api0ruLp87+JfsWaosEsbKxGSmhptPNVWUa+tYUo4ABXSwuxpM9TSVPsCVduzpvFpAyGuu831u4tk0jXSMuA+0bRxXbLM0loH6bui6mfR9LPhQJMQ7d+29dZgtRu4z95b6u+P5dJoE3qQtXgtXYnnIk09F18GBu3UPGYeqtX5j+VLTS3gukqjsi6aCrUtPFh8IGOGEcawx5ArpLT1kEutHSbQAsjaLEXDbZ1oH9dtptq1Ub5N+9MYy9fe6Ab6vNyguBuNXiYaLNcG2tCiKIZxb/5pvUtXJklunZcONuqedRcKYnrBUmMv5sv31Z+C3P3PTRTgpbsP/8W7Frx6zvxqEVdo45FIxbfuYh6e8xddngYXvTbvyotnHW86iy95psubzla6PoJudEY8Ios3nBuTxEWRdlwUVyv7Z/dxG3NjzKLHzmYgUdm7UGkZKsXw5tJ9ZTOerOxo3aMJy5pf/hZ++Vv5y8+jwr4Hd5607AZ3un6XkhxNWcY/Y0498E33pIhvusKFDzpUbWMkxraJV5h3A/vikpBqbPtGo79bRXr48MtaWwcDvtLSodFdsSr3KAbTf0Utvp7H2y/t/MPcXqn2l77MAl+lT670fE5mlpOZXePi8bQ9/2/ifPh9CTrDJGd8jPWJayalQ6x/6ZZXA3i/rC53jj1JyzqGHwmzKoEogN5jAryxBijjudNYK8RIu1mUtnCauffIwD6t+0k+Wyqj9rEfM3IjrMIHPGNkFKmJEytlQ0jtTa0bhBxMqQ+wOjCjNowxoJm22lPJPBZheu1pPNc6/AdR2QPrFDPprxqt2WbOIM8HZd8BytE5ojxxsaZ8COW/XqhdAPpqN0Dzj7HsYrUb43lT3iW6FgQax4iSUjFGiLJKAyKNpwRQY3tEb1rJTM9Mz0zPTD8f4xyfI9ETv3gqhoj+QxWmZAeA7tuiQaA35d1YM6CtIxpIhzkAVnEosJTSKQ8xN8b0gN608iUDHd/t1nIGegZ6BvrkQCfnCPQkzIHKIaC/Xq92ZfK1AaJvk7JBpO8rdJgOsQCcIQKVQMJBQzkjmEtJCKfUI91j+r6ZLxnqJEM9Qz1D/dGtvNBzxHoSn8HAENZftDu7h1RPNn0Hod6Ud5hukbSEMKAYgNRhYIGwiEOCMLK48qzoMr1pJS+8ZKRnpGekX+uAcq9QZ+cI9SSGiMFhqIfhebUbZHpTMoL0srhLdEmZ0BhK7CSjnHvlGAYaK8aR4IIOEL1sJAM9Az0DPQP9fBZe+DnCPAnUYmhwJX212g26ufimYHgVvSw9SDbhCfZCQqOFpRRzCom0hmhtsECyb5tXbWSQZ5BnkGeQnw/IxTmCPIkJZHjQKq+HS3yqYxE/zSAsk9ZeH/QzUv1mcT/1j8vYn9/qynfG+aar98f75o63TvmbQ4Iy9zP3b7TIflcKIMXlGYYCiRE9QJOwT0bGQoGKmLJiJB5IV0WjMUGx/GAflQALlXNeKyK54paAmB9JQW+cs2QwLii2cueW/SMifrb0M/Ez8R/C0r8G9A8ZnDQK+STekw3Ge4aR8m48QimMunfHo5TaGt28wdoQyw10RBBODbPOA+qhZ1ZoT1kf9W07GfYZ9hn2GfZnDXt0jrBPIlEZG4X9iz2LhmjfkmoU93WV7pny2mNCGbaKWY04lwZJKqWmAGvAnRzk/Z7DGfgZ+Bn4GfhnDHx8jsBP4lXZYLzqGxdE/HK1jLnFBoC/6xYPEj+t00E+A0xzjJkTzDNpKOOUIIs9wRwiTVkP+WlLmfmZ+Zn5mfkP7Sh/DfXJOVI/iWllYtTMH3XHiZb3cZectkZ3+d5rIZQzXkPIvHWMGycsRdpiTT2ggzb+PbnmZNxn3GfcZxP/FNjTc4R9Eu/K0njXb11416547sM7q192wnpdlqpYuNedFep7JV2b3jFIgYRxRxYDzA0iWgpqHIWYeY32iO81cxrhq+ZmZXvTHvA10PJ1xI75uPH0Gbnn2/oMrQo6dZbFKDFROuvv+faP9SdtDt64CMiNcQph+EaiBZhVRyc1J3Gkhxhuq1z6Md13eCNlVm8f3nEsCgNj9+nZHRK3zpnd5JS8KSj7J1kcnmMxzMnq9WxrHB59rC/F+r3F+SSJdA4dUtIrHjipJMXL135ICU2iU3kanfpqE6wbsxs6QGxdFfXOEDu43t00JZgQzjhADCiluBPeM2ac9dZqylXrLdltZKrzSOpm90d+TXzU4nX3uck5CfQIlWU5Vm5O5Z9Xq/K4g9JADMxq3mp97EEYE4tP/6f4JbCiLimaDjfwDkgvT1mMSdlKPAeroVjUzQYByueQ1AKURALyNBLwl/DB9+e9vNmoMNOqT+Nt5GiV1NilFSpxGi4+8DrzkGntmGGWEWa4BUYLyBWw2MLkcPPhtk4TrrTNWdvotEf9HL/JfYvV6yu9iwmn00/bdqo6MGR7uVoFS8WsFkFDemWbw362xWU8JqhzyOku/iAGe2br5euwXvLJ0NPCN4nc42joKMfXZrNaLAZOcdw2Bd0THKvL3bOeECXMOeSZ8gG0TCBBkSeSQiA1Nrh3emPVxkQnNzaNTXtG4/7p7xWfz/fnMJVnOi/C0/irRXPoWZTJTh7/csa3vVpHUlZQPTi9adJj3h/qRKYJpCAJe+Jp2NMbZy5erI6ecbQLVczqJiccHanZj3OKVX+LajKO+c+TgIP73VHA6jV3uT5YFT5jEwct9b5aXv/O699fYcjSV2ZDDfD6DEOu5IgOYknIFSd9HXRw9lKN3aGjl5KijhlGqaPOOxfML2M99J47ZLGWQGEAnWrdMJMGTrPBHqcGmmAPNmugrIHyDuxkzH7I6KlRXifRU5z2ed0Lm6oxNRwx1SnsUNtryomFmDPrpIaOAGEk9BQ6RiS3/JDaU8RJZW5nbmduf33czhOGM4vmGlU+STQXZ33l81x3M2fWqFV6IG1mWtYN21IIMqsEwtBRCqGwgjvMLcJUCIjMoeYpW8iKJyuerHiy4nnYCQM+R2YnAVmc95n9Oq71G7ftY3vblgyRuynuwNt5ooS1WlMHIWYQY8+1gQhxRIRD6BDeTSOZ35nfmd+Z3w/Lb3KO/E5Cq7jo8/uvof1VH94f6stD5C7LunnqudYSIQEtoB5LL7WRzigOvQSOgB62yxYyszOzM7Mzsx+W2fQcmZ1ESHHZZ/arzbDFvd4csberwm5oFJLQE0Cc105BpDUUEFOkdCC38xAeYrtqInM7cztzO3P7YbnNzpHbSVCVAH1uj6SuqWF1LHPNQJWD40UY0JZCz7QAVErEmHdGcx/scii0OyT5dHlrMs8zzzPPc3aa04nOz5HoSZSfgH2i9zLS1KAaTkbTKexa4gQobSwlEmJOESAMKhLXTzynQmF9yO8pUtBkcmdyZ3JnS/xUbotz5HYSICjSAMGfQ0PFr06FL5Zi++P+SgXs+u/dVAZKS+SYxJw4YrgWhnECvQPIUU5064he/3iqFAaLMlNX1Wb0GJrFmNyJ0xcM3KNHZjwQJHg0pcyto6yrVASRoFU4YNmdourO024Edaga6Gvn3rs44goThlcgZSSE26jd1cZVUdkx5UdoM6K3cMpcVA08u5ckBmN+acl7PvRK6xT1fdLS0fvVBwGzJPxRpOGPmIHilVquNupSFW/CUEoEPZSt66K9sCfXupNqjDgC3ipjtcbCM+pEuKSQksxQZPcCnzRwmtCHhmbWvds4Fz6QWszCLD18gNmH+WYX7IHZLjzLRKJ/gzvdKEp4UgA8X+7Nir1J1iST2n/Q+HVj9/ZcqJJHlaJe2hnxeYrqeYpLtXnvdg8r7s3QGPZCTcuGnFDrp/7ahZ0ncWYijTP77moVBrwrk4t1sqzYqqDVZpWwdy8f5CpCQad7zLDGkDAnmUVAMU+IpEImzkfdNqbS802rVYz7XWn6wbvcRNTZhIJeJo/riXqTimhb4GLlS1nGoGg+cCWCQat/UPOF0uGHYcoROaA3UdEvwxQqHQu/LB9a6h+V8/nT4aeoR0v97oceZahG/3mSL/N1YywJvxJp+FWY60W11aPYprx+CLHO1Q7DuFecImqF9/GPmFGjpVAEcyeEwy3DOk1MhbBmvl43PmlGqGvuct8IG7JVysyWVxFgkUvJJ/0lmCkfL+Zh+hHe97aApMRVeJrFKoa9bWN2Sz1fBiOmzH1SPVgRC+NkqMkjFQ0ctfzUzIHC3+JkP2PudMxVL3x4StYt6z9D+5m/arLJ1kBDMF0p/+nyspLLuIjU5Clu8DZvCtsF4tFENEfrHqai2Vc+MRtNe9OWP/vbV0nTEYBiIsbd8G63Zt0E2Wnaz/hr6Nqr2LUiavTYtaLsWrVw/i7OxoKxtmvWy0OvzPvFp4P1ZFV8mG/DTDMUrDbzcJvAvn1z9eJlXEIvk1nGdeXVx4g8318bDWR1Eauhge0q9iK0tYnb2wk5F/P3ZYJLEy8myfqavFLP8nJ6Xk6/q7w1u09r93EzH0lcfFjaVzBv9jWmVDJDvRpXkFF23Keh/qclAzmXA5DfbVZXQeRelxXPKYp2UDOdW+IdCMYULkwULhpUuL1kDq1WHM7ncFjezYdIsVUUIsowEBoT6IwFGGhLhMAItfsfh62cNrv4MjTwBNvWWQNnDZw3tL9UxTu13nrI5EPjOgslOgsP6qyXwVjYqfDjwVniZVI6rLnaKl3lBTlk3GnsHUKaO8BoTBQBjHbMUmz6yqttKOuvrL+y/sr6677119c76UJnqbxworzIoPKqD88ZVF3rfdmI4qorHPgFQ0w8YpgIYpHWxnLngRDea+010QNqq24mK62stLLSykrrLLyIbwR9fJbQJwn06SD0v3PbALZB5tumaAT5VXmH+BI6aDk3UCGBGMGCMywA8cQCpA1iA8SvWsnAz8DPwM/AfzzAJ2cJfJoAnw1b+Rer3Wr3bqPWF5+GTf1YYV8+Zu63lbop8LC1HhjKuQaSE+Cp0R45HGx+y8IsYMjkb5vKWiBrgawFshZ4PFqAnqUWYIkW4INa4E+buR2k/7uqYAT7sbSbr5pJgAOjoJBaC6yR4SoeNGgdVtwmxwx22/gaQA8z6DPoM+i/ENCzswQ9T0Cfpkf94Wr5/lPx03K3WdVvOoG9j4V718CK9Mm1Dt+RJTCeQOCtslBqyZl2GFNEsRES0daeTxo4De5lQ7N57PqsiStuD6ovv/NEYL/Bna6DOqsN+umgHnhd9qso+9VESwR01yfbb2LLDcaXLgBW7c+nrX5jKx5ErqUH0/4hDATn3j8ttFPhzccjbCN0A8Hm8Vzb0Pbqcv6PGJqW03Nk8E4VYfMluA/n+JrT42tEoqjSnLAvgiRvir/GFEIv1Tv1j/kyDbAxsXQWZX52WZeOR9gcr3wYYlPW/i3W/q2pfWKwTXr/+XJ+qRZtP5K8UXvMTKLDbnfT67Ki3MXB0OkXrnq4/9LJrOVNE4VY5a+KyqAPqiqjVKE2G7V85yLhqojDWL2rwoq6D3kOkVXZsCr7DI+mL0gPjJL37AJIRjVKmz8HITCiUbrHN5esrIg/cIJzt7S7qaGccY56RT02WHFPbJlFhzDIFKbtIle3jdPmQV+iOplgySurk6xOvvwlqZvB+UGjJEbAjEASSo/gMJh7oX0tOIdD+w7Lu2tUNO46C6AsxEBwajnBQgEuKTIaGDuA5ylC+zKgM6AzoL/8QIav0exHZ6lZkphxhEZM/vm2xN2g1b8vGzP8qwrdNJpUIyCRItJbpJ2mRGISE+kCycPf9JDtXzWTtUvWLlm7ZO1yZ+Y/PktIJ0HSCA9DurcjnXDnYF86ZXRaoXuAJ3KQO+u9cZA5y4WhRAPnEfaWO0C7jE6byYzOjM6MzqcC3SGlyVlSOokGRmSY0n92H7fDjF5WJWOEjsUdPlMmhcUQQ60ggU4qb4IxLQHjWFpbvtUen2Mjmc6ZzpnO2YK+MzbTs2RzErSL6DCbXyyie/YIns2+cIzQdY2uJ7+kcTtTEoFRzDJkvTLUOAYQRtpBPQTpup3M6czpzOnM6TvjNDtLTiextoiNcDp8btVJqZPSc184yumqRofTwAFjoBWeeUYBcNQLhTSQ0CusiRnmdNVO5nTmdOZ05vSdcZqfJaeTaFjEhzn9arXdHZ7ukKBnHYqvOd/hmtpH3M9j9d/W5Wucyv88RmguXNKR++DzDW56fThV9j/PfM7+51+ZI0pK37NzQEdjaiWJvUViZKOzROKgH3qHmaP+6L1anakAdAJ4AaVAYQ5AnOIx0yayxCspLS6dL/v7nm1bk00Hvhh1k6cDWd3k6cB08H5QB/VRcCexqEgeBfewn3qHP0f81QfqdfBthOWQM8S1Y8ZSx4FESGkGJJPEan8E3xP7r2eAZ4BngGf/9S9n2oDOUvMkMasYXDNlsHN1zZyhqnHtpCFU66odIgBmwjqLFCMeGGsJ8ZBxgiAW5dkA47OG0FjWOlnrZK2Ttc7dTRvwOcIbJnGtGB6H92rjjrO7qnAdukOtbnZ9wySGEliPGIICM2ah59xBYDylQB0jd2grgzuDO4M7g/vuwE3OEtxJ2ChGR8F91F2nBtD1Xjvdih2Cc2yAEkJ6pBklSnBNlVbQe868NtQcIfjUPjwZ4hniGeIZ4uflFD8K8SSsFB+GlS6Ln9XSxgS4Ay48y0VVtk7ddg4LupBGXGEmgMUQeYQMU1RK4bTVUnlHUQfSaSuns3k5q5ur6BiGUUvICWl87Db3n/K44m/3I7aMDe1EJlW5rF9WdN1dqF1VYzT1sVp+KmqP0YZzTysSL1fF1XLpTHhWtflUuEVJ6e3tMXyN4H7tZ30/UK7ZeDR3i4p+bOOLq559Z652HTLEC12fa+5JsNyAk5pYDChXABurMRZUWaR512wLv57CSgvNBENpswtqd76a1WP4zpBwo/s9FBvKr9a1v5bF88Vi9tNyVubsb7pd/FqbNNtG25aoCA8QjAjtgtKLmnl7GcfMptg/7fZZ8WPo4qLMrV4mTS/rxp9FYyjBTEyZfrnS8wAhH4/IsMGo82p7EW71hwkBMp5o++Ya/8HkL4lfw2n82q+rZehQaci9j0ctzCLo0931j0mF/RErm3Gf22vrH3rdjvzgNL/bwUaH5WcSab3F/W5y+Bif2N92+CsfTJ5KI+RpmAEtVpt4EsFH9amcn1ysPpo41ShlcC+exWq5CFOxZ8W/xhMQ6jEXfn0Rp1jlfKTuQimeccJzoT6E6UwjqRun7Ke6kTDZWbsouSafc5AnXrd3zr3VjGuUeGfn5YrHYJ4EuWE2BvMDB9eUUIO5lnsVutaWkpw5qZRyVBriuaQaC0+lpwoIK/Zg7zVzmtn1JYF8AsMrgzyDPK+gfR7PH9TxdZTlSSAc5mMs7/m8dig77O46UKWbQB9iLj3nSgIkGVDAOIgsITbMn6VLNq4HGspMz0zPTM9MfzjjHJ0lzJPwMyzGYP5crzrLnR2+qrpwHOVljYNUm4B7DQnwFiOhjMEACwyAUxQBgUZIXraTQZ5BnkGeQX53CTlvTHR8lkRP4tKwHCP6r3ErY2zN/GNdOEr0qkaH6IRwJjGN6ewRtxKRmDsZQKg5B8BAO0j0qp1M9Ez0TPRM9AdfbiFnyfMk2ouAMZ73XU47nBrxNh2q0w0VcERCSFGMD9DGIS2cV8FqJwYpaxAapvokPqaZ65nrmet5yeUUoNNzBDpKIsBIGgH27ZXWVdjX+iIBuS4vX9ZXK34n17qpfCBAlnlKGFBaIKMZDP9y0kMrKSRtVs+kgdMwXTU0K1uaOe+d2UU3v0DQO/Exu+ntHgLR6feLDpSzX5aFiojZltAKvDIBmZHV4Vehk7voCfaz+qBmP4dHLra7T+HX1TNtA1ZL39OVr6DdF7vPdvv/HHexMY/TZBgNuZz2ivs+p9VL27+zs8gP8FAubygJMSJpiNF38+0uaO342ct3lNDB7ovKR90T4uD6gWeEJcxIiaTWyCuGIfPQMeMsBlCpNmPMQSOnkaJt7B44cbObPQQlut/yRoxIfvIYIbGY/2cUhP1nOKREv7yPieQVfF9WzLBIQllIN5TlShc/LD4dZJy60r6+1nio11e6GzNKc6ylBMQCxwhWmGpAOJUCSCl0eghy/fNTfdSv9KxspxtL0pjTd+Sofpub3gQSYlJIhLlc9RE/LdIpXjTC+yIeHm9bzmH0Jk7Tlu5j8f3v68XKVtZFeMhtA5qWLmGqqEJfPqiSL5XoPSveqHXkTgxsWcwvg6Vuq/phIIZZY+zeXC2eFQ8Y4eKaJ1uUDzZEk8EqfaAMvaOvmydJvAtJ411eqTAmdBCji57xsd4XdY2Pg+sH6eqoIULFPEGaaM+RQlTGswg0BZ4pkPjbdxo5jTNtY/dgfNzsZj2uoMMoGFoePDCl8dH9lpEJESptbHLXFAm9DhbEalFcrsJDViaJqkLjGgsk1LrG9Ag0Kldjtt8U3y6uyipOLZ4WL+Ii1f5vr81G7cxF8dIVP2yce1iDJfl+A4A5LO2z5VBiHi1VfozLY6v4EEFj/Nsy2GmdIVRbYqHG3+IYaIKmyvDI/oD49zdXwYQLGuQ/DmDVXXKrnj0R5VJ+d/Vvg4helf2Y9YTs7R8PqNf8JpX++ost390IiUkIEqEdJG5CXfX7YPjRui68SejR0bqHYUfjlT+XiQft3V3uhpvc6tZ21gRRRr0POZKnIfxqO68mY2GyheOS7aqoVn7LxfFyxyMMoSAm2qnwuuPqe/PQEZ9lcbE1Lq63P18W8/CyzC7WWq3dMrbbkPSj03GlepuX0vNS+qR5/8Nw3M1NUMTDSq1TOKTT6grnNv8ew/HZxUaRMS2TxEYRNqRler70DVlG/OgPijvmN0baEwU8hZgJirVl2mLGEKeKKwZ0onc6jZxqfj9uVTOJ6Z1VTVY12RvnRrB+0MCnUVAngU+ED4G6Hi9DpDb7omFUN9PllNUKUUO9Fp4TTsM/TGliDcDCUeYlsH1WN4MtwzrDOsM6w/peYI3OEtZJYBMRQ7D+YbXaDVvVvikZRnVV3CE1Y9R6L51iTnnIkEIKhv9GM1tJawes6qqRDOoM6gzqDOq8jnNjbYPPUtskQVckDbr62RVhgPowRsKPrjaqMzmI6ZhD4WyTFh7sEPTrHNkhGK/8eQpmoL3GIf7ONM2t7vkQewb9T3rghd+qoprBUcHUmZ73CQUjRUp1YRbzmDc0ae5Z8bpx2J9fxg/bQLtaiStK2Ys+/WXDlarZlRXaNrZBzXm3qVKa1pEBmxgPkDVS1kh5S+FaVTTI7bPbUqBj6iiJGaNgQB0dZFprmDuUZC0t68x5kEeKKYwxwdA774jiGmumpEAaeU/3+ilt4bQJz5enjyaYAmV9lPVRXsqahugPuu8wRnOcBIxROEDz3v5ww6zh7eFuaTcyhBEKjMLaUUWUkFR6zClSWnLiKCc9pk+xOZypnqmeqZ6z9dwh19FZcj0J96NogOuvLuaL1Xa1vvg0wPZ1WjjI97ZGd1eZYuQtQDI8sNNQQMAcp5AAqYVDSRbNfjuZ85nzmfOZ82dqveOzpHwSp0nxAOV/WK3sAN99dXmQ7LGsG1RliWYKGU2tQ9YGigMntAIGU0Kh9T2mxxYyzTPNM80zzc+U5uQsaZ5EyVIyQPOfVfFCbXZugOgLNTN10SDVm/KuZ5HHEHEiGZcGa0WRIRAKqZgWMXhW9sjetJLpnume6Z7pfqZ0p2dJ9yTgl9JhW303uNI+7DLaLe1makPeIAKdcFRLR62XnApDMCHCIQn4kMW+yyvtmeqZ6pnqZ0t1dpZUTwJsaRpg+2f3cVu8VO/UP2IG29fNzkTD9mUonl3WxbP9xkVF+KHCbqAt9MhACphWWkcHGUIlAdADCi2yyfHvQy2dhvmhFu8k0c31N7ruqOe7APrBF63IuS0+qM18dbUtFipALaauiUc6b6/WMR9ysY3yZ/YJjytOPy1+fPPyZ1pi+W/hN1faFR9Ck6tnxZ9iXqxSUGMCvkCld0X4c3wfDRf/8KApbDZlXp3hg+C7ZX2/vConz1efEAsn4Z40Dff8S3w738cRMwCNMC4WM1cWHiKjX9QBBsfSOIYxc4SJAA5JsOBGRoOQGQFa34t+O6fhot/encDiuts8xKnw/U/ZpMAK9o6db4OR8SnmOV8UVccblpQpjlRASdDmxftg9OirTbAtdBix7zarq8CLkiCVpVgP09DI7uLqUi/VfFFcxMPCa8w8yye+VwKXhOzRNGTvB7W9iLZPz8/JVwWHfk7dy12nVeKMI457YjE0VgLMuWEoqGgrHaLt5ne3jdMErGkr2PjrusG7FLSb3u4hJlvNpwwzonX9PcMkq5rthB4GGanFMJE/FUP0Yva5zWofZBefbT8DiVo4TtS2Lkbs7cJfwxxEu93HOB3Z56H7Jfysyh1WvO3kWg9meZVBrLhU78tkmmHaF8b9VagQRmkQ4aD7/5DzbH85mj2J1qJptNbrMFMtQf1LxHwCmm1dsKqvV5zpXO3uxyqPPOReeMtI+KOQ1mhshLXh5oS2qzudJk6jTNPUrGxrZi42QbAu1bZBwF2g5lb3vBFvSq0/FXH+bVudY9L9rg13AkvWm9XlKhBku3ZmHspr9d6sz6zC5wgAqp7yaeTM3+NRKXVqzO3qMvxyufr4qdg/eGhpvpnv0mDgqScDt82ZG3s4BI32ep8Wr0NZxkQSRcPSKJpv1UaH8RN1WHpOR3m11Lr9MM6k8Ej85kCtzzyVI2noTlNpX3+j69PcHpj1E4RoJh+oWsINHY+h+vuV3KarzWprXFcNnz8Ifuj7ZbkUV5SnzVZSrK+282V4lmfFt1fzhe2I9rYI9lYQzbG0p82tPsPMzyu1+Vyk2yzRdrl0dtGKbISzJIlvYXCYs/25X0qe4TiXfo3uegs0UlKLmcUyusspQIz31nOKPdKqXaDtt3PikUmPGM5THJOU4Zzh/NVuox1n9IPGH47yOYlTYWiEzy+rMyEPAstTAlWnRg7GmI9U6+KaIcO8poZhwDzm2hkNHaWcYxNm8cO4ThrLzM7MzszOzJ6c2egsmZ1EnTA8wuwf5pvtLh69EsbuCLR9rDLbNlVGqZ3W60YbGs+BjsugwbhGJrDaKUoFRQhTTq0axHbaWuZ25nbmdub25NzGZ8ntJL6EkRFuP48COQJsVZeNkrqs0EG0NkIzbLzhXhhMIMeaeEs1EMgbQIcRXTaT2ZzZnNmc2Tw5m8lZsjmJDmF0hM2v3ebD3LjtCJ63bfEooZs63YN5GYUIWuYF8UpbAZFCmiGoORMOAjcI6aalzOnM6czpzOnJOU3PktNJvAdjI5yu/jyGab0vHaV0XaWbPg9gJ70zkkkMOIJQGuGFDeY1k8AQOwjpuqHM6MzozOjM6MkZzc6S0UlwDeMjjI5jJbQ9BmnTFo9SuqlzkC3JGCA8tcxIYLXxFlCAtFWBRJARPIjppqXM6czpzOnM6ck5zc+S00lMFhNj+4iHWTE6e3mDmTH6NbphWswoqhywjhurNTIKSkyCHe0AdFaB4V3DCTJkZD5nPmc+Zz4P8FmcJZ+TUDaWhrL9MN9FwSteLK50GjFbXZ6ZcDnNulMHzg6VdtMWEacgsExYppSF1jOksXbGcxg9p9sg9cGmTgyjTZu8w6C2a+/zEJHq6fdsA2crDLlNGb1aRsjaCgL7ALT6YYryZdqGaElKoipp0dUmDugm/i0IZ711UMTsGIFr81WF6e3CuffFbqOW22qg/yEHr1eCmASL8TRY7PXKmAgVc7FaLdKQ0vL6bNtcr0NK06sdyZMSME1E3PjxnnEguQ+XXPg/gqwlsA0pTZs4MaS0aqoUhDsMWL/uNtcFjt6FvNWf7bbi1vnaj1zocm6ZO6MFTUKeeBry9PIq2kTfqmWaEvwyXpzpcLGvsgfKutiAjktGufYwnvWAvICQKACUFg443SrsgYZOg8dAg3dCj2vvc6McVOXsatIsVPsveRt+JL+6GTy2q+W77dMwB9NXl9VR1mWGqm0mxxdKjiQYh6NOVqp9+sqDIJwk82Yn+ObgencnkwsBpPFeI6iZIRZ7qpRCVjkNJbZJMqpOI6dmouo0drfZqK6/1c0SVuDJc1J1PuRt6JH89Gb0sPPthdt+0ab9j3FFZlW8iAn7XKGK7+bv5kGqqnf7Jq7bbMrViL/F9xLP4pi3iV7//c3VbrWZq8V/HAhud1GnerhkXJeDeVf/NozY8O5nu9XMlH2YqZmt+lCNvF3Zh3LkxW9THs0xd02S3Ld/PIBE02xPWp6tl+9uRJAkNISnoSEv5kt3WaZB7GW1M03RYU67w4LuPhvFjlujNdOMMuW4JkZCizGmQgos9hA5bOU0ihy2NnVG49H273ue8u1qEcwE9/tuW6ck3vcsEeM0t1WV2qrq9X2ntjr/KTxNfO956nuPvyteqU2orn4vXlzpjnMntvGg67JsZuqySjR6JQeyoYOCVVAg6YWPulYqzoSx2DKNjd7LRq+Z04Sj19wdCcm197n/SX3c0LiMmWHfFeGLlp0qmj42UmJUzBwX8825T262WrtllXI75p7bp/i+1wyvj0BuEr9onvpFvwxDxqhNjAqPf1jsnaMbBZvOceu6s+oPi73vcqMI+zmVrv3JkUxLzW9/OynN0rU9mGqKe4OXczthmiDJ0vjX3XXS578rUyX3E+XXz1KsN3GEmTKN48Vqu46WUd7yy1t+d5sraXT0nmPmJD5G3sTTmbNh8naWAhKQ9LNwdAq7qwGOGCW8QQI6BBCFGnvvFZSWcOBduxrQaeLE5cNHy9YpFg8zWzNbH7s7xW0Q+6CJj0bxmjgpcz6E115Wuj1NhlPSHRR3IYudCBcR4VYYyTwlQhtAIfWYAIJ9H7JTJKPLmM2YzZj9WjCLzhKziY8xF0OYPUx4sYfJYLaLbmk3GxFWWjohIaXOI0qQQAAHtmKgkfQc9Rk7QZ6LjNiM2IzYrwWx+CwRm7gJczloyQYZX5RyPmTMJoUj9mxTo7vJgY1QnDhKACJCeqgEVcAILCRwHg6ZtE07GbkZuRm5Gbk3QS45S+QmDuECDCF3IFXQnidjeYJ6FTq8FYJJDQQmljAirTEYIaidZVQKIADr83aaDEEZtxm3GbdfC27pOeKWJR71Ag7hNnyK3WozSFu7LxqGbV3eDVE20lKuYmZjRIimnjsMNLCCG0GQl33W1q1k1GbUZtRm1N4EtewsUZuEIAg0hNq/uK1TG3MxxNpNWzYM26ZCh7YYOkGUhN4ILSxFkjkOqaPx6CbOLOjTtmkm4zbjNuP2EeF2H2HwEMDlZwncJGJD4CHg/nrxqXhxsVptB11qP158Mk3hMHP3NTrQZVZZBg3jCCJunXSYCkGMUoRaItUAdPftZOpm6mbqZiP3JswVZ8ncJBhIkCHm1tkph4Br9kXDuK3Lu2u3UhtMlRXaaYYUJNIQFNCvXEBtlVLkALZ1Kxm1GbUZtRm1N0GtPEvUJvFjYjB+rJdgck+T4eySB8VdnwTjGXYUYayxZRgA6ahzMQ9wDGvgus/ZKfJKZsxmzGbMfjXRDOAsOZtEi4k0WuxFzEDmin9dzcOY6YfmmrJ49vdYPB6NO1TrSABuVf208NvOLeu/lAl1m9tPnfjhpvd7iHDczkds2HQzvhrlS6bqeeDEKhM1E/VuY2/ToXqO4bZiDKBJPJjgfYAeBNvWhBgKtU2KuosAEEpqlOXaYU+hAAoxrjExThgvWevAlTRwYrKcL4ahExiqmaGZoY/LKr0GpQ8aVjuK0STeS4g+RntBtTUmhkNqO4UdmIZpvRXKammxchBBFv5COKbKMOw0AocwnSKcNuM04zTj9EvFKTpLnCaxXUL2cfrqYr5YbVfri099pK7TsiGsthU6aOVMU2NUMFKV4N4CLyXUgjuuHIcG8UO0ts1kvGa8ZrxmvO7OLXR2FK9JHJcEfby+UJuh1VJTXx6CalnW4SnhAEFirUXGGSooQ9JrLhXwVgJhe/P+soWM0ozSjNKM0t25hcSOoZQnMVoS9lFaZWPvs3TXXB+CaVXYDc0K834mhGRGIsW114xgKAA2XDpBRI+mVRMZpxmnGacZp7tzC3kdxWkShyVRH6c/zJe2+Ldtn6c+FFxtR3haFXbPkGIWc0EIx9YrRrRx0kFHIIASStmf7VdNZJ5mnmaeZp7uzi2udZSnSZiVxAM8PfRCbXA36IPaKeyGVQHEDaJOcEW9494KjsIfoQGScQlpD6cT+J9mnGacZpx+qTjlZ4nTJIJKdiKo5sv5pVoUr/an3A4cB1PVme1Pwj1yDMyRqr1jX6q6v+3rnnj+y9itp8bp9TfqcRTdwwkwvQ/ZhWipsKIwtQcRVkcNNmMx/LYcooV1OzVfFOv4lTJUM1Tv+OyXw3F7jk6ocgyrSbSUpMewegynvYipwwodixUKrCXXGEBLvQca8mCsMq5iriuFfWux9po5MWrqEfN1iripzNfM10edeeUGoH1QF9VRyCahUpIdtV1flv08Zrle1jWOA7eq1l0oEJw4ZpzBjGHGgUdAKmGFIh4xDdk4dqvGvlz4wgzfDN8M35Phe51DK3wQ+CZhVjINs3q+fBdqFt9ebedLtx06RVaVNWa6rjG+aDBS8UjAavWL09YLxu46MVCvu81DhKeOfLvDZVe3unS7zdw8bU9mXi3jZ3nnupSt0FrhNwM2A/b+Vg8ORvIZrh1UoU1DZE0ir6Tok/UggLXmyFAAa1LUdb3yDhjCBLIQYegcllBoJx3xRkOBW1eBpIHTzNTHytQJTNTM1MzUL2qb63q0PuRqwThWkwgsKftY7QW01jAZDmjtFHZPiJWEIQagJc4aJaz3QkrrmGeMWUN6cJ0ioDXjNeM14/VrwSs6S7y2EVgYgD5e/+w+bvtwXVZXh9Aaizpg1RhSCChn2FkJESRGIw+UgYhBypE8BGtsIGM1YzVjNWP1JljF54hVARKswj5WB44nrHEydjjhQfFBxgBAGYUGEsEdVMxgFIxYDgDk2gllDxE7zcGEGbMZsxmzXwtmyVliFiaYRQOYvTKmepxDyu4LBiFblXbjtGI+FsmJIsgZL4CDzjAfc7N4owgGPcZWbWTEZsRmxGbE3gSx9CwRixLE4j5ie4FbNUyGA7c6hR2+KmeJUwp5LgTGFGoljZSEe+c8pNgd8nWKwK2M14zXjNevBa/sLPGKE7ySPl6boXLoCVszpRl3g26wQ3W6mbGsNZxQSL31gvhg3SLIHQkk5oqbJCP2UEsZvRm9Gb3ZHfZm8OUP6Aw7Dt823AvDdPngL263ujIXxbcuvPAwfpe2eO67Zm5dZc/c+u/dJNlCSBJXCKDSVmhChBEWU6yhjskJWr7WPz6K1OvG06ZqY6bLPs9U7O+s+tITwfTIHR4iiKD5SLUkBGqWcHEb78wuoOlTJFN4NXG4VQkG1her3Wpb6Parls9Q1A82X767PTOvlbIB2Xry7//1NgzR3cXbJ9+8Da/pQ1W1frHVew3CELDwtvzkY8XP1hfrt0+evn2yVJeubKsesOVgLZ5b+8uyLA8yUxbXYAqtxn8GwPq2HoKbWTvS4sVaeqrbbssGnvz3fzy5GSA6vpt3ZG0NijdNxDudur5x+2GTSPQuXG2HcyXVybXubFUKhzRixAOgIITMIiiAMExRgiFDe8lOGjhJuqt2LlYfTdCYdYNTG0tH73H/llIQ6LIoKLuqL9HSuVrUVs924dz7YO/EjaxQYN5frbeFd2p3tXFlCNHlahWq7W0n5yMW7ke+b647H0w0WCIa6bTjlVPvi+fv3NJ8GggBWYfSmSpLx8M/BiodCf2ItU8L/Bi638SScewWDxHwMfCVDqYPddzf02IRb7OfOWzypCBPCu42hCMZm+cYvoHGiMgTItJDIva8jEsiDPsYJ0VdRziOoLYMIie9NhQKRKBQFnvLLQjGQwvHtoHTFlkeGxknmBRkMmYynvlK9XFAPmgQxigcRQJH1jMXdfimPSuxvthHY1nS9V9zTGgIIPIaYCKBJdRwHxOKGw01lF0ylr/PYMxgzGD8msCIzhKMSfgE5IdgHMoWVnJhNFVYt7SbsAZKYaEQVCvpJEUIGowdAcRHs1KbLiQnShKWQZlBmUH5uECJzxGUMgmIgOIQlD0nshIKwy5kSVE3O4INM2YmJA9Tao0VB1JjAawITECeM93l4xTuYxmOGY4Zjo8LjuQs4ZiEMcA0x8HLVej18ngy77LKjXJ5j9fsbcrs65yWwnvkjlPlNhx/oNs5I5y4I/O8qHpSrPvpDMu9Sq8iL0NzAS2FinysRLz0QCjMarHaBFIV4Y7hUTMoMyjvOEX3AVXuapvmxzg6VtENJYzy7zYqDnsTbrsuVr54EUd9LP5b/Aiv2wyfxXdXqyD+rvi+3LEv/v3N1W61mavFfxygtzvUqt345MNVbhP1bwPTLlYfZ7tV9GCZqZmtexPgsZ6t/KyUwVgc/YRmpZkVexNrVr2ZVf4Db/94APzmBm//WL3V2f6tzmpWP1sv3x1XC3hMLSShFyjNzZDqg0V4zs4WfULDpqxrPx9W6Ia5cYyZFlxQRxTXiHtllIeUcAcII20oca+ZExPiPhJVcaINnVVFVhWP0Ka+gcY4ed8qa4sTtUUSSYLgoLbobdTt7z68W9ct7ro2W6wIR8RbQrF1FENsnGZMMgOtThwgDxrJWiJriawlvlotgbKWeGAtkYS8IDQ8p1htgkS8Ka8Pziti+WxXl4/NLdpKHb1htKaGOcGpMdAjqgnDMfpQGqWdR2JoftE2lbVH1h5Ze3y12gNn7fHA2iOJqEL4iPaoBeSI/jD7Gkc1SF2tO/cwgmMIIRKGc0m8V8w5wJ0CjAgg0KgOaUQua5GsRbIW+Vq1CMla5IG1SBJ8iMigFomiEVreDioQ0xaO6I6mRjf+xgrow+MqK7BmEkHhuROYEy4AFo4OqI2mnawxssbIGuOr1Rg0a4wH1hhJcCZKgzOfr9fF692VHXSNUuv1bFsWHjmrsFfnSKx6uNtv1d1OPKqwd9Op0l0NPfHtjtaeyhdqn6sqvJttg4E9W8Nor69XmVkuV3oeURs+p3Uf3GK1jugI+kNdZkWQFcEdHzq4h8g5BqyTMSYmMZmIjTHx0D0oFM6qwtmvw/5B/RpdN3vjgMeGEgSJBvEIbaykdsZbKjkGbRhSv50TMwaeMTSnspwzNDM0H1na1WPsfNBY9lFuJiGbiA9zc+B4lgRnr0eOaBmocuAz4znnDPF4dIC0yEtnlWJakHCJKjmEztfTHNXygOzEmZ2ZnZmdt2UnOkN2xhMCW3aKYXYeOhkmMHs+5GV4WN7Ns+hFwKM1EDLDkAwA1VZIH/AZkKmQG0Lm89P9DLOtmXmZefmoeInPkpdJYCeSw7wc2OpKYPZiZK9roMoBOLW2KJ62KgW2GBKPUbAxAbBaxkQiQ+B8McluV2ZnZmdm56NiJzlLdibRjziNfnxxpeMhGvX2cYJNEwpmKimoiNm93PVGBthabII9CQgP1qVhNvzHaka8As60LgHdNk4DZLetO8rlffwm9506ZA/OOpF3ub+5c7/vCrdwUXy2T4vY475XQBD9+fv58l1hwviIGFMlCIrqPeR03rWsJLFfOI39+rbkUH9rtOTT+K5op/jIhmhZ77S90M6tJhr8h093r9kgYpqczmsfTpAzcphPOcpDC24b7Yd5qFclvd8+K/5tq/SiOrYidN68X3wKMrPdrS7n/4gF2ZTIpsTd7pMewuTstkrpGB6ToCeMenh86ZZXPTZeVhc7k662pGNFYIk49xRrZDRVhhGiICNSE24wR7w9Grj9/WkWxP0zE919arHMzMzML3b6dR06H3SndBSbSbQPxj1s9s5EqBAyfChCWtZdqLJcYWS1MRpo66V1jBiPlPVKUqDQATynOBbh/EzOjM+Mz4zPz8cnOkt8JmEumPTw2Q+RrBgyEhjZKewQFGiIPNZQYIWNQIA5HDN3CYusxDA5V6bTREZoRmhGaEboWeyfjiI0ifvAtI9QtVkFjiz6DG0LhiBal3Yo6ogqU5NYaryEhAbrl1MlBbLYelOekdihaN1GxmjGaMboGWM0QcF9oZScJUqTcBHMBlAaxuXVgDW6vz4I0rLwID7EGASElhghTwmmFnjifZjUMyut0j2Olk1kjGaMZoxma3SyiOs7QWgSOYJ5D6F/2sxtj5/vqosD8Iwl3W0ko4km0CIpkdMKQCQR1MJrbiSzSh2QM/4+YzNjM2MzY7PBJjtHbMIkaASLHjb/GtpfVaOkR88Psawab8MQTSp0Z/PcQEuQRlBAyQn02HFkIEbUKkedPWBp0kxGakZqRmpGaoNUfpZITeJKsOwhtXecYoWQ4fMU07IuQ63wTFFKOKfBHjWOUqE8CrN5ZE34+wFDpzhRMeMz4zPj80vCpzhLfCahJQT08PlzFHa9+r0H0EVbMIDQpvRgW0kDRDUGQEMlPIHcAuK0ABBir8yhe1PTRsZoxmjG6BljtI4Wuj+QymtACh8EpEncEUnjjv6sdlcbV7/hhKPL8vps//YqjHaudvHpPFSECuIMNFgLg5jBgBqjCHECtAF6nSaO0vO6QVW35H5fL1Ybt9k3OQlFhxt/iJO86y/0fd2TRhjeNFwNfd+WPPluHni4KcUjYvKVCn82iyYp6TYmNZ39stzeTyjek3//r7dhbO4u3j755m14RR/qwMZ13attzGoaWPC2/MTDhc/WF+u3T56+DWPm0pXtNM+0bTKthmf6ZVnWCcJSVql5FNqN/wzw9G096DazdmzFi7XYVLfelg08+e+nw0+xmP9nFMmyD0MP0i/vP0vyue7pYWI22rsLjqxT535XJoUOqv4HVw7cMBBX291+1F6oXfHTZYy6j8P2L6WT+HayhLm+vudsHe65B8Jo/tsuzgaS3g6iNIlRImmM0vPNrvhTrL35lOa23exm7/ZXK4wm17qJz4WhQFLlgrHLMeaOOaqREhRSxy1rAzuTBk7MAdE2dEfxzUfucL1xip6VR1/daXTzItoiT4t3bnXpdpug2ptI55Ki8/DbMFh3MbL5Um3fJ4HPX0ZM86vN6jIYwVVO65dRVP/iTLQaG+uxTnH9osn6/mOYlzZSPpXcrqtOVKmsL6PsbspO7A3eOrN1k3p+FifHsyr//BH5DhI5qyVy9vp2Qp5E1JA0oia8lb0VHd5JGPjLVNpNUhx6WxaPR28fq30kmDv92Wkx3cc6MFV+g+Nv5N4jvoc+YJyblpM1tykVcRD6TZh4VnWCTiuTw3R+WL5I20z+nhWvL1YfTZzflVXN1Sba/WHyt/p7NL2ehilhlR2yZEp9WEW4TZjiXNYpaaKUbRfOvS92G7XcVgL7hzytzdPa24aKj5ne4U9OBRYOGazdsr6x+pey/Gws1HEQn12oOxvTMEnQESFjGqYXupmWzn4cjOAcqHJwKhvn1nFOtPCUCG4g4swQxTW2RiSJwQcaOjGhziNTNxPM3rO6yeomb0Z9JrwfNNh+FNxJqBOho+DunubQRenAYQ69Ch1ke6Nj5hJgALfKIg4sUtw4TwiG2nkxguyTj3LIwM7AzsDO2143RzY6S2QnIVWEjSH7VS2NY9hOysfR3VTqBv4bQTjk2GCOpeeSc2ENMsAbyQFxZBjfTVMZ4RnhGeHZ5r4fgOOzBHgS0EX4qM1d7qh+GjW798VHLO+qTofenAqrIAKGaGYoA4xJ5JUHShGslGEjxnfVUoZ3hneGd4b3/cCbnCO8URJWRsQYvAdOcuvwdOwst8FK3fVuZakWBBpohXSSW6u95MgIDaHSdsT6nuY8twzwDPAM8AzwmwL8tukU/jFfWvd7eCEQvL0nmicRbUSOe8b0zkrq0HXstKTBSoc+cthgAgjTWkKnNSLYEasY4YTaMtvDAM2nOTEp0zzTPNM80/ymNGdnaY4nMXW0c1xT/OBVssZt8X3zklOCVxVmscIsrVAhfLi4u5QCGOSUe4iEtwzFkDvEOaRWaY41T0zxwbZOpHfdpoltahcGlpspHwZI6U06Fb+P3uQhjmsY/qyNNJVRee82Tu327Fr5UrjXq/XVQgXhKx+i+KeifIw6imRK3+fyxdzCj63qUPVSB1zZesV9b7Zvq0d63jzQ44+6eBG/YAyPLH6KDusVFopv6/G3tLPqWX+6jDGX9aefynk76PLZbjUzZRfCzWbztgt7EQhdqD7JPHbh+tCMEZhUgn+t+zZKwt1oGu4W7Mbi+80m6JTXcYgWb+KHTRAXymdl+awsnzXlFeEGSzuAYwQiZQ13BiAqEMNIOAIcpUhB4mDrzT3Y1Gl8i026sskYWTsRz7qNniW/UlP0o/oUxeFSva9ty7LvRRlqfBllXjsVfh9sti8jeuNA/Is4vl/Fhy0DrX6dB9M02Crhm+0CGLY7p2zE+4sY5vG3YM3+dR7ModWEAVgHLJjF4VONxlFJHxaqG8ZpoCQYi6bBWD8H4sSYnVfVqG3ke1FdLvs0HpcxVOtIPMZifVoURud2+mq+mC6MdajpmwSxigmjLtJPUdkbvej/fZKAal63C79QG9tE/8cRXvY96rcqqDJqt/rZKuGO04RS4PXVdr502yqoKE5K7zI1QKVV64EZ+7K7iEBqnqYeFftpX0DHKnQ8AitYNpswwy1KSQ9zoepRi+3FarMzKxseaLO6LGsGXq3irDcm4P1UVJJly4d+VjxfbFdP4+GblzF1Qmhj7kO9ko+hH0vnrLP1HHTbvuXtN+H2na8SY7qCCZRcLl/qi/ooz+emnrHF6fjBT6sURm+fPAugnpv3ZZer0bnt37lsIFxaFu9WseG3QdQ+hTc4+5f6uNBtfZPwCcqWqiliZFb10n5Zuz36X9avTu0XHqo6ne69Kt9yXfWaoZDPD6yntwfwPLuYCj6mDZKoPYpHtEE52MdUQj1J66xJ9ip0LD4bTDyGqVEKAau4c0JhpZngXjDKvN/ri14zp1l75640TrT8stLISiMrjUe4NHqN7njQkI5RvZHE4lEypjfqhBbbMd3h2/Jx/dFU6q4aUIq04UjF5I0QSCgUI4IxK7Xm0sBhHdI09bj1CMx6JOuRrEeyHrmdHsFnqUeS0EBKx/RI/wSfDihHDvIZqtNRIoZqCKBTlHDoOAFSOR54pYQl1GszMhGZ5FifrEOyDsk6JOuQR6ZDyFnqkCRWkbJRHdI7k7hL9eGjiYfqdE82IlYJQLliWmPGuZHKeumh8N4w48GIDpnioOKsQ7IOyTok65BHpkPQWeqQJFyS8jEd8iamtbxcLePO/Zgi2XXrjGuTtGJHpSiBWTzpHkJjKYSUIGQF84AICYz2I2tbaXN5nyTrlaxXsl75qvQKPUe9gpNITiqOrW+1A/vYMld0FVOm40Q+ttrVVu1qF+s1oUwj7hV3mmlIILXCCxDUjk+OHTjSYNYvWb9k/ZL1y1elX9hZ6pcktpTKcf+txXrcf6ssO+a/Fb5HZ9tEUYAIhl5q7hki0kqpwxVGrEPW8jH/rcU6642sN7LeyHrjq9Ib/Cz1RhLSysCo/9bhYbtdb6rBM3cHqnS0B1JMeYM5tNoyYDSE3AsFPLVAOmXkiOfWBCfwZv2R9UfWH1l/PDL9Ic5SfyThwgyO6Y9kVIwpkVI8Z5d1lXFNktTrLmcxQw0gGGjCrCWOOSYIZJIRJQwldlidJK1lnZJ1StYpWad8VTrlQU9cHtUpSWQ6h508aZv1ahPHYHuGdHt8YF127MzAgypHDwo8qPu5ac8ObznxGaHjN7jeTQuWl6Y9IbD5QG86Z9ebVfjElYgHDISniKdhJpphn7qt4v8+2dmrQFK/WswDIJfu4/ZpuPU8ni/6NNBIXT5t8ps9reWu7szTwu3Ms5igZFPefxuPJ72IUhBF1IW38ilorzKD1x8mTGXxGefK7T6t3cfNfCQdz2FpPxvPm32NKXPxDPXqtifM9QX17EKh5Rh+klBojgbxM3C2XCOGYwfLdcu7Z1wQH+wxhwVECjIBPQBKC0kFcNTCzhFF3VZOTcn4eNg0STrGr5hNkyfxu16+HzRcdVS2k3BVjkdMi0UQD1e8Dma6Ww7KeF1ltq8yIuvdel2Zp0h5J4XzAkrPw6cEBFqtreZEMiwHZL7bWpb9LPtTyX42T87MO3kUX0mUJCeD+HquuwGSLT+akhFYlcXdlKPaUy88s8QYDCAzTgmGhDSaMEc1G2BU2UhGU0bT2Zol+CzlOolc43RQrvffdVC209IR+d5X6ebPgMggbbkgPkg3xBJZGyYhhChssPF4QMb3DWU5z3J+tnJOzlLOk+gizgbl/MWF2gzr76ZkRL7L4o5sE4u4lRprZLwxjlPgKGJKeY0RUtIPyHbZSJbrLNdnK9f0HOWaJNEdnA/K9Z/DxxwU67pgRKpjafcQF82os5QrYInVXFIrNMfCAyWRR5YPCHVsI8t0lumzlWl2ljKdeNRzMbwNMN/Mq2Tb/W2ApmhsG6As70g2xMx4qCRkgDgBJRDSaUw5VsxBANTQNkDZSpbtLNtnK9v8LGU78XrmclC2R0L8W9l7cyS+f7hWV49DrpwByluDocMcU2m8IoDFyTfDZkDa30wW2Z9l/uuR+fqEjfuVenGWUp/4qgowKPWvd6uNGxT3pmREzsvi7spaGLgaEoaAtYZhwjHjkDlgrLdBr8MBAS8byZKdJftstbk8S7lO/AXFsL/g66t1+NPwulpbNibbVYWOdEuCCJJIcQE4M44Jg7zyVHCNmLHKDkl31UyW7yzf5+u0A85SwBOPPIFGzHV1OWKmlwWj5rm67K6ZByl2hElNFVCIEsoQNdgzy73HWrpBs1xdZqHOQn2+Qn2WrngkccUTw654r10cD84Wr+rjrYs3ZZ1BLV7XnTV1Z03dMa0+/IOul56z2BDoKXRMewJI0PIOchlTgwvj9JCWH242AyID4nwBcZbObiRxdhPkZoC4GRpuAYXuCj2QzHBhqQeAeywBQEgoAiSikDrkboKDDIIMgjNeuINn6R9HEv84Mewf96L6ksOeM/uyMd+ZqkJ3/Q54hxWGEEoadL/VCjsKtIVKS0FL79ue90zVTBbxLOLnq+vP0jGOJI5xgo3M8H/fFd8uVub9yDz/992sKR6d7Td1umt5WDOhNcKWUW8hQEIzTcOcH0otqKaDc/6mpSzsWdjPV9jP0luOJt5yYthb7uVKzxeueL5eDwp7VTyrikeEva3TEXZHJcJMWoSxdopxTAC2SkFqmCNSDHnZtC1lYc/Cfr7CfpZudDRxoxPDbnQvqg83Yru3hWPGe12jq9OhcpIIoSnRHCDgRfi79dpbZijDQ2LetJOFPAv5+Qr5WfrT0cSfTgz70/VSiLaC98Ng/tDD8m62NwCtl0B5BLAHDEpioIKCE2q5FGzIueaHCTKHZuHOwn2Xwn2WbnM0cZuTI25zZhOGRPFmFf43bLFXNWZvVrOqxtj6e1qtmy7YMuGDiU6D1EtFCHXMaUCp9c4FNT+k0DuNZcHPgn++gn+WfnW09asjIHW7+XZzFSo3z7MfI4ng67LG0Fg+yMk3XvEwI99Izc+T55HGJhLm8YfqSjLqSzKaOCNf/al2HTFucrduqlytqrhazv/zyhWh6fBIxe5C7Yrtbh7YXMScIFECi3W1f1n8UxEe98PcBIGvNqi2VSM2PERFhiDDzha7jVpuq/FahAFdhFEdWrxaqM3iUzEPXdzEaIblu2cPm4FPX2m9cJdBRi+Gctz0ivtJbr4tq7yMVabMclMLZHXX7e1z3IzL6J0k4vtx9TEqgBdlatswohrdu5m/C+MsjIcyM0zxMu7ZV8MkMjwme/0xJtsq87z++5ur3WozV4v/OKBZK9LxBVavKxHuUqJ39W8DKS5WH+MRZVWa3Zmabau+7Jq+zFTsy+zSzbZVX2ahL7PQl9lFzK8VJePtHw8I2jT/9o/Vi53VL/bZugoAHKVr5eg/RFea0BX36frSLa/6RL2srnbMp6ToIK+gRtBw5RwiXHKJMWZOMoIwsMzhNv4/aeA0M+lxYHUCA+mrwurEBtHNyXSy32Km0q2pxBIqkT6VfqzGwgGV6hEyRKVY1F26wQQpCyCgREuuleFSAG+9dIhTjckhlWIDmUqZStOlNcw23+nZDTNZb01WnpCV9sl6mLix5ooaytqYlh3A1UFjkcPMSMUFNlBi5K3yDjlC+nBVp+drzHTNdM10nTbHZKbrrekqErqyAbs1CP6iFP6+8ZoUDVqwTXk3fwf3giJkYzJczAjjDGNtsYbEE4ed7JmxTSuZtpm2ZzPDJplU904qmZCK90k1EMpUi+V6JHzpoLgbsqQIQ05CzDEgKFiDRlHLELZWOKEIP8TUepIwpUypTKkJKUUzpe6bUgwklBJ9Sr2uR2mfUtu2ZIhSTXGHUkY7p6HjihokCNKQUu8gVkZzAxm1h5RqGsmUypT6nLDJPHcdZS3LrL131sKEtbLP2niE6+DaoNkXDJG2Lu2AFkPNrPJWI+s1JQJSxCh2DFhPFdbmELR1G5mzmbOZs5NylmfO3jtn2ygFAkGfs70QhRotfjA+oVPY9bvhlEoPDOXEhYm2pIG2BFiOjNYA9iHrJ4hMyIzNM+4J6SQyne6dTjihUyeL6UUQ3otj3tamrHEDb+uRisfOQR/+xWdGUYzc3qrN+6niKI7c4iaRFFP7X498vCacIvzNhb9t6ze2F4KLVQOVpdsFVLmtWxoXgy7KwIrqKZ8Vzz+o+UIFQ6hQsb1yf6lQS1vExy3qh70nD+vbBUWMjulzOyYcozF5TaIjIOrLa/+M8GpojhwQnhZ218YgQUJCyB10SEvnOGReSwkJ08iB5IS+tIkTw50emaBOEfL0ZQnq1EFMN5bXh8w1Oi6ria89xH1Z/bd1+MIxsOz7D4dJxKph2lSY7SsMSe9BrYMDv5lCzHlrlZNIcuydI85R4xWnvpyOdMT4oK0vS55RlucHTwZ4Y4lGZynRiZ86JH2J7h2DXQ3P4TOwk7KOzArnIcYee8bCfJ5hATAmSmCHuHNW60OZneL066x5s+b9PDnFZymnidczpH05faW2YSI9oHHbgiFZrUu7x9VD6qwBAuOgUbHmCFOghZGceMG8JIfSWreR5TXL64PIKzlLeU38aCEbkNeL1W5V/Cn+bPNpQGpj8awtHpTdtE5Hgq0kAgglOSTSWGqxxpgShQQB0vv0bNuBlrIcZzl+EDmmZynHiZcp5H05frG6vLxazncDMpwWDcnvvrybnwcR4philismYXQqUA5ZDjijEAPVk919K1lus9w+iNyyc5RbnvhdQtGX29ducxlGSU9o99eHJLYq7E5tvbNeCqwtpd574LmCzIZZruKOVh6fHXGtmsiymmX1QWSVn6WsJn57UA7p2H5e20b5jSS17RZ3F5A1DJqVCcdpGImUCG+lcASXJ9QBCfoKdpJ0tllms8x+nsyKs5TZxAcMgb7M9tPUVqNzJEdtWtg1hyWnLIipxdYQ6QhyVllFsGNYYs17S8eTZKfNsppl9fNkVZ6lrCYeUWjAI+rn8ntc7xdVfrebe0cNV7/eR2r4d9OKch1Bfqey3MTCZ1+ps/KVGh3tZ+cxhcfkOfGYQmhMnsf8psrS495TaZXubBcaADzRFBlPKYLEOgmlwx5iiKA3h9o4behudPL5CnLWyvejlW8szw/qUTUqy4lHFcJjsnytX1UlaDfzrhqs2z30hWFFZJBzByjlylCPnWPQIso81VYNi/m9eFo9nLxnX6tz8bW6scSjs5T4xOMKkTGJH/G7qiTtmPdVUqO7J0yYEU445gWIh7A7qynx0JTTau7YsEzfoSdW1txZc99QjvFZynHikYXomByP+mVV8nXcO6tTp+ujZQy2zjBIKXMISWiZx8JAp6iTIklJPtRSlucszw8qz+Qs5Tnx2EJsVJ6P+23VcnYD762Bml0b3IU5NQCQSy01B0ADQJkMdrhRlMvyGJkhCb97T64s51nObyjn9CzlPPHoQnxMzo/4dVWSdp1310GtbjJB4o0BlmArpPRWMgiZttpQbrihbmR+fceeXlmus1zfUK7ZOcq1SDy+kBiT6zG/r0rEjnp/pVU64uwNBjrMoTnA2nCNMGWMGsy0UmGuTdywON+lJ1iW5SzLN5RlfpaynHiEITmuo8f8whqFedQ7rFupI9HOiqCbvWLYGU2l8WFGQBlgwhkvbDnbH1TQd+kplmU6y/QNZVqcpUwnHmMYjMn0mN9YJWFHvcfSKt3DXCATnCPBqLfUGs8QkkYapoi03nM8LM136UmWZTnL8g1lWZ6lLCceZTj1KPvLKvw8fpwj3mSbus4NPMlGqx7xIhv9zeeJ8GhzE4nvsbdxrejiiT3HRj9fYcLvKpmszyT/IWbp+6AWRRDfYPgYt9mFP8bTyJ1tDiwP4tzmENznFjxH37Bj4/bs/MLImFQmfmEYDUnlwVm4+7E3dBpup7C7NI0sFJ57j4VHyHsCoSLOEys9JTI5HK3TxGma9PGI4QQa9NGJ4cQ68jbS+KBeXaOSmHh1YTwkiQfnv+6H39AJsJ3C7uFZwbTVSFimrZNUQmC0cZQjrRGFKIk+7DSRJfHLlcTJfa5uI4voLGUx8bfCZEgWf54v3dV6SBoXTcmwPFbFHYlkDEMpAIRIAEoxVsBiJAzmjjJlte1LZNVIlsmsHe9AIvFZSmTiOYXpuEQWaFwmZ+gaqZyhrs0qtCHQSoGsIVw4q3QwXJWSkjBok1zyvWayZGbJvAPJJGcpmYkPFGZDklm7FhVvyoIB8XxXVZjt6grDMtqp1fVTVgQrHuMMDOdKMecdpEIDoDQ3Hgwo0E5bWVqztN6BtNKzlNbEkwnzI9J6RE6vk9CDFOpIQUIsEwxo4xFxElqqg72rDEIejspmlsovVyqN2qzCO108kGSyc5RMmfgiYTEkma/XoTvdwID9MNy2ZcOy2VToOhU6AixRAgKDsBeWekeNpUZh6BwaUpxNM1k6s868A8nkZymZiWcRlkOS2fNA2A/A4fPLDoq7ngckTDApstRR5g0MNnWM2HHCaR/MXKT6MjnFGWZZIrNEnp9f0KhEJn5BBAxJ5Hdup+aL4mXZywG5tGX57LIuH5bOtFJ3D4VCK6FAAHvPJafRwlXSQ+2A9BjqvoymTWVJzXspdyKr1/n9wAeR1cTvh8DrZHV4/TaVniOruN1q3SUi4yl0WuNg7kLrjCScCAUdgMxQ5/lxic0rullm78oXAZyl0CZuQaTjFuTC1/o+/CA81euL1UejtuEPzQvcC26oNXNlrdm2rjXbv+ZKeI/U6UguEUwjrR2SjCPkOCAI8jA/xQZQDhNdG7s2q7o2a7o2q7p2ovSO93Qq+T36vq7NKTOlBD9fFm7h3qkgok1PSnfbUl5jP4uqn8U/lX/bhaJabJ4VPyzc7/PSzXZpC3O13a0u5/+IgnAH0nqSjHb88u7Ikh0Uq8THh6Q+Pj9tV5dut5mbvizNm6JDATos6MaXacAAhd54xohUhHiEJAKEOAKJwm3qlsNWThOVfmuTyMfAO7hWKOiUQlGY1WK18VeLp8W+L/WR1e1x2OXR1aHO4lNn8Fe/3ZZCEW7oXLhL1XIWi1osEncbkrrb/LpalVHVLoyeWjKK14E+c5MIyMfVambqSvX4mG2bSgfO4UfrHnqFj1f+POEYaG8i+RhouSci4BoROdEV/HltooXBr5bzSxUtuKHPt5eWWbG7mG9jhEeM5KjeaxOLUZ0ab1duu/yfuyI8b7epMJbVHTiEP43Do3mNJxuBR8fu2fmH0zHRTPxuSOp38/3s4OESiWzLZq+7OquesfUqdHclKMbGW4ENUg4i5BEGnDjoLOce0VZ39Zo5TXmdt3yerMIerXwerH4+oJg+qOP4qIgmDjiEHRPR3nJoT4BmL4cWREeqddP8IuoANUGXcwqplkhxahWA3DChBMPjQls1lkU3i+5dii56yGWWUdFNvHEIv8bw/e7TUl12LN9QqydMba1KhI/U6W5pCIcMIx5zLB2lyFCGDRGGSo+Ad+0C6ZEGbyDDHz9+fFZJUSLNpQg3o3f70NIMz1qabfWqu+IcHnR7p3LcLpFOJb8PNNckIHGzIambzbeLVZIvu/ghzNnn291QMLKua85crDnzVc0jIcnX/OBIYPINf/l5SnO4zYkkbfTd3OusNO5HXPNhD3IMNDsM++2HfdKBcnlHOxX+5q8WRXw0tahlOI7Xc4xRvn5Qn91MlI0JbuKFQ+SQ4PZOr9hLz8XgyRUHxV0vHIWcwyTMQp0FUEhCtWLEMQmxgMC18coHjZxmxp6DRPbUHymFdModwscokRO74NxeMB907jkqlIkjDgVDQnmYlH4vL2ooIX23tLuDbzmQ1BHmlUZOkzC9BIAI4C3kijnTl0h1eiL6x6Ais0A+jECisxTIxNuGwiGBfLXa7PxqMV8NCeU6KRwWzH2NbpQHR9YarQHXDEmBtDAIYiQUwwI7hPrCuW8nC2gW0LsRUHyWApp41lA0JKC/utCn8N/DcMm96HysKgyHSw7X6nrUeOM10FIiIQ1Ewb4lhnEMmNZhfpWcjzrcVhbYLLB3I7DkLAU28dmh+JjAvmij2kZlNol8Oy62TcXuzqiFWksurfZGCa1kzAevoAGeMYrL2JQRyW2ay8L7hQrvHYRU3l6A6VkKcOJdRMlRjet+3x1VuFX5Nfo2VOoILUbMIy4xkkRxLK3FShlsTKAJRtaLI+o2NJUFNmvbuxFWdpbCmvgbUTo4f1Wb3dxtx83jdVXhGvO4U6u7E0q4Ug5qzITFBlsJIPeIAccMU5Twgbls2lYW2CywdyOw/CwFNvE+ouyYwB4zjxsJutY8PqzYTdjlJQg2seI6iKxyznGPNQPCWAUYS84rHW0uC282j+9OgMVZCnDig0T5UY07Yh7v1d8x8zitdJD9UhGOCTOGYamFjmcXUusVpAhq5vwRdZvN46xt70xY5TkKK0y8l+ig99IPV0sXv8qoeeyrCteYx51a3XOOpOMcYkI4MhgbyrQjBAGOPZIWetuX105bWWCzwN6RgwQ4S4lN3JaoPCaxvTCangBtB4NpRqp1nScgBRIIAg2ihhvhQZjgAim4AQYIwceFdoqo0Cy1528XP4C8nqVHE0w8mhg4qmFHzOG9ujtmDqeVupIapBM4RJiPOQ4s8sRRayCjzMOgbs0R9ZrN4axd705az9LdCSbuTmzQ3ak+YHNIUM2+aFhG6/KOeFKCBIACaaMEIwQ7xIjQGAZ5JdANLQ7XrWTJzJJ5R5J5ln5OMPFzYqmfU7maZPrHGa3r64fHGSVXu9uqnqCgHQXg2kvnidGQWmUdLf9TvtUmmiZp4tQw042NCay2ZVuzMJzeub3j//8oW2aTiGTd1v1HmsaPUlRPVITxcxW+09U2DscYe7b/dN9778yueG7t7JfpD84cEKEn//5fb8OH3F28ffLN2/AGPtTpOJpvu52FAb5avn1bfr7hwmfri/XbJ0/fPlmqS1e20zzPNnmgX5ZlnSAJZZV6WIR24z8xevFgTLytR9Rm1o6beLGWierW27KBJ//9H0/OOzgOJr5OrOPrdKXLswBXm/XFoeDqsmx2Gcu6wtsrOdxndUwbA5UTAEvsPfYcC+Es1tKLZOH3sJk7F2I6oRDTMxPizqd8eAmuPm71bQdkuFfcl+LqgfbP83ULcOLrxEhX64a66vcBrVte72nd9mpHaJEETjCKCUbMOQiFk0w5bhygWHiFUq3bNnHnAksmFFhy/wLbvKwiPmAjsqURexlXZ8K/P7jqnOs4Alb3IrDnH8oNE18hlvoK/TW0szoc6R/ixe4wby91c+dJFyZ5INiRmAChNSACOYi94xRblSim9vd3PsDxhAMc3/8A387jnG1IMZWj/Mc3L3+mRfk689Auh3biVcNSr5r/65ZBg2+W28Ph/d4tg7IMBd0h3r3cXWmkXkhHPdVYSqilpA5p7zQFxjuZ+KV227jzoY4mHOrowYZ6+WSFDsPo3WZ1tbQV2gfGviq2Vzp83KL9tK6cjWRJKCUhcU9hHfcUtZ2biigvVuFHpWJMpyWxvBplJi2vpyZDpV0t4BmihlEnlNKECekVZZYyihCXlrYHVw02dYdSMlEinNE73L/ItK+tWPni19C1V7Fr1cetsjpsK2Ep+/m00hRPi/0E/2lrQcUsq2G64P5wL7lVv5B1iad5bnb3JEOJ7w5LfXd+VvGB4/z8r/GYzNerDscWTensQzyxcrtKKDZQ1p2tWUWo8chK7QzgjkOBNfY8/J8UTLfxYgMNnUawtsHYVgDj1XJnVx+XE+FrrPmbsItNyK6Y6d/tim9/+eX1mz8Uz9s9hzS7176zRexsse9sd20m5ld/++RFtfgfx8DbJ2ewPHOp4rRzqZbGDSGgV9xHQPJExT8VL9sffCYQ2pvblYkXwn1jTrf9YEj69FjIkPgIsdRH6N+W0Vp8EW6821wdGjhl4eygsOJCv6gbAK4h8lIJpKgmwhKqOODWyzDdZcH+bwPA++2cRoWrsj3TaW8SHvQbvm8S/G11FUyUxaJYxLWaMmPfHgBl74q0d4EJyzLksNy/zAB41AB4sXFxczp8lb68Fq/iB35zoXZvrxCAMgyQ7+M63i70sfjrfDvfxaMBfr2YBz0Qh1Awft8X//7mKlyeq8V/HLDlRnk0699u3/7RlB2bqeWsLx/lzvksZo+cxWE7c02vZh/qXs0+xl7NPq2uZmG28P7tHw/I1tzo7R8HcFPh4XryJd5WHAztElcWcIK9pmS2L6mYd3D9IMbARD8qSJzAiklBJMBMEm+p4M7qNjDooJHTaLddrj7ujf3Z1rjlVB4bAy3fN+/+FMyeIGarQgXsxbETrJmVrWZpkWSvQxfbDePXsYvlOTJ1dtO/7F/bH/L28Rczw0m8sTgcl+bOIW8HIpcc79Yr6fp/AIwxN0gqyZWAzBhnjOKOeqCpQ2BMpk89y8180sngmLkaFJPI9WDb9y3Zzy/VP1x13lPjWNWohEq84y5y2dP9Aky9YpkF/KwF/MdA5ADsxlwJn2i3Wc1+Wm7XcSQV37ltGJflN4xfuFx8e10vy01lkVwEvbVbzRrDJLyT2IV53YWZLbswC10IlknlsDXbNguqo+ZHnxPr5c2sj8RHjac+aq93KphhA6f3NdDaxgpDpy0eZH4ernck4fPxH3ymHVK2GX6+NJ/u6gTKo/e4NcEmyPpcfcLnZYf2HNsdOJKmy87VYsw2mYwt3cfiT1ehzYC6d9E31bwPE7RLtQnoCTOZtSqztIRZmg+j+WrjnjWiVSV4f9o9BWyhAlJ32z+cYZbo0eF+dsmh+ZgkJ45rHPck+aVbXvWk97K62PH9bku6rmoaQ0iB9VAAxwWxnCnoqVMxaZ4HdC/I7e9PnDo8OpGdwPv7axDZib3Fbyy5t421Wnm/dbv4hN+A9e9Pk3/+l+5dWXwDSfwzTy9uhi6+vSccJG5wnPRw0EsUX4nCcJb4tKy7qIBiFj4AtWcuHlimrIBWWA8YkQJJeQCFKfLDZyxkLEyKBfT5WCiFG8d/ofgvOIaGoXqbwav3BYfEbZDTHhxeVIOvRwezvz6Ah+ZA184uC+XcKM4AxNhpaoUkhjCPIArAcF4f8KEZ9F8YIHon86JnZTrwTIjHQQj8+YSY0SjaM5z8G93AgKANGromRHs5fIV/zJfW/R7uwu4LGolDJmd9aPRzm9VSPZLQrFva9ct0DGPMbPhXwISHwBnjLbWSE+iYObQrpkldli2LL5QbU5wLfhtekPvhxW2sipYW8L5okTitct6jxdARHJVwjJ6/cVDcTXsovfHYeka9IBx6h4F2JsxLgEGYAnsAjIlO3simRjY1pkUHPW9Tg94TPHDiJ8rFODyK79xOzRfjDJnZpsIxlNS1OkThRBBvKPECWhU9R43ETkqEIMMQGDdGlLqtbIpkrhw9RPa+ycIe8vDnUTlPvD65HFyH6CauadcJBrLWdAq7J7NbDghCTHMgMURYSSu98gQRq5jBdGAd4uR8NVmGs20wqQTzc55WoPuyDBJvSQF6xPhhtdoNbGv45vIAL6qybn5XDjGyBlLhuDVWExcjRBVUCgAEhDrARdXCl0YLmKcSjxoX4i5wcYABdNp0At8XNBKnTAF70Piz+7hduN0QOJZp0QA82vIDZwnOrLVMWO2Ytoo647gLFghXFJIyW1kKkLaVLx4i2eR4TAyRt5w0XG1DzfCAZXl4X+V/w9+33/yP2qa+rx1OnPg1is4Zo/N3xeury0u3KV6rbnr4+bvZtiyZbVWSF/7gekfQFeM8zCQ4BJIzjIC0CBMvjUeOM2aS41a6jZwm5weNzbYXq/U+S/UkUn7kDg8xrTj4aMXr0J3Gy7qU8DbRpfvkiiBIJohM6cdbOnG7GBwVfm32iTLPbX/hJHfm59bG0KvnTbBddO5ZzJculv0tPv+Pq0tXhWFN7MUc487UctaE+ZUePvHOsSy++dlFuHMdZ7V3Vh71Yj6UtBtGUOHE81Gkno9vNuqDC5U3Q5uTu6awv0HZL+oeQSooJsRZhjALAw9JwBSXAFMLLeWgTQDWb+c0ua/am+nFKj3NdBKBH2r6em1OSuGfLgtG1Ysi9qJoelFnvYjxVW67qwJGk0QX792y0EnKmM/Qu8HsvVr/tgyTuO01PfzzKtoWF2pXBYBU18vQkKj4g3kR+lWUX3gb+h865orwGaJIhrL4k7dP3i1WWi2ikRBebVCRZe1n/1sHcv/Liwtn3gfboTRK/rcqLjbO//Pbm40NuzJXl6E3ZXbf0G5Q8e9Kc/43vVDL96Hz36U1wuOrfykBWeZu6YesFBdusX52cgL9HJVy+6iUZfH98p16V547tQnGani+hl/lFyuR/suyJHypCe8oNGU5c3U/ZuuqH3s0lPEpJeBXZT9KA+EI2QeIesMAFZz4sYpOOsfN6u8ueTVpRseqaMDz5KCg66wmjaDKEsCskgRraxH1QHjLiGSctMnADls5Der91iYB+sA7uN8QuqLuwSHIY/qibYnueFrDtsJpDctmHhWA6QKWFp/+cHbnfDxUYClOXDZF6rIZVy+GhCAuKvQloHO1u+HJPNUSS0gBkEhhALDwkMF4ZA4Bqt3w7DRx2tg/aGqSgX/43Pc86uPt85CfZsgnDoei63C42nyq1mm2x0MUQ71o04Z6N4pUPFL9aMDiDX73uSt6bdOTLeC1Td56vW6SqMTk4w1GSzeiEfpuo11U2SNFuMkq2GXBXg2X41PEAzlD7XKG32bMi2//WfFyXufBi0sBpek9X9r5h7m9UuX8It68bfpvv/zbX8omP51nbOLx4X52IYpiTKATn0DBewLdC1GMA3U4RLEp6c7LPfLcWAmJAB5S471wHALguRCGUZCsuje/P3W9/bykc5LV9K9FOidfU7+dkD7oyW9jAkoSvzshegI6EDQYR+tY0GBb1t1dhypMsyiAQiFijDUcGiQYdtY7zqk7ENNpggazoGZB/TxBRWcpqInjnJDDpnEBh03hGRwW1bqwmz1VSe+c5NZ4wrnDzAIilBdKAhSuqANZrZvIwpqF9WGEFZ+lsCY+axL0hLWOth0Q13oQjQnsvrgbk885ZpBobRwlWAusgEUaKSu8MkayA5HdN5KFNgvtwwgtOUuhTXzGJBzRsGhEw6JjGrabww85DoTDxmmlKTcKAY2Q8F4rgphxfFDDoiysWVgfRljpWQpr4u0l0Yiw4hFhxceEFXf3SCBlxgMmPaOMEK+8BBAhqzShEGE4KKw4C2sW1ocRVnaWwpq4a0k8ag6jUXMYHTeHu/o1iCc2lnMLfZi9MumYDIYxCFcdZE7xEXM4a9gstA8ktPwshTZxw5FkRMOSEQ1LjmlY0o3UpMoQ4cL/B3VqkcECAWaCMey405qJQQ1LsrBmYX0YYRVnKayJr5CkoxoWj2pYfFzDdo1igYwyFHmsFZcGUCq9A8oCY720WKMRDZvN4iy0DyS08iyFNvF2kqm30z6s4+V8OW8eLxHdMNrnjdvRXm7Tix1pNYYZoLAGXmKshDAEO6Qd8ApLbqDZS2vawg1E9YiDcf0hgph225xEaA+e/hpvP/QM4Ymldn/EVexJPwDxQsX4pDCy3GYZT+3UGxXQW2X5L+Vw1A+wiOfLRPn8HzAR4m+v5osIhdKzEAHw/9nfavssnzLxpRwjQxJPKZl6Sv0QTxj6zi3m8ZDKwwOwfSic2bpwj4LO1YOsachJjZD3BMfYZEapcwoTKDC1gLQs6DQxFQw6jdbnak+ChH7DN0puMCUY/nZ1eRkk+E08A6889XrPg1Dnw3xp3LY5+tpcqGUZ62FWizIcpzku+2koPDhdpgXIfLEIwNiUsTyVa/H2crUKDV5Gh99iFR63CYjKWDj1EODynYaXvR48/q9b2H+Kl02Fr55qNHEvkx33ssrQ/TVKxE/pyE5nKNVriFIzmx/UqUA3WqPrfqYNIkgAzZj0iHFMDPfWCk2ZwE76droy1txUADxyg2nmM0fe2P3aSc/rKMOqRy0MSwQGc+dTOeNoLKAmsPJphcQY1d3H3XoRfhdJuI8GvQPc3f7U83xe+KTASNzcZOrm9v/cMkzwzMUyDJB3n47FgPzDLWe7fc0bRIFc84MjcSA3/OWp2Bi+zUTMGG789sCYIFDkmm9cJX5oJlYBDvP3ZT6XZZVvIMn+0D5PuGbKtZM6NvFZ8X0NnximXXLlXZh0xRw3YUZ3T7EgX9mU6kbSe3YhLXKMUK1vHwXggFAHAS1RtobCWZrr3bM9NcWWUwqo0Jx6xSBHFAJrjEIe6fbojObXU1kl54AXdA/rNl8UXiZeUL29gD5oOMuocOJEOOGBcPaCWeLYHA5laUu6rgXYYmOtAxQDwSDzVnGHJAIKSQcA64jojcNYvhwbIAvpbYU0mwJnHo8zShqSkAYdkOa5Xl3tDkCj6ms9zpQF3cNwKLDES02wAyhYAlJSgLVUxDnDKIUdzJQ/z5TJlMmUOYky+CwpQxPK4APK/FDlJt0egMa3l3usaco6uPHEcx/mMl45yjXUlCobhh/EHmDAuejgpmkhEycTJxPnJOKQsyQOS4hDDojz19D66gA3H+prPdaUBV3QKIGth5pQzSWFnHAOAm8ApNQJ6XEHNOXPM2UyZTJlTqIMPUvK8IQy9IAyrzZzM69yRSacWe+v9khTF3U9XRD0wlEDKbMSIO6ZcsJDQx1BDB3MoeoGMm0ybTJtTqINO0vaiIQ2rLepvN3NL1fLmBC3eFMWHO4ltxVmu7pCj0H9Wt0lHamc01QyA8KkzlpLGVEMKGQJkRryDo76bWUyZTJlMp1EJn6WZJIJmfgRMh1h0nU06nCIKuAAJJBKaRgWSDiipXRYG8EwZmyUQ5lAXzGBbnKIaWbQmccOjjGIgYRB4nCN+fB4xXINePBwxbakm2Sfey0YIA4p5ZUw3kjuqfKceqsk7E7EbnywYmZNtnYyac404HGUNDAhTerc+0rNlzsdhOwiefmzMPZb7rRVZlWVPX56Jd2DGSUmFmLOrAeIeeA9oYTwQBeuqXNyj59eM1NRaN02XDmsz9rTCac6+uPILR6ESGMfNKIoBjiu3aa8+lGVTAkjsdjGE8vKQ5/KkTXflSUllpoQyzJ4oBci/bDu/8mrH6ROt3QIO/s3lWOdHnXoAkscg2FqR327CB0rftjMbRjtr8vI/d5Omo51Zr6sM6uj+7s7a6M1Do6nVERp5JDnACvlHFDQMYigEFBb2+7ljzY3FfaO3GCaAyuPvLF7PcSu/LxVP4pVgN0mWFubGNJ0Ga2s3eqj2thtBFnhN6vLEn/WrXcX23g0bUmnpxXZdjF2tJPZoQwkrU6vfciYzsVqt5u7ITykJX029LNZ/FzWfyjSVe+2HCRDD9MrvskTpfL8yBH4ej03rvi3dXXcXDx2dRuPo7tcVTF4dfRy9aT1Y1eZKuJ7mOpEum3sxOxqXZ01Fw8F3caz6OpOVKGNqhL0RupV04ljB42O0vOGp9KxxLMcprbriwu1icbKn1fLWXhbfr6b9TN2mKrSbLmKm41lpcP8HW2+jmN1DyPQxitPFXw2foeJQH70ea8xXXGX5BPEoL0d+KDNhOvtk2oqHZ4hhqg2E+h+CpBSVLbz8DdX/FMTp78fpk3cajmL3icTqVBazE0MX37YOLRHx/tbTKWPiuu5BaGRURol3ucIDNDoIBCtkbGhYLS0rJv7lnNJFJaAQMM9RMI6rKmyUgvHLbB7HKUtTGU+PibsTDBh/uKwM3F82q3E9iFD08ZFNnHlRnBAZHvhac0IHQ5R65Z2I0kZkIwLbssjyyVBRlsiPFOUO2mJ7wnutKFqWXQft+jeZLfv7oT3ttFecc69Lc89330jwfr3pyL+izf/+l/6m/jH5J//tehd2fSuvL0nKCTe1ggN6fH5djvvLITvle2+ZFibV8XdvJ2GGsu4w05TaIBR2FEOCRDKCCe57iv0qpEMhgyG07bm8oziDKLMximUeGMjPEChH66WdjvAIF9fHyRQWdgNnwdWUUoMp0g6L6Fk1EEGhQJEEwj6/CmbyPTJ9Mn0mYQ+5Czpk3hnIzJAn9dXxrjtEH+2+5JBAtXFHQYBgykhwkAJKOKIAeYEJ4QLwRQmwvUYVDeSKZQplCk0CYXoWVIo8cRGdIhCVZb9IQrtS4YpVBV3I2ER5x4SaqWXBnsAMNZamDiSNTGyv0JTN5IplCn00Kur7BzFlydOzIgNiO+vq83CXqr1gPx+bIsGBbgp78aXOgCMVgYxqSUyGhFvMcIASe6DSUN7Ety0kkU4i/BDizA/SxFOvIMRHxDhn9UmfNSfLqtcvIdSvIils3ldOijISZWDvBQScYCZQRoShpDACAIWrgqujUhO5B1oKItzFueHFmdxluKcuMMiMWRQr0NvVptBi7otGjap6/Jumn9vQRRYHA82ghRiqbx0ElvCnUOyr5GbVrIIZxF+aBGWZynCic8jkoMuC4v1oMPCYj3urrDoGtLEY8qhARpxDxhkRIT5r5dUQ4U9h2LAWWGRjegssg/vZQTOUmYTz0A85BnYi+jdb7YNRvV2S7tTYEyAV0FeKWOYKqG4gMZgboj2FAvT386bNLo3y26W3c+W3bN0EeSJiyDuuAjOly5+IlOe/1dlKerYzU15efZdlTKoNZ4HS7tZQaCi0lCiteQGcQIksghZ7YlnQNBkU2yoqckEerjxaWR55A09hBgPfcwgwbtOuH4bwBvDxIJUL8JdnFtWMWHNqb0XaheFPtZvWn2aSK7b7WJcUxh9MRStku5nDxsv+8Xugn1ezNUto6MuVh9nu9WsOkx2pqrBXK9DnRZ3daOWD6Oqhslyw4gqnvg+4tT38bvqqNzv/vx8LFq27qVdquFY2ZHyrpO0hAL4MNfgCnBHgcDIG6iY8Jo4rdpDzEcam4p6o81Pwr3xN3XN+TvkDsg38mG77Ht7BYACap+n5GkPflVAbAW/wMqrbZnN5GpTLN3HbjxmxZJ8GuqJcbM5/veriP89PQUCTxxJMR49xLoeBdWrGzvNuhlb26bWwNnW3Tpdk9Z67ZUh1IQ/cQ4QwkIrqAlW3gnPhk+67jZ4N+deH9ziDg7APnxzD2Dkfn2oz4ZtByY/rj7G/D31OFD9hAHhf2WegV8+Lot/K79r/dxTZRI4tGgPswXMwv/KJAOrj8tZObKaL9UauKOW7zEM3dT+TfxeMTmE5V+cma9d8UJtYoKdxdBBt2UfNmW9manrHTnm9rrqh6kFjtafKrvA0E2mZOJB0/edUeB1GIRGhQl6mcfKrFZl5r2qU9sm64vbH4gdp/JvB79/As5nxYvF3JQNxd9Wk65itXbLAMh1EDXrdmq+KOIHuacDbW+1UHfd8D67IHw0JsCJyyim1wjwNXJ7uOw+VKdj3zCtJJM0mDQKIcWclF4ygqEN81cAnejaNz0Jm9CwOWPpzcvufTHev8z7luMHXXIfk2GR+I1iNiLDL8seDgvwZV02Kr1lhW4YnKEaOUmlsZJj5w01UAiusCKIp8cg9ZrJcvvVR+Xft9ReF44PH0RqE1dR3HEVXW3Wq038dMcMZ9PUuonZfLxyLx9XU/u3pvZv+mppF6en4ep3o8yFtogyole/T7NLds1NbiLI7Jggl4PxdoI88ElL4dVqGze7UtO56XRtWCtdLNWH+btSWJ8VsbHmQYpy+IYfLIttMNGD9H4qylG8WsbLVQeeFvOldcGutmq5i7tw0dzeG2ON0N6TVY0AgjMAZ1AWkH4DyTfwYPv76Mg/O5saj0l24jWKxVHJPirQPTeWXo3uZhCwTgGHMZYQG02d1l5Y66wwWAncZonut3MDnZyI9cGCzTQ6d7T961OhZnm9K/O5K7CIfUPh1AL74MKa+IdiOSisP7eaoy+siVoZEdamRjeNDUYGca6D4ayQEAZY7y0XxBFAIGJ0QFibdh6VsGbl+i/3YzN3RRWTbzA7QVThQ1rMo6KauIWSjlvoJ+02x63lWONGlvJoxZ6VHGtObSB3734HxvGRG9y/7AYxTTbL9sJ5obZ7qS1Paql/U85RQxd3cxNksJXcKMjbSnwvQl/K54m+Z6tNKb86yOSFWr4L89pS7MNUOfRobt4XV+u4hxPkt1mHjndbbSZXs08/00Im4BtEu1I8OtLvxDquN8BebFwEhyp+CP+9CqMhMLf6Iq9r9743cXMzXPwwXxq3Lf4638YXuY0//r/OrcNkXdn4kifeFzNlx2Zq5uuOzeqhMttWHZvFXdd4serY7EPdsfjj96Fjs03VsSO7ZOUrnzWvfPZrFJnGIhjaJuuyjIyxLHGTJXCUZaMI65kbndLu6THU+TL7LZFCW2iN8QIhor1W1nWCUzptTOYRe1ZMu+05Cplpk0wdCPqGkClJlil2FhRL3F8JGrfIhmZQXakdnUYNV+sAzmgJlXbOAkqp9SY6RxFpMHfchP+gEcDdZkKVrbevjnSfNe+i4Bv4uRbbyXOuzLk741ziE0pSn9BfV6v22/6yTKecH1er8B4uwxwx2YlYLds551iF7pnrHigpjfNYCuiMZkBY74mzlGNFZLvPOtbaVHBL29/7fpv3Ey0ojbR+31B7Xi0aFeGzvqi7067nFP96td0VW7erHaHCe3lXJjQryZYu/QRSLRaRXOvV+mpR7qiW7Cp/l7a93qzsldlt72LG2b7RWzGMfQOCrdZlWBzltYvnq+qrnJVfBB2T2sQ5kZAjUlu83sUAoBsI72zb1Dwuw3W9rje3kZQqLCjATDouNXRQSAQxYMpA668V5brRG0h0luZKmqsXtrdAWlF+tXDRozGuCe9KR4sYH12/3idF3cvyTOFEXM9LSmkQ1GNS2g7qsxJWNiasiSMioWPC+ubj6jop3X1cHRfPUKGbOctaLrkVTgolIRaeUoY1E1pSpx00x+UytJZVbFaxtxRe9g3lt1Sx6BxVrExcDwk7IrU3VLFBmm6kYtt6HVFGHmuvgy4NNjMjnCBmnATMQ2C9iX6S14lyVrFZxe6lNP6Pfp6KReeoYmXicUj4gbDWiwX1443IaT1xn+1PV+qLaLdKd51OKAWDdoWAUee8j2doeGSFVc4zq+GgdHbby6r2RFVbf5brFW1V8cHUbHt+1+eLr/wG4lsqWXCWSjbxJyTiqNweV7NdWTqmaAdrHqhaJJ3wFgJouJRBuUKKFJcQaoyNYjcQ5qxsT1S2tYw+qKadQFARuMYaHtez4Cz1bOJSSOSBvP48Dy/EDqrZ2aIsG9Cu3ZJuAjtPKPUcM04Vx1Y770R4vSJMZyXxiKdy2G3mLnRp5waTy97h+7ln6evr0TqYP0rdt1daL9zL1WZ9UcXxlwIXWpuHBjZuu4sVqwdoklg9HiW8Xm13wZZw9no5H0stoMv3cxnfz1B+gV5xP8lA+obvMa/AAavwNwBPlVdgoz4Wz3dxfJX7oKsqmYDbf89X9fesPrdq2FEn0pk6x0DozUw1vYlXysQCbi99zeg6svvWR9UN8wjIxLWTgmPIPG7hdG5+zMAZqthdrRdEQImCxUJYeN9OUiWhUhTDUOCgHLRvhlrNmJ3EyDmNtD90jZ+nxfomNtN920hfOjvJN5hmdk7OzsSVlMIDdnanu6mx2Z3IHLjB9yscur+HGlWFeOk3+ykMtUDQvCzz5SzLJEOnOo/m/8/en3ZJjltpgvBfoepD6Yszili42cx5+0RGRi7dylKMIqTs7sn36IAk6E6FmdHKaOaennPmvw8uwAXcYe70JSLYLZUy3e4FQRB4ngvgLoPHqw+xEQf3gtixnBACVy52PnjxQNDRgxvNPdLF4ytz0KbRp2jXkhlbp43c9HIt7Z11tX5rq/URCzPcYLTgIc1zrs/RgxrNrc9t1QwHT0XRmspu/a5OY637L5ciKmtwrIuUGctHBNr1frCDsJeEJHEC5Lgud9OUpF4YoCj0Ucoa1+WR1hbzXR5tfxnP5fHRmlnN0/EZ4cWrOWX7EytggyG2C+LjihErxG/KFVluJLY7wWQy4LOM2npj/ZzCYrXuIMyzDCVlFmxItuUatxhEnMLLXalcK/eWsAmvrUzKAxSk2VG0KkhSTnGJEIAc8NOWicbr+NEqXWQuNiVFzPditS+1D/k2M/9+4bsnbGNiIWeD8Yb6C+2eKhfxvfV+f82uYcMska5yEAe3aZiSb8Ui+HCTn/LCEitDJiktnsorfG/zsi8KJCqf8DvVFyFwbx9kX+z8qDKAT22nKgi34cXsBsKNd1Wa86irO4/K8eif38uuXR/Z4QZOfton+AO/tVnAcZBD4zTFBHHMGI8QDSMSe4T7AdNKVww0tBQBtJoW6KRGuPusRcjA5FHPTwzXMGEq9FUnSveW3tXf/kPvp3V3k0tCkGETSVaIgbwHAM+OAuWPpzTfZrngGFhk1cQW8vdPH57ylZ4i1TjobghaGAetd8KSz3fZH8I0/3Rk+5KkS96CySBPl1oY+VTBMXHdFftUd8VWB5m26Io6WtIhcgIFh5DHFAA1h1xXd8j9G2db6z1sIQe8hcRbCMaH37og2PulfdweeuIVWZTy1PeC1CE+iiOGI5QmiROjpIbAXjNLASA0bFctlylvl8W9iSc8N9x1cvpuMw5ABh20VAeFNZryo8CsOsNvVgg5zpTpWsZoAabpBvSLxN5VwEDdVs6TZYDh4+m83zf2kdru1oCgL4UyL+OT4UJR9qRc+gpIazzQ51ZdQW4UFvpr0QwUXEfz93V1f9+PTOyAyjP3PioU4tfqDLyLCwO/tdOaxakfOKHjBikJCMVu7FInZAxhhxLiNmEzAw0thQ2DTS+CCcMj86xY8EEtYAUFSXadia9uie/5sTqPqq5QxCLix72VlOnwYQdbrY46n2jxcvbN6f7A744ZVAsbMG+6v/atm0+1xJLGzVCvvqIqNaNmGg1bGR9eqJqL62g+z64/WI7w12ybbLOUD+aNqouD3ZVSU7mjJoV7+aP60gvVIxhoeVHMGm3fJNtKsODZ/HtWZNt7S1FkUz2wZZLo9ktjDd/b8qqqPKC/UsVZSu9UVblwf8v3YBUB0X86R9ySmz95hH94ETOH2sirzJygnWJgcio/S2Ko7zgTcxESUde5BioLs3TO+Ot+K7ppfThH2yxmT7qDiqrONPkFKmsb7CUGVVOgM/ah6czUSVI93avhnU8k4I/BkebK7QbTcNSzoqbWXTtpyphgy7BixI8cyjFGLKBu4iWUeilNfIcHyI0Cf6Bgag9Pli6a+oUBVvgVA5ZmS3wnHr0AcPkbBy0NXCtoPQNoaf7sbjgNWt0yEwNLb7DaxJhcu14M8ZgXBC4Kw9QLKEt8SpDnx5wz30liOoVYi9aeWAHra7awXPEf7xFAtXgipxWoDIFK8yL3dC/yH9kOTinAQwVOqbQb/56RdS1FpSMVHMw0ol1ba06wHaUTBEnqOq6TYkZdhpyApwS7KGA+dqO0ycE51+piCHbDjqfy6n74OcsA2cxjTPAMoQUBrVxT0lVczbAOlsljrWp1ST85cBYpMe68z/7rzNUJeHlNw6KtzFAnXvPZjKyxEzB9tNunR/ov/dOjd/LX5z8rojYOwbcMADdY+uT++/Ik828crmMFXovxParP2D8teyqwLI9TxehAJ+yT7IRK3Ngft3GQnMUa0+N7zVXca2UdhuseDrRysD4ettkJap1CWsf+JlRK2umW3QpsKBp3t/bfO3abjz1KfSbMN0STIHVJGqWeg2maEIcQrdhB08ixWAzrVKtiVR/sAl7OVjkrF4a66afMI5276Kk+5NOs63nxrVi1+7LKl7rFK53OduwzV6Zb6asK7gr3kBTlFN+UV11l3U85Q+D13kj/ICs7/bnM9NlgYSbe+/5KNagVSbYO/FhfpZfoqq4N7i04IAfft/Ky4U8vYfl5NkIARIBF+BUcWmt+457uN/6LuoH5UPuXgB0oJtl24Mqt/KV33db+eztTeMwTHDI3cLnnI5cwxBMfMk4mcRJ5YXMJ32lkqYWqLpjs2n3G7j1nkZU695j5Czj3aS7ja9NabYXUctW2VL2r+G1ZjLf2Mxc/l7d0f/9Zaiu/ETBzxDorm3ljfdCWI6zByj0XFmHKC3h19jIFTKqViOiGLhVnK+ya1iZKFVv/TrR8fczP4KpfRo890RW+6GNr3yQ/rtgeV8+v48XKi3uT2t3dZaxW3jyyaB7vnu7x/o+sOAtj6a2wlH7Ij7uiDyi3UsIWliLs83YN83d/aEEKTVyfuSxKsRPFVNC/m3LiBMRnMYk5ahzcu60shSnddpeFkpHWn5vsqyv8f0FACouA2MWyFkABPoc1Zsj02vdWuuW/Z7BrAXwo0aINJFfWPheWwekk3RzZCcociZaP99ILnh1h/7RwjMrDQCLYyEDsl6ZrzVXY012FNYgpXQnBi0hbU9F15dh3o35QK6r957afnBtFTipWVOx5LAkoxSRlvkMj30FcTyLbbmOp1aSBltb68vEis88x4WhvwRVWRoCA45RYQlUgCPi/KPO4SlWultt1frzm+bmwBOEmWW15J0J9Jyze2q2zuLL+z+ho/fYfsriubob/9h8ymqTyRxY/8N/FRIRnw4KU0ShcLMRq4aaLJ76/WsNFvgA36ZGX2EHAn5hnh6FX6PzYf4FfKoGX6n6zQmRU65A714BE/0XeJrdsH7ecul/gmCuwnbD03HCdpY+5/q6OJH8sgUY3a79XjnpLWbMVlmmW64SB2uEw0wMqzencc3sFZX7cZqf4pgKI/tkUCKXnfZPQoP5L2yilaRL7HBHHp1ESU891nNDHceI7QezrlXIr9WVLxFzL16jGZ9lTqNEHPDdjfg/7yWwv5iqz0vPpfJQH6cK05Pn+ypL9tO7y4zbRLFS2Y39o+9n6BEndG8IvGl2qlyx3uDqpqlr2VuN5WaWB0ZTheEwdW+mlaArBpXXVmSYkhMtb0D89icV7Oc1+DX6uXyfAu2jj0qUB/od67diVsVedU8jjG+sTF6vgXS5AYX//dCV7er2oTyvkra99Er0Q9rnsxQQtNIBseGKBtIgDz2udhaprs62wvtsHorG6SatYYScF7UgINmd+NUMM/trOdBo4gRfxhIZxGmGopJhQJw1RnHiUh36TVHywqeXORgcar6/eFzsZnXqIyamGt+gVRn3Q2dzIaiedDMp/neRZpe47ApsllS2MQbR/fG+p17LgtTSe+JNGBwDQVVoOJjZV17k6HeH7s5WpyKhEVjRTBz6CFdS2D9xzeHGyxNNZ8eaVEMRq/L9GbvA25NEH2m+t7zOIywND/1cmJ+Svgi7g2vbAq8MHuMHrpkGrrryXoge42S47Yt+xe6CKO8EYRdkRdcMNIf3dDGi1tTvKEMOAbMoWWriHp4d7AENArF5zDDcQwi9lBk/k+j+1KCLwUzcSbEBpEruR70axYAmWRDzCgc95s6Hot7NY/H6v5YWD9sfafxFWKGmgPB0Di13YFCouGzKx7K1sB24SBexBtgLJZaCqWHaWtJiK0zH7rGJX1epoJYERBszdDZyt5fsqRdMxgRP2ok4I09lIVBFxW0UT2T7ensXfmmv3bfaZl7xypUhFuhnlsZjxFnwIZmXxA4PnnmSL8RVCMNo4wQY92s3oe767F2Zwel+lI+07E313BqvgKL9x5Sa6XNqUROuALTrQdySyI9UBmVujhgiTW8UBmDMFXi2wxWvVKMj2/Hhvfcp2XLqo9hOfSwH7VAo02Xrbf29XxcRxnLDUYW4MOc8x4gEPGEk9H2EeRI2jQqeRxXLxtptdFmmHG3/u45tPfLtV8JffCftbzBDd/SBl0XkLFxxVL6uceBoy/qWyokucA4SroLJxSBI428HNxMr66bbaHkUy25aYhHuxaKEgsA7xf3oaN8zVDP8qOACRDQmXPqL5R1XVuuSCGuxkoWVYSYVyMPnuCOvho1xMT3VSU5XYrnihxhFZXPkEnVHeJhF0xpYreyotcQeGDQ/ykRYz5OkxQx937Hiy/pLdwnqF2qsfxGc4Wv9Auu8ayNhbKSMLn8K6Ptq3qB9zPSXajbiWj7bVo23xaFs+2v7H49NDDHWiZl55QHYnJpq0SEXXlkodcdlTTQhkyeDs/+TicZY0RcQSAZSWn8ZKj/nOEo2Ag6nFrlkmD2IkY/RNKVW0pjK/4YZA2fzseCWLz9+XBzJ1tvjS9CnjjcSszO8KSSZivZZRTMLot7eic1urni+lhS5JBnqa7cEDBub8m6pv2LHqLa/1W2sa//Zv5UakKH1jShpTiXJ2sjkC9/fiy6hRgNSP50Ox8I1CuTv5dg390HZ8C9ENIRvaDpGfQp1Xl642GMNULbzJdwwwFRtgKjbHVHwBpuLnxVT8IpiKV0xdMfVbwdSgm/97CnVeHaaGY5iqRUT5yABTiQGmEnNMJRdgKnleTCUvgqlkxdQVU78VTG3nSJtBndeGqdKXcRBTtfA1vxW+Bjcf+kYfrkJs1M0Fov7ajiDlrkOCxEcoxZwHBHuxH8aEhdzxxBRuMn8o3cXyPn4LG/twBcxXDphjJ88DoTEVtFC0QXjZLfCLb3+12DVfj12Tt/k6rIgvLZeMvKXuwUv7104xXTflsRe6XpRgjsT/j2PXJSyIfOqjqHH1arfxbcMNWuHm24Cbb8s4o4EA0QcjKHqVCKoFKvp6oOJbGTKqQ6gMIu1Bp/prCzLTmIYedkKSekgsdeSg2HFjHrmOlzI3ac4Mle5qma1Q+W1bZpDsiD4YV/CrxBUtasvXo7Y+8uNtFouP1LrdLf/YQ5f6hxbAOEHqYxYgxqOQpQljrp+6lHJKCGJe0mQQqNVXjFkx5kvDmCkPpIeADH6M8UJeI8hgLRDI1wOBPhzzf3Go9K2DzKH8Yw9k6h9aIINQmnoOD3AapzJPGY7FFjDmJI5REqTazWelvoLMCjJfkSFzUf4VhTLuxkGP8bOgrxJltAASXw8g+SHPIWJWx5hU/ql/wFT9vX20RP2UxWHoBSELAzf2Uyf1k5THlAjw8aIaYSrtFWBWgPmWd0oCXsR/nAfDi/sq4UULk/D1MIn3v4uFAa621nfbPP5sIQvy4bTghlcidgQiNpI5dXroMyLWAiOfoDBwIp46nDke9kjiuBEOvMhlvitAqQajkcZWbHpCbHorwyOuIfihaOoNqnDjqiD5D3oONz0V9WURZHKl/3MvCKdYAfMrAExv4/gPBkzvVQKmFkfgh/OAiWcBE5sBJm4HnPHEJ06KiOui1A+ikAV+hNww8nESxDyYAUy8AuYKmCtgvj7A9DfYezBg+q8SMLUggcAZOiaTJZoGD8tUkSR79Mys+r2dNBz5LMUp5Rj5gecjxHDMKYudmFLisaR3dFa1smLiusH95k/QgscAUPDYQlNPAkCaR32Aut6fuOv9iQe9P9vWFwsS5JDUdwnnrpPQNECMUeQ4SRpEfhq2vT9fyNj6QkOQVmD5Cu0a7Ij/LBus89KBOlhzKg9w1/tThxXpk9mDFfXX9ikYdz0x/dMgppHHxcIgbuQ7HFHE4pixZlOndFdYWWFl9fL8qrw8BVL6Gzd8MFKiV4mUmp98QIa8sfCAN1YfMZtf2kdhDCduEEQ4RMz3XeqEHot936dexFDC3J4/lkTO8p+xfbo576I9y7YrjK4w+o1aZ1Bo7sGYg18l5mie5UHfsxx3Pcv7aFP+uZ1Wk4c8oAliPHaChHvcCUPqEy8gUepw12/7lq8W2got3zq0EGeD3AdDC3mV0KI5lwfu0IE2HjrKxqOH2G2MCcMo9mLmu6mXuNxBge8IvEnd1I0wjrDfP75eYWaFmW/+4JrgjeM9GGjoawQaojmYB17f9RP3XD/xsOdnF2CSlIZegtNEWDOhL7ZPPIo8L3SDOPKQ03H8XNFlRZdv3Yihj9kfua8SWzS38sCfcGPC836f2MzvEw/4fTLOaUIRD2Nh4ISIJV4YpREX6ISSGEXjbkz4Jf0+Xws24RWbvihsajtrPRVYuaYxMPi1+VyOgpXmpB4E82CFZ8EKm4EV7jgWYRYHmAY0dhPsOWEY0tAP0tB1xL9ppz8jja2G1ApW37gh5W+ch58G+a8SmzR/8CAcd2/E4+6NeMa9seN7FCOPJr5DCQvElo1xHBLEacRdGqWux8fcG1f4WeFnPSUKNhg/GIBe1L1xFIA0/+rQ6bo3kq57Ixl0bySdaDzHcXGYuB71KI59j3soCJ04dXjq+nHadm8kLwMsX2g24BVYvkK7huKNQ5bNm/vSOXOJ5jUdoq57I+m6N5JB90bSSZyURGKbFFIWpZR7MXL8IIijhGKShjjCbffGFVZWWPnm7RXqmd5qkVfmDTgOLJrfdIh7njmk55lDhj1zSMcJMHZQGodRmHgeTbEPuXKZx1AURYHrxB3PnBVcVnD51m0W/zG5/vGrhBbN0TgcdDQmQ47GZNTRuI0xNGIJiinzPTfmqZ+EJCGxzzFzuO9FAek7Gq8ws8LMNw4zrvOYrRF5lTCj+RaHdOjIlwwd9pLRY942zHBCiM8CijDmbuB4YsPk04SzIPGjlPhx/4B3hZkVZr75rZKLNgQ9GGjoqwQazdM4dPsOgKSf+5GM5H5sQ4yLaUopdZnreq4AFZ6iJBbwglMH4yCOu7kfV4BZAeZbt2PIY+wY9zXCC9X8i0Nvwq2GzPsAEjMfQDLgAxgh6oUsdKHSUUQ5SjwBTJ5DA4f6yEvGcz+Sl/QBXLFpxaZXg03UNLsGeWUuf+PYpPknh/48NuFZbMJm2NR2tiEpYx4YR5gGPMURI4nrxLHnJJHr+hGawSa8YtOKTd84Nrkb8nC7yX+V2KS5I4fBuMsfGXf5IzMuf+3tGgR+Rq4fE4f7Yrvmi50a8xOxehhGEUlHXf7WbdsKP+u5kLHPMXllLn/jAKT5HIe6z/Hfj5EY5o+nI+cn6+NnmAxqODUkOoOMXUgZuwAZu6hkFCSNSrQrFNEIBTwMWOwixkKMGfZo5FMXBYmX4ibtzmhzS6HT6APaELEQKhk+7bnR6J1a+zGgzr0FXRB/ZyqZ1V12urGKLeefrSYlVnFlnQtYARIU1FvJjFZJmbT6jfXWqkZZos2fC+vAj2KXfhKwVJyzE6SrlghW3OR3MZOtCfBJzsCBAA5ioX3mJ/hzNaSL1yIbx4SxvGG7XHxUMQ6HoZRhnR/72cJ+qQSePEXY1beR9gxRCwWwhSXOiG+ksbH3U34HNFguBQZmGD/uSwi0vueFmIByvv4vSMX+i1j3sWDWD0eA4Jhb//en8yk/Zmz7/++AthEelbrg+pjf2afcVmxsMzDGRDcqlEhkNyRYQEZ4e6e6YR/Kbvz2Hx2OqFqeALo3h/11l0oGiaPxFfcc3Vf8B1acrB/yPLG+Ox+vpYkitM9HSGHfY5D78253b0dSsKhZo/XX9iY64cTFDksDJ/RpgAOUEsYY8pIgxhg3fp+tJpZih1S8mhjtPCkbFtO0erWahxYhhvkHmXBCuCAn/MKEzSfLDsTbTPypsFIurMKb8/76eK9YQYL/SfT83trm+WeAatVXYX6K6Xs+wl/+xe6s5JgfDvAvbJ/tSl4BiC92eS7aycQz5QQWf/+T9V5wgeAIvaxBlydgoKwjh4+U1KTx5mnI4eri3JJfCkd08RQ5NkIWwuDdRciSeCqARXzR77NCrKt762cxg8TqkHMKZsF/nk9H2Y74Jc3FFkNB7K+q2sWTIKvskJ2oDtlZ0yFbdMjeVx0Sv6S52D0qsC3Lb0xgbBvGTHHV1XBVd5b/xAR25Nb7W9hUVaPxqTKqmj1OBa0nKW9zkK862+x4D7W8gtwaYU3VylMC9e9iPJXeP6XeP0u9f5Y/PxZ3J/u0EOROPuOxaBtciLafAEoV14vd+f0hvxYIIGzx5Cgmj/hTtRmvasA0xjVA8A2vjGtLvo61FdNYGtTwLaxfb7gQkUVk5B68AmtAVWbVu45St/cEKSW6Krf3cb8LV1b/aOJadFsdLYDq7iAMeVgGFgPD8QQvIrb97ecp2+bNk+z6SxAX30s9bDX5v0yTHygKQ0loCAZvxzZMoqVp4NTpeOaP2TR8L/as9cPLPYM0lZj18Xw8HDNpvrzLt7lcLVzsIJ5q45CIrtSwVu4boCvip6Luih1DV+BLcOCvUWJTg2vLwbXL9xvit/YR1CjjeRrj4THGk7Fivf1DC7VlrFfnAKo8Ex+Ta28uGOWRk+IUJdyLQuZRmnjYiyn1MXaCpoztWGtL7TO+eL4LV777WvjuqyMMYiG0Ef/BaHnCWMniycnC18iCjJGFjP8bowlW/jhOEFKik1wuYCzFEWI8CqhDvJi4LCYJZcgPeOINU4NsZyWFlRReFSnMc0H/CrQBTmFsu48CTrQC54sAZ6ABJx0FzuMpK07FKHTWP0+Ap5JpxyEhFHmuE2BESeiFHokD12NpLP7qUO4GI/CpWloBdAXQ5wfQqbuAmB3hHGcLeTgrC/uBcOptyOMOLvAKpy8Cp6EGp+4YnH6Mbzg4O43hadH8Pg6olVAnr1bEaRS6hPkoTOOQRSlL4KSCB0EUOiMGadXUCqkrpL7Og4r1RP4rOWAJN8h/FLGRldhegthcRyM2b4zY/pPfjW4S9uq3cUIDgXYtNIezlIn/h1MUUBqz2I/dGPE0ckKEEzRMZtDMSmQrkb2+w5XL9gAYbdzH7QHoCpUvApVIg0p/DCpVgoUxsEyrX8fhUom001/GyEt9HDp+SFPMsed6XhywIGZB6tGQDAOmamiFzBUyv3jIJBsUPAoy3RUyXwQysQaZerzjxxM7ns6HoU9XJ9lTIkM40PFhnJDsui2OiT46zHGk3aXiGcff8FkdFf/CYN+oHMPLPrWATYsOvNK8xGHunY/peVsrAQCx/f0AcDW+48xKBQbeXFmcFfcw48WET0pMUg7k50jMpsat3OIpAG5RByb+qnrAwaX40zni1q34jLklF71s4bzPYPwYREueC+lsXkdLQjB+cVW6uVfAG4uhEZM7t0Rj4jMlFitKOB16G4XTEQRLAZgf8uMpzbdZXgu8Pv+PQ769F31Mhg4m2r/1jyQ+lL9bH+Njvt1a7+XneP5DCWQ7xHJCKE5OOnlKx2HnSTwE31o/nPfWr+weuKNkCZiP7z69tT5yGfOglsmnu9z6ToJBsRhPMDs9CyZgcu2UvCAebscnQQzq4YonTne5rZComGCGUeicZQc8xg5EY4dwgB2gDsUAI+zUn9uJV7Xf2sGmTuQHLokdN6E+C0PuIeYFPPZ56jCHsyb1qtbCYtHvXyYthCstfHG08OHId2LuPNTUrjCT4A1Fi2LmipeL4aUWg4mcAbz8SdF+Fy9La2AQL+G39k0jo4h7QcTiIIr9NCR+5PModH3uIB4h1MNLaGHFyxUvv2K8/BaMZUIfAfyXOvn9ke0T/rv4RMRxfltp4EIa0EJGERqgga47dNWFQU/o1o8tJsCYBciLWBh41PcY8VKekiDw05QmiLM+Eyzq/7xSwUoFKxW8DBV4G9d9KBXgh1LBSgQXE4EWSYnwABH8IFc+L1r5l6t+pOWPNhqjhEaiU8zGifwo8H0SMeJESewGUeBhSjFy3ZT1T1SadlZyWMlhJYcvmxzCDXrwPoGs+4RnpActdhKRKXrAU/SAZ+kBdw6QvMAT3BSzIKYEcvOzkKCI8JCKTUTijNMDXulhpYeVHr5oeqBOrzakOT3Qde/wbOSgxYciOkAOnzjbDdDCSf15kBDgtzYVhF6YolSQQZpg3+OxQ5M4SmmIKE1wGvSoAFpYSWAlgZUEvmwSwBuEH0oC7nqJ/KTAr0WyIncA+P8m8bYYwP5j/csg/Jc/t8+KEhe7xMEB8twYEz9OmJtSHJPUxyiWTj9tBigbWUlgJYGVBL5sEiCCBx5KAt56UPR8lOBpMaDIG6AEMUwDdCD6P0YF4qd2GaKU+3GEWUiTJMAhRn7IkQc3y3GKfdrfCIgGVgpYKWClgC+bAtyN82AK8Nd9wJOCvhbNivyh24FuIGt9Xj8Yw9r+tYX+iU+o5zkUJ8gJvDBMiOdFaRizCEecsT76Lxu5uhLASgBflhM+9TbkwXeswYqbT4qbWkgrGgpp/Yecx7KO5wB4ylmuimyOIagm0oJRN01cwgKWhIS6HkMujrHr+GHqUeIT3+/BqNbQiqUrln6jWOo/4kIyfGwNzxVLJ7FUCwBFegDou5tjVpx2YtL9mKUn6x07JtZfyvX3oV33KK5E7WshasdC1C6XqkzP0U8XYKDRTRswp/JYWJ1rfyF4NXjzWZiVzl9L5RP4UZabBYQ63bD9ZwW4t5mYXvmxAJBlVlWxyxLz2EoUYsoVVE+RnwTUJOy+0IA4uRd74iwWqCZm9gFq9jbi8OoWvHonJcvPCSTpgAQsYoXkux0/NolVClUz+Q6KGoqFDKlUrOLAY7EurCQr4vwM5cy03t2UfXpjfRL/lmbH4lQWQu5Dq4CADCqk5nd7aDySjfwOXb3NInh0bmmg+6cnyQ7+sXyZH/7nJWcVxT6/GzqnaP7eP6P4KH57qdyLMBOyeMuLwcOV9o8DpyuVwHOdq3wTGSSx7QRQdtBxW2UHzUjgSZI2PKbuNhljOi10FzuDTKe/Wsthv0FtHav7bvtjcu10CD6PPNdDJEgc34sZSmKchClzY55GKGrOYuYpaZkdxddCfeFKfSv1rdS3Ut8DqC/YEP9JqO/FaU8LVcZonvbwPO1hQ9prByVw5iQ4TpOIuU4cOJ4Tex7nfhT6YUyigAzQXru1le5Wulvp7ouhu6+TKJCzceljiQK9SqLQQpmxHsr88w54oVcINoM/d4u/6n9sJ5x3WZDGKQuhrqsTIt+LEpJ4Uew7EWVRWqO/3kL5xexHQ/6e30X5cW+3G18E5oeaNoJ2vCS0S2C35GcVqPnbv93ld7/9m5Ue810H5hvYLracf7YiMTeujwJSE0u+gaXe4EphcLaPt2fRDaCGLRdP+PvPCrRZcW/t2W12rW5D5BXJLs+h7WaVLl0Eqp1b89usqCpwCNkOLV179HRBLTP0iZBkEDe0GFesx7j+cN5urV9hhvfBIxW/2XL2dxGk90vbiMR+iAOHcp+hlPA4FIZk6jEBWC5z3TCpYaTXzFLWY8K3WZzl58IeeMQiiDLxBCNgoQsCy6/8z8L6EoMFNCXWeL7jAjzA7mLF6V5igcCXN9Zbq+51lUj9yjry4iCmHdhv8CaW7FQNMGWqbvFHbonlJKAnT8FGEzZbAYgjIIVZh614Xn5k8FuxE7blFUCQhjz5YYWap4Qa5ED2d+psHPpYqCnzt/8jK87yFvyDYKf8xOF/k3N8Up9cWPDZ0fr7Pvuvs7A5YrgeF7+LDyOmxF/322zPl07iflv2xz6o/sD/yv7Yoj9wWZsd7bPsj11Af+B32R87l/2ZuK7tY9nAPe0gpmqhoVgPDX17mEzYzg4mydpHpLo3rkNij3ZegcW4Y3t7qPGlPFimnvFoBL30fvUHsMGYVZzO+70sL6FSLVhVRcsrueW0RHOc74ub/GRdw2w43qudOi9O2S7fw3axscxkVYwoA4cUMR96riA3sPEWDWXCKNxuF97DftsF7RUm+pbYBmK8cdu3ZSOL84nSmr+rzmr6ri2QhNZS2zZg6P8FO4Bf1ISBPrbO+5bzdKkOjwbcXYBFyx2S6JANWxJbzWC5SNunb6NwKvpe1cOwPxl7vtAxjNWiMLE7grGd9Oc6ogylQO/+3rJdYxIjx0ki4gWx2AEnDgpcnKRh4KIoDGiTlaXbymKeg68OfNETm69fG/h+89aoQl5vg+hiyLui7nOirq8FOmJvBHU7SdR1KBlKpN79vZMqkeLQp5ETpDjEJAy8kGCeuDgUf028dBB1F02o/sWbvCvqrqjrQCkfx3kI6l5622HNRpKvIPxIENYCD7HfAeHv87v9NmdJ5QvfAeKk/LnyVh8C465MOxTR5XHMPRcHNI5DN3YdTxjC3Es9LIximfW4AeRuSysor6B8WRyKhmAEbTB+CILh1W58ccjSYv5wMGI3dqsu6AtvsPJCT6CFVGJTTn0/Ipz5cUiJ+L9exP0gdB3fpZzEg6bjshUYVpj6wmGqvEi6EKjIxvEeAlRkBaoXByotoA6HI0BVpX0ewaq0+XkUriqZdr0Yx2NO6hPXJbHY3rIk8PzQSSPmMUR4mgwiVtXSCloraD3ctnI3TvAQyKIrZL04ZGmRUcQZgSyVU+GdTDg2hFkq08FAQrJBoXZAVBjhkDhpGCdwD5LEccRDGkcohuz1HA+iVt3UClsrbK3ndBoSexvkPgSJ3RWJXxyJtWAdgkaQ+GO9Hsfsx6IlMYrGmlh730tjHnDO48hPU5Z4mEGEKhYo7ZA0TIbxWGtsReQVkR+z+w0eCGDeCmAvDmBaEAnBHQD71MzPwvokf2jjlzaBC/tUCvTgqy/VTnTLmU9T5nEUOCnHxHH8mCQYuRGKHF+6sTbo1W9rBa8VvFZzskFj6mwwegga+ysavzgaa6E5hIy6kTcQOOpK3hIZNSh1uXbYjk9JwALfYeAC6SeMxn6AkeN6iYtQOnyTore2ovKKyo8wKSnauOFDQOzSTK5WnqYFP8H7bWxhehx+v+r8D3bF//wf0Qb+Rfvv/7Ht/eXY+8tvq2/M02OmFnpDxkNvWpXZ2gu9X52t+3vbHyZ0EElx6AWcktQLvTSIY0JSRlyx9H00go0LVmlbMfHbu6+B0jAP8uYLH4WIroLC9v84j0HEFQKXh0AtMoaMRcb0ahO0rpQH6xP0JdrJtTkiCHtRiMOURyQI05A7AUkJhbqV1Bu+vF62TsEKheum/WvYtLvd6o+mvtpriMyLw2+ghciQbojMcGkD6OtEWYPOz+0CwSkPEHITJ/KQG8Shk/IQJwhRyhM/ctrm51OUM1gh9xu0Pr0NfdB+HKHHlwNY8emR+KRFjxA9ekQ7SYQ0aHIyyxmjIZU2fe1qwtsHJdNJUzEl2s1VMSr7WHgabDjOxZDI4g0LAdTMU4wgyl0wacXbvcW3/BpyiakRqjL9HCtseWP9sOW/Z5EsipJY8bk45bvsD6hr8mZZeKnGwxhiCLKQJ2+R2xldp6bnk+RoKBPe/AhYI6GkdQFa1R4B3Hl7goGHf/v5BHjEj7e8WDrRDSTSVAjSuvWsypAA3LCqH3Z2AhiS/ZgAlvFlN4su7hi6aIEeJJhDFzQHLb0U7cNSbX/EOEZpiHkSCRsooX4aBE7sRDT1fU4oabyoh9tayjL6OqDn4oxjZdpXYfjc6cZOAalbdQSy/pslLAZp1og/W3Eu+smTN5b1VyGjW0nVW1kwA6Qp5FZpw+BB8U2eF1zlSpQ5yVQJqUK1KvrJWZFt7yuIK14JvlHULez5aHxbse2psU2LDSHhHLbhOWzDRtjWzsIdeSxBnu9GQYJo7MRx7JE0jR0UYYwYi6exDa/YtmLbM2Ab2WD3wdiGVmx7CWzTgkioM4dtZA7biBG2kXaCrYgyH6cRddKYOg7zke8Kow1FYRThxOPT2EZWbFux7Rmwzds46MHYhldsewls08IyKJrDNjqHbdQI22jbbktjFgaJJ8CN4ogESepQykOOmQc/kGlsoyu2rdj2DNjmb9yHn7mRFdteAtu0iA2K57DNncM21wjb3HaKPhZGYezjyEUeDjgilIjvzMMoTUmI3HQa29wV21ZsewZsCzf44dhGV2x7CWzT4h+oHv/wPecH63sYy7/GUNbmV/HFj2VhRQ3hEiFmJ/DUCtTqv7Q91+LYccMwcMFhwglSTrnvsST20ygNGWo812r15aqRlA3aObyIfQcvYnP5IouVIxl/xLOj1Sf2mVvMgu5Y2V4sCJjxsl9aZSPyvdVUy3y7z3aqVEjtDQF3mSVANDVA3vyf0fH/99vxtz3UkBPdEYhsRwxKxonn8CNTC2wnnl+op8DVfFVmDqrMRQW0xC1+z8X8PcU35a0plJNTI3fk8PikvkJ9AK59OPKd+HjLVZWr6o7eMfGBJ+qSNr+PlyYVy0h8lmd3ehP/CaEeEibCAF2oSIn0EYGZ9n12nYk+WH/fi8bk1JdVSTT/EIUdHw/58VTULiwLw630EBHjL9ah7I59rrsji5Jo3iHlH2V3Kl+nCdQFJLQBCW2JhLZ8G1shoWm1kkALmaB6yER7YnwULxOrQjsVwFazy5bTq2gEKhNy6OfOXW3IYur7aeIRz/GDBAUIJ0EChaGcIAw1X5GhtpbC4bHWF0Hg0VGaT6a/JPb+XLTtQWGbFaoEJzsJY5FbqkqOpdyXwIFkx0vbkivXM1kctClKJwbxwE9yLf43WbqzPV/kqh8Ga4vvwdNE2YzgLZdoMH3Lr4AC6orKeo07VrOBIrCq1mi23Vpsx/7gZc+2meh68aeFELpdTWqF6g1xWtnCHgXVpfse0533PsFH/YFzYRq/3YKtoEpLHTkXWCdmJawaMf4Lo3Tpt8d0rz2YXnYKPbEZ9KQsKgU9SZqeTAD0CAaaQrMWykH1UA7lRyyH7CfO2sX5lJevfImb6jcFyL1fWlicesxHbkIj5HDHp17qc7Gld5yAeBFDLKqxuNfMUjA80PAiCDw0Is9r+MoKn/Bszc4VK4Uf91dWej6doQZtFluyo8o0VR1tttjH9Ly1ro8skdBW1dfLt/fXAg2rWWbBLKtN4YqxVZVl0fMt9L6AYnwSJk88vqmt2ugs2IAXRc0PZYE/1SU10gptE/DFTuRhQMQBa+PPPHkV1vAOdp2nIzsM4Wvnxz64/lIJvFTJ5a+JIcimFYuyiDH/Say1w71OFN+J5pNjflCTtX73ZtP4VIb8SXZFZ4qo7IoNXak/lV1bLBMc0YdlQ3oItVATqoeafMy3TNhd94UA19pw75dxLUDMLqRYzU3diq5TQu1zYCf1I+xx5qcBxkFCHR7wME6dlNDI5UHNH1MtLhaXMvmMZcJSpkfvZc6BNStY9tj6b9Zf8vyztc8FzxzFWj++sZoZUdXKvFLVowU1yAMPVSO2OtCFf/sMpNFQlySTe/HrgVUu5J1jX/l3WTZWBcKUjuhvrCexyb+ViMGvnzhcp3VO/1JVsUMtSIbqQTJ/PYCdJhbQYQJXpRBAwmEUVcdFWpjqINcJBZjGYeixhLoxRn6YOMRzaUrDsLHJx9tbClHziScsgqf51KjNo6m35Dk1gJyExCqAJiukFX3gRzh3sKoONkfEcl5A568sMX7b7A91tsKtaCuwWB1XWBlsdKNjthUTReD1Hbt/Y/18+nMh4Plk/UtAp7UT/N9E69StqoeJkbTEDIXwwmuwRKw0O9U9UNuJCtKh6HchXoapw/FnAt2BCzhsI69yeF/6eHdvvb3jUNS8KkJdHTWVe5fvzqLrthj0f7CjHPCP4gd5sv9EduHeZqpDVRXqcgIro5DZUdkh+1Z1yC7KDk1YhxNIYWomajE5VI/J+VV8BPGdxabv3Q2D8++3gsh/FDugGz2VWCx/qwNu++e8YwIdLwGOU+6hADKFe7EXuxFBHhRTRSzBcXPJNtbaUjh2J14aFkdhl0+CI51r+dILAdnEE4yQzF/SLrzJrYLdF5ZYlEze5ov1swWLMBLza3/936xfYa3Im5B6NqhuqxPcq9oOVJO8uSADgFOjrY4j5LFFeYVcqCWoHepKkSpo2oYegL560puXNgqr79Q3nfRf+kZTtWxexuz7upJfEPEfC7kb190gb1mi+FmbhuUnYzXSSQJt5v7TMIO2EPqgIG//atCYoIJRoDUlAi2AieoBTD+w4gaOS+oc5YpGtUj+igxSJdnkDS8nWiPZCQOfV+gGgw9rPBb2h1tdCPGHGzcC+3DJuG+r7EhltcJ5rW5dwlQvRf5kSSO39qoQ/1ycs5Pat5cmZXWyBW4UO3b8zE8Ss8uRUGfQYI6KseZFZXTBpr/c81eJL2qXMrl+a3e1XX7k5cHDUzmJXT2cE76Uw+QBIEXUQmTjQDGJlsvb8DJ/4vj5+vj243knJtF9BS4wyb7b5tfWh7yAE6i35X3vlZxXv8DceKrT20L1pMIigN9I9MQ+QE/s6uJZIjTM0QlELke0Ts/xcdQwb7u8eWMIrYVhuc4sQs8Cc9eddwRbdUM9SKOA+GFKfUI95JOUOUlCHZwkjPjEc2rEHkPUZcz0LxGvwxWvV7x+OF7TjbskXq9Y/cRYrYWVuWjemu5mfRuxjAdTwE3JtvPBBUFKqENJ5DE3jaMU/i+KCcE4jVwHz6D3ssnhVgxfMfwbw/CgW27DGMMfnRpvxfAHYLgWPufq4XM/nI/7TOZ1HLe4K5Exm3tMoG1uu75LQ8ITN00Q55h7PhL/pcICT3gcNzd8Y60tBtaj7S8D1+Oj9byA/eGY7/JT4/sAPg/l0Xad07NMzGgdpFNE6ffArbFJ8cZ6z+IbRQBtYE6yNOWwlkWT9/n5pDzo4DQ94uCgIcC8EGJ6MIroTg44b2WiD7dZcoZMoWWAWCem78XPzb9gvMbEQnTjuBtKFzps/r/OWfx5ey9vHcE580eYVPZfypuOX7L4mMs5U4eeVJeWC8Puf6l+yMvGRKCvvCqublzsXdWPJuakXAkTsDuKZKYHz1okn6tH8v2QnaTT6Y/3uwmgVUL29f1uFGpHRdpg6wUhTcKAE8rc0OGBw1DixAlJ/CQOUBNuMt7eYnA78YRlAHdq1GYhFzsLQu4vEPbXCj65zcT/5EeBk6Xf2k12khAreitQLpY+y/cC97hyOCtfptavvMkg7ESLD5GelOpyR0WzXAkbuvgsYFZh80m74IJYwNoRG4BXTFuhJ0D6Ty/oLkFtFFoIkgO28sws40D7y3l7ymAascoolHT0F7GwC/BNkUbgOxU882TG4K7uRH0XBEEWW+gEuEaABWiXETxTkDS+4k1BSYt7c1ulgjLr362/5VEu7NIyJjCpd/HN1qfO3p7Z9rGUVl1J6u30oZbuXIuZKXWvxoQWGMltxVNX8bHQNP2UheBp+iGPhqhLr85+kiFr1vU22x0KDt6ugEYyNEP+m+xnGXYh9itpJsMT4Fp3u82uuUCsN9ZbgT8CgWrnhiq/e+U0BsQPMRcyco7tM16UThGixfNh6f34g426r8CbVKEoVNHoZiI0XNvPcyG25fxz9ewyDq42Dn8SE9n+BLPluyPMkifbm0MnKgApQ+BqyxD8vG0ZJhRBJ6Zy1Gd2Narzu3F/DJG1cDfXnUbkIUNxFlPaZTUmpdsFMKkT+Tj0EuSiMPTFJAt56FPKnNgJI9zYjXPQuYzt+BoBGj2xDbkC9FcJ0N6GBk8G0Cs4LwfOnqMFm7mtukY/j5U1yiarGmWjRY0Yi4gnNughRSTyueclaZKwIHWRH1E/QjrcPkFNo6/B/l3hdYVXd4OdjbuI/bv85dQKrx141SLOXD3i7JcMQoi31qf7Qy79he/HDeCdkrVPteyYDTwr2Q7eIHHqkcRzKUqIgOSEcjckriP+m/gkalI8zja7FEYbPGgRmDYZ0ec1hH9R55a8FW/Ry/ZYH2bqCSfUu1xZ2ssoRwPVVAnXqqCd9DrIc0gDeRRzlf1uRecIHBWqzDvQfroV86N/tvrmVSXe+brCJKiNXbi5ImHLu/dRB8TyhQTw7eS8+iXPE6B8BcUyug4CIeU8+v6ci2WzfELKU9UDmXtyJ3pg52mJwzKcDpxiZBBdUvZgAo9LkQlsMzsh9hwtcM7VA+eoQ9WgvNMzv1YoLH5VHW7lhVW4O/BbC2lJ6kTYhXQJIYmQ77jCEKah+JeQei5DrEbagYaWwtbBphdB0+GRmbd00YL4CWHbCiu3eXHq30iBN9V+r6p1yoQ5N1wYc+CNxYuiXgigD7MA3qZx6NI+6gveIbkCJeAOiTjiP4uH3KrkghBK9emG7T8DTKi10KRUfNosivsyeynEUp2gC4ATalo1aRRnMycOLURTWNDCqFw9jIq/y3c7LlZIJx5ZwwYelyJ2wbY9q2zw17YlFsaM+pQ4oRMnScwEQnCOnIAzHnp+7Nb4MNjUUgjRNN6Oc14IJsaaN8IKvCRW5DL69UZujvdW830hHLvcDHOr2u/K/a0gUHnBKf2JGOQvPECId22g6a5F/00w773MEwD+nHvxbiclJD5MnOXnokElmS1XOm/KRntZXeAmdy9RaWwSLnyrbQpFUDGYbjDeuHghKIJcavKm+v09l2nO/1f7tT/KUVduXk+QA+qan9QdNRePt/O9Apz2citg4qrHT0DQ8Go3BSEtUsgbihRSOUrGwoRUPoGOE03/t84tSBDwEGEviThlhMYOjoOQIYTclKZp2PMt1xpa2qW81fSi/uTtkXlevHlX1uEFk+L3Ji2TctGVWQCln4bY9OWQgU9G3QM2ye1dxJmwZ4ThzhQ8lf7ox9KnsQKg/G5fGz2iLQEh4I7x5snR4dvYngnAC8ARHLeDeZbx33lX5YH8Gz+JDbuyxGraabZq5bHaUx2bVekoxQCJbpTWmLS9ZM3zer9WLc9xH54BwDGFPy34xtODb/4i5jo/ZmIQTvmU9/a2lLMLkBs7JpuUagfeRAlLsO9iFPlxKLZuKPJQkKQpTplDUGOYTTa5FEzOPGQRwJwbwTZ04ieGzk91Uv8S92SUTLaPt+cEzATZBtuKXdz+bO3ZbXatMkSqbd7+M4CtaBvSLIHJV/kliteWua9hXyjP1NgWcmXrVtybNaXdkyBoO5TmhTLBeY4WIeLpESLfcfD5f38rnSVlTtLBw6AIxGwuxVSOz4FToSmhdo3MNPDjxHNdH/MwiinnDgrjWOz+UOy7aZNjc6rFxXJsnsF8tacetUyizfnnGJ3CL1rJ5IYX5RG8yhNXj4uwwFKAH5kk085jARqQbP93sMwgvesW0iy3LbuiPNcuj9ZXQFkUUHwJKJ6wxzbo0YDykW+35e4TJqL1CbJfn+p4H3lz+X7Pj9dlnuKqtNNStlghnl9uP+H59kk9v0owJ+ccl89XS6SolvyoETaJPabWmBbf4enxHdJ0hbPCD/nxlObbLO9GRff9qeNSxz5UOiN+zn2v6ktUu77VxrqPhc3ZBy0CmrNPMdrcugu6WEsLDe5l5Jl53a16M1qfot8Ja0tmSgQDLNvJrFhvrI83AjjBCjvkJ3kuL8PkxGpU95758bN21VmcjhmcyV21UtCVpU0Acu/E1upwzAF55U9lwIHcSKntdRmBcuIHscPKIXendJWQT3to8J2xu4oYdTUqa/r7L8nvRlGND6mXKGn53VwChM/ifP6jHhVo/cKKfH+813rXOOPUxwpPdZ7QCVBUXdFwq3HJqY4WJuisGmi7fpUqWHzeNycYozctUsij0/T2CxPbyN5pwwAa74TgiGf6tHRrQ4AjByXc49TzEOKUuCRFXuB7TsiY52uFpafbXGpL8LVwW7hy28ptK7cNchsR/3lablt57Zl4TYu38txpXvtwzP8Ftw1omtUOSsxGBpxWy7bLkCFOGPKdhKSOl/jIw5S6KYdTrjAkxJ1itLrFlc9WPlv5bOUzEz7zN9RdjM8WD5RY+cycz5AWouZ5ZnyGzfgMX8BnuF1dPiRemDKeuhFljuujGFJ9+ZgSnIj/75jwGV75bOWzlc9WPjPgM4Q3TrgYn+GVz16Qz7SYQM834zNixmfkAj4j7eDs2AswicI05REL/dj1GPNSKmgOOSF3UxM+IyufrXy28tnKZyZ8RjcOXozPyMpnL8hnWjylF5jxGTXjM3oBn9F2xCVK3TimcZggwlI/EnyWpMyP/DigScxDEz6jK5+tfLby2cpnJnzmbaizGJ/Rlc9ekM+0QGAvNOMz14zP3Av4zG17hJA44ChIXNdLmEMdnnosxiTACRWsFlITPnNXPlv5bOWzlc8M+Aw7G7zc/sxd+ewF+UyLKfcdMz7zzPjMu4DPvPb9GQoooQx8QVjohlFCUsKd0HE5djF2jPZn3spnK5+tfLbymQmfoY2LFuMzb+WzF+QzLUmAj8z4zDfjM/8CPvNbfBZFyHWxT73ADX3P42nECQoTP3YYCv2Am/CZv/LZymcrn618ZsJndEl/fX/lsxfkMy0XhY/bKfjr2fZuexZAcZTh5+1k/NWktWMlUlPYwG+dxF9+6KM0xqGT+CRIWcwEcSHHiWM/YT7V8/F3G1owKX+3aRmtvlw6/sHm55nJe7NkduefU5l+pptWkNW1SdssUvUZcoFBzkFINQDykhl+FYv2w1Erm3elCKlc5H+rB7uhu+J85Nt7KEzNygp6Fr8XI8JOsRiNy2hGIPj58M99Lj6fAoInT/R8w6tPN5SyovNrH7D74wLlBav19NwAjhzb8SxZwWqBUoAya/g/qmySv5bZjT6eyjSWH7bsXpksqjJpBSZv61kls1n8vFsSf6ECo11luLQh4xLAcSH6JEtjiBl5r/JaqCql1fKsZ7rKViETqUwA8RC4Gaa1QFpaC19PawG1swvRJAyUSo7er0VVithV/vRurO+YQNvZDtEgSN2UJiRNExwinIYudqKIYYYpavL9jLW2GPyOtr8M/I6P1rPC74/58ZqXiVfPYhqoxItbzo5a0vwrAbvwfLVgRNO5WMsqkb5Khd+kF7vSyow2cFyn1C9TldXwy0ST+31ZrB3+RTR2ZPtrWYIFUpFBfrJiERjWUO470eiaOGgCgMMNoUvncvx4FstNUFyv9snyONsre6Ie3a94YgSnY7BliqlaLgVfz6XwC7tmf8C2+p1ajQPVTUoJu1yvvZomw7+3ANXzHcRjzFjkezF2iePQxOOJ67tunIap11QyGW5ssfolw80vU7NkdJyeFUs/tUGv/KHCvFjoJVkBJC9AFg43GBBqJdW3YQ95cSreWH/JPnOpwLdiqe/hLKQsES3LllQY3IDqlTxHaed/hIdzVmTC1I0EwvJdfisUs9TKToUloNLac57w5OntXXgpyRwryhLxn2AhlFXJv7lC1E/Cxq0wpUzTVmGNMDbvt0+VL1elAOcKW8GorZZjmatt1+rEfLbcutPly9gfLwNeLdjfd+eBV2wOYEXO469dVIKTMFyKtX1vI5T6CfZDx6MpQ2kUCtMWO47DQx7FfjSHxmWbKyh/5aD858VR2cj8XdG5QWcopr2i85OhM9ZC132vhc7qRPxH0BD/+44d4XJEr7NaitiliK2JKEQeE2inFkZBGASUETfgNAxoHKTCOg6RFzph6tIGi8daWw6FVfvXZftx3f5CQDzc/IsgcdkZq+xMcxIA+8H+eeQNg1vBI+cCpSHLMCyaqgmB2fkZakbc3WRQY1U8OJKJhwWE/LuQghPcpK5ZUwJtXBWcSN7Iw84qQbGU095FNHdQCNScZ9R9vYWep1v+exZtBbLLVbwDNlj2xGLIkK4/nlE5mgbNxI7eXXpH/5NAgj/E5xV8Vi3av8hvolXGgpvhp9rW39TPr++u1JzQymKJ509i2AhOmIKYFq/s6/HK/8nFFGqshnJi/woT5RP//aRh2V5IQjcTedPe3eEP/tpCsTARUJqkcZCkKOJuFLoeE1t+x2M0Zm7i1yg22NRSEDbYuGIWKOyyEJLNPOVFAC1Tlpo0E5l4PJxjNR++tAKVb4ToooQZeeL0Rmw3qguutz9b15DDmkHVPZUnvXXiKvpTHASmFXt2ONw3N186OE3ccVWHrH965bdZX6UdSdEGh49F3u8E5H22vodKRuq66pjH8ppT2Y91mRx1jLqw/RjBw+1EPLy8l1IPr+zGujiOnLjzduMwpJkCrhZQ6+sBtX/jQvh8hGu+v+5Lt4nS/UAD20bKFlI2SNmNlILcCZl2/Rvq+8ThqbAfQ+r5ceR62GccYRIQYUE2aY4mGlwKfj+LfdtWGEFiptbPqpy9mtKQi2CwyaOeG4jfWk1nNPBtqpS2Ntpil33c5iyp0LXcsoOhyU5QHgzq3cB9gRCHDXihLMX/8dvZcVJPvb01Md/mbNo0F0aoKuQHZwLZHsoAl5dnrCqAKOvxFGBuFZy/NmuSko3rPxbT3lo/QPk2IMT3rLi3fmX3bT8pqMr8l9IlpFo4+rgvXXWV2anokLyJF5Pl3r5j921vKSjSXDlL1VNeWwbzNVinsMUUAbUQTF8Pwfw1z5uKkN2bpLs8b2ovtk3M/k/taJSUuDQNE+QnJAoExnE/SSMWOxEOQhY1+bb77SxWdmcvCAgMvYEnLFNvZ/QBz41kstpKWRFV1jItLJiUtQkpjxjPUK1eemNUHlO6mVlsOf/cLfgFN/r7csf8XFagNprfkCPtV2rF+k/gEfAdZ6I7YLeS7y0dvtp1fJ/s/CCqnm+TpLX2uzWeR/G8DxjVpY8pmmsBiIEzieb966nRp09g+9CllOclgccoIg7BmLCIxzwmMQ2wE8VJkDoTEL/wfdSK9F8g0q/Y/mVju+tsHH/F9uWxXQvGC1AL26sd6gexmR4y1qvDEbiP7dvrA7+2L7YClzKXOxHHYSzM9CAkkRNFYZCE3POpjucDTS1XLPPAj9LDbuQxC5XKnHzKixwJsx1cjF4PbP2hZ0OuB6XbgbyDuhcwIf6557Lwxvq+lJasEW3za+WNYImZnsMBQiyPLMCRNkmUkCyq3pw5w3nx/gxSz3YU/CCPgi+FJsYhFW+Qs0gEgzzufS8WVX7PxfeD8xDlfPKxmvhcOwYWE8cWPT3Iq4OFEVYGL8gDYF51R56G2FvRHbtoutMcDOvdmQfcesbbAIulO4H98TLM1QLGAjyHuX2TeqoPNQJPdrQVRpYI1OU+pqnvuwFLU4xcFhHuU2FlCzCugXiqxRWPVzx+wQiHLx+LSas05YrFz4bFWjBZQDpYLJHB+odoNp8ygG9BYNwC1n9u19RKXCdOcex7DKXCEk6DKCGugGKfOcIU9gdMYL2tpTB3rPVFoHZ0lJ4ZYXV/B/2Dzt2DybLxEHcbZ3su8dKSL2LBWANe89/FPM642Cm/Ua4z2cmS6SXut1lxcyUgF+J6EisSK/v6mJ8FrMoGFMKysjWAaPFgudSvOo5cMuw3zU4neJysbS/EzltuxTd5FquOS8eu8mqneLMeqaxHKgac47ZSKi1xpCKvQ/+RReriWDnXlRegJeV81yyD1jJ8miMWeRt6C/2x89IxpEpxU3JOsyw76Ddx5DII7KZ8owXaBbQVvBzfiH7FcMtfD9qnCgOa1B9NJHMjX79UhRn2oZZXbNSELhuqqbcu/11GGg/p3Zx30eNjmCd6tFgg88QzHktGwQPISO9QP71RTTpiGfLj/qqMexZ2OjscuJgBggjqNEnqFL30EindfWsPYnXkriI6pItI4wz4rzM4NkgfEgtu/E+8SUghxlVuNcSszYF6VOSzoJhcINHR+pyJ5ZunloSlP71YlqMJ5w833CC/lV7HdH09SZn3t9pRc+lC8lEgFXhhK5T8TnwB5YcMI/1BSzv1rkw7tZwDSXPqXDqPFGVXFEAKsDxJl2TpoKxlwLLLDFgT2KgPcuUzYleDPJ9hJxwDTS1ILnDHQPMXvj+PAeRO/dbKDdcTaOd4CGLqJZFLWeSmSRQhhzIWx04cYS+hAdNyPHSaWS65wxcOjOEKjE96XDJmhY/iItkgZ4Pdp8PFFROfDROJFpoWeGOY+BNn8gi5nwdH69SNFOoeYAyhZEuyfYqMSBImIXKSiBAfudiPeRSmIWbYd1w/GYbLVnsrbq64+Sy4WU70C5ETt0JtH4GcaEXOl0VOLR4u8MeQEyLgrO+2efx5DDbhnsSOSolxzGzEOoG9xEmSgLkpS/0Yhzh2aRSGcYAx9mKZR3IAMJvGVrRc0XIxtDTej1+Ime6GeotgJl4x82UxUwtpC4IxzHwbiaUwBpes/HEcKaVEJ67DDUIeI+6RkCdiAx5GlLoUey74jGlVIPvtrPi44uNzWpMPA0h/49BFAJKsAPmyAKlFvAXhGEBWIdGf5I8jQFmFLp9KoXHAbEm2oyVihvyIxziJKXKYFwcscBgiQew5hJF4GDhb7a0AugLocxiYD4HNYEODRWCTrrD5srCphZaFzgxszgCmCVS2QDJJPTGvUsdDjh+iEKcJ91Ds+67nYRp70yC5wuMKj8+4/74MILGzIWgRgHRXgHxZgNTis0I0CpBVNZtRiNQEJkCykmrBJKU08pnr4CAU/0MY8jhnLkTfRn7qBGMwWbW1AuUKlK/UjsR4g5a5DfdWmHxZmNRCqkI8C5PWL/K7zIGlvSvFDCBTybZPL8MwpJHYdceBAE7qhInvpkkcxX7qBo7jzgCnanGFzxU+X++tOCat8gCPQNBHlzBcEfRxCKoFQoVkDEEhjbZofAw54/rnccQsZdrVd1Ga0jh1Es8lTuKHqZ94vkDMVMBlEgYj3kNlSytCrgj5Wg1Md0PDReAxWA3Ml4VHLW4n1ON2VDbbd7lY9MesEHO852upUs7GtUTX0XLk97a3kMuEzUhwxF0njd0AxYS5jBMUOSF3WVMGYKSxpTBytPlF0HF8pGZx0V8QF6v8QGVEfsTFLFS591kKua+01NZ1Vdc7PcxNZkyV86J5l26tlTdi9Vs7lqjqrrKO+T7ensW/787bU3YQ2Ml/j7OTijEVowblZMvHgXRdIwD+RXZhK+uZP6To+KKxnmq45EgNRUr2fu6HSX6nBvxt+hwFXr+JkE8kq46jDdydPT7Pdw4JKX6u6h3DC1XBnfLDyeS06uM9TapveL6dac+vgzmb56sJZpjtewyBDWM6iRaeFOrhSb9yMY5i/X64yU91pOtETOedkrcPIF/l85qP6TRV68Z0lt2zZfeq9Allrx6dVGCgT0ulFBho+rEUETyuYJfsSq9ubGk9y9h8OV2FWSNLh9e5vHMozXULsirJIjSjqtlWhKLSeu9YVhPIMQcTWVacyc/XN5qmdSPeZgtvVCUXEOZS/Lk0kC01vsLOvuWyhq4lRaP8d6vKsF0VidFL17yxlo3v1Ar7PJhi6vrqQ7jc+bEPyR/q6uzvxQeKTyvFLEoxYdelzRQFnyTydiDXY6sfdRGgD2Kpyqp3S2dsH8j22ALqugzQoeyBQYr2IeSe3dt4zgh/US2ULPRm+GuGrrpHP0My7dvF0ImIwxLquYEXRanvECo2OZ6LIkwDpiXBGWSUhVLgfFlsFa5sNcZWT01WK0t9FSyFaffeYlGWWhlqYYbSQvZCf26H1b3cHdwfDV7tjku2L3a9iArWYj6J/MBLXYKdNAgQjZMkIWnCJjlr2Wvdlbm+YeZ6SHKIla2+QLbyNy5ZhK3QY2/ZV7YyYCstWDLUgyXFZLoVq//tNd/HsmZ00t9UJRK81PUCVEFOuhurMYGO6xFLcUJY7GPiu6nnezTFmCYhSTzHYY3P5lhrS/HTSb6yzeQrtx+wCEmNtv/8TMUtbTCBDFQ2ZfXNZeblvPnXslJKfdGd8DTbi3/a3sO1+G//xqL8llv/bkX8Pt8nv/2bVnDlBBVYxLQXoupaHngl6bHiYD7TF78d+mIzNVdYTNDGxQtlzWwSNlcFR7R75A8y9/Yv8ibsdDoqHJL2xiexDk53+fEkzJeF82Y2OZurEiTarQh4eRTiI8EVS90jedtyano0gbKjyGV4z0K1GMtQj7H8HxmUUd9b/2MvGig61Vs0bP0sf+9UV6mBdfDXjptSgpMoSOOEcC+KEA9pmDhOHDpp4vG4qVky2NRidVTV29ojD1mmgOrUM54bWt/fim+bSTz9s1gN4DMkzPxcGtuqg5YwqqUzUnQusr3YKZQ5lMt+97BR/FSWWq2v0RNYkOBhBLsIMSA2uKOoXUFtaGyrstZCWiwKMT/Z77Cz2IFPypV0VIqgKqt4SFwVbpUkADWRYZb/WUiJHcZe9D17WObMRcH467SWCW1Fhz4KoQWU7PITJM+P6tlqfZf/3uTQ//s++69zr2LU97wQS2tpdD6o3tiF1hs7gt5UN+Bn2ZvOerUT2ZsJZB6GPlNYbmI4fUeP4fyUiaVUDQg76omUBA/c171TPykQ7v7Qtmr91I0TyoVV7WGUupHPnTCKHQHFPk60nEndVpaCXrGl35/s0niztacsBLuj7ZtAbrCwNQuwexKTXVmq+seUGemlYRCr2shltnvrTjkWlvNUYZ98J5kPvOUoJazTIo/F7LNgjFiZPL+V+f5K+joBqsbVrlNVE4RHihEWSLxVhQdLfFcHPtBb+ajzASpKgP+U6gKoVYa3VtD66QtXX13mXI9t7ID3qCuwbClTswQk8X7tzyrrVX+CmuJQ67G0Nz9l8We+oMNnCV8KhoTBaLfnuSxRDXXNbaDx0sI8qT5MgFYPKkzxytXwCo3g1V/kwhkGrG35Wx+x5C/tRBw+Dz3qMCdJfLEbjx1KKGYEKphGjkvZIGTJZlbMWjHrC8Qsb4MfjVkdtOkggNEa97Q1rscDfuAC6U75kY/vEg9cABGIjG0UxwTaCz8NqI+xH7qBmMgEIeQEoYuY7/sYcdykLhtrban1P97+Ist/YrSeffWPfdxOLR3R0VTsETN5PA0LjN/Ddk/seOWRnMKDKiKhvPcRLcu3/HPRlEJ+FDxU+88KJaoSbrLuWuXbestHYGIHLriH/HDeMtW5qlNr7Z/F9pMK0ujGgXISy5ph0sp6v79m19IGKyerOvGDc1teVyIub0+eyhaTphYvO1KvYHXQBxcpvK4uXBWXmjDIRnHR1DDzNdDWQxB/EZ8FHmH9/ec+XO/KH+1z1gXq/k8tiPa5Hzohc4gwxNw0cOIgYgFyUOxGYRQljetZv52lwHmo5UVgeXBUnh2Q+x+uuaRUZ3ASa0X3Je6VvYGwQGGqyQvO4nMmtgRv4JRcwqYQiD/Lc7ikB6E6rtudWvR9RC8B88oSY3ebxVz8k1h5mo0FJ3VsKOJRPrtavIIuXvxSRcBevD0XIxE33V/7INsvewcf751SekHg9VrFKhY5yJO3Ld9n15noR3kR+9sZOygsxAZYzQP13ctzPQiVfKJTPHnNkqiuVBeYhV3NRjvbN+d5YpJN4O4AzJkibqAhrh7V+JOY7ffWT7lojd0X1k+qFlMFuTfwq31T/mqXlZoU5g781q6rwyJOcBp6JIo9LyFe6iE/dkM3ZjhFaRPqPdDQUqg72PQisDs8Ms+Ku7/CplbsHo/3+Z5bskNW1SF1aA1LYM/vIN733c1R7EZ3DCZ9WQVWVpgsePyk28xv6qbiatrj6o7BLeq401Xz+7jflcApsVd4CaTGlhNKB6Vw2VKSTIJOGUFYGw3i978XyrehBieg449su7yNXHsayVLhKkiwDqsTv8MtIRjJ9XKHq/ACejIB1kP4aIrWoYbWepzhR1iL1r9bH+PM/iGzwFdSYIEyYnr2sly4qqtCPM3sgybetaBNhLvHHiwI45QxD1NGWeyHYeigNA7cKHBwA+8mLdd4rwbo4VXl5bOmnrNMWfmZx5gwQbi086w68eBH6ZWpVQw+8fhmn2/z63t1KrrPwAIWnYdSxlaaSfy37o5iz3eEH+QUE+3enAsxj8qTyd05vrFgD/nmaYtAfjxwea7yw/9cqw5/ibfzxHaQjamszOlv6FJGvXwhyJemzPp/ZOLt8qP09367VxliPmU7eTD3AVwylPnzFyi1LYZDUsvipHGq+qTs+9uyT/ATU32ywffDhsQm0Cd1c79VfVIkM0UfRoBsyCeuo/GJHvf3TnRHrOqDwI8duKlWNwIVhei/29rvijMGf22RRJAyHocsSZ3QJz6Lk4CnCUt8huI48nxSk8RgU0vtAmK98bhufBEqGGz7+fEfNvEDn3Ku6L3kjPrgozgds9ZRCtwWN7EV4iFql2rpLy2v1/hLhON1L6dq7CEbBy1wOdU1U8n3lrK/Gtf3Os3kT1WgiBhdMexPZZ8SgQYSFxrf9zqJZB2rIlAbpvc4spzEXuJ86GUlM0YTpKGJHqNFHarcDKRB/y4XetK40ABFiCgvAGlpx7qIwpQxgfbRgodoEpHEQyFx0yTFNEz8hOM0RSlOgrSGlbHWlkKW8fYXAZeJ0ZrFF4QWPWookx2NfeIZoFG3YTewdS3gxEJYeHJOy3uvUkZA0Umd2CaZ4FWxvbqC5QeOyurP8GyZf664yfYv71O5Gp2vyOiU5xPI2+BgQ+nLeyW4WINIPTDoh/Nxn8mUgOr6+uci34lpkMX97XtaiZZXbVkl2t26zwm2oJMEbhpwmrA4TAPKmY9JEKSe60XYcbCLauica3UpCJ1/ziJQajCazwupb626S8rhoOe7Lvcwxem831d3UdBDAZpbXtpsxZ+U50GUbxPlQFTH6gljpX5FS0bAZjH4pJ/+rCy56qCg6wRRBho1fTtkHK5K5K1dnu8sdZ9crPFFj4Uq4m4QegVQRTSo0mNtfs3zBFJzwuSbyF9ax9434j3LciKjmZlWL6GZptZL/fnYQPuJLi0VcD/xiEcDUXAxEOlhL/EREuolV3BVf7TTY8b3yfb+SsFPs1EsQanGKrlVhDicElbACoxyAU0tF6zqvWWqYdGgNg7tE8dt9pmXuYPrR9ywQvSU7y0Ball83ooVLLqi4EgF9bTv/ZVDwRX04F9c3v/DI2ufLnn3GzMxQrfs1Lvs37H9nh+Fynab35XOWDIZZ7kZ3Fv5fiusUEudysTlCJyOZzk8oq3CghzJ6VFAJuAtHL2Kfj80NHNir1xOoG8CO4mNXAs5G5dunHY9D0O0epLUYwMHBXWYZ3UQU58ZNB5fH5cMlh84KagDO8s+NIcGjbPXXLj8FM7Ohs2PUo4WR4ScDuVYb48n66973mwzOyRjs+PJrnKRt10SquQug1LtZGSYeNh3Euo5bkCCMEkih+DUi70g8UjShM0Pt7VYUpcvnGvClWu+Pq5Zwo3jC2cYBBXtkfNkDLOyyxOyixb1hdAku3TL2PfBfrCW/YhYO48/oikPccqQ4ychogmLaIA9L0BJFCQomSCYRavarwyzMszKMK+SYcINwkswDFoZ5pkZRos5RHiSYaDMziTB3OVaToRRfgGp9g2om4RBmobc53HsYh7GQerGkRdyRFIWhRP0Am2t7LKyyzfFLg91KKnAGpONQ5YAa7yC9TODtRZriMgkWH+CtGW7fA8vOQnap7bgDHjr0i0QR04cUxYSjEnskzBOEh8zL8VhkqRJNHkIpbe5gvkK5utW4WveKhC80FaBrOzzzOyjxV0iOsk+MqPNNO/wSmSGcZRc+zyKpYigII5ZiKmPPYQSFKWp7yYcB4TyCa5Rra0ss7LMyjJfNcu4GzdYgmXoyjLPzDJavChyJ1nmhzw/tWt79fA+rURmWEbJtVjGCT0euQFDYveCEuamGAecYy+lNI6JO8UyqrWVZVaWWVnmq2aZYEP8JVjGXVnmeVnG06JIkTfJMj+C7vHeQpNEc62k0DzVVJItsgm9EMfIdTnBPiXcY4nruV6ahkEao8ClE2RTtbfSzUo33xTdPOjyg5INoktAtvfYolQrZF8I2VqoLvKNIBubQDY2hmzcThpDaOAniYt45AUJSn0axGKr4KAEiU0MY/OQjVfIXiF7hexZyPZaxaseDtn+CtnPDNla6DAKjCCbmEA2MYZs0o6USELHDz039hwX+ziFQAmfiU+OXIe7hMxDNlkhe4XsFbJnITtspS54OGQHK2Q/M2RrIdQoNIJsagLZ1BiyaduviDOfpqnvCLs6cvyA+nEUBqnruKmHXS+ch2y6QvYK2Stkz0G2SzYoXAKywxWynxmytRBk7BhBtmsC2a4xZLstyE79OIwQSl03TL0wjYSdnaYoZiGcZ8c0mYdsd4XsFbJXyJ6FbMgRtkjUlbNi9jNjthbYi/XAXpmLsP5kMiPWu/OxEEP3VhZxbqegBOm6NzZI20ra1qUViBvItsOynMjzvCTyccCjwA3cMHAYJZSSNCJO1CSmNGh4sRoY8Kg6p5JMQhyrR7HmUcvUxJh/0rOj+/stv2VVtceqfltdHEOWwGiDeJ3vto2O6kWs+kXeWB80qIdS4lXjCpEr2F39RC72E8GyuDcKNpQsncL3F14IAMv+gC/6Pq0/n0RYrQrFU6Hrrnm8zeXjG3BtSk9MAKsJHhlm8fW0IFasB7H+ojIA/sSyI1TbgMoSpV3RSk4JRQqhvKl9IwRlDuiin5hyXKgFmzhMMI4cnyAnDVPMQu46NHU9N4oZCTyqJaUcb3GxSm3y/WX7UOMDkq2X779UxbbRBxihI14QHT+2LUbozJ+LKst3Uy5NTB4hz6tSupUt2ZjBkPq1LqdWFh+CfNT2fwmDOTvdWyrd/ZUwoROel+qtuDhVJLHsCDsnqjqFbKhfJBPKVJS1dstZXzbJoJbb6ZxJ2RKIJarXybGL9qvy34XFfsoKvpbTXPMLT7AStZFfusK43mNZ6a0iJJijv6r0q99nhYCfe/G/ghVgK2H99VDmxBaz+q/wR7HOZCFayVWL7gGYXeXihvJzsmao6o7437I7dq66I+tR5FV3bAFdkrtmtgOTPGBKV1oYL9bDeH8G4esj29UHNfXmSfc+zCqx6ryk2d80/odTQm3CClgUYoQcPw58GnCUej64HIp/FP8NmsjdqRaXO7A5JrANL8rKVQtXuBhr/tnJShhs+VF89ALOPSLBSEnLqhdorg5orFJFsYcUuc0igR4nq5ksKeeJOgORTHJliTc8iBkOi7J6w6fjBFk8WtaONjy+qPEn3GDUOr6YmP9wePGEGclU4cztfY1eEpqa/vwAQ1whVnWysrBpfS77UEOWxKNm1cFnrmGqnCgTSFV33i4Hs65FY8Ngzp9d4DH40uJAMTWDL2wGX9gEvtpueJHnOkGS4Ah5GPGI0jRGIQodAWLYJw4zgS+8wtcKX5fClxtuHOeR8IVW+Hp++NICDLFrBl/EDL6ICXy1XdKiKEki3/e9xPXSkCKfuYyhNE0I8dzAMbK+yApfK3xdBl9YYNfGfaz1hVf4enb48rXINeyZwRc1gy9qAl8d96wQxV6K09iLUESTEGMWu2GSYuwRP3WoCXzRFb5W+LoYvvCG4kfCF1nh6/nhS4viwr4ZfJWfzwDBDkqyU5hnXqFbk2f89b9VjAq+CYyaqu59MVS5tkMsJ4Di0ehJzrkeWNtlhasL4EqLYMJ6BBOUPLw/8e12yNVKAytdruc/VEPVpFQ7hIkwlPgx9RzssihInShMYxoGYG15QdJkpZlscimLq9Af0vV+XATQJp9ghGpk4eLU5+0JLmqbYq/Sl7B0rxm+9AVPMwlWcAPWugLWZ5G8v5VqxdPf4D6g0lZ0jgSQy1rZQ1egvZ/795/fSZFfQOT5rz0FHFOwHGnYSn/8UrUKfS3QBuuBNj/yvZgfcnq8/RmSritCHwKX61rUZpndcP+piy81fBhodG2hpj/225/tuj+L1Sic69JClpHBmz8OSy61kH7en6R3qnQ6EbjS/+4f5HevOnglACLengFHBHezW5ZtmVhNwNS9GtVvrJavYNe/GWBoErF0b8GyPKtUSu7FWs7iymgTj9kJW016THNLXo2L/qSVt8pdVWl77tWe2nZ7ANid7g/87iiUjoPuHp1f+1D3qZZYEumGejXuthJxYYNziAEYfInezwOALUWst+nC7/HtOt+4Ngrh9sghG9Su+jiH+89d+fEf4N4mMEVsSj6B29nPO9kfXrQ3Bv/IxP/kx+LJHE2lm50Ya2HLg/ub2NiW/WhtDoSY6sfELmGWyWa3CWSMzLUQLKKHYP0I37JT+PFHePpPA7Ue6x/aN0RJErGUYJS43E8TImx/Jv5v6kdeQEPSHLHW6ktZ918LM4crM79WZh5zJB08TimR02s50z8Bcq6o+UyoqQVBEdRFTbkKu7BZ/bGPm/KXdpp47DkJRj4lnuNhGrAw4FEcptxJ/YQxpw2cUn9FzhU5v2LkDDcULYWcaEXOF0ROLeCJ4C5y/iW/zosuclZ/7COn/KWFnMLQdJCwOQNKXRelKIhTmlCXeYFLxA4qaSOn1F+Rc0XOrxc5Ed4gbynkxCtyviByarE3hPRsThna1zM6q78OWJ3ypxZ4BoGHOeUCKN2YJJ6fBk7ghEkQ4iR1aep2zM6dOmVf0XNFzy8CPS/KVFLjJ90QvBR+khU/XxA/teAfQrv4+S4/3HfRs/xbHzvhh3bFHc+PQw+5geslmMdexAmKHM9LAhxj4nht5AT1FTdX3PyKrU6/W6j5EahJV9R8QdTUYo6I20XNT3m+7Rmd1R/7uCl/aYdwk8BxUx7jMGRBzALsuWHsEIfRFHnCDm0Dp9RfkXNFzi/e4hz1VPuyHB9GnQRQsCGLHTu4KwG8HAEEWtQW8XpmMyv6pw7VHwcMZ/ilRQB+RH2aRiiOYuKixHF8gpmLXEzj2GG8c9Ul9VcCWAng6zWdMV7wqstbkfMFkVMLGCN+Fzmr+JlP8o8dBK1iQaof+0jakmhX9+I4iEnqO9jnbuAS3w9wFLqJg0MnQh5vI2qrnRVZV2R9TcjavL31nUrM+DhopRvsLAWt/gqtLwitWnAbCUagdQRUp+C0Xdk25pg7SeTElKUIhwSHEcXICxEhAiTxIJCuELpC6Nd8H4a9jbPYfViwYugLYqgWxkfC3smulha4d8Db/m3gnFfPKdw67o2SNPVpmAahG6c0oCEKU0b8MGGMxhx1jnu1ZlZcXXH1q8bVXk6+R+BquOLqC+KqFlFFexFVP+T5SYaxtxC1/msfS9VP7TNT1/N8j3OcRqGYRS5JAsod1w2ikLsxJW0UVQ2s+Lni59d7aEpgc79YfMAaWvWS8KmFVlE9tOofKuvS92q2/nXPbSgMqEOpmvu2ms91ab5jP5fEuGA3hYR6qK0eatcPfSyKDnfAPuTHU5pvs3xpODV+nhGu0gVzSfx6wwXmHGVlO7HUxGIRs7Cqp3e8gsXLoDTI6QoqszV/T7LrTMwdK9sKkD2JqZiLP/7959/+4+//U5PKj9bhJj/l10d2uIE/nFrF/MQ/j1fug9JpkLoLIHGXFyerXC0AKXfs/pmsyKtvp+aUJ/DcQmTjgPtAC8xHlv5T5xWQhUc/VGtElfsQE+K/iwln/SSmyNMBdV0Lc2itSozO9va/RD/sG+jHBFCPAdgsPtMxfNYCuCgew2fxcX7h+/MYOMNMVD+3DN4hmXZ4V+wi3w8dNwwhSoH7IQoTRDwndRj2aFQj+FBLS5nAXy94hyt4P//tVA17tHvxvxDsrZD3WMjTIq8omYC8jxVnj4FepzTfCOwN1OYLGQ1SyrBLvTjwE4JQ6oWYMcRw4juMjgLfslX5VuhboW9xn9cv32D1Nth7JHKjFbmfArm1mC9KJ5C7HjgNvFu9EVNEl2nh96hgC8ITlyRRFHhJitKYuSwOqcOjMGAOdSM/9WsIH21uRfEVxZ8Jxb+9QwfIdv5IDMcrhj8FhmsRaNSdwPC3UX4+TeB39fskdkuhdmxv6AU8QlFKAx66SRLHcZhGvuu6voudMBzFbdnUitkrZj8Is5e8JqtADjkb6j4S5MgKck8AcqEWZUW9CZDr+Q90N/zpoCvBsFQL57jnYD8mgeOEiU/iNEgSxiPf4YwGScCC0SOGdFEHgxXoVuP0CZAPdys2X458dEW+p0A+LUqK+hPI9z0/sWxr/QNQZdzIU1J2KTVp6mmi7cqAKWNezJ00poQ5QQqQyGIG900RDrE7avBpDa5ouKLhix+4TuEh3TiPtQTnwvLRiocPwUMttInqoU1/VW6Bv7JTfGN9vMkP/esm5Tlo34GILSbpoXvhNCbQKezMXYxQGBGKE49wlgQOZSHimCU89JocqmOtLQV+4+0vgnUTo/W80Aa1uX4b/b6//RvAD7OK03m/BxfP0l8TuCYXPbKKA4+zNIvFTLq3UoFk8o2so2Qj8SLSF1Q86eZciGlyKt5Yv8raXqdCFSWUv4tFy497a8sEpJ268Cdazu8KCb099ItzMYFjeQuep9Yp2/FDxmNeqKqHik9Ev3Qf1R3bC9B9Y/0gVuP5CH8pdmIPcWOdtPom0utVrMB8l/0hPWflxym6XTscc/BqlAPE2Q7KNlrRUfS2XZdMjovqr2xTDMuV6MdnkMpO4mGWaARqOt7kWSlduuGqwYTpIZ6R7aT/b25tOYOiaGK8CvlKFeSLWfzUrgXfomMYwlCOkngb8uj6Z13f3A/SrftkvcsFVByzonHQhkkg/XNhMf52xg4KC8FLO/AdvuZPxk0H1SE7rjtU4pLYaB+Vo64CK8FNO0VeE/ykUMWWqGLDi9jq7YYIapCOtCgxqkeJfXfkd5C/oHJeLgdtoNZbKVmXclSS/VKSM3JtjorTECOSoIiFMY4pIgGmhMQCilmSkiZtzEyjS1FVVD6mcqGu6jsta53PPOVFiGtmHghSSCUHNVTADgcBtYCagPHQY0ELAuAVr11ZArNTwShy/ZVcU0VdqOKrqk3xtwIoh+3vrXJgNGbT+UYWFD7eXw3QzFWfZ/hWQNf+1GMatUCBmASZXrPrDsGAQz2wbAbcV3nQA9IIGeBp2f+yn38uVP1MFaWRFXEuRkF2m/8ecznygotAWJD1kxfUvJRHvq6yZp6NiQzA8zfUW4hcfmHHz/xkfS/m6OeKYAoVYMOsj6f7bVbcVAtlYRrZyUfbCTy6opLChkcLainUo2szepQ15qDYlDy0UDhXD4WDWl/VAMhh+SVL/iXAcc/vVSZz630KGKCxCKhU/ZCv06ioVOR2raLoxFShXaTYTSJMAuYwj3oYc5qQMEVhSJDjJS5vEvmatr4UwcAirfBePm/XPE8VTOfl8xZhGtPH9SgHPzHlvNcRlwsT/jqLgQXATtvzO0ufWU0sXlrvNEAp2+/zWxUbNjLv3lifAPtLuqkpIFKkA23AUuKKfiymtj87sRMRG5K8gMyLAgX0qvFXNWfJvYZWSDmDwELFHpnYuxQQlNcqy1xxCfRpoMOFGGwYjquyYjPs6s6RWGbWrbAeWcVySQIcXEUEnvJzfFNvgPSOihcDUoJL8Kcinq9133L1jdBlAAeI1N8QZyG6LM8cmfWTAAUIjhRLo5zd9R7sh+y0h719yUhPvh0rT8CZfSP6BIGSok8l8tXbsFT1qTHHjXZkxrxkSrJawKSrB0zCaG4BZktQLE9pBnZotaStOqck+zu0Gbn2dTLyYuK7AfZTErs0ThKMKU89hDnhBLGGSacbXYxA68cobisfs/AObeYpz75D64atz8wJud4G4tN/YZ/hrCTKt4mVZkftjiMvA8fr00k9AL0+kWN7sXQkDLyx3pWbLbHTuoWNI4PzS7F1SsWzTyC9vS9PLK9hXUtyqvdTcgHsT9v7Tsx8xV5lELvgbkE8whSWO7pFA9cX3Up9sUdyvmACCzkbR9CAuxANvD2dwCgqJwhXu2d1AHeCDXS5fxqZwgvjP1OdsevjYvijOnyDzlQ7quH1PoX+MxBqCvpaFKarR2F+ZLvzkWXWD+ftVoAE53vrHTvCRNkOIX8pbjfidiXeh38T4XZBqcgV0B8QxgQBOGHEMY0iFDDs8DgMWHOTbtLyUkRQlM9Km2fF1bMWZgOTRz07JXR2UIdc7PSrHZTJ7CkP2bbseC02HZIS5GZF7jPgEkouH7Uo1UCVp2wnFll7dptdSya4gnsX2PFUJ4OwSSvEzutjSRqCBg5yc3XMpZT4l/zIdgz6Wg6sdceOxyw/yrM6tv8sEaMxpwq5IwTgFdhY7gGfjgSqL3vRUdoNhyQxI9n+u7/2GaBH1XKP+E4pvQQrIMeSrlYb7C59UfNddWevz8769qaapU/vMaAt5vqqpnz6BO4bYacp+GvxqK4ej/rxfEytj2LBbLfy3jCRzHk/BPyFELULKWpHICp57V6HpU7SFAONbvaUOZVHQ/lM+0vB+Pybz0O4u2DSlO/Lg6NcIvhdfhQYLFAx24GhAr/J/p34Vt6y1ImdfpudIACTQzuAP1mfYAfQMrVrm1ygjujpeS80r/npJE3u6ozqdCPm+LV6/B275fLGRi6q7DY7tQx9QCJrm4nH7GFjYKlaJ0/tPVW+zTdhtAe2Qy0ZA7AhYcv5a25ePHWmlRLr/15w6y9ZytXh6s/q2g5++HjDDlztBfi7HKZ5DDePYvZUB0E/J3D3JmbUwgQgPpa9rbpklzeJ8EMBXVI7Ah6XXbIj6JJd2FnZmwlCmMXGWQ8yd4wetKBXl3bpof6kUPxa3wlAf6of7fLHlv9sX6Jj7Kee6ybU4ylDAaGuG6VpHHDmJkmCgrQx9nvtLGbafyV8EK588FJ8IE9wrqZoYcCrtgbWYOPiJwXWFVRfClS1KFTXHQVVNIqoaBpOUfsamrkEJ34sXXFdSlOKmMcCJGYbI4EfjmApWoF0BdIvBki/WvvaxRvkLUUDaKWB10MDvqPF6breKA3gURrA0zSA24m+E9/DKOAJTlxEaRQmcex4XhhFhBPqsREawCsNrDSw0sCL0wDdILIUDeCVBl4TDWhBy64/SgNklAbINA2QFg0wiiOXJmmIIhyTMPDFtgBjHDgx9iLqJCM0QFYaWGlgpYEXpwFvQRogKw28JhrQYrXdYJQG6CgN0GkaoO1EZMhPIyeJGULcIxQjin2CXB8F1KMBJiM0QFcaWGlgpYEXp4Fg4yx2KERXGnhNNKDFSLt6jLTr/PYfrmN9PGyzE3xp8Fiq4mRV0IPGDK5ji/9IWVvJ1uF3taziilnJtiO+i2niooDFmCQkpU6QxozEYnqkOGFxQxuzzS5GJPIRpRdUFTyRlI9YhkPGn9CjD/TE9NF1wZ+fFLXD+sZ6W4ds1Vk3ZKhY0ThJRmwLcUFFVeZNRVUrL/zSV5OViT5u2Da1YcHAP9S5PqZry4lGj2WSiyoy2rq7UfHaW7FSVEybeHfOjg3ByDQfon9i8bQ8/ntO/h0n/qbqXePJr1KTXFnwme0UXFcToV1Fi+d78S9SuB+3sPr7L8higfTsxBsSLB329XcVZtlaEX+Rk7OJ/4JAr8NTxnmpWE+7hRxqhTQBXzdlJyZYZh6bzZw8fUeLnfb02Okf8jyxPshlcmLt6J1eQiiQtXXZZlvwsZ0ZalayfTHBI+44jHMHe2nqR0wsbMaS0Ak51CVtypHMNrsUp6TwoIP+oOrHZZNGzT7n2bcnf9/f8mwrqQVqOQJ2Cqu/zHUkdg17ru9JZmfPG7EraYVWJVlxw4t6b1HHdLWyaNxmYImdmlQbZc6pLC4zVlUvU6hMeVk7Q0eZhcx6r8V8VTx0ZUHEl5jRf8hdS3YU/15AMPY5KQMLOgmpzmIfxiCwTKYDFP+gs84b6z8F+jT1WMu8fX1H+jroewuvdrx/s+bheGKGQQHk4YDjMn/p2IF38LXu62iBl03wJKfOfR088IjkTvOgbUo2Wgyxp8cQ/yCrBH+U4Xbfl5k0VXYTWLYDcQWagl0q2LVCP6TMTLxdCitKEy/iQchiFlJMnNDzXY8kHor80Iua/YxZ24sRkHxaIZ9W5hwtk7HA0xY+IzN72LNT0UB9aUk9+iyyxXKssbVOqgpLEY64conc6lU45Lz4uc5SWBn8YuCjDHRk09X2qIkwvmpSTtVcBSOoJWt6Y33QckyJNbaPM16n94O/qRQfTPTgqdP51WFjV9Xp2EfI5yjW2Q//8xI2OADdiV0YnPsNcUH/9z4TfChlrF8hu+ELUACkYnLEDmN5Cthb7++5/Q7S4ME3lqHDcgL9eGRgZ5xUxHo9AioHw5NloN3bXHQnLrujgodlSPF11R25T68+WpltZyoRrSGSmhKCFl/steKLxaIQK/Q/5VoWoyUU2e/W/87zXTlk/U2IUrGlil2p2KBSZrro7kVMFdrltRKHhQ6hDDkkFDsSN3Ii30ujIPE5dkjc3I4Ytr7YaZd63l4+71A97w94nvqqy25QTB9nRA7e4lluTedPlfVW3yXUtCGPwKRxK7B6V3QSGCnjTl7YMDiE2gnU/wP0u9ckonUu6OEEYJuIhbkrxNOq+OY6oUU1hhIfYBytcjGqCGZ5C8SLztmZTH6rPoUlP4VVfBa7InUXIw/M6nSI9YNah2cdxlKvfJdtt1OpZ1u0pqVOLBP1quNBSHXeSUkn00HJu6J6PGRirdeby/br2vuENpI5CJHXuiNakPgqpmkl3WPDC/B5KE9PLscGgWoqmtqUIUzpTouo9vSI6u/4fS6WJWDXP/IsaQZMGhASKCqTodAoL5JqEMBv3wq1mtk6f28RWOyn1GcI+RFBse8lfkpY4mJKHRbxJGhSD3YaWSyFbbvZ5pM0xklljhRL5bO94JHPzlf/vWQL1clmR6DWDiCqHLhTk17IeitQvzgdxSYG7lVYCkkYtgLWYeHBvT2cpcFhFkiJN8ySK+ssT+9kVlkxeThc7uc7BudUMgNhTT4wIvUWCE6R9lkRSzhPgcfEhgi2P7FVxJmdZmUWwitA+l1WcC3LxgmW4xvBxN913uvKgl1bfi7/dt5/3ud3e3VeJlN1wM4L3gROJuQp4UgqRvgXObufNIHgQ/dJX3o2wa8rY4hgvtBCdEPxcsz3fn8DnF7eG8G6UbkEy/smdVdYzp0n2uZx1YXy1gjATKUOLG+bJLIVqgsGW7sua5iSmhYH7ulx4O9/FzP4ll2z/R/Mel/5UvRzqXyEQ8W4vZMTf7BrFbtUqVOZ6Fu4ackW9XlR5BAnpRSFHFOfJylLQ0r9gDHP9QOu792mm12KDLk2RJq7ST/hyyI8aPi0Z6fAjyd+sM4HtX8o62EUTS42AHrDufRG2KPAh0l9uiafsjvkcLciy2vI7VS6ZWc4i6l3KOp+JjtakHbHut7mcLnEBWlu84NoTe6zEnb8fFXVMhGMfMPFJJHpco9c7SJ/zfPai6kcQrndkns0oM36j9XF0BU4OYhNEdQ8iYGcE7ERBXSR1Z6U+by/Fw0fEziAL6rt54ukl+qHpCNHup3J6xSXPl0qph5mlCD79GmYuoujwtYGNkfxdHyFGUOrFg3uuQ+AVjEhNVy9y/PpZa9AdVqshaguijwSpR4N0yRNPeQRmvIgCFIXJUlEm5CR6TZXOF3hdIXTGk6FkepsnGCF04XhFGlR1V4rqlpMuT04GTfHLT/k8bnol4eoJFVaVZC0pWS3KsSMXAtEUyf2wKdJzAAvxk6EEt8lHuNJTJIgTpuKyDONLnaTUD2mOR5J5WMWLf0w85RnR81qO6cf8hfVaYaqJdQKupieMr/924SvT3noot8ZlLcJmr9tef+sHKDEa2+tSIDB9RFOTor2pbQct+a6AJZPfRxfXRUIPD3Bm8p+5OK9wMWi9rStPbnUcLyB7PgKH+E59W2BfvvN97KGhJA6iH+H+JSyYGCVSVUAfyJmYMw71Y867rmiMztZ+052QDraF6rsxZsGuvTrmcErC9FxMV1OhZ7C+wQnWbe5oi8oLcirUzXpGKbXQCodw1ZH3oUOXBoiIxu8uJuVvtCkh++R3UFa72Z6yzOZiuXksczTFXnVUUu6+ore2PViq/N5V6QlT2imjmHmqMOU7LTYcU+PHf8r+/zjMRfr9VcwDMfr6VVyNsiNVtOblGrXu3YR4yjB3ON+FNDAJ2kQeThirp8GOGxuziebXKzoKwMsvYUM6/unqqM3+QwjgguexoFXzBXA7gr17yTPaOQ2OUXgTP7nfXouKt8o8eZgjAsyuZYMKn1lB0rgtevc1d5TOrZ3r87LqgziT+woaAGeEEP5vV6R7igXnxm8++FdxNYE/K32lthViF0BOBYndStlP6rre1VmSVVlPeX5tl95NoXROYH+SeIIvF5VsamKWKnZqFj9d5+WWJDtEAu5G0I3dHFi+eUericyQZsQJcKKG+WhWzvwVvFTT0Ulu/r5ECAinq9qhtc+u6VZOlWHdRKOTalDizf39HjzH3m+EwaFWOwlJpT7xgH2qEWrTpSly3sEMifY2Sph6tKQu4ySyA9jFLgJT50gSB2HU9wkf51rdSkaua6fU87paj+7LJPMPebZyeRn5Y/Ud0dqHRCVu6ciPwjIFRyhIkHqi+256VTuk+rQRCVUb4zU0VE9NNYBjK7jvnY3KmuN12dLLb8onXXKbuqOu03p8sq3F4rpXR/VG/SKuZZFH2BbpO9t+EDtoKJi34niQ9A/MTPAf4Un4vfS97qix9fHMV++V7AgFiQD6LG7/I6l4xzVzPtywj95+OGIc1QDKyWeXBKCOAvcpmyjhbV7elj7u5s8zqWt+B1rdnODQWUa8dRattCqL24Ho1dqDrpAp+0MHBOHkSQISBwkyEs4dl1KeUg96sRhgGs6uuABSzFTXD8yYs3uczCkcCGSuuCJL7D5uYNzELW9uWBiib2OjNgicGEh4Dw+qWuG2q22FV5Y7RtgPUtMz44QPiOoD0iiHp+Sh2SZuv5WphLLoF6SIFfrWrQkVpo6G+tuo8oNzGcuT9LKwa5P/0Y9cNuUvB58LU8j4cZd/AanjGAfnLG9YMOn3KiUUeyDa7wXaDi9Y7kEe00ZRYtp91sx7VvRBet7ZU/WJ4gfy2WrhxeCoF0J1s6+jWAZVjgp1na7TZIQI8KTNPSdFKXcoQlPKPbTCLOENZc8020uFkYon5JUT6lCNuqnLBM+OPmQ59+zdDKkTM8GGUE4FdaxFUsA3KKvmYDXfJ/IOMLv+bbK4hXfR7Aet/kdFKwTSspzVvT1sJU7BcB9OHb613l/LeihOGTH7FRdluQFbHnEytjKcMWiexWfix7e3eRwM3UEB7+T7h0rdhCq6Okh+51vnwndH+opK2dJPUkG4H5AoA/5nY/5YrhP8Iagx+K+6L31EQLEf5Gfs7rQaBUilYz+FzkHrbfVvdzijqaim3YBIeJyYtWXGa2qw/LuVq0Gu74hNAklnEZPU7DXYsp9Pab84yE/aQVcf+IM+FHd1MrJ0r/crzTU1YvSKG9gZF+7l/xm8m0eQC7Uq05owELiBWkceSj1mE9wGoXi/zeX/WaNL5csq3qc/LY36nHqWl4+btnLf7OnmVAEdpYPHjSbOVXsYBMbnjT7gvrOvIoXVO9YG+5X1kELotuxz+pYarD09RvIggeVS4VkmWaR1+HkV5WRX28/IDRdmv67vLzerr6FiiUUexG4Y09klVMJI6kAQSUKHg0yWF1Q3y4/ysOtblT7RXQyE15xAU+IfxKDMByQ0P6tzw5/k7+/VDDFFx4L8nUQNLaxYyEPimcRZ/HzvZ/3+/xWLcxP94f8Wnyum/snrRzeHOll9bPtU/1s00LhphxmysZaQL/fCug/w2l6nRmnMrLH3Q+kQr0frBRG/RDMxNuXSchN4jRGKIpYkiZB6BPOSOBhPxH7NO5piY5N2l4u/zE8rU7bUz3taVwUzB72UjxsNGcqGi49iQUJi9dJFXPWrl2Vc9qJZdv8WO6ibkTv5NyX4YbiH2yutOWZmdihlbFTED0PXYE0MfVVj0xFub8q3R5O1rZxohDkmYEdLLZupzr9pfSXq7ae9bkcHPnJNDZ5LPp6yDNwvvvUPeHTTYWUFTcAJ0cO7wIuFOKP0RkSsBUQgbnNc2lL6H4Myhe7fRjYuZSTThvgdVfmtVHufrCTFW8u7Y2JtAGr08PzcJeLlj9U7GSs6R4jNsEBT56xbDhyvz5HbPy/TXKWGfKBKa1pgft+O3BfOiZBuXWxQRDgVwaB1p71A8ymdGSJdlvq2FKnX6i9JjdjjXYGsyDhjseiNEmS0MPcx66YTjFnsYNZ6Da3U8bNL5cDQD4QgkNsSRll3GodFbAwyxk/74WIzngWVVxXuTaUoJ0VN1b1LnX0flbvGbUULaLf3BZQdq1SuoBDW4vnpDNrmUdAjpoiBeX1dn3MVWh+xSRdqqq5kVnNWNcMeJ3dSmc5Ft+oR4tt7+/Z7ryzVB5cS3JFtf2EeKWm9sGAi0aTsk165LWyNoOzxjGF1hg4fhdqGJRP4p7dZteK9PRCBtX4XVWbcbFT1nk3Ykc4z4WYJ/Cxr4Yi2ubXasNdZ5OvnNhVLh2wDQTc1rZGScYyIEnPkSO9PurjAxVwUKfrER8P/hjHYNZIh5P8uGOnFwlbGqXcryplQMO5dEMfnTLgR5jDkk9VknIw277PwM6C3BrvbnIIk6iMxwaHuzCwFPFew15RkmpcdcdOqu7YsepOlTNnFDUn2NecsEwJWEsy4OtJBtTRNxho9weuNtzv8u1W7Xs10q3kbJBTe92WnCLaSakWuUYhCRkPaRrTKI5xnGLGEsd1khhRhtOmdPJkk0sRKqsecoKHyK1/rD1kERKdfMY8cfpvluTN94Oedd2D01aY1JVVvYHVHJO0c5kJTTETIUJS5sEpT0+k6zqHbZS2JYO3FSQC+6USnXWHQHWJV6cdlTFOVamdsl4BxLAKmfbeUD92Lf0B123W80A+tR3xHxeyxBC8QY8+IuwgdAcqjTBPi/739ej/n/JjXsT5gbfSrP3vPMlYPOTNUMtX2x+J7Eq+79RgJN0u/RKEXsw91/E9EghEDFBAaESCUOw7HBK4NRYaNb0UJt7UD9NzwP2hHrawp4PRs54bI9XewmiylPuKfXPCM5GpXtq1EeBV0c7IJZOSCXtYuqLpyCwPzpp0yWC0XykbXS0CPZxTdq8OGK8qzMjmxe7odCcdLNTIWoW60xI29K0KeZVfRjUhVhSMG7RR9SuDM7Zsr2znXiJLWM3KNbzOTqnc5SDB5/7eghfpet8BqkMk6WGb12d7Zd+iXHaifFh5gNbLxrl63i2duOxLZqRvIBmbTrPuhoTLn2aKpZnfc6jzU93it/wk/16oVV7FcpWD83RnmmV/7MbnoeUuKY9bxDarKh9WZWke3VuZ8bPhvgprKTF8PSXG34+RGMy/3vK99SH74w82cVMnRW0QtaXo6B3dnGA7WRtxOMKER17opGJ7lYYsCBw/9SjHNHAbo2Ku1aXsibN8Tg7POcjnPM2N3NxjXnSnBT0SRM2KKq9Qt44aWBwjU0dATOfkUh7edfJp63sm/f6q7Upf5uMQRkEq/nojy9N9FkpyxHrHknXludI0uM2EuVDVEBoNV27dDrZL/tT+++36Q1C0Cf7tRqxpYXNU2TOkJ6Z8vY7Bsb+XKnYOpg/sS6ux0O7wyggxmfbodAJ7yarPbGqvflmoSAyGnDuWMGNUULIwZLbrvvH5CI2SDaIvv2/EWuYHX8/88Itae4L5rLfgPXZfk+BALdgK3dWCBXqypcvZfc1UdUWyQ62kcL7G8It01QuW/y7wVvUWytrZqrd1hbuaLx6J6PPdWwjT5x/0WFQPLkR1g6kgL5ryvbppraFpuKZOK+oX6mvWxW4KgfGlayO4HQJKtRJFtFwPq8RIjffEPT/pngrACwOXTXUiJDhvLi+T9BO8zmazzHp0pUO/qtgLPW3uh1oHcxMpiN4I07rOggRtfnz/VzsX4pDtKJE+lzIRXdHsa+VtjsyTVOZIKoudqoy+NeOULAtHgVGmRujnoWs90R/VSun+8q+6cEQdLc2BSKH2QnVM2XiRpwz8VHIm97+i13An2FyCsfoaTF0MtIsZaVQ1XjGiKn9XxTHL4uZPxkpfcdnvr9dDU6dRcHRplTC/iLiG2LdXxPx0PPOnY+V2PW9vjKe1NBt+MMnTP6kAm4qT+9RYCij+hccPEihIdYpBxBjhNE3cECWxT8MAowBTFqc8CSPU0PJwW0ttrV4zEaOn3V6tRLwS8ddKxJfuCr8uGnOdluPIk9DYi1OYlrvDDycp7DvpFDVJYrXIDI0puXZyQezRJEh5GoeUJFEc+yGibsC9mHM/5sEEkanWvgUqc1YqW6lspbIlqaybw13Hf7JBwXL4j14l/muZNgJnEv/fQorOSfivJGbQX4q1wB8HLPUDiN+iPmZuFCQoCVMaxSF2HE8mvx0Df9nYiv0r9q/Yv2L/gtjvbqi7HPbjV4n9WuKNAE1i/4dyBk3CvyY0wwCVZDuaN3VjFwehh9M4SlMUkxAFNHFJwAhmHpsggaq9lQdWHlh5YOWBBYOivsw8hjqT+Ru0IJPRV8lkWtKKAE8y2Sf4xYzPpOgFrNaW73BbmHLshSyhJCUOwj4NPSJ2NyGlUeiQCW5rt7oy3MpwK8OtDLfUTseFSoUYL8cP5FXyg5b9ISCT/PCxnE6TzKAJzXBCJdlmA+L4CUki5FKOSRAzJ+Ghm7A4pA4SvDDBBlV7Kw+sPLDywMoDC13cf+G7HMFieOMsuMtxXyWLaSkUAjrJYu8EGLF4+ramkZnhsFKws6GJmEN8FGKWMup6rsfDlKZ+FFPsRiSeoLCyuZXBVgZbGWxlsAV3Mu1StY/lAO9VcoCWUiJw+xzQvq+xUJ8B2lcmNhrB/65YC/1ZEFLuRSz0eYB8L+KIex6LeBQzloaB10X/bmMr9q/Yv2L/iv3iH7ScBt+pFCu96NQLWYAu6rXrz7AAegkWIFrQf+DNsgCeZQFsxgK4zQIe81IvTpIAu34YOEEUpakbONhDkI47nWEBvLLAygIrC3xbLDCbiuBCsG/Xgngs2AevEuy1bACBPwv2ZBbsiRnYkxbY+37kBSx1CcOJxxPfcYXpjwJCKKI0ZcEM2JMV7FewX8F+NfmXRH/kbFC4HPqHrxL9tRjzIJhFfzqL/tQM/WkL/Qn1ExIkCU6SNAxo6PPUZx5GkSPIIEZzpj5d0X9F/xX9V/RfFP3Rxl3woAc5rxL+tfjsQI/P/j6/tj7ecBjBbmEtjQKElF1K2R/Oh8N9t5BOTQa6ZEemvQ+IiYNS5iRpEHDMECWMcOR5seshhyVNTZqJBpdig0Q8oigf0al8thANTDzBBP/DBfH/+6yI81soQCpzNE58/6vf/q2DfmVqxiafolaJWryiVb6iAKNsV0KDePAeEOQgZk1W5V1UlU+EFqREtKCKU/HG+kGiukxYWOWels8rdWRZtv86q8qkqmCNSrpYQApVSNIMj7gXqArl0IpuguY6iaNKVa3q1gO+FYqBoG/AUFCThiVl5v2Y7QWCQtLqPxftwjJXloLyYw3//Uz/Yh0exEe0Dvmp7KFo+ADj0wLZvfYKFS5UqaZhUKWSROwqh/Z3cpQKyAMreg34m6WKfsT4H+qhTjPxl3KoBUlu6+EHQlj4uOXqa6ziOuAlRGQpGIdsXP/l8zsSLeg61IOu/8G3eQzr5H1ZkxDqr5TWUQ/bK2G7FLYb4S64z4u2S6OkjDOfUe5y5IYB4pjHlOAIp14UOXGD8fPtGkC9BvCdj74Mho+2/9wIPlTyRC1sWadv7JNf6WWlitMx+6wqeGkpsU95vm0gTBYDSyFX/va+a3ZGWXwfb3mVYbckBuAKaZgDxEpUi6XlKVPgq5JYPctfKzOZNl2usv03JQbKzLviqXrhsQr93qiq3AVnO9GrQk/gq1LmqiqdTU20U7ecZtVyWddrx/bnVKxA8TpHVdYL8LjJ6aubv92SXgembF9ZLawcqLrEWLtMeE11pb3fbC1eGp+/YFfOEqSDjYNeAUhr0dGhHh39QS9O++nIVLLm8ezqurxdyY+mWDeSbifP8AUo84AiHkSuEwQBSRKaRCTxXE4ojmq0Nmp6KdtcL+ELuaDVw54m47rRs0zQHi15YPNOgWoXUyVSnLKizrieyQrJ81Pqaji1Ohd4yhQqA9pVr98cMMi6hOLzHPi2rkdY80mNYwI398IMaFfTEssiO52rElrQsgRVCYDaY8X4Xx/ZrpjC1oosegZ+fSikssmXZZ6rEx/5rKaGsapEWdKLXNGalS54QKpUiC2JpxoGVW6yLvoFRHqWLKFOjGCcTrBvsCKujn7UMN+yYyYgsVORmp9O6lWaw5/OAZMao93hRtDuH/D7Z36vV66xuKzKLt5pe//iJv3XlczdtR0PAp+xvyGvwdjXYpPDgdjkv3Ghcz6C6Vcu+O/lEugf5DeSFWjXkoo7ZuRarEE9x/NDxmgg/q/HEw9HNAjTKETC4PfCXuLYsUYXPtk/No8pp0BSPmbJY/2xpxhxBH6qLUHTq4nqHDOz5kqeS/wuetw++5eAWVnZUG0DjvaLuoqVXqULmpGQbCVZcVOfPZTbk6byooS4I08zYKQObOuH3iBQl7QQvY6g2nF5nB9lUNmrpJSYpbyih3JjkhUt0qvrgKgBY+ekAVvR471++n7Kj8B9sM/I74GkmHjSvljrda31uibJA1MLITgpQq+BPLTA5VAPXH6XQ/1paSXKmtvdiw6NPeJK1JYTfOgis1P1w0CjW+tjTuWx9DDX/iLsYPDe8/RAFizy0TrzP29PsvqtVVQO0+oet5oIss/KYC5umOgR2NxNWWpZuVaSx5U6U7lq7wT0+4Lu1fGbkl0UCldljAQI5nCCJZ4vtwXVXeE+37GkxHTdbh43/VvV5uU1sLwouCovBRS/VGMmSSrd8t9lIakd30Xi6TfZwRKNwj4FtjpHfsPLy13BNPKWoHrdSJKmENqd93DU2lwwvBGrR2x4dvkeKsG1j3kqfozLMnX6hmrPjseyQiQkoyz3HfA1ytMtpl03VEw5tK/pjk+1M2HN+Vhvm6GupKGyZnktrd9RQGFjOXvAKJDzSNs4qnO57vQpL1jq7drwqL0ciw5cCHs28uHgiJLuhfAcSr7mohP+GCVoUcAhnaCEX/j+rNFA/bMtf7bLn1uuQEMybZd/lyY+Ih5LQuqFIaXMdyOfIRYjHsYsqZlhqKWltgpfBxeEKxesXPCNccFvx9/2TxYGXNOA101otDQNvDgFaEHAoTtBAZ2qQ11QHqo5NCTTvhz2KA8JCgMe4ShMkefhBKGEBSFEAzAySgFL1htaKWClgJUCvtDtwLJoH2zwYkY/eo1oT7Vg39CbQPt3+Rl8picAv5GYxPxSrBP/FSapz1GcJoRjJ0AkpRzHKfdd4iKORmG/bGxF/hX5V+RfD4Ke0PB3nQ1GS1EBfpVUoIUCh/7UdcDNvfXuJs8LPsEGQsiuhSYJoZFscYKDaJC6FEduENDIdZ2AuPB/WRpjpDxbhzmhaW+lhZUWVlpYaeHS1EAPoQe8wXQpeiCvkh60WOEwmKCHt9Wkn2AHXWaSHGrBdoJQJw4T109Z4rg+ZYmHEtcNUJD4KeS8pqPcUDe3UsNKDSs1rNSwRHWfKVqgG2ex6wL6KmlBiyEOwwla+ACrYIISqt8n6UAKtaggcaLE83kSEC+MQ8dNGRT49DAPnSR0wniUCmRTKw2sNLDSwEoDT3lw5G/oYhTgvkoKaCKOlQ/iGAXo83eCCTpik4Sgy7ZDEGIndRLHCVPx/yjD3I3iyPdIxEjkhlr+0KkWV3pY6WGlh5UeniTVUE0Q4YJHR96rJAhXIwg0QRD/Pc/2E8RQ/jxJCCDTzi4XcydCJAoIdQmmjIReEgeYI/HXxEv8USKAllYCWAlgJYCVAJ78BsHfOGhDFqMB/1XSgKfRAJ6ggR/yfNrVqBaYpAIl1SKDmIknBzjGAtOxH2EvTXyXBKEfh9xL+filsmprpYOVDlY6WOngyY6LfKg1SRZzOQ1eJQ34Gg3oYccfOUvzPLE+nvLjYLBxKWBLgX52o+Gf25sBnAZJkHohdmPqJm7s0DCiXhwQD3lJ0NwWDLe1FP4XZeuFbH3hhEXDjffQHg2gPV0Q7X/en2Q6NpmyRwD+8Nft5J8rE0bIrJWAZFpaG4ErZd6G8Vx0aVbcKMooHxadC8h2XNQ56fponULLeiLmKn+pyjN6pbJ/alnumKAGwBOuElbIvEupaOlGPb7JSyr+VnGbSk06wgBXbXCG15Ep7JjMh9fOmlS92I4JmoIkF2VSCvlo+cXL5rR8H10grnNAxzmD5WkxIXvDT1lckqsi1l62JMiRURKGQPzDgbM65VMrDWorFfavZW7R+06m6fzQ5OHr8cnVxIyBtB3wayZzgLSsh5r86syABwXK9bDVGQLViItXliMueyZWx+vL37EV/CX+QeZzGkp/0f+9n/xC2F1iBOUovZeCazaPJbJ5+LYTWAhvkLdppfd+oWweNNBoVQ/d/l5MsFhMAOvfrQ83+Ukl2NETOw8wbaVj27pKk2q7x72mCi02DkkcB0nEuBdS6nvM526YetxHGMV+GDVHc6atL5b7u3qegAn7oD+yztO9MGlf8ESjfZu7IJOrIgzAD+dtfi66FNlOpCR3ccASgOat/ZJ1d5NbdzLNUw5WPew7onwrWjmJtwKK0fOAHwRipfk2y/Uc4Mip86SWWcC7qafq/YDY0wj2g04eOd/K1FNNOqqE52Xyv5KXxe5C7hFgd3LI7wThnrelXaJtiOTDxtLZqsS7wlIXnCfIFFaY+NOfj1waDOrrXln6p5UJZMuHMMja2NsyifG7LV+T13lp4SewidqJENX+Rw28TKAL5ReUuTJQgEH8p53kSo58dqoSJWqZcq9ae+kyR2J/O1zOgDdWK+tY8zmE+JafmlEC4419VpkgTwXfpq+Pe78uugpsB4sFtHHcDQ5eAV2FGl3pYeYfT3y7ZYKe8rPAjHcVlEwlKy9VbKliVyoTKctNFdp7R06Ri1CSeE7oJrGPCIqTOCY4TAKXhKzZOxq2vthusnxeIZ9Xga/dJM5etmyF6eOMeMpfkKdMZ44qZTR4VNgvZyRAlg+kVi+aTVO5x5HgOZZpPNvB9gJ6o6Uzb7ZJ7byEZfrEOC+A6CRFQRml4USJV6185do2tSbhcoBUqt7qzLSi0TvWqiFUsy4gvKQkIaNng2+ynpdlhSoG5p8LvbyFSrlYJlRcof2poR1RgHbXbV0hvRS0u44G7XpM+ff3YiN6yMQU+IEVN/Li7CjrY/UqC1WCdiloS8FeWaFJsRZ4u5BYxKcJjxw3DQTQuAGLiRuT2PUcnjYRI9NtLrbBqJ+Slk+J5FOWrS80+RAjeA6WheeDypkKFyQyB+ydWLfcKnsnthi8LMTDk2tpU5/yXX485ndNhtrpKdQ95OtuTOT7l5uG+Abm7f5a5VAX3byF8yAwZbXiE7PFMWQdi20i0PIWEv5eM7HkVFGLVvGi5MjgDLNG86tml3HDWQJHeFX9ub79fTIopsFUETWlCLsD8cbRfVnV6PM+v9uPE0UuxiFW0KXAXFrm4juJ50CBIElQMm15WQZPluvIj3fiZW3Rub0cltL+f3VQfwAei7f8jgkjZQDo+7/3Yf5DKWP9CiXtXuj0LN0KKCt5uxh6kwGB/qv8AEJiGSmpl+AqjCAHLg02DnkFXIU0rtKD3v/G92JKwJ3s+z0/Xt9PJcE9VrI2l7IGWXBNVLppcOsu2apLdtml5nDtkaw026nFiibNv/zjuCl4yBFXTRv1UVDXWq6PXjoQWr+QpV6ovpZokUCzCSjv3w3qkDIofVryQHb67YwdFLbTlst7Iy0rubzZaOo/VLfcsUrUDldde57CZgWKf8ryR6rPdbGkkgoS8U3LEqu5GJr4Zp9v8+t76PM+v9WYoDiLZZXtmapIKs/S6nMrtm9d4MldwYCrQZub8qPY45T3RHrVQH1voSqE8PKwsMnVLl0W4DVLC0O8ZPfjLEJR5U6yuXr/1jclV18L+/YYK7RRaCGycXslYWc54jWnAA7GGBFrjBhMMWInB3CPnoaSAA8KtY/ZEHdiJ04pJiSiPo5dFHkeT5wk9ByUNi4ag00ttUH7eqgwXKlwpcIXosIL/N9qlKUbFDwtyr44whINYcMphO2k2O0h3lCO3UGhdvYUEvh+ykIeMOQlKU+j0Au8NEl9nzMnCcYRdsksuyvCrgi7IuzirsXfxo1HzRZe6zL7kWyBXiVbaNH1yJlii7cwH6foohKY5gsp1TbJAxKHocNcxrCPQ4qTMEFeRBnxowQ5fJwwZFsrY6yMsTLGF8cYX9PRjd+NrXwMTeBXSRNajD1CUzTxsVr8U1ShC03TRS3Zdu0N4oSwKMBpwLw4QIHPHeL5Ifc9HLAYjVNG3d5KGyttrLTx4rQxntPkG9tqhBvHXYxDyKvkEC1AH+EpDvlUr5wpEmlJTbNII9qiEQ+FHo/iICJBzL04Fv+OEigM5YQuJSkep5GmwZVHVh5ZeWTdfrwUdVBI7eIst/2gr5I6tKB+RKao47tyhU0RhyYzTRuVYIs0giBxgiT00iSgMfNonLoO9T0SUky9kE7cb1TNrZSxUsZKGesdxyvYeEAC+Q3Ci7GH+yrZQ4tdR3SKPT6oqKNJ9tBkptmjEmwnDqYxMEWcJjRJGUcxpw5lyI0jH0G5kXH2qJpb2WNlj5U9Xpw96pIdV+sZVkUlpJWq5JFU4r1KKtHiypE7RSXvBNyIB0wxSSMyTSSlXLswCfVcFgfMQYx4zI1TjNIActJ7iMcsjMZ5pGxtpZGVRlYaWTchr4M53I273CbEf43M4Wlh60gPW//1hvNtYf279SmDyNu3ZwhLljP/g0on1w9gVyq2LTXsRsMuNbqR7Iby7buRwHOdiOA0dH3uu7Gf+EHixFHCozTEYXM3Ytj4Unxzpx4HkeYn+UTWPLHMv7dsnLv5A00YCDtLM5BMBpmJF4BsGT020tJSyUxQdcokAM3mTSz1lleWfEWF0bnMMhVnx/gMeU+q5IZ6QhIZTa4l6Y1Fv44y2Ud8LiANFLOO+UklPyn1rSQrRB/v24Hn4p+yOk1IGUe/zfPPJYoP5vNqRcDXxFNm7uolbKwfL3Nkilc8HGV6xjLXlKASYBzgA8j72ctqKf5ZpxuVtKVOBFmmyVSx+3E7P0kt1M6GpXKtlLIypP+N9b7JVdxKYn3H7mEUypGr007W6SbL/AWQR600PnQbQQ3xmiXlSakMObZDIV+jG27cV5AAy9Miz5Eeef5WGoditN7l0kb6mItlOhF9XsnbSt4G+V5oeM00RtLtQuxREHEPOYxgJ3CClCXICajv4jDx/NBvcuYbNb0Uy7DqYbF6WAEPe6KdjdGznp1b3lW5eCGL7UGlI+njjOiw6Py2zuRkbxmsJy0ZfoPRii3amxOBq9M7k7ubTNiAnzk/qEzPMs16IegO8PIHlVG5yvwL1mI74W/5iBZ069mlKrKBrgtLscM2GWzSbgUrPXlBjzX9yFeRfkSQAKTZdzcYbRz/FZCAFmyN9GDrX8TWnFkf48z+IWsy9fb2GVLMVmJNOtzO5mJKqIX03GUsjQIuAD5EYYR97KdRSmLHdRnnqKmZONXiUgC/k88oxDPSrEmCq9QWQfWpBxiBOVoyOVarjoXqVJnCD4ylOv/V1Ly4qgxwmZ8JTkoU6jfpZDWQbZnecocCp0El0rcOuOrEV/X5VnVw1spSVSevutLzuTfHX21rPVLlOOTbwoeQfKXS3m+zdJA5ruSOJhvMVVjtHQxSFSZ8JzcvTaLfqyrhfZPS8cVM8X5kNELN4b2MFn5pyNKil5Eevfwdh9xuPx4zaeff8q3ViwyvYCsCUftaiMIOQojaNRtWop18SQYa3XRJsj829MdW/SkByi7781iAGuvSIuA01vijgenSzEjajlfPbgqfV53cdg3PChzUG8h9swXvUe1yW8WX6hShVZkNkKnPRvba4fq/xIDueZkGtXNm0jlyhwIatni2qp9hqSHvVtmQ2BflvwsUONjnQ1EWBOnkB9frdQikVO+q11jSa3OUwyJTXQsMU6+ujkpGS3BopTcUau9jlYRQHrorApB5CMtKRlw/gGCQ1PVWZqOVM0ia578ftnl5nA4lpMqz9D3//WSxBHIcwgE6T0WHTypn+qvNh7SD61sxqIcha7PzY9/S/KUSeH4jEzWH5rh93WqAka8uUVA4RgRaYDJ2DIhAI4AxbO7etI7JtYv6RZRRJ+Re7LoJYXHsUUQd5AVEjAlLG3/PsdaWMlm/TEYIV0ZYGWFlhOdhBH/jkidhhBdnAy3+GKNJNvhF9nOKDCqJGS6QYu3URjhxQ5ImOI2hsmvEEcMeYZ4bedRP/HSCCmRjKxOsTLAywcoEz8AE4YaEj2WCuYRF6EWYQIsixnoU8fvfxUeVt5i/ctEpMXXfwT3Oj9DA8X78tIhXevad0rNjoWdfK73Zo6NL1bvnSHW37bLbNnTbLru98KGSUWcXYRGjJz37cZN0mKncJ8oZod3LDVZ20MtAwxm5KlwjZpQE9cqLI0+t8kUteNFC1cMZLhgORXGaA/BUHslXtFKVhc1OGthDS0xg7+leVZqD+g9XVnrMd5b4r7yitVKBvXWdNInHzd1sdQK9Y4VAxkPGZenrW8FcYk7ZpYtk0lwIKMLann8XPRRYBuUr0tLF8431vmHLscJ9rWJCzYVvXXhXr11bFQsvKRkoQtZf3Z+Oyv+0dNiRyifBJbI+BVTvgLoaMNRvAGYzxV3be7imKGeZJYEK6n3nd0VzpaxRFResJKSOQJbi3W9Oqho4NFuNpF4iXL/hiITMUZZK16Rlaff8WE8FoEH4o+7LVNbJK4uaK+/UtkfqSotrgVhzqof/tI8BL2XC13YmqJx+hrhfCwPH5FLu1zjfiHS7O0QjpdZ+MUrDEPmOR8MoJDFzsetGSPw3CCLux6FXmwNGTS+1e/zajIBwNQJWI2A1AlYj4Fs2ArxWvaunMgJe3ADQIvkxHTQAWm/ZPQtueLbFr4MHwlOyLZbHPiQu9inCacyi0EtSP0CYkDRIoSSkM8Dy/RZXcl/JfSX3ldxXcl/JvUfuQTc36GPJ/SVP9sfJXcutgPXcCj9AbN3b48n6cJOfysLk1btq5A5ithCzNTG7EVPkPiXUYnVGg4hEXuBFgte5j0OfEEScIMJ+xFPWsPpUi0uxegrPELRkH7RnlBi4CJlPPcCIw8miHM6tqW8+EOaq7iivtFtb7bpSkpXOzxUjKYBurm+raJkyF0Kh167nv99kUYkE4PgtbYSWl7igj/pytbYa5LOri2mItc1ldOZtVnaE31W3pyrwKeH8sC3vmuW9tCzpLCSyHZc34GIIBD++vmjO4oYdeHQ+Fqch2O3+2ofcjyDxHUi8BNBC1WC8obh1a/pSPvC+lioA66kC3uUFTKO/JvdFwe+tOpSzxPuB6E2lYZcadh1DWV4r9uI3DeXbp5xx5BEnoZ4ASMpjlFDMwxjT1Mde6PlJjZSGjS8FmrF6XF4+rg6zrCyBZaM4DZ/2/GBalWxX0TBlXGkT8mM4p95YcmeVnrdb8WQujGqtZLz0oynDiMrgIgaV3aV1zE/ib1xWoBf4KuY6+73C1zKsp9oZNfuItquO+MTCuLnL9zIKCcJ0Uhm+o4rGQ9QnAHSSwcByS5j5W1uVq2eHwxa2GLLJNYP904AnthGxnHCD3A2irwA8tcB3rAe+/8TEBuwj24odqW3BvySwSRMzeCKzTAWjN0LcLkDXtu2bRrcXpj3uJ/KQJrq+ItBrW76Crb3A4oXata5OdXQh4DR82qOB8+LQJJnigw8n+JBQx+qQ9qQ6f8n38P2uq9OC+rwEcopkaRbLoyIZIAmzUb51UWcAEQZlUeJs313vNgN/vlM/TFJ9zhJLmYA/sOUTa8vuZVqr3Io4E99ZQWZ9ziWG+DaTh0QnznbWju+iupEYsBuSyRTC6sz3mXhc7W4o2hCAu09U6OZ9GXHfcR4UlrDyaQQ3Qy03S3VqU+YLUxnRKvSXI3Kq2Eo7T2Il3Lfi/IvT8RyXZ0nspKigqP1EtzJfivxye84TyFlzw2U6m05OGPFVYEqJtoGNZHhrnG/z8pCnOuA6H5K8cqQsPyzfF/L1VECtRBWBRRD5CaOumDA/3MgQWeW7KUdWnr8J4//1uj5++Ynxa0bCaIPa5yYP4YBX5x0xynxatD8OhpmvU/JXJ5SBYr+dn9u+8JQkPhd2v7D5A+4HqS8A1+NuEnFCGWnORzqNLGXdf50kFa4ktZLUN0NS3zI3uRvqPA83vTgvaSkdcDjMS93iwhppDJYV7v7eLigc+zF1IicMfIf4cQRJZsLYC+LQYw5DwRA1LVpKeOWmlZtWbvo6uWkghU6N6f4Gk8UxHb1KTNeyMxBnGNM/livE+iR/GwT3SsauZMZQvi3YgnsUBsjDJEYR5yxyAg9hQQAojGPMiJ+gIbhvN7fi/or7K+5/Q7g/lYvzAcBPnI2DFgd+/CqBX0vEQNAw8H8Sk2kY7stfxkAefm474XiEprEfugS72EuZn7icOgmNeMCdOI6GoB0aWQF9BfQV0L86QP/t+Nv++UAdbZC3OKjTVwnqWk4Fgqet+Wk73sCCbwG8m1DEUYBImMSei4jYTIRhQKkXOR4S/zplu68gv4L8CvLfkNV+mffVFLSTDQkWh3byKqFdC5knZBjaK7fqiXOaKlZt7pimJdcufMv9lIWIc048HvmQOi1NUifAyI95wsgQ0rdaW+F+hfsV7r9xuH+IHe9t0PJg775KsNfCowmdBPtJmJ8H+Da0oxAjnAQ8dhOURgx5CXU91yGMYhZwNAHtK6ivoL6C+jcO6nUp9QuBPdig5a9bvVcJ7FpoLHHHTt2buT9lyutys/Z8X7h9fIPdMEq543gCunDgIZ66DiJxmsQhjxNv+Hy+2+RKAisJrCSwWvaXWva0XWVvIQLwXyMBBFpIMPHmCWAe+g1BvwX3QRB5URKE2PNRHDjEiwOXuSwNI58koRfPwf0K9CvQr0C/nthffmJPsUD7xaE+eJVQrwUwk5EA5h/y/NRKaKsBbv3bGLwrgbbHPIn9wEs8n6GAkzBMXTegTui6HvEZkWHUPWBXzayQvkL6Cumr7X6x7U43dPnDm/BVAroWl0v0uNwfYLLfcuvdDZRS3rGiSroiP2UdqPZxn99Z72XGFD3bmVK2a+UqjQ4o25WyDcp2rVzmQLtYtUUWHnPC0CWe64Wem3hOGgZeKDjD5xwnQdLsAi5/zmL50sonx/WTC+3JVZigXcCTefnkZfKoXfzgZ+eYd1oOTsErN5BcFID1kB0FhpZpN29y0W12r5UG/+0B0/XNb/+mqGUiEevdkR2Kdm4imVi1yNOTIJxjlqruiVbFilI1ru7YcQe4WwD6qwxpx1bNKr18153M8FamD9qC+hFGTtCmeupNvuNAn+2KWiVpSZJQYwF1vlUCNwHLN1y8bsq3J+v6yDk8VKF3+f3riuFNhleVuAg+tejjtibrJsVsK4/qlp+gd5Z4x0wQS7aP8+MhP9a2gazt9dsZOygsNE7cCcSURcbeWO93QiZWn1kMkCDt8tOqcVMGgFhgTDDEDRcDJBMtAVOWaVS1wmo6m5fWBZRhZ8k9FDs7Q9rcKvXMq8tLV625YipguJiLFi7KGb0mNl0yCNp1NugV5NsLtABlogco/28x16wPuQAQYZK83/Pj9b31/THbf7Y+VjbtQM490LKllm3bSsuWWnal1c+7d4FOi4s5h+rEPIpjh3k0djDz3YA4XhJ6UZBqXHzBA5Yi4T/gkQf5SK4emMgHVvuBpTd1xs8zolx36aTkqk+W7JOWb7ziQW3zInd4V2IHAvnDwZgv8+QBgDa5vBWBXLVTVgOCw1ZQ1X7Uk1LXefrqJNRFtaMUGxFgMJsnQrMuC/nG+knft6RbdpuLTXO5qSzTmKsmyn2iYGCVTFCChdy8aC8o2ZnL2pp1KUx4rTqDerW5bDK3vrF+Fpwp4JeJ9yx3u+UeU+5s9M2ZINGdGO0Cknlz2A1mdepWjcsrXs72+/y2rB96A3QsFu+13BKWYyL0hJWR2IL/9nII5YhCo8JcElupzpYZ/lm8bPUtTnm+VUldxTfP/uBt+0amXueQfoKJ1ynk8JY5w2EdvToK/YrIx7UdZDuBhSBir3Wk+GLko0VSUz2S+oNY+zt2ZIJ6/ju/41vI632THyaSvVYadikP0H4YTfVqJN2+/nFxipEjtntJkAYExanjOiEJOPMD5KbNbb9R00vRzKF62L/KhxXwsKdJ8mr0rGenl3qmZMAeTVGHMkOrhsDqYBAwsXwBwMZDVXC4rG/wxvpVYWCJuMVhm53sMutrxTrt6hVxLmZ1XG5dMoG/R7Uj2vP485bJIz91YCn3ncf8fH2jDr7qk8VqDxTnh/sr/dyKq/0dpJKNFcLr54ICMw/ioSDW4hIt23e3AHLrFK0ZBnngKehA7YESDieVLwfF3ZMziVvYsRDZUHfjeq8At7RAYKoHAr8vvyR8pPOOz4FWKW6X4tOYZSLczk1NWJASSnwWYhe8lRIep0Hguokf0zhtLjZMWl6sRk/5rEP5rCcELJNHGeFVsHB+f5NZ0sUzaYDV5zqd2w55wQGVZzjcDQgj+Cjz70NaJygNoLTlQcZ9aR2DdSn+ItZdbQkXp2P2WZ2GaZgHlWpyhaZXqtZMWUSgrjaj3QHEN3ku7PqIn+5A9y4XmFUd1Kgjmvpfm15q+PnGelvVVN+z2+waxqGCTHlkpwYO7OUqRXZl1FaVhWTdgKZxOMCR+vJmBurDV69b3dukW7FaZJbuE9yGZNsyQbcwujNhkasthHj2NZwopeetAPJbicVwpsSgQBGc2cnSSdmxpI9YtAynWXGD8drlBCT2vj+UdR3K7U05htoxWBe665safezEHuB4f+LbrTSjocg57DDqAilJdp0J8NJ2Fe0tk5xe95Mbpieo3bOofS4/X7l7GjzmGhDoW+c/yEnwfSn1/HY5th1P2uXhxn0NdrkWE031mOj/lV8z6+NJzIbc+uue2x/AOuneUWkEdy/k7ULK29VV7dBNcydfuKlaN0c4dM9W3bOr7i2eIdyocwtRmOlAzHNYuGR28Ka8DNOhS2co0ZbAdetfYgD2/L65SjGaQRKcevcmWmEE+B3GxlJjAxcMe3VDnVeX6sK23e6hXwrdrkZP8weOoYpdnkN/m616Y6R3oZsJsNzu5IFOc3okWaC5hy+q/QH0W44p73ZZv/wv9wBivMVKrSrEyW1HVpV/6Nj+5VWJfihk60Df3A7JlxJTY2vd81NzGNXxt3hzGdAvnuxU/BNnW/EPA4De/q2P5X+Tvz8/hhPbobBHgbOVsHW7b4qary7bNh7jBy2wmpIRfviF788aFejYXP7UctLq/t6OtaBQP9xDcYRcn4qNjUfEPzpJ6BDPIwjXXNBtZalty9cH+uEK+ivor6C/FOi7rdvcpUH/xQFfC66mdATwO/UVdCgeKrDQ/b0F+KFPOI5IEgt8R0kSIOZjTnAQxD7308gfBPwlSyysgL8C/gr4z1zj4ItmAK/r1PtQBkCvkgG0KGzqjjBAt5KBDs6DpQx6Au0MqChxaEJ9l0SIOYwyJ+YepnFIfe45ARokgUWLGawssLLAygLPVE1AB9NgQ5xFwBS/RjANtYhm6o2A6Ts1d0bgtPl1FFBLkbZdHVEnCCnhCY+diMa++AN3WEpcTBlyvEFILRtaQXUF1RVUv1xQRU6rSPEjQJW8SlDVYoepPwKq3/E9T7PTGKpqP4/CaiXTqQMfpIQz12GREzoRJzJGzI945DoJpsEgrlYtrcC6AusKrF8wsKINRosAK32VwKrF8NJgBFhHEvDocDeVgWdMrh3wgyh2aJIiTjmm3AUv7CDGKfdc30+cYZB9ihw8K9CuQLsC7QsALd5QbxGgdV8l0GqxmDQcBdpWgak21PUrTHV/b6e+CVCKYi+FCoKEez5niDDHpzRgDg5SNAKoy9WYWoF0BdIVSF8ASOnGcRcBUu9VAqkWV+g6I0D6f53zlq+yjnHVb6NQKgXaLmrIpSziPsOE8jiJEsp8lyepTyOXulEyiKWymRVMVzBdwfR1+ahNYacrNvyLYKf/KrFTi2100Qh2fjhmsfg6I+jZ/DqKn6VIO8SauChkQYICJvbzvhuLvb5D3djFxA9ZygYRtGxoxdAVQ1cM/YINUm+DlzFIg1cJqlpAnTsWUPfuxMYu++Uv4xf9J9YC0jTkPopSL3ZigpI4TQljaUAdj0SckIQOX/Kf2AqiK4iuIPoFg6i/wcu4oIavEkS1qDN3LOqslx1cx7jh9OB9iRaa+nHg0YR7KIrhVJQzmlIcUuZhLxaoOmyWLpsgfAXUFVBXQH0BQA02ZJmtPnp9YV0CUlXSFEBVOdpZbNfl6Db/9/9T46scVKu5DeoKt2Du/73qKuI5RTyiSOYUyYginVOkI4runKKrFMU0KgXKxCUGw6UkLx2rlpbxQLW0jEeppWU8RC0tbXwUdp9YVEyPTiNnPjY9HYOR6emQuq+pgJcozz/bKYf1MdHblmS7v7Kd4kZy2WQLUsb4Xdvy8+/Zlp//9m35+a/elm++d7rN4s9Huyw5MT0ELdHeKF7f7ybVxe/Go9fIzo9cI9vMjDrPnxky9sWNezqqOt/xUdX5rz+qSgeGoErcazgElfgDhqCjeskQdFQvGYKOajMEMgujLQ2IqVeXYjfdIGTZAJCv0dpoSfbagRI5+1xYTCd2hqzDEZumngF5468xrjv/OcZ157/HuO48OI3rNkC1Y9m+NLsnx06TMx6zvs78WPV15seorzM2Nv6Ejt+Midg31LPOPt1Nz/OetPn4jGgajNKIpsFYjWiOjZg3q+l1xq2CTlts9HKxA7g3GL2ezoVjOKZvOpJj+qbjOaZvOqpj+s3Y7vldYUdiH3MtJPeJfSt+nZ6XSuNaSfawU/5qAsG6oPFXGVCa/xQDSvPjP6BEB1/SPuTFSYxgMWPTjugMD+AsCdZSw/qGX3H8E275SWzozfqhyfbbyk/XkKI+i6ebqcXMp0JXxWAidFUMpkFXZZ4deyoNKR5u8lN5xjQ5HJqc8Xj0deYHpK8zPyJ9nfkh6eu4swDW1/Fmybev44/oBBM6wYhOOKETjujIE6nRj+oMzQyzPdCQwkPmyuX7oAnli2bP5adFE8oXzaeu8kUTq6t80QzrKl801brKl8253ixpJl/B2TG+sSHt8Tzid4V7kF/t74ymcVfYeAqPKM5P3xHF+ak7ojg/bUcU56fsiOL8dB1RnJ+qI4rz03REMWxmxSE/ngwMGyU3OLFOd5k0NGaPD3XBXiu32Y7nRhZqS3K4ndnXqaV6+nc8ssu06nbCjp8nm+kKGy+TEcX5ZTKiOL9MRhTp6IvPz4lBjckBVSdNFzXcqAy1XEpt1cXqdJO67CUfakDP6DsN6Bl9pgG95itBCaxzxI0WSke2N37l77OfQ5Prs4q8dq4qmk4iiJTk/Wqvk3TSVzKgkr4S6d7M2H/k+c7kagbkLr2a0XSMr2Y0He1qJs8TM7sTJC8m6wElgyuWvpLBPUtfyeCypa80T84DSvPEPKDUHA8e85O8y7fv8mMyfZ1XiUrJPlEe2S3f2gXIwN3qobzunqLMQRXjDzypPv+pJ9XnP/qkOtVXZMwPp7nFCDKXLERN3mgRavLaAjxvt6oWjK1ciKYXYVfafCWOaBosxxFNgzU5ommwMEc0tfvvsoRXKoSSOaBty5p/40E9g289qNd88wM7CsJkv0NVnOlLkpZknxrFvwosyG+h+PT99DrvyJrz46CeAUUO6pEZo80myQPsNqHVN93yPMqupxuTIkOacQ5ebzEvdmL059poCfd9FqAKUgblP6cXdi3Wa4Fd8318b8tKUZNt6IK9VvLz8QTx61MNlDLGc6MtPz8n2vLz+NGWn0eNtvw8k7fl50m8Le/rY2vDD2aGVNnKxbbUsJ7xqF9sUQ3rGX+Fi+2qYT3jrzJqXUXylqLcYkx+mZak8XcZ0pr/KkNapLPmS7fgG87mfOAG5I37P647/xbjuvp+CHxpi3zGtGnELrDBOiomZlhHpelnsc/v5hm5ljJn0I6GAXd2NIi2U4g/R2yfzOwRlNCAvcD55634RQzBQTrcThoMbeELLIZBRROTYVBRWxWHg2nv26K9kUh48Xn+W9dSPX1ZNxyuQI38U1uyF3ioDumZ+KgO6Zl4qQ7pmfipDum5be8uI98sTdB4lAaU5odoQGl+fAaU5gdnQGmeCQeU5mlwQGn+2H9AKWjg4iRWEBSqvzsYnQYOyA8vHFv6IBi6TwxqDHgACjZVLvp3N4KLolx0ZMYTcEDDfNpNaBvMvwltg4k4oW0wIye0DabmhLbBHJ3QNpisE9qBNhP2+S07zfmJN2IXfPOOismH7qg0ZCbvM+Q5B0R+RVtB2vYOCrdNMtKIUp/gBgTRxU0jo3axzWTxiUtbL/WMx3++DTzZT2IX/Ai114uLu9qoPqq3vWamO0yrs47LO9yoPqrDvWbmp7xRM/MgZ9TMPNoZNeNOfgXX1iP5Lv4SbXWjBeXZMZQCf8CSqjWNnuPbqYrYvfQxlWL/tOtCPDOBsrYMuqA9NNc/E+R6JGgZ4tXDoOrxKGUOUA/DpsfD0uMR6fFg9HgcMoegh6PPZcDzIMwxhpuHII0pyJx4fCOj0Nn0QasmZ36f2dMxuMTs6WiHX8JElXXVihvIiTC1z9ElzQ8JBrQMjggGtAwOCAa06MBFphnq16IPuMLU1C65v9TULrm81NQuubnU1IauLfP9afYUqyf9gKvLtuYll5dtTYP5MaJpcIQ0ojm/Hx3TnN+LjmnO70PHNAP9chOALDpnW6h7OLsgBuSHfNF0GRMXt678XJvxNuP7GUIfVplr2ciaGdGZazvJihiumS9pu9K5xEtvQt/IW29C38hrb0J/foVN67uj323+eHtQ46HjOnTUPTBPhdFxylk8e8gzoTc3qwzslUGNviWUx+ei8uOY8bDTJC9wsetrmfjY9bW0s6lzfsrnLkeUjPnxQkve4ByhJW9wYNCSNzgZaMnPM01bvomjPP5zFt6VSG9mHGcx/PjPQdg+/nN+21rKDOga7dsaMeMP3FOZ/8Y9Fe2m85/ZPp0bHRAZSgZwyI7y0NXg5rwn3Wtvx67ZH9mew+1DMRPSrkleENTe1zIJa+9rmQS297UaE57/ftjmxiPXkzZ+4zHN+bce05x/8zHN5u1P9wd+dxSAfjTwNe8Km28whxUNdpnDis2KibZ8n+zyxMRfpCPb32LLEt7bLM5O9/P41pOebs+gfwPy023mYkwuaFKKT7d4d8NOdzzJzRutNKbbFYj3Lz4Hv4Ma5nNsQttgok1oG7hkT2j3SXlK2i3TOqp2K/oe/E7FNWzJLvtSSmf6W50g7d4FX0rJT7dZJgGEMErzhjWl6dYNzNYB+V6b/yk2Xm/3yTu4e//nL3Prvyc93d5P8+t/QH66zY8mG8xBjel2384aWn3xfi4EIcL2ifRk+KdBhoae+HSLdYalwrzZRmf6/T+YoNWghjFaTWnPo9WU9jxaTWnPbyGmtN3hb3Xiv5/k8fYF36rRmZ4HJgf4QwrTrRogyoB8r83AmX5j8XtPJ9qejwYnEI2Yuc9uV8XAYber0lhe76RT6cc8379NkpkjiY5s30dzn9+x2VZqqYu8UHUNMy9UXaMVv3LKxNcugzLtfD6KpStvnrFiVNcgYcWo7vi7zCXnGpDvfcOezM2RXzZCUqPfbn4UJsA2yyHN9cyi6Miaj/egnsFYD+oZ5AUZ1DNICTKoZ5ANZFDP032MjfIwanL9DJtHdiuMq0Tmtp7OtalL9tqhDuXHY36cvSfSBfsul2VghIkLZ0f2kmvIAT2ji8gBPaOryAE9g4umQT2Da6ZBPU+L8truitNx5oq3ljI/3O1oGBzsdjS0+AbI8p0f+JHN5OGoxMy5patiQC5dFYM0LF0VgwQsXZXeRcd8VJ0ueOm1hq5kfEekKxHtFLL4bARMuuAFZ5A9JZMjyJ6SyQlkT4n2AmMhVYH4aW4/1xe/xKwYVjWyKoZVDchuTNWA78ZUNefF/BxtOf/9kBdnYT7MH2IOKZjf54wrG1zujCtrUz4/708s21evbnBuOKzSJ+g8TyCiYPZkUxccbcWgX21R8/TaQ2oGmbaH1Eiv3/IU7CY/GfW8Eh4dhTL3bWLUWiU82lpxyA1y7vSkLx7Zrqb54HY1++NrFA3cFb74DYbjgVvdmD8W6MiOf+T5w4C26OTSg+yzxssPhEdbi7b59QXLsBGfbLFMnGPcZFVPZ6xNY0/OIYWLJ8aAMh58zQs+aiPeP6zhaX7kUH/H6MymK31BuPWwpknI9bCmdhhQ3kab2FkdWXPLY1DPwOwY1Gv6Du48FaE2ZY6mMxEMqpgnJJhSN8hLMKU+lCwFcm4ZZksB0UG/4Tif98bT5MbaMLnC1CXH2pn349AFx1ox8q7ryI61NX89oQuOtXI4mvZHSY61Y4yYA/IX+XwP65r5fg/rku67mFzN6ZIDHmrsdDPrkyZlLtio6vIme1Rd3sRvUZdvdnrEcw5QSoLtpk8jNDnjd+rrzL9XX6fnDWezJLFnELUteqlvXFvN2EWuraa5UPFbzrYm3W5Jmjt8DWgZ+HwNaGlOLGyf2CdIqAMuSjOTvdix46k2urqq9Xsc9mXbRzjxvTdxau203FJstzt1LDbfCB5phFzSCGne8Hy85se5qjWdJiudh75XR//iV+rod9/GFj/ZcGp/ZNnp4vdqaT/qDYdaeti7DrXUvLXYz9nHuV1Hu9lKpTfjY/Bz4pe0JBUeOE4t5UuHpqXcjMZNLv6d3Qu4ENbiJWPSVuyNTHa4AeQES7qw5w8a2m33lXvt72Sl0O0FjZYaDxz7tjbW+vG7+Pvevj5m28t6o+k9uE/9Ni6dFkNtNLNjl0fZlou5D/VUL8f1IfWHvut4Uxe/8nhT+pvv+b3Nf49v2P6aX/TOuuKD33agkcvfc6CR5g2bKmNyJ2an2bE42Sq07oL3nWqmt2q7wgUX7SSPf2irndmnnm6y4wIP1ZvpPbO4yQV2Faf8eMnk0bQeOHP6LVw6bfotNHOmOB/4UUh/5iez8PRO0wPqD33P8aYufuHxpshIU/TypuhIU+7lTbn19yjzM2f7AuZlfMlU66r2bZvj/eGUm+Rf0wQviJ/tKZmEzvaUTKJme0p6ZcydqgNv4jTfFe5HxlQCdnVPVpg12MhPtFnOAsMWS+mJ9gzcZ7rCU70zrMA1qDHRrjBMEsMGQXQgUcL+873BLNbkLgiY7+qYRMt3dUgredsR/KbmQ0LaooNp4NTPBvO6KzzR2i4rirlT7570cHs2iNiG+R1b0hdleBzSNMvxOKRJht4BLm5M3wBkp8bDJES8Lz7ZogptMG5RiU9+s2x/LQxosznaUzFo2XTODigZ9TvJ2MUdFzombc/Ze8MqBi1f+BnbWsNpIk1zvXaFh3sbnw06F1+Q2amjYLhoGwWzjKyaglkqVk3BwK+xrWCQNaOtYJAso60wX1Cso2BQ66775Rwtlf9erLnidDzHn+c5qyc9UBpAkzBAgQH56Tbn7wP74uZ3PWOqBtc+Y6oGN0BjqnRwCKAGzkxwTF98clCNoGlIoe/icI6iLReAeLiZdm5o5MzdGno6Bg4NPR3t0iqDLTLcqM9Hk3Rkza+tBvUM7q0G9QxSPAzqGaR6GNQzSPkwqOdpvHKO0u39rClQSg3EiWT7U3Q8Fzfz36gje4Gj65CeiZfrkF7fLcMEBjuyQ/Ey6ncTh6uu8HhrBhfuHdleW2Ci3PB03pbUBUdbMRiqtqjxVx5Um//Ig2qk1+/DTbbNi3xu69wXHx0JKIdm1BYIjraylXXuT9yopUp4qk8nw68zMltkkvIqxYbJ1nFIwbwO+riyQUX0cWWD2ujjylTzPmBbG46kT0ZD0Re/wA9hRNXEGWFEVSvQxoobOL0xWLxtUfNjmiE1g5OaITWi13YuBHFt5zNjtCT7Rg87RpCZ6yY/mIxBX3yyxfKyaxZfR3Qm2za+MRpTmmx93lTvSU+2Z+TEN6Qw2ar6Z/NGS/nJNkvz2LzRSmH6a83Db198oNzaac+Lwgajyz7x3WHLZvhhUOOCAL1xbZNgvXFtgwylE9oNDhd5HMOgxTd5PuMBoEuaB/8NaBnE/w1oaZE/5yKLbeXQZfINB+TNQ99GdQ0i4EZ1DQLhRnXnNzTjuq7Gv63r4BnybclewLxDeia0O6SnHV4Lu2Ina7qanL93hM0P8IYVDQ7yhhWb/pPErnYWdnyOZkC9J23u6TqiaeDvOqKprUHpUXQ04OaWZD99XvWrSfheW3a8rXnybYtO9KpKhGPYsUp8vEUjIu9Jj7eX5PEpPxo2VwqPtyaWHpyW3pg1V0mbo+mIpgGWjmgaIOmIJu2//d3NPTDOXAh1T3x8PE0OF7vC460ZGEEd2f5lh3SkNLj9auTG2jC559Ilx9oxPD/oSY+1N7/p1wXHWjmJbY/Z2ynJsXbSbJ+cC5N2lORoO/PfviXZn0XZPtuJ/Wyd4mR6HnWlzdf4iKbBGh/RNFjjI5p0/O3FPjGZ8cAd0Xn4SLT0HzAeLf0HjEpL38COnNSfPyCf1p+/TZzWb0r4MrgsTuYxTZPrl9FWv5kU09Ulx9qZdarQ5MbaMLIUOrKjbZ3Fhqowa0qJjrVkgEMtybF2yvN5g2U4pGBevnhc2aB+8bjy/OqbUJ5fehPK8+tuQrm5nYqyazvKtwbLpiXZP6SpfjU5/WvLjrdlctPTFR5vDcLSzZoCyYk3NNoM9MXHWzQ51WrL9tr6Gz/l5xmDvZQxXjRt+fl10pZvh7aa7NE1uYvCci/dmfd1tBtLzj6bzGFNrn+3CL/Nbz4bseEWzCy0tuhwSyZ3nI3ceEZB+45v43zHzXIKVtIT7RkMUlt2qm/g42GX7Zj1r9GYbdfo0nlYZ6Jto0PyvnivxbeHg/3xdE6EzK8Gn6gvPtWiUdbkAfmpNuczJneFp1p7ZzKMA/L9TdY54jYDc3M2LUZb1Pw4cUjN4DBxSE0PiIajXoP7sUps4JIFfjK6umsER1oxom1dcqwdk9RIbVFzT6ohNQNnqiG1eSNwUG3e/BtUc3ujNJ+5qSU5MtqzMQqN2EgLMtmHqsto0JAmPdKe0WVfIzjSirS9ovx3g3Yq0QtnUUfNdBZ11ExnUUfNdBZ11Oa3D4NqzcZhL3OzGfmv6JLmjisDWgYeKwNaDUyy48k2SXCryZnvMHs6BhvLno7BfrKnQ7UU43vpnAocYRsUUBiQ7y2itsycZdGTNh6/Mc35URzTJMPvYFSsYFBjZmykH+j9BcOjFKZbNTK+BjWm2zUymQY1hhJQ2+8hsbT9ETLp2p+gdMhcJuq+Rt/lTgVr2BCtMV/Jsic93V6ZW7Iwb7PSmG7XhI2HFGZaNbCohhSmWzXOmzWqNT8W9kns3OZrME7ozc2L7eGSebE9zMwLA//Ovvx0mzJ7mcEJ55hSr3W+58frezs5ZnuxzZxdGn3xmRbnt+UD8jNtmgT+DmqYtWvjy1u2sWHb5AFtk5m28+Ns6by+/EybBpN3SGGm1fmJOyA/wD7HA5TW42aGSVt4orXyAMP+OO/BOaY00fr8OUVHdqKtD0bneQPyE22+u2FH0/5J2Ym2/nPusqotOvWFMzETrpdp65MpSQ2rXGB/TqibGKET6mTgvT7OZlXpyE6M0cfzAQ4JTVtT0pNjznbGY812Uz3jW2E586S2oe1Pswe0s9qXPO+hT3rAvBlr45LJM9bG/L5wvo35k4L5NuaPDebbmL/xn2/DH8JCg6wDPenJVfD7yf5u9jRrSGGi1V9UXMLbw8Gw1UZhigfMtnNd8YkWf5i3JbrCU+tSJlu2P+XiP6Yv3tLpp0vngsBPR5Nj77boREuzlnRbdKKl2cPUtuhES/O2eEd2oi2oEVgYtiVlJ9oyckvpi8/1bsaO70lPtmeaSH9QZaJlk1z4HeGJ1owOqPvi5qn+x1QNyliMqc7z0ajqPA2Nqs6zz6iq5vFyPJ/Y1uCyrJHr3yyo32bxQpMba8MgQkwTHO2JmU9KR3isNaPq0x1Z8zuTQT2DS5NBPYNbk0E92n1ns8i6tuyl79zRM37njp7xO3f0eu9sdHXYEh2bMSZXdbpk31S4OR/jG6OzAV1yrJ2/H2JZQtV+fztvEw6qmG8AptQNbP8pddJ9L4PzCE1wbHQ+sGI2WKQtOtoSpL+zfzS4UxtSGGv1Xb7bnffZyajFWnistY/8uJurt6tLjvfKxMZuy461ZWJd65Jj7fwFYPyCVaPLT7f5gBU0qHjpOppqxHg1TTVCht/XeGVp4tMjeMEqaynMtHrpihtQm37CRauvozLdsvlK1OXnemu+Ktsa0+2ar1BdvtfmMY8/s8gkeUFLcrydWZuzJWkepDugZRCiO6A1b50Mac3vCoa03P74bLM9Px/MRkjJjo+1+n1mS9qTHm+v9NswcFIdVplt+aI2L58bl/q3jCheMEMuLd08oji/cRxRnD+rHFH0+9+oOOT7Yo4QetLj39zA5u7IjreVqDoC81d9gxqXz6QLtMmjtOmjtN1HaXuP0vYfpR08Sjt8lLaWdfNB6o+bbehx0w09br6hx0049LgZhx435dDj5hy6aNKNwY8p3bZ1HgdBs/rkkfr0kfruI/W9R+r7j9QPHqkfPlJ/DpLmG3jsDESPnYLosXMQPXYSosfOQvTYaYgeOw/RhROxm6KwrKtr4vb+N9B7r/Q+VnofL3OCn2/DJCpzro3mRCQr6vu6+RfsChu/1Yji/KuMKDb9fy9PIvgxrt5w8gU+yiJB0rnm0g8zqjr/EqOqE69h/zJrmPebVUqPeKVWAw95sVYDzev9mue9F/z+fs92WXzpK5Zqj3nJdhMPes12E1pY3jZXB5AmcXVt2f5FS/W7wYVhS3S8JbMA4774eIt3PJEezPMHHMMq8y2bxQSOaZlf2M20YHB1N9OCwSXeTAsGkV8zLRgEgc204E3MAf776cIpIDQmZis7njJeXDK3WirzLV82t7pal8+tkRYumFsjLVwwt0ZauGBujbRwwdwaacGbmAPGc0vXGJ8B6XnPj8JMumButVTmWzawp0Z0Lp9Xg/oXzKpB/Qvm1KD+BTNqUP+C+TSo7018dePZpGuMf3OTbH9d4aECBacsNrnwaUmOlCOxZf0PA4elrvRo4QSjfjWSvXZU+PdsI41Yr4XPfG9H5+PeIAKqLTqa/OAIKTa24HE8F682qHFh2Piwtmn0+LC2aRD5sLZpLPmwtmlI+bC2p8XOnffxDayNW1nFPp+NHezJ977w36Fwj63Hs0422RfvtfihWnXv05TPLPaO7FxbMyegPelee2Kzf/w8f+PciI20YLBt0QVHWjEJXm1JjrVjYp61Rc3zkw+pGSQoH1IjnX6bbbM6siNj0OQCUqdWlzRZqlw4JiPqpmMzoj6PU5Pq80A1qT6PVJPq3sAEn+P7luTIxzW40NUFR1qBXJJbfjJrqREezE5XnOGUxi7YnFXcljUnwkE9Awoc1NMyzsm60FvxsxFo9MXN88+NqRqkoRtTnV8co6rzC2NUdX5RjKo2C6L0sjYb9q6webmyYUWDemXDivMDPqI4P9wjivODPaI475Ayoui3C1AZfaCW5GUlpy7+NENahkWmLv4oQ1rzX2RIa/5zDGnNF0Qd0go0oM+FoWtg31ViA1QBPxnZd43gSCsyhZeNDJopJUfaqRLVmrRUy072CRv3CU+2Q4zbITPvhi94t+k+UeM+0Zk+kQv6RAbzydt3PCqyufI7muBFudM7SmYJ0ztKZlnSO0pNvAwUGBQ24Da7nXOybEn2B17dF91lpxs7227PYnspEzpO+wSOapmb8jMtGFjzMy0YGPQzLTSj/Qffz4NbJdQbY/jBANgascEW5m/ZaqlBfaP8UrrgYCvy9Gu2CSk1qA9JhOYycWhyg23oMbEGB+TDKrMtX9Sm8bwfUZyf7iOK87N8RLE9uQ02eo3YwGlRVXTX7OypI208eGOa86M3ptls0GQ4yvWRHW4EJBiELw3I98dFl7kgLdCE3vQzKm8a89Yrjel2zRIFDatMt2wULDOoMd2uQbDMgPx0myMuL8exNn8ZdDGNtkyYQOkxS9g9FOyEjBLzqDqq1c8YfcOO2cnAGNcFR1sxqaXUEjXPOz2kZpB3ekiN9N8+K4rZhNlt2dExSM/7pDBqSUqOtmNS66QjO96WMIIzbtiWkh1t6y4/bpMdOxg1VgmPtrZlx2tuZzt2zY0a1OTH39YkUKUrPDGntwfDGb0df0+Tulct0X5LdT1GeQElWykMa0ZqGg8oHNnXvqR6ZF+7WX8JL7LrvZ3smTm2jej0i+TqOxl7m59OGS81zHdAbb3hZxx5nB242YnUkIJ5Gd5xZYMqvOPKBkV4x5XnT6smlOcPrSaUvcHPMB8C1pN+0Ae4rATTmOZlQ39Z8aUxzcsGfbjsUlxnuao+ilkN44OwSwR0CySoW/hn1cI/I8GHWz7xjJmygV1xc6gbUzXAuTHV+S87qjr/aUdV3YHRM8rP1Bd/wOhdnJ9pVPWS0bs4P9OoqjZ695F2TXTx3Abt0Wndanr6o7REzT/IkJrBxxhSM/gQQ2p0bCTNJuOwzgMH4AHTclL/0iEZmaBibO7yPK7iCGrpfD89zcaUesbJmKANsTQzoQozusZfwqyd+S9i1s78lzFrZx5CzNqZZ1qzdrzpb3q6yy//mELJbMYIwQfPmEb3cTOm184DZ0yvnQfOmF47D5wxvXYeOGN67QzPmPKs3sSZe1xtcta0RS+dN4PaD5o5Uy1dNnemWrps9ky1dNn8mWrpshk01VJrDgkS+69zlhhOnbb05IxpSV46YYaUHzRfJhq6bLpMNHTZbJlo6LLJMtHQZXNloqH2VCklwB42NJiFllKCP/0zUeGIY22aTJKxppVqY5wexfzPbvlFvvNjSubm6XQDBvbpdANaNVj9gsFg6Q7Imzu1jeoa+LWN6hq4to3qGni3jeq6rfj5Knx+fgR70uaJPUY0DdJUjWga5Kka0Wy2KAVjTU0Yg/cfkDf38hjVNfDvGNUlAyfod9k22WYpv3hj32+h/HHqIQbDNqr1gOP64RYuObIfbsFg3zvTgsHRzEwL84w118K8x+NcC/7Ut54/fh5TesyXvuwweqaBB33ny46mZxp40FceOKi+7CPrDTTf+JrJMEcASQAYXvD9Sfp9mSzrOWXzHPhmDRlkxDdryCA/vllDBtnyzRrST7bTlIuty5bd5ue5W15N9njB3eeQmslx9oCayVH2gJrJMfaAWjNMkOvnyLlR6HZH1pyxB/UM2HpQz8AHc1DPIJpqUM8gjGpQbx5dhvXm3eaH9YLZpGLDeuF8MrGRD+9oYc7FGYo3HE92mv9/rZ1bk6NIkoV/EWadgLJmHquybj02tZU7Wdtl2y9tlERKTCHQAspstdn89yVAXONyjoPM+qGs08+H8AiCwMPDoziWYLPz1JjuRxYh7kgWIe5JFiHuShbh6FTzvRe3G1vxbvWJKb/rzCQjNp2ZZMSGa5Nstr7zfM5+4hUdZSVbwxkpyFWbkYJcpxkpiDF3phia/Zg376wf6bkgd8waFfzOAoea2GLgUBN7DRxq7EOXGg/JLjUemF1qPDy71MPuJvUXVXKPHAR0cz7kYpMSEReblAi42KSjhc16dt0U/T7Gqqq4O547teXDt0YdEa016ojgrFFHxGKNOiL0atThLm7WDR805VG9u9LkRc261VKjOq658F7uyBjIU6P/Z6v/WusfG/1vd/AK/sor+PAKwcorDLEileYMdvK1JtriRv1z+jPcAWFqqpGa3TluQmui79O6HpwEtiJ2VnqRnOthU3fM/ue5Hm987hX0judeQW917hX0HudeQW9u7hWTVMSq7kl3KAOxMdIPrv7zlEbq+e22mjb1v9wwi4Zk+wvYvrW/XIvQct2mMxb3npmQ70QzId+XZkK+S82EfM+aCe+nA5OPBya9kZpRxq1sTazDCdr+25vVhOu/fa86nI8/sihJp+MaYF1t7D3N5/qYL+9dvrxf+fIe5cv7ki/vRb5lgPKJ8cmHQ4i/YHjyyeHJXzA8+dzw5EuGJ3/p8OQvHZ78pcOTv3R48pcOT755eArw8BSYh6cAD08B3SATc9wME/NgNloFxGgV2AfOgBs4A3vXDbhOG8i7ayDvqLqXrlOagJn3BPDhDxYMLAE5sAQLBpaAG1gCycASLB1YgqUDS7B0YAmWDizB0oEl0AaWc/EjyryyKuK48sqfZDqGVUU7HxFwKyACbg5EwO2CCLiBEAEHJhABx98QAS+UIAKxZAK71C/4CBbIIE5hgYwhXHI5H48XVUB2H4P10okl/YyYVPi5MKnws2BS4f5vUg2x+yqqqjz3YnXMaldDp08N6jJ8yNBSy/qjYf1xZf0xTxKaXLCZdxBjmU3E1/pzA4iKf25AYL4/XIpGN9fetFOTokpKUAXCJFjmqalY6KWpmKiMaBcTtRHtYktnL7eHeHcGJXGMimW+nKmFzpypLf1N1Z7j70dZu3sbsXXfYG+sblqdT9r4Qo4rNrnGp8omd4bWXwmXrcaGVgp+9CeWVk5XZArW1pubY6IvI/pWYhVHR4qlDK2UIn5JUP+d2VpZ2yqiOLWd3U9cTd/B1EpqK+Hj/EiDvaGqRlGPbceo9PbJc1MqdOelUbZrT8yg39UIY7je+M+gNyK6464mV/HJq0xFGr2pmUKdizYyvFI84lA0g4o4Ec2gwi9Jkwq/HU2q4bX4fE5T7zXZVQfGR5o1X0PCoiRqSFiURA0Ji3JYsI9Oi19MJqmRC19Mc2N9QXRkAF9Qc2MjbZe/Zmke7epPg/oNDupYmgTO34hff5o13Y9sStyPbMrAeA9UIUiTwOmZdnBHLyijwsktm7J35SGv+B880izyvq73J79NWIDSLHHeNV2I0iYCdDCxmRs7acSEQjc3EtkJxcxWn+wPjhh2VAs2L1r17iu4Jw9mCf/R5ZITX10uOfER65KHbrf4crf469zir3OLv84t/KKdU75xezWQezVY59VgnVf1FSajWSi/r5AbADZy8madxzbrPLZZ1w832uO5i+N6vpO8xKAc39XKfgLca/QyHD3NHQU3kfALZS45sVzmkhOLZi45sXTmkm8M584x1VY1a/3zPE+jwisvZT13F50P7hLyG4gwhNhNhCHE1iIMIfYZYQix6QhDiB1IGEJsR8IQYm8Shvy9741fT2pLZm11EvVFu4zuiRCB+yFE4F4IEbgPQsRmUpy2KoeVLmqMton04qhReVDbJfrvpLaEhzC8YKaAi7hjN0YJH8BxyYkojktOhHJccqImqEu+QU1H1FZ1CFd6WFpxFUOWeltahxVDxmHIIkuakkySHm0RCYKSTgATm3QCmBClE0B42Q0YeTipsrgsvf3lKPKxVcZ7GSEIPyME4WmEIHyNEIO3o8TzivxHXr+TytZ2F4+LOfGLNTUpynYzWDWHjS/sMHcHjJxSPkbIYIhwLYPBzU5hwrH76Pha4gyvqYOpjurM8cupLbV0kbQFVIuO4mJI3PlcDIk7tIshDe0S/hK2C3xksTKDPe0xuxb7yK7FXrFrBz/EfVk6dYAq05OMCtoXLjX2hkuN/eFSh9qcrZ3589Pgkb14hqZr+YmZruXnY7p28EOaZPu4UGc2VLlsGuVU0r5hKNhLDAX7i6Hg1z1DGdW/iKPtoU2FKkV1FV1CvjYGhhCVMjCEqJuBIaFeiHI4sts8v2EzW1ie6xcco4SqcuWWystiujCC4pguDFEbhMEQBUMYDFHvjMEQVc8YDI4LUpi/ubpWd8jznbRj9cI13WoOWdSp5pBFXWoOWdSh5pAN43l/qef9W3jev4Xn/Vt43r+F532J54Olng9u4fngFp4PbuH54BaeDySeD5d6PryF58NbeD68hefDW3g+lHh+s9Tzm1t4fnMLz29u4fnNLTy/kXj+fqnn72/h+ftbeP7+Fp6/v4Xn7yWef7PU829u4fk3t/D8m1t4/s0tPP/GFFnuUya26jh2HNWd20tCuRYtFb+1aEcJt81erWSrLKM0jf6kwtQWEX9XbgBxa24AEZR2A4bv42O0j/5KMhUSzKpmKxgROjZr9AC12Y45ZsIt5UPTDIaISzMYIijNYIam+RKVeVZcvE91A6rCcw/MyXY2Ee0yAMDOAoDh2cxitXabFztVm7pkOp5RQd+ZS41vy6XGTe9S4+HbpR7G7X+pAyfORVR3rK7ynve9jU05verQ0b7FDOxhzMB+xgzsbczAYSXMwDElzMABJczAeWaYQRR3IDoZUd6BoJgPwxIezCYcWaxS2RFXwjHFKg0dLpAeBLb+BLD1R3+tP/PL/aIdRtZTXlZcXzEotPnP99rqsbF6VFZP7Y94wg3gEtJtQEBwMxAQ3BIEBI/KBAQPywTk3tAt2iwMUb8YSwSPjUPOPDMOOfPAOOTM0XgO+ejrstge6uF6O8koW1gSxsxSZTHNl8MbZefW+v64sUWb+c99Utpkgo9KgGA+KwEiMN9nFf9ZtQXb+JscNG4fElt5NXM38VTkW9UNiR2hVhl1BTF7WVtPxcJWnoot7csdq2CWAE8N65g43c0hXOg5I0TqQSOECcFASGh2mgoPRFvBQ3EVWCpT1LOgU1QkJXeylkVDN4BbzxausOnZEhY2/WjSF+/aoh7qpMr5Fgrhe+j7lfXYsK6zisdZHojpgu7JhEHATyXsYmIiYRcT0wi7GHgfDxF22SrHCIcHiFjmJMvQsFObSrPm4LayrXVD9B2biHYTAGAnAcDwJvqZJS+x6ChUo4K+M5ca35ZLjZvdpR5t30+yS9cndlHhnnTNjfmt0mYhsUnaLCS2R5uFxAZ9sxB/71mE90ZXp8n+UNG+bqwXOXuslHl7rJS5e6yU+XuslDl8rBw8flJFVZt0V8ETbxPxG9jdAGILuxtAbGJ3A4ht7G7A6MC0egJTqBIE54RbzZubC5bXLFJmSc0iHV4Mh+h0uniHeta8iy4lrktlsNc35deTtrjZr1NuE+85ER88ywD6q54ysEmfh/kWWLAEFlhg4RJY2MJq5z6k0eWYF6dDUh651Uqjgu5+LjXugS41fpxdasOmIkm6vk0k3160NE0fAAQbjVB6/rC5tB3a6i+2Y1wVap+9ZHeuWbxgl64TJNmt6wRJdu06QZOVnt1rXvxUHxUro6rfR6jr4pr3bV5/UF2vOau1OyQOj89miTZE62Y4RGjREGx1o0K0kkhWwuxyahnMLqfWwOxyJqTvkG8cXqXr5rmlRPu124CE12hFBJ2oqWcTEfR9myFzJ+R3shV9cIZY0g9niADfp7/sPv319+mvv0+fv89g2X0G6+8zWH+fAX+f4bL7DNffZ7j+PkP+PjfL7nOz/j436+9zo93nZzUl697n3vekOngP56LMC++t2jMPp6eEXq9YdK7nMm1C6iFKirK6pHHJTfHsQsH0DkKYqR2EMNM6CGEKskDI8G5OsrKK9kV07DoEWyfVJdQXmuzG/tKr+JKrBEuvEkiuEi69Sii5iqBC7q89ZZ5t21/oqf5+uFRxmpqm887LOJX0w8dQ8NPHUPDjx1Dw88dQcKSUoeAcUYaCs0QZCs4TZShEpijV7YhcUYpDHAdGcWw9+E7Whe9sffhO1onvbL34TtaN72z9+E7Wke+G+P8+zuKi3YwUJaOkdmH1wk8D5u2v3vceowUqPqm/f0axid5KG6ibv/yaVQygMTMT/pnv8xITGjPLb1CJDQSitaPHZ12DR2NdE0x/60N+uuBfqqzM9/otz1PiVhsz2Z2OJeSNjiXz+4xKpkkaM/Oddu/tbzBZTTd3EmmWzH9TEenBqQi/pw0i/Fo2iPBb2CC6n3VFNpSlWQs7pq5k+6eunHXTjziMNbLTutVLUp6j1NvFZbLP+i/Mghypf2vV71t1t22jMNNVFgxK0jUJ3L+Zy9E1S+hWdMpxUzrlQ3tOvKmyzKjUTatK89vc8i2MvRsVsD2IyKpZAn/x+7iKktT7LYlfRb97pKPbHDNww2MGHjAxA4+fmIGHU8zAnzSY8aZv+zxL1X7a16jaHuj6fDYR3eoAgJscAHB7A8CwLPiuiF/VfKGbl19zU6nvf6Cl3cVxsNc4DnYexwmnAdOr0asKd35Jdv/Oz0UWX9pJsPfh+TkG+dosRBvePif7Q5NJ5bWIdiGda0GgpVuQ4+AW5Di4BTnO0IJP0fFc1F+bH89p2h4q1sfJyFAYAeAjYjyMCIzxMCI+xsMG55bn4lkd1Zanqfej/tDZNSkLF/ExvAAzNKYy7Ncf1Aezu+k0c+0Rm5rcCXB3gOULWD5gBQJWAFihgKXHrje/ePV/T6c0qbyntpt0Y2n71nbSoZp+kFgSfopYEn6EWNLw/HxUS3eP4/S63vVPeDID1bQ3WRL2JkvC3mRJI2+qxbH4qXk5vE/2SVVPJb9Exc+4UuFJarDnELxfJTjCuRJcMFoGiop6NP2vRvfYFQX6Pc+P14kH09lYiGBxSARk1olEQGbJSAQMR9WaL3m286pD7L3kyQ4UaJ7Y6oN3s0Hd+9DXM3i8ZoBTSbZQLWkuikS1E0WiGogiTVIlvaHye5dMv2Vc6Zbq7RYXcZZUl3aa2qRKfMy355L5YABavs0oDtFiFIdoL4pDrMJSnCER4mv081ORv6iMlUz2HexU8segERTiJDSCQhyGRlCG5+VT3OUeXy2voVzKeUjMB8k5EBEz50DDq/PhkG/zZs7xLir64cU4K3FvduA5/BYIMZPYGCFmEtslxMzRlC49Jzvv/SWLjup8ne61yxyp55byUzgGQ0zdGAwxKWYwo+DHKa9GwZLPbdmPdsBsSMzLiGMYvjqTquybu/uJotGXQ/CvQwmOeCtKcMTLUYIbRXnjqNiVTdimbpRd3SptSFEW5KIpfORXSCRiwEIiEQ0WEvHMREoc5ihtAm28875dTnH7qD1we8acSrq9GApuI4YySkfOi7zc5qd4Eh3/Pd8l0ZYb5CkCH+sW0IiIt4BGxL0FNNxPJTS89Ceh4UVACQ3nN0poOM9RQiPyHUXdl8h7FPGI/EcRz++f6/8pfkSZ9/UlzrzH5K+/ItFLH4npp5kE4QeZBOFnmAThx5cEjeoC5PWfm9Nyvfp1lG0vazeKfmmB32vg2xZo3S6qm8KUTLNEm2LqZu+KKNuVQnYrIug4IcaiIdiPbU1+6W/vZHyNb4QgqnwjBH4SICJ0uKpJgFzqsKmYaJinuHhJtrH0Op2MuMIDUfPNqrLxp24FK5sWjbRTWfR0j7Lo6e5k0YfAN/4C3/grfeOv9I2/0jc+6ZtggW+Clb4JVvomWOmbgPRNuMA34UrfhCt9E670Taj55n2+r6eCcVqp3NKzKsMzi104vTRWz3S0pzADewszsMcwA8/sMGOY1P0Wp/lWLYN8SOO9qos/yt0hXI/lfC4siyJSYlkUkRnLoogEWRY1tE79xDzHZZnkWZR634ooydQiveRLiCLQbSSh4WaS0HBLSWi4sSS0zXyMHx0zMVkjYsZ6m1Y65gMOPfYDDv0OAJzRict5VzyoLSI2/8hkD1oGmGF5rjd8agy/oP0jJoE2g54bwc9VkwBSH/JzhrZBWDSQ/f1Qfx8c8hxET+0yeIW3R7UCn4DPIquKX+QEBGJJExCIBUxACK1eekyjTOahRgG9T29McwkXt8Gi7WoERN4SBoi9Mf6RJ5nIWUoAm4LYX2eWGDKGomeV8/jUVH3jFkiNEkF+kEPOpAU55Ew2kEPOJAE55MNr/X1S1N8teeG1Fdr3RXQ6jOfWlJ9ZCP/JIgMS3y8yIPExIwMSXzYyIF51EgLxwpMQiNeehEC8/CQEEitQ0p79yygxNU7TqDbNz2npPXSnzMq+QVmIIE1VBGSyVUVAJmlVBBwFWi5llZ+SKPM+RuVBpU01CxdUlMUp5UctBkOMVQyGGKEYzOC+Is7i1+hHGnuqfMj+svTj5F8950PLsS58aZbw88So0CYKmhX8QDEqMBevd5klmPyUp+fmeAgZvZcJDicFCOZsUoAI7Pf5Ld4esjzN9xfZjQ467Mt39f94TiqhKzsV5lMLbVbV8pYSr0sigqOdmCU4m0g/+/EQx/XQ7n2r362l9/Zc5ce8GeP75D48YpMM/kRIEY84HFLEI86JFPFCPW3uIT82X1h5nslK3VEEeRodQROk0xG0oXd/qQePyHvaJt7HRLQY4xLyMUwMIQKYGEJELzFkvGcrq3JvXyQ7ryqilzjtjjKR5cW8azCfFOZbi7EcCWYzBGm6ZpEgK9cJYJJwnYDAcX9f4BFfFs2Ku/siOtzLrR/uLf7z/85J8wx2Z3lto5992d1lHedDz+xOlHtQzK7ol6UXUSrnL6AIdAtIaLg9JDQ8HEhoocHDE2vcmV3CBf60QiRutEIk3rNCcAyIgOC4DwHBsR4CMpQa+qi2yr0tqlGM5ELV2nMJ+R1IGELsP8IQYvcRhuA+QEBwHyAguA8QkDejuH95TLbe192lLOOL18/MJAv6JEOwMCPhMWs0Et74tK6k8MoorSenXlOXfKfqsap08XVJxp8V96nhfh5RrQGXsT0Kicxs9dpLw99xGGRu7KJ1iaFE2U+rysX/FkdHlqpsmd8q/ZX8jhurlthfY9USu2ms2tDkB75Sq03k8jLzJtHNl/hY+tawSkUelr4hrFJiJ5JNSmw7sknfmJ+yYeVZ1i10pftpJlf6LZolvWTR+r5bH5jujVg616w1X31UF3upp3EHdS7GMSonW5Ueo6JKtmn91Z/lr8xuZzmOn8ctRROzu6VoYs63FD0MpL+rbaCPeZJV9fTgGjt9XyTZT+EqvIBDN4qciVtDzsTNIGeGo0zUpDxGReT9I36N06JJ0D4JM1EJgiATlacxmag8jclE5WlMJipPG1JWuhzjx7h4Ph9jeXMxAD4EwcOIUAQPI0ISPIwITfAwIkTBw4hQBQ/DKSkCGE5HEcD+3vfuS76PvLI675J8dLbksrX4/1Wsp5bVVZe3fx6OreFS/NxYm3iMDeDX5tzYScPfm5q1k/eQRiU6q8Jg72RSi84mgZNKz3ZtIkAHX8ZzYyftv8856KeatZNXvyu2SbaniVd7d8tXEd/qVeRkEbN13XxG/M9//h9tO3nF','off'),
(575,'widget_oliveoil_widget_recent_posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(576,'widget_oliveoil_widget_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(577,'widget_oliveoil_widget_socials','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(578,'widget_oliveoil_widget_subcategories','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(579,'widget_oliveoil_widget_top10','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(580,'widget_oliveoil_widget_twitter','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(581,'widget_tribe-events-list-widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(640,'tribe_feature_support_check_lock','1','auto'),
(603,'trx_utils_importer_revsliders','','auto'),
(606,'_transient_wc_attribute_taxonomies','a:0:{}','on'),
(607,'category_children','a:0:{}','auto'),
(608,'product_brand_children','a:0:{}','auto'),
(610,'clients_group_children','a:0:{}','auto'),
(611,'services_group_children','a:0:{}','auto'),
(612,'team_group_children','a:0:{}','auto'),
(613,'media_folder_children','a:0:{}','auto'),
(614,'tribe_events_cat_children','a:0:{}','auto'),
(615,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"19b0d099b8d0dc1d35c6413d156d2e57\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),
(616,'sliderrevolution-v7-slide-map','a:1:{i:1;a:2:{s:1:\"s\";a:1:{i:1;i:4;}s:1:\"n\";a:3:{i:1;i:1;i:2;i:2;i:3;i:3;}}}','auto'),
(617,'sliderrevolution-v7-migration-failed-map','a:0:{}','auto'),
(618,'_transient_product_query-transient-version','1742418011','on'),
(619,'_transient_timeout_wc_product_loop_0b2990d8b7fe7519bdba4d4a28101a45','1745010016','off'),
(620,'_transient_wc_product_loop_0b2990d8b7fe7519bdba4d4a28101a45','a:2:{s:7:\"version\";s:10:\"1742418011\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:4:{i:0;i:148;i:1;i:150;i:2;i:152;i:3;i:166;}s:5:\"total\";i:4;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:-1;s:12:\"current_page\";i:1;}}','off'),
(621,'_transient_timeout_wc_term_counts','1744998348','off'),
(622,'_transient_wc_term_counts','a:12:{i:28;s:0:\"\";i:27;s:0:\"\";i:34;s:0:\"\";i:37;s:0:\"\";i:30;s:0:\"\";i:38;s:0:\"\";i:29;s:0:\"\";i:33;s:0:\"\";i:32;s:0:\"\";i:2;s:0:\"\";i:35;s:0:\"\";i:51;s:1:\"0\";}','off'),
(452,'woocommerce_onboarding_profile_progress','a:1:{s:29:\"core_profiler_completed_steps\";a:1:{s:12:\"intro-opt-in\";a:1:{s:12:\"completed_at\";s:20:\"2025-03-19T17:35:27Z\";}}}','auto'),
(453,'woocommerce_allow_tracking_first_optin','1742405727','auto'),
(454,'woocommerce_allow_tracking_last_modified','1742405851','auto'),
(455,'_transient_timeout_last_fetch_patterns_request','1742409327','off'),
(456,'_transient_last_fetch_patterns_request','1742405727','off'),
(457,'_transient_timeout_abtest_variation_woocommerce_payment_settings_2025_v1','1742412936','off'),
(458,'_transient_abtest_variation_woocommerce_payment_settings_2025_v1','treatment','off'),
(459,'wc_has_tracked_default_theme','1','auto'),
(460,'woocommerce_gateway_order','a:4:{s:42:\"pre_install_woocommerce_payments_promotion\";i:0;s:4:\"bacs\";i:1;s:6:\"cheque\";i:2;s:3:\"cod\";i:3;}','auto'),
(538,'woocommerce_history_of_autoinstalled_plugins','a:1:{s:59:\"woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php\";a:3:{s:7:\"version\";s:5:\"1.0.1\";s:4:\"date\";s:19:\"2024-04-30 08:24:51\";s:8:\"metadata\";a:1:{s:9:\"info_link\";s:119:\"https://developer.woocommerce.com/2023/10/03/the-legacy-rest-api-will-move-to-a-dedicated-extension-in-woocommerce-9-0/\";}}}','auto'),
(461,'_transient_woocommerce_product_task_product_count_transient','0','on'),
(462,'_transient_woocommerce_shipping_task_zone_count_transient','0','on'),
(709,'_transient_timeout_feed_0d102f2a1f4d6bc90eb8c6ffe18e56ed','1742540905','off'),
(710,'_transient_feed_0d102f2a1f4d6bc90eb8c6ffe18e56ed','a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"The Events Calendar\";s:7:\"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:30:\"https://theeventscalendar.com/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WordPress event plugins for awesome people\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Mar 2025 16:25:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Featured Calendar: Criswell College\";s:7:\"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:141:\"https://theeventscalendar.com/blog/featured-calendar-criswell-college/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Mar 2025 16:25:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:27:\"WordPress Calendar Examples\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=2547457\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:607:\"<p>Many colleges and universities rely on The Events Calendar to manage and display their campus events. Our products provide flexibility to tailor a calendar to the unique needs of various campuses. By utilizing The Events Calendar, students, faculty, and the community can stay informed about upcoming activities, lectures, workshops, and social events. This month, we’re…</p>\n<p>The post <a href=\"https://theeventscalendar.com/blog/featured-calendar-criswell-college/\">Featured Calendar: Criswell College</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Sarah Zuercher\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13809:\"\n<p>Many colleges and universities rely on The Events Calendar to manage and display their campus events. Our products provide flexibility to tailor a calendar to the unique needs of various campuses. By utilizing The Events Calendar, students, faculty, and the community can stay informed about upcoming activities, lectures, workshops, and social events.</p>\n\n\n\n<p>This month, we’re featuring <a href=\"https://www.criswell.edu/events/\" target=\"_blank\" rel=\"noreferrer noopener\">Criswell College</a>. They use <a href=\"https://theeventscalendar.com/products/wordpress-events-calendar/\" target=\"_blank\" rel=\"noreferrer noopener\">Events Calendar Pro</a> to showcase their campus events, and we love how they keep things simple yet fun. There’s so much to learn from their use of our product!</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-main-events-page\">The Main Events Page</h2>\n\n\n\n<p>Let’s get started by looking at the clean and simple main events page. We can’t help but love it!</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-general-design\">General Design</h3>\n\n\n\n<p>The first thing you notice when clicking on their calendar is the seamless branding. Its clean, polished look perfectly complements the rest of the site. Everything is easy to spot at a glance, and it all feels super organized—nothing overwhelming here!</p>\n\n\n\n<figure class=\"wp-block-kadence-image kb-image2547457_ff9b7a-b4 size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1444\" height=\"1548\" src=\"https://images.theeventscalendar.com/uploads/2025/03/Criswell-College-Calendar.png\" alt=\"\" class=\"kb-img wp-image-2547460\" srcset=\"https://images.theeventscalendar.com/uploads/2025/03/Criswell-College-Calendar.png 1444w, https://images.theeventscalendar.com/uploads/2025/03/Criswell-College-Calendar-280x300.png 280w, https://images.theeventscalendar.com/uploads/2025/03/Criswell-College-Calendar-665x713.png 665w, https://images.theeventscalendar.com/uploads/2025/03/Criswell-College-Calendar-79x85.png 79w, https://images.theeventscalendar.com/uploads/2025/03/Criswell-College-Calendar-768x823.png 768w, https://images.theeventscalendar.com/uploads/2025/03/Criswell-College-Calendar-1433x1536.png 1433w, https://images.theeventscalendar.com/uploads/2025/03/Criswell-College-Calendar-430x461.png 430w, https://images.theeventscalendar.com/uploads/2025/03/Criswell-College-Calendar-645x691.png 645w, https://images.theeventscalendar.com/uploads/2025/03/Criswell-College-Calendar-1068x1145.png 1068w, https://images.theeventscalendar.com/uploads/2025/03/Criswell-College-Calendar-460x493.png 460w, https://images.theeventscalendar.com/uploads/2025/03/Criswell-College-Calendar-1074x1151.png 1074w, https://images.theeventscalendar.com/uploads/2025/03/Criswell-College-Calendar-512x549.png 512w, https://images.theeventscalendar.com/uploads/2025/03/Criswell-College-Calendar-1028x1102.png 1028w, https://images.theeventscalendar.com/uploads/2025/03/Criswell-College-Calendar-494x530.png 494w, https://images.theeventscalendar.com/uploads/2025/03/Criswell-College-Calendar-600x643.png 600w, https://images.theeventscalendar.com/uploads/2025/03/Criswell-College-Calendar-500x536.png 500w\" sizes=\"(max-width: 1444px) 100vw, 1444px\" /></figure>\n\n\n\n<p>A solid events calendar is all about readability, and this one nails it! You can skim through and quickly catch the dates, times, and titles of events. We think readability is one of the standout features of this calendar—it’s simple, but it gets the job done! </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-views\">Views</h3>\n\n\n\n<p>The month default view is a win for this calendar. In general, the month view is a great option for colleges, giving students a clear look at what’s coming up throughout the month. Plus, recurring events are super easy to spot!</p>\n\n\n\n<p>We love how the month view makes it super easy to spot week-long events—like spring break—right away. Looking at the month view, you can instantly see when breaks are coming up. Talk about a clear visual shortcut!</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXeqLEnlrblUDe6on7Bt9jVULbf3TlLDjNOvMb8K2Qc46d6Cs6hcWb9C9y_vaaYe7OqU2_EE5AwvgX780d_r6m70tmtmfTKGRASIEm4auCVuo_DyemtBKjwtPp-2mVAyRUIt3-8_?key=05lWeRZ0jxyMxq8tRYY51JUB\" alt=\"\"/></figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-featured-images\">Featured Images</h3>\n\n\n\n<p>They’ve opted out of using featured images, and honestly, I’m a little torn. On the one hand, the simplicity is refreshing and clean. But on the other, the right images could really boost engagement and make each event listing pop even more.</p>\n\n\n\n<p>If they have the time to craft featured images that align with their brand, relate to each event, and have solid composition with consistent ratios, it could really enhance their calendar.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-navigation\">Navigation</h3>\n\n\n\n<p>This calendar keeps its navigational elements simple, with arrows to switch between months and a date selector. I understand the simplicity— everything is so easy to spot already. However, adding <a href=\"https://theeventscalendar.com/products/wordpress-calendar-filter-bar/\" target=\"_blank\" rel=\"noreferrer noopener\">Filter Bar</a> would open up more advanced filtering options. With this add-on, there are countless ways to filter events. It would be a great way for students to quickly search for specific types of events, making this calendar even more useful and customizable.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-an-overview-of-the-main-events-page\">An Overview of the Main Events Page</h3>\n\n\n\n<p>This page’s simplicity feels like a breath of fresh air. Here are some takeaways from Criswell College’s calendar:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>They chose a perfect default view.</strong> The month view works super well. Recurring and week-long events are easy to spot.</li>\n\n\n\n<li><strong>Their calendar fits their brand and the rest of the website. </strong>They incorporate touches of their blue and yellow in this simple calendar, striking the perfect balance between branded and clean.</li>\n\n\n\n<li><strong>Creating great featured images and integrating an organized Filter Bar could elevate their calendar.</strong> Images makes event listings more engaging, while the Filter Bar would offer advanced search options, allowing users to easily sort through events.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-single-events-page\">Single Events Page</h2>\n\n\n\n<p>The single event pages look just as great! The event descriptions are simple yet thoughtful, providing just the right amount of information without overwhelming the reader. It is simple for users to quickly find the details they need.</p>\n\n\n\n<p>We also love the clean, minimalist design, especially the pop of brand colors—blue and yellow—adding a vibrant touch without being too much. </p>\n\n\n\n<p>And, check out the emojis in the description, which add some relevant fun to the details. This brings us to our next callout: emojis!</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1947\" height=\"1388\" src=\"https://images.theeventscalendar.com/uploads/2025/03/Screenshot-2025-03-13-at-12.06.07 PM.png\" alt=\"\" class=\"wp-image-2547459\" srcset=\"https://images.theeventscalendar.com/uploads/2025/03/Screenshot-2025-03-13-at-12.06.07 PM.png 1947w, https://images.theeventscalendar.com/uploads/2025/03/Screenshot-2025-03-13-at-12.06.07 PM-300x214.png 300w, https://images.theeventscalendar.com/uploads/2025/03/Screenshot-2025-03-13-at-12.06.07 PM-665x474.png 665w, https://images.theeventscalendar.com/uploads/2025/03/Screenshot-2025-03-13-at-12.06.07 PM-119x85.png 119w, https://images.theeventscalendar.com/uploads/2025/03/Screenshot-2025-03-13-at-12.06.07 PM-768x548.png 768w, https://images.theeventscalendar.com/uploads/2025/03/Screenshot-2025-03-13-at-12.06.07 PM-1536x1095.png 1536w, https://images.theeventscalendar.com/uploads/2025/03/Screenshot-2025-03-13-at-12.06.07 PM-430x307.png 430w, https://images.theeventscalendar.com/uploads/2025/03/Screenshot-2025-03-13-at-12.06.07 PM-645x460.png 645w, https://images.theeventscalendar.com/uploads/2025/03/Screenshot-2025-03-13-at-12.06.07 PM-1068x761.png 1068w, https://images.theeventscalendar.com/uploads/2025/03/Screenshot-2025-03-13-at-12.06.07 PM-460x328.png 460w, https://images.theeventscalendar.com/uploads/2025/03/Screenshot-2025-03-13-at-12.06.07 PM-1602x1142.png 1602w, https://images.theeventscalendar.com/uploads/2025/03/Screenshot-2025-03-13-at-12.06.07 PM-1074x766.png 1074w, https://images.theeventscalendar.com/uploads/2025/03/Screenshot-2025-03-13-at-12.06.07 PM-512x365.png 512w, https://images.theeventscalendar.com/uploads/2025/03/Screenshot-2025-03-13-at-12.06.07 PM-1611x1148.png 1611w, https://images.theeventscalendar.com/uploads/2025/03/Screenshot-2025-03-13-at-12.06.07 PM-1546x1102.png 1546w, https://images.theeventscalendar.com/uploads/2025/03/Screenshot-2025-03-13-at-12.06.07 PM-707x504.png 707w, https://images.theeventscalendar.com/uploads/2025/03/Screenshot-2025-03-13-at-12.06.07 PM-600x428.png 600w, https://images.theeventscalendar.com/uploads/2025/03/Screenshot-2025-03-13-at-12.06.07 PM-500x356.png 500w\" sizes=\"(max-width: 1947px) 100vw, 1947px\" /></figure>\n\n\n\n<p>They frequently use emojis in their event descriptions—and we’re all for it! Using emojis can make the content more engaging and visually appealing. They help break up text, making it easier to scan and read, while also adding personality and a fun, relatable touch to the information. Emojis can also help highlight important details, such as dates, times, or event types, making key information stand out (check out their emoji usage below!)</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXeGtzbsQH75Qee_VKZxHvHUzjt32Y-sHnHnRurzp5WKL3bTlXPm6-599nLnHPttGgLixIaJBBB0fo9rMovwoRy1INUhXhkzAet8Lu0qUr8mM_ywvq-vkbSa9ijYPNHWMoCt0lb4dA?key=05lWeRZ0jxyMxq8tRYY51JUB\" alt=\"\"/></figure>\n\n\n\n<p>The details, venue, and organizer information is also listed in a clean way. The simple yellow lines break up the text really well, making it easy to distinguish the categories. (Notice a theme here? They crush the simplistic, readable design!)</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXca7T73XauRBa1F0A7Wz1MCSjJWg3PKhkqGLdX8oYHpEk8wF1WU7bRSEB7kNyHmN7ATXr5SrWcDlfnjrgQXeXbA6cQobCoDIGz5jFCLE3O0XPb2ylP3R_uTtLpgQN0Jihx32-0yog?key=05lWeRZ0jxyMxq8tRYY51JUB\" alt=\"\"/></figure>\n\n\n\n<p>As previously mentioned, adding featured images could further enhance the listings. But, this page is nearly perfect.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-standout-features-of-criswell-college-s-calendar\">Standout Features of Criswell College’s Calendar</h2>\n\n\n\n<p>Wow, there’s a lot of fantastic takeaways from this calendar. There are multiple best practices that are on display, such as:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>The calendar feels uncluttered. </strong>The layout of both pages is clean and organized, allowing users to easily browse through the events without feeling overwhelmed. Every detail has been thoughtfully placed to ensure a smooth browsing experience, and there’s just the right amount of information presented to keep it simple yet informative.</li>\n\n\n\n<li><strong>The calendar’s appearance matches the rest of the website.</strong> The design is cohesive, maintaining the brand’s aesthetic and creating a smooth user experience. This consistency not only looks great but also strengthens the overall brand identity, ensuring that users recognize and connect with the site on every page.</li>\n\n\n\n<li><strong>The event descriptions are straightforward. </strong>They provide just enough detail without being too long or too brief, making it easy for users to grasp the essential information. </li>\n\n\n\n<li><strong>Information is up-to-date. </strong>This is crucial for any events calendar. Maintaining an updated calendar builds confidence with users and ensures that no one misses events.</li>\n</ul>\n\n\n\n<p>All in all, these best practices work together to create an effective, user-friendly calendar that’s both functional and visually appealing.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-criswell-college-keeps-things-simple-and-fun\">Criswell College Keeps Things Simple and Fun</h2>\n\n\n\n<p>Criswell College’s use of Events Calendar Pro offers a great example of how to design an effective, user-friendly calendar. From the uncluttered main events page to the clean, minimalist design of the single event pages, they’ve done a fantastic job creating an experience that’s both visually appealing and easy to navigate. Their focus on readability, clear event descriptions, and seamless integration with the website’s branding ensures that users can quickly find and engage with the content.</p>\n\n\n\n<p>While there’s always room for improvement—such as adding featured images or incorporating Filter Bar—Criswell College’s calendar already hits all the right notes. There you have it! If you’re a college or university interested in using our products, try them out with a free <a href=\"https://demo.theeventscalendar.com/request-demo-site/\" target=\"_blank\" rel=\"noreferrer noopener\">demo site</a>. We also offer a <a href=\"https://theeventscalendar.com/nonprofit-program/\" target=\"_blank\" rel=\"noreferrer noopener\">nonprofit discount</a>– check it out!</p>\n<p>The post <a href=\"https://theeventscalendar.com/blog/featured-calendar-criswell-college/\">Featured Calendar: Criswell College</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Virtual Event Marketing Mastery: From Strategy to Execution\";s:7:\"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:130:\"https://theeventscalendar.com/blog/virtual-event-marketing/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 17 Mar 2025 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:16:\"Event Management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=2547339\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:586:\"<p>The virtual events industry had a staggering $98.07 billion market size in 2024 and is projected to grow at a compound annual growth rate (CAGR) of 20% from 2025 to 2030.  But getting people excited about another virtual event isn’t as easy as it used to be.  “Zoom fatigue” is real, and your audience’s calendar…</p>\n<p>The post <a href=\"https://theeventscalendar.com/blog/virtual-event-marketing/\">Virtual Event Marketing Mastery: From Strategy to Execution</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Nathan B. Weller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:44275:\"\n<p>The virtual events industry had a staggering <a href=\"https://www.grandviewresearch.com/industry-analysis/virtual-events-market\">$98.07 billion market size in 2024 </a>and is projected to grow at a compound annual growth rate (CAGR) of 20% from 2025 to 2030. </p>\n\n\n\n<p>But getting people excited about another virtual event isn’t as easy as it used to be. </p>\n\n\n\n<p>“<em>Zoom fatigue</em>” is real, and your audience’s calendar is probably packed with so many online meetings and events that you are set to become a fuzzy memory <em>two seconds</em> after they sign up. </p>\n\n\n\n<p>Okay, so maybe that’s an exaggeration. Still, if you are wondering why your tried-and-tested marketing methods aren’t delivering the same results or if your marketing dollars are actually paying off, you’re not alone.</p>\n\n\n\n<p>That’s where this guide can help. We’ll look into some advanced virtual event marketing strategies that will get you more signups and help you create memorable events for your attendees despite their virtual screens.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-need-for-advanced-virtual-event-marketing-strategies\"><strong>Need for advanced virtual event marketing strategies</strong></h2>\n\n\n\n<p>Modern-day virtual event marketers face three challenges that basic event marketing strategies cannot overcome.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-challenge-1-standing-out-in-a-sea-of-virtual-events-nbsp\"><strong>Challenge 1: Standing out in a sea of virtual events. </strong></h3>\n\n\n\n<p>Your target attendee receives dozens of event invitations every week. So how do you make yours the one they can’t resist? The answer lies in smart data — and lots of it. You need to become a digital detective and:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use advanced analytics and behavioral data to understand what makes your audience tick.</li>\n\n\n\n<li>Track not just who clicked on what but how potential attendees interact with every piece of content across multiple channels.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-challenge-2-stepping-away-from-generic-messaging\"><strong>Challenge 2: Stepping away from generic messaging</strong></h3>\n\n\n\n<p>Today, virtual events have evolved into immersive digital experiences that rival their in-person counterparts.</p>\n\n\n\n<p>Your audience is looking for an experience. They’ve been spoiled by Netflix-style personalization and Amazon-level convenience. Basic “one-size-fits-all” marketing messages won’t grab their attention. </p>\n\n\n\n<p>You need AI-powered tools to create personalized journeys for different audience segments, making each potential attendee feel like the event was designed just for them.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-challenge-3-moving-beyond-counting-heads\"><strong>Challenge 3: Moving beyond counting heads</strong></h3>\n\n\n\n<p>Sure, attendance numbers are nice, but they’re just the tip of the iceberg. Modern virtual event success is measured through sophisticated engagement scoring — participation levels in chat sessions, interaction with virtual booths, networking activity, and content downloads. </p>\n\n\n\n<p>Tackling these challenges requires you to adopt and implement creative event marketing solutions. Let’s walk through some of these here. For the sake of convenience, we’ve categorized these by the planning stage of the event marketing process.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-pre-event-marketing-setting-the-stage-for-success\"><strong>Pre-event marketing: Setting the stage for success</strong></h2>\n\n\n\n<p>The weeks leading up to your event are showtime for your marketing team. This is when you build buzz, capture attention, and turn casual interest into can’t-wait-to-attend excitement. </p>\n\n\n\n<p>So, how do you fill those virtual seats with eager, engaged participants who are ready to get maximum value from your event?</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-1-develop-a-strategic-timeline\"><strong>1. Develop a strategic timeline</strong></h3>\n\n\n\n<p>Think of your virtual event marketing timeline like a countdown to a rocket launch — every phase needs to be perfectly timed for a successful liftoff. But how much time do you actually need? Well, that depends on your event’s size and scope.</p>\n\n\n\n<p>For enterprise events (1000+ attendees), here’s your 12-week game plan:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>8-12 weeks before the event:</strong> Launch thought leadership content and early-bird registration deals.</li>\n\n\n\n<li><strong>4-8 weeks before the event:</strong> Roll out staged speaker announcements and host interactive preview sessions.</li>\n\n\n\n<li><strong>1-4 weeks before the event:</strong> Run targeted remarketing campaigns to convert interested prospects.</li>\n</ul>\n\n\n\n<p>For other event sizes:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Mid-market events:</strong> Plan for an 8-week timeline with industry-focused content.</li>\n\n\n\n<li><strong>Specialized events:</strong> A focused 6-week campaign highlighting your unique value proposition.</li>\n</ul>\n\n\n\n<p>Want more info on creating the perfect marketing plan? <a href=\"https://theeventscalendar.com/blog/event-marketing-plan/\">Check out our comprehensive guide to event marketing planning</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2-build-an-irresistible-landing-page\"><strong>2. Build an irresistible landing page</strong></h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1190\" height=\"1411\" src=\"https://images.theeventscalendar.com/uploads/2025/03/event-landing-page-template-optimizepress.png\" alt=\"Typical layout and elements of an event landing page\" class=\"wp-image-2547346\" srcset=\"https://images.theeventscalendar.com/uploads/2025/03/event-landing-page-template-optimizepress.png 1190w, https://images.theeventscalendar.com/uploads/2025/03/event-landing-page-template-optimizepress-253x300.png 253w, https://images.theeventscalendar.com/uploads/2025/03/event-landing-page-template-optimizepress-665x789.png 665w, https://images.theeventscalendar.com/uploads/2025/03/event-landing-page-template-optimizepress-72x85.png 72w, https://images.theeventscalendar.com/uploads/2025/03/event-landing-page-template-optimizepress-768x911.png 768w, https://images.theeventscalendar.com/uploads/2025/03/event-landing-page-template-optimizepress-430x510.png 430w, https://images.theeventscalendar.com/uploads/2025/03/event-landing-page-template-optimizepress-645x765.png 645w, https://images.theeventscalendar.com/uploads/2025/03/event-landing-page-template-optimizepress-1068x1266.png 1068w, https://images.theeventscalendar.com/uploads/2025/03/event-landing-page-template-optimizepress-460x545.png 460w, https://images.theeventscalendar.com/uploads/2025/03/event-landing-page-template-optimizepress-1074x1273.png 1074w, https://images.theeventscalendar.com/uploads/2025/03/event-landing-page-template-optimizepress-512x607.png 512w, https://images.theeventscalendar.com/uploads/2025/03/event-landing-page-template-optimizepress-929x1102.png 929w, https://images.theeventscalendar.com/uploads/2025/03/event-landing-page-template-optimizepress-447x530.png 447w, https://images.theeventscalendar.com/uploads/2025/03/event-landing-page-template-optimizepress-600x711.png 600w, https://images.theeventscalendar.com/uploads/2025/03/event-landing-page-template-optimizepress-500x593.png 500w\" sizes=\"(max-width: 1190px) 100vw, 1190px\" /><figcaption class=\"wp-element-caption\"><em>Source: </em><a href=\"https://www.optimizepress.com/event-landing-page-examples/\"><em>OptimizePress</em></a></figcaption></figure>\n\n\n\n<p>Your landing page needs to be powerful enough to stop scrollers in their tracks and make them think, “I can’t miss this!”</p>\n\n\n\n<p>Credibility is crucial, so strategically placed social proof — like testimonials — can significantly impact conversion rates. Authentic voices from past participants carry more weight than any marketing copy.</p>\n\n\n\n<p>For the data-driven decision-makers, include a calculator that clearly compares virtual versus in-person attendance costs. This practical tool helps justify the investment and demonstrates the tangible benefits of your virtual event.</p>\n\n\n\n<p>To bring all these elements to life, add engaging visuals and short video teasers that capture your virtual experience’s energy and let potential attendees envision themselves as a part of your event. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-3-create-an-omnichannel-marketing-strategy\"><strong>3. Create an omnichannel marketing strategy</strong></h3>\n\n\n\n<p>Your virtual event’s success hinges on meeting your audience where they already are. A well-crafted omnichannel marketing strategy ensures your event catches attention across multiple platforms while maintaining a consistent message.</p>\n\n\n\n<p>Start by mastering your social media presence. Rather than spreading yourself thin across every platform, focus your efforts where your target audience spends their time. For professional events, <a href=\"https://www.linkedin.com/\">LinkedIn</a> often yields the best results, while <a href=\"https://www.instagram.com/\">Instagram</a> and <a href=\"https://www.tiktok.com/en/\">TikTok</a> prove more effective for creative or consumer-focused gatherings. </p>\n\n\n\n<p>Launch targeted ad campaigns to expand your reach, and don’t forget to retarget those who’ve shown interest by visiting your website. Create engagement opportunities through branded hashtags, live Q&As, and interactive polls or challenges that get people talking about your event.</p>\n\n\n\n<p>Email marketing remains a powerful tool for direct communication with potential attendees. Segment your audience based on their interests or industries, allowing you to craft more relevant, personalized messages. </p>\n\n\n\n<p>Deploy a strategic multi-stage campaign that begins with event announcements and evolves through to last-minute reminders. Use dynamic fields to personalize each email with attendee names and tailored content suggestions. Don’t forget to A/B test different elements like subject lines and call-to-action buttons to optimize your campaign’s performance.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1052\" height=\"992\" src=\"https://images.theeventscalendar.com/uploads/2025/03/create-personalized-emails-promoter.webp\" alt=\"Personalized email with attendee name and tailored content created using Promoter\" class=\"wp-image-2547345\" srcset=\"https://images.theeventscalendar.com/uploads/2025/03/create-personalized-emails-promoter.webp 1052w, https://images.theeventscalendar.com/uploads/2025/03/create-personalized-emails-promoter-300x283.webp 300w, https://images.theeventscalendar.com/uploads/2025/03/create-personalized-emails-promoter-665x627.webp 665w, https://images.theeventscalendar.com/uploads/2025/03/create-personalized-emails-promoter-90x85.webp 90w, https://images.theeventscalendar.com/uploads/2025/03/create-personalized-emails-promoter-768x724.webp 768w, https://images.theeventscalendar.com/uploads/2025/03/create-personalized-emails-promoter-430x405.webp 430w, https://images.theeventscalendar.com/uploads/2025/03/create-personalized-emails-promoter-645x608.webp 645w, https://images.theeventscalendar.com/uploads/2025/03/create-personalized-emails-promoter-460x434.webp 460w, https://images.theeventscalendar.com/uploads/2025/03/create-personalized-emails-promoter-512x483.webp 512w, https://images.theeventscalendar.com/uploads/2025/03/create-personalized-emails-promoter-562x530.webp 562w, https://images.theeventscalendar.com/uploads/2025/03/create-personalized-emails-promoter-600x566.webp 600w, https://images.theeventscalendar.com/uploads/2025/03/create-personalized-emails-promoter-500x471.webp 500w\" sizes=\"auto, (max-width: 1052px) 100vw, 1052px\" /></figure>\n\n\n\n<p>Last but not least, make use of search engine optimization (SEO) to drive organic traffic to your event. Create valuable content around your event’s theme through blog posts and articles that address your audience’s interests and questions. Focus on specific long-tail keywords like “virtual marketing summit 2025” to capture highly interested searchers. Build credibility by securing backlinks from speakers, sponsors, and partners to your event page.</p>\n\n\n\n<p>The secret to a successful omnichannel strategy lies in creating a cohesive experience across all platforms. Your branding, messaging, and value proposition should remain consistent whether someone discovers your event through social media, email, or organic search.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-4-maximize-early-registrations\"><strong>4. Maximize early registrations</strong></h3>\n\n\n\n<p>Want to <a href=\"https://theeventscalendar.com/blog/wordpress-event-registration-plugin/\">fill those virtual seats fast</a>? Early bird strategies are your secret weapon! To begin with, you can design a tiered pricing strategy that rewards early commitment while maximizing revenue. The classic three-tier model works particularly well for virtual events:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Ultra Early Bird (First 100 tickets or 3 months before)</strong>: Offer your most attractive pricing with exclusive perks.</li>\n\n\n\n<li><strong>Early Bird (2 months before)</strong>: Maintain a compelling discount while reducing additional benefits.</li>\n\n\n\n<li><strong>Regular Price (Final month)</strong>: Standard pricing with basic event access.</li>\n</ul>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1396\" height=\"1362\" src=\"https://images.theeventscalendar.com/uploads/2025/03/setting-up-tiered-tickets.png\" alt=\"Setting up tiered tickets with Event Tickets Plus\" class=\"wp-image-2547344\" srcset=\"https://images.theeventscalendar.com/uploads/2025/03/setting-up-tiered-tickets.png 1396w, https://images.theeventscalendar.com/uploads/2025/03/setting-up-tiered-tickets-300x293.png 300w, https://images.theeventscalendar.com/uploads/2025/03/setting-up-tiered-tickets-665x649.png 665w, https://images.theeventscalendar.com/uploads/2025/03/setting-up-tiered-tickets-87x85.png 87w, https://images.theeventscalendar.com/uploads/2025/03/setting-up-tiered-tickets-768x749.png 768w, https://images.theeventscalendar.com/uploads/2025/03/setting-up-tiered-tickets-430x420.png 430w, https://images.theeventscalendar.com/uploads/2025/03/setting-up-tiered-tickets-645x629.png 645w, https://images.theeventscalendar.com/uploads/2025/03/setting-up-tiered-tickets-1068x1042.png 1068w, https://images.theeventscalendar.com/uploads/2025/03/setting-up-tiered-tickets-460x449.png 460w, https://images.theeventscalendar.com/uploads/2025/03/setting-up-tiered-tickets-1074x1048.png 1074w, https://images.theeventscalendar.com/uploads/2025/03/setting-up-tiered-tickets-512x500.png 512w, https://images.theeventscalendar.com/uploads/2025/03/setting-up-tiered-tickets-1130x1102.png 1130w, https://images.theeventscalendar.com/uploads/2025/03/setting-up-tiered-tickets-543x530.png 543w, https://images.theeventscalendar.com/uploads/2025/03/setting-up-tiered-tickets-600x585.png 600w, https://images.theeventscalendar.com/uploads/2025/03/setting-up-tiered-tickets-500x488.png 500w\" sizes=\"auto, (max-width: 1396px) 100vw, 1396px\" /></figure>\n\n\n\n<p>Create FOMO (Fear of Missing Out) by offering exclusive experiences for early registrants. This could include intimate “coffee chats” with keynote speakers, priority access to one-on-one networking sessions, or VIP virtual breakout rooms limited to 10 participants.</p>\n\n\n\n<p>Build anticipation through strategic content drops. Release speaker announcements gradually, saving your biggest names for key registration deadlines. Share “behind-the-scenes” glimpses of your speakers preparing their presentations or quick-fire interview snippets that showcase their expertise. These teasers give potential attendees a taste of the value they’ll receive while creating social media-worthy moments.</p>\n\n\n\n<p>Use countdown timers strategically throughout your campaign. Place them prominently on your landing page, but don’t just count down to the event date. Create multiple urgency points:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Time until early bird pricing ends.</li>\n\n\n\n<li>Hours left for exclusive bonus content access.</li>\n\n\n\n<li>Countdown to speaker announcement reveals.</li>\n\n\n\n<li>Limited spots remaining in VIP networking sessions.</li>\n</ul>\n\n\n\n<p>For hybrid events, create special incentives for virtual attendees. While in-person tickets might offer traditional networking opportunities, virtual passes can include unique benefits like:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Extended on-demand access to session recordings.</li>\n\n\n\n<li>Exclusive digital workshops not available to in-person attendees.</li>\n\n\n\n<li>Virtual meet-and-greet sessions with speakers.</li>\n\n\n\n<li>Priority access to digital networking tools.</li>\n\n\n\n<li>Special swag boxes delivered to their door.</li>\n</ul>\n\n\n\n<p>Communicate these benefits clearly and frequently. The key to successful early registration campaigns lies in making potential attendees feel they’re not just getting a better price — they’re joining an exclusive club with genuine advantages.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-marketing-during-the-event-driving-engagement-and-interaction\"><strong>Marketing during the event: Driving engagement and interaction</strong></h2>\n\n\n\n<p>The curtain’s up, and your virtual event is live, but your marketing job isn’t done yet! In fact, this is when things get really exciting. Now’s your chance to turn passive viewers into active participants and create those “wow” moments that get people talking. Here’s how to keep the energy high and engagement flowing throughout your event.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-5-boost-virtual-event-roi-with-data-driven-personalization-techniques\"><strong>5. Boost virtual event ROI with data-driven personalization techniques</strong></h3>\n\n\n\n<p>Your virtual event platform is a treasure map of attendee behavior — every click, comment, and download tells you something valuable about your audience. But the real magic happens when you use this data to create personalized experiences in real time.</p>\n\n\n\n<p>Understanding your data starts with tracking meaningful engagement metrics, such as:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Average time spent in sessions.</li>\n\n\n\n<li>Question submission rates.</li>\n\n\n\n<li>Resource download patterns.</li>\n\n\n\n<li>Networking activity levels.</li>\n\n\n\n<li>Poll participation rates.</li>\n</ul>\n\n\n\n<p>Here’s where predictive analytics comes in handy. Like a weather forecast for engagement, it can help you spot potential drop-off points before they happen.</p>\n\n\n\n<p>For example, if you notice attention typically dips after 45 minutes, you can launch an interactive poll to reinvigorate participation or transition into focused breakout discussions. Share downloadable resources that complement the current topic, or introduce AI-powered content recommendations based on individual interests. Sometimes, a surprise guest speaker or bonus content reveal can provide the perfect engagement boost.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"2486\" height=\"7473\" src=\"https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention.png\" alt=\"Sample process workflow to keep track of attendee engagement levels and introduce relevant engagement boosts as required.\" class=\"wp-image-2547343\" srcset=\"https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention.png 2486w, https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention-100x300.png 100w, https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention-341x1024.png 341w, https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention-28x85.png 28w, https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention-768x2309.png 768w, https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention-511x1536.png 511w, https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention-681x2048.png 681w, https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention-430x1293.png 430w, https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention-645x1939.png 645w, https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention-2000x6012.png 2000w, https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention-1068x3210.png 1068w, https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention-460x1383.png 460w, https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention-1602x4816.png 1602w, https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention-1074x3228.png 1074w, https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention-512x1539.png 512w, https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention-1611x4843.png 1611w, https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention-367x1102.png 367w, https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention-176x530.png 176w, https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention-550x1653.png 550w, https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention-266x800.png 266w, https://images.theeventscalendar.com/uploads/2025/03/process-workflow-attendee-engagement-retention-500x1503.png 500w\" sizes=\"auto, (max-width: 2486px) 100vw, 2486px\" /></figure>\n\n\n\n<p>Use the <a href=\"https://theeventscalendar.com/blog/event-management-automation/\">power of smart automation</a> to transform your event from a one-size-fits-all webinar into a dynamic, responsive experience. Set up behavior-triggered workflows that respond to attendee actions in real time. When participants show interest in specific topics, automatically suggest related sessions or connect them with like-minded attendees.</p>\n\n\n\n<p><strong>Pro tip:</strong> Keep an eye on your high-value attendees (those super-engaged participants) and create special interaction opportunities just for them.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-6-design-immersive-virtual-event-experiences-that-captivate-attendees\"><strong>6. Design immersive virtual event experiences that captivate attendees</strong></h3>\n\n\n\n<p>Keeping virtual attendees glued to their screens is an art form. Try to convert passive viewing into active participation to keep attendees invested throughout your event.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Structure your tracks </strong>so that each session naturally leads to the next while allowing for personal choice. Use AI-powered scheduling tools to help attendees create their perfect agenda, with smart recommendations based on their interests and previous session choices. Maintain momentum when transitioning between sessions with engaging content like speaker interviews or quick-hit insights.</li>\n\n\n\n<li><strong>Make it interactive with second-screen experiences</strong>. While your main presentation delivers core content, complement it with interactive elements that enhance learning and retention. Launch synchronized polls that relate directly to the speaker’s current point or create digital workbooks that guide attendees through practical applications of the presented concepts.</li>\n\n\n\n<li><strong>Bridge the virtual-physical gap with hybrid networking lounges</strong>. Use gamification elements like virtual scavenger hunts that require collaboration between both audiences. You can even create mobile apps for cross-platform engagement.</li>\n\n\n\n<li><strong>Extend the value of your event beyond live sessions </strong>with asynchronous engagement opportunities. Create moderated discussion forums organized by topic, where attendees can deep-dive into specific subjects at their own pace. Launch challenge-based learning activities that participants can complete between sessions and then share their results with peers.</li>\n</ul>\n\n\n\n<p>Most importantly, make every interaction feel purposeful and valuable. Whether it’s a quick poll during a keynote or an in-depth workshop, each engagement point should contribute to the attendee’s overall learning journey.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-7-overcome-virtual-event-fatigue-with-innovative-tactics-to-maintain-audience-interest\"><strong>7. Overcome virtual event fatigue with innovative tactics to maintain audience interest</strong></h3>\n\n\n\n<p>We’ve all been there — that glazed-over feeling after hours of staring at screens. Virtual event fatigue is real, and it happens when our brains get overwhelmed by extended screen time, lack of physical interaction, and information overload. But don’t worry! There are proven ways to <a href=\"https://theeventscalendar.com/blog/5-tips-for-increasing-virtual-event-engagement/\">keep your audience energized and engaged</a>.</p>\n\n\n\n<p>Micro-learning moments can help you get over this. Break up your content into 5-7 minute segments, followed by interactive elements that wake up those tired minds. Think of it like a virtual workout routine — alternating between different types of activities keeps everyone fresh and focused.</p>\n\n\n\n<p>Engage multiple senses to make the experience more immersive:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Visual</strong>: Dynamic presentations and graphics.</li>\n\n\n\n<li><strong>Auditory</strong>: Music transitions and sound effects.</li>\n\n\n\n<li><strong>Interactive</strong>: Hands-on activities and exercises.</li>\n\n\n\n<li><strong>Collaborative</strong>: Group challenges and discussions.</li>\n</ul>\n\n\n\n<p>Use AI to track viewing patterns, automatically make personalized session suggestions, and create smart networking matches based on participant interests. For example, you could use <a href=\"https://www.cvent.com/en/event-marketing-management/attendee-hub\">Cvent Attendee Hub</a>, which uses machine learning algorithms to recommend sessions for attendees based on their interests.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-8-ensure-inclusivity-and-expand-global-reach\"><strong>8. Ensure inclusivity and expand global reach</strong></h3>\n\n\n\n<p>Your virtual event should feel welcoming to everyone, no matter where they’re joining from or what language they speak. Creating a truly global event means thinking beyond time zones and language barriers; the experience has to resonate with diverse audiences worldwide.</p>\n\n\n\n<p>Smart scheduling is your foundation for global access. Instead of forcing attendees to join at inconvenient hours, offer multiple session times and automated calendar conversions that make it easy for everyone to participate. Include clear “your local time” displays and enable session replay options so nobody misses out on valuable content.</p>\n\n\n\n<p>Break down language barriers with:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Real-time translation options.</li>\n\n\n\n<li>Multilingual chat support.</li>\n\n\n\n<li>Captioning in multiple languages.</li>\n\n\n\n<li>Translated resource materials</li>\n</ul>\n\n\n\n<p>Technical inclusivity is just as important as cultural sensitivity. Ensure your platform offers low-bandwidth viewing options and mobile-friendly interfaces. Remember that not everyone has access to high-speed internet, so providing downloadable content for offline access can make a huge difference.</p>\n\n\n\n<p>Create regional engagement paths that respect cultural differences and local preferences. What works in New York might not resonate in New Delhi — and that’s okay! Customize your approach for different regions while keeping your core message consistent.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-9-maximize-sponsor-and-partnership-value\"><strong>9. Maximize sponsor and partnership value</strong></h3>\n\n\n\n<p>Sponsors are crucial to your event’s success, but nobody wants their virtual experience to feel like one long commercial. A better solution is to have organic sponsor touchpoints that enhance the attendee experience rather than interrupt it.</p>\n\n\n\n<p>Smart sponsor integration strategies include:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Virtual expo halls with interactive booth features.</li>\n\n\n\n<li>Sponsored breakout rooms with valuable content.</li>\n\n\n\n<li>Gamified sponsor challenges with real prizes.</li>\n\n\n\n<li>Digital swag bags with exclusive offers.</li>\n</ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"961\" height=\"680\" src=\"https://images.theeventscalendar.com/uploads/2025/03/virtual-expo-hall-vfairs.webp\" alt=\"An example of a virtual expo hall with sponsors.\" class=\"wp-image-2547342\" srcset=\"https://images.theeventscalendar.com/uploads/2025/03/virtual-expo-hall-vfairs.webp 961w, https://images.theeventscalendar.com/uploads/2025/03/virtual-expo-hall-vfairs-300x212.webp 300w, https://images.theeventscalendar.com/uploads/2025/03/virtual-expo-hall-vfairs-665x471.webp 665w, https://images.theeventscalendar.com/uploads/2025/03/virtual-expo-hall-vfairs-120x85.webp 120w, https://images.theeventscalendar.com/uploads/2025/03/virtual-expo-hall-vfairs-768x543.webp 768w, https://images.theeventscalendar.com/uploads/2025/03/virtual-expo-hall-vfairs-430x304.webp 430w, https://images.theeventscalendar.com/uploads/2025/03/virtual-expo-hall-vfairs-645x456.webp 645w, https://images.theeventscalendar.com/uploads/2025/03/virtual-expo-hall-vfairs-460x325.webp 460w, https://images.theeventscalendar.com/uploads/2025/03/virtual-expo-hall-vfairs-512x362.webp 512w, https://images.theeventscalendar.com/uploads/2025/03/virtual-expo-hall-vfairs-707x500.webp 707w, https://images.theeventscalendar.com/uploads/2025/03/virtual-expo-hall-vfairs-600x425.webp 600w, https://images.theeventscalendar.com/uploads/2025/03/virtual-expo-hall-vfairs-500x354.webp 500w\" sizes=\"auto, (max-width: 961px) 100vw, 961px\" /><figcaption class=\"wp-element-caption\"><em>Source: </em><a href=\"https://www.vfairs.com/wp-content/uploads/2021/05/header-img-min-6-1.png\"><em>vFairs</em></a></figcaption></figure>\n\n\n\n<p>Track sponsor success through engagement metrics like booth visit duration, resource downloads, and interaction rates. Remember, when sponsors succeed, your event succeeds!</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-10-elevate-the-event-with-innovative-technologies\"><strong>10. Elevate the event with innovative technologies</strong></h3>\n\n\n\n<p>Technology is the backbone of your virtual event – it should be strong but flexible and, most importantly, invisible to your attendees. The goal is to create such a smooth experience that participants focus on the content, not the platform.</p>\n\n\n\n<p>Connect your virtual meeting platform with your event scheduling system, like <a href=\"https://theeventscalendar.com/\">The Events Calendar</a>, so attendees can seamlessly join. Set up smart notifications that respond to engagement patterns; if someone’s been inactive for a while, give them a gentle nudge with a personalized suggestion.</p>\n\n\n\n<p>On the flip side, going overboard with tech integrations can make the event feel disjointed and impersonal. Before adding any new software to your tech stack, ask yourself: “Does this make the experience better for attendees?” If the answer isn’t a clear “yes,” it might not be worth the complexity.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-post-event-marketing-extending-roi-beyond-the-event\"><strong>Post-event marketing: Extending ROI beyond the event</strong></h2>\n\n\n\n<p>A successful event can become a content engine that creates value and drives engagement for months to come. Strategic content repurposing and targeted follow-up campaigns are the starting point, but there’s much more that you can do.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-11-build-a-community-around-virtual-events-for-year-long-engagement\"><strong>11. Build a community around virtual events for year-long engagement</strong></h3>\n\n\n\n<p>Your virtual event created buzz, connections, and excitement — now it’s time to turn that momentum into a <a href=\"https://theeventscalendar.com/blog/community-event-management/\">thriving year-round community</a>!</p>\n\n\n\n<p>First, create dedicated spaces where your community can flourish. Set up industry-specific discussion forums, special interest groups based on event topics, and expert corners for thought leadership sharing.</p>\n\n\n\n<p>Second, empower your community members to become content creators. Launch a curator program where engaged participants can share their expertise through real-world case studies and mini-workshops.</p>\n\n\n\n<p>Third, keep the energy high with regular engagement opportunities, such as monthly virtual roundtables, expert Q&A sessions, community challenges, and member spotlight features.</p>\n\n\n\n<p>Monitor your community’s health by paying attention to discussion quality and frequency, tracking meaningful connections between members, and measuring knowledge-sharing activities. These metrics tell you whether your community is truly thriving or needs a boost.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-12-analyze-attendee-behavior-for-actionable-insights\"><strong>12. Analyze attendee behavior for actionable insights</strong></h3>\n\n\n\n<p>Time to put on your detective hat and uncover the story your event data is telling you. Map attendee journeys, from first touch to final follow-up. <em>Where did people get excited? Where did they drift away? </em></p>\n\n\n\n<p>These patterns are like breadcrumbs leading you to what works best. Pay special attention to engagement levels, content preferences, and participation styles. They’ll help you create smarter audience segments for future marketing.</p>\n\n\n\n<p>Look for content that really resonated by analyzing your most-watched sessions, highly-shared resources, and popular discussion topics. These insights can be your roadmap to creating even more compelling content next time.</p>\n\n\n\n<p>Build lookalike audiences based on your most engaged attendees. If they loved your event, chances are others like them will, too! Use these profiles to expand your reach and attract more of your ideal participants to future events.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-13-gather-feedback-through-surveys-and-implement-it-to-enhance-future-events\"><strong>13. Gather feedback through surveys and implement it to enhance future events</strong></h3>\n\n\n\n<p>Want to make your next virtual event even better? Start by getting smart about how you collect and use feedback. Instead of sending the same generic survey to everyone, create targeted questionnaires for different attendee groups. The reason is simple — your VIP sponsors will have different insights than first-time participants.</p>\n\n\n\n<p>Focus your surveys on specific aspects of the event experience, from session content and delivery to networking opportunities and platform usability to technical support.</p>\n\n\n\n<p>Here’s a clever trick: use <a href=\"https://blog.hubspot.com/blog/tabid/6307/bid/34155/how-to-capture-more-and-better-lead-intel-with-progressive-profiling.aspx\">progressive profiling</a> to gather deeper insights over time. Instead of overwhelming attendees with one massive survey, send shorter, focused questions at different touchpoints. Match these responses with actual engagement data to validate what people say against what they actually did during your event.</p>\n\n\n\n<p>When it’s time to make changes, prioritize improvements that align with your key business goals. Set clear metrics to measure the impact of each change. After all, if you can’t measure it, you can’t improve it!</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-14-share-learnings-across-teams-for-continuous-growth\"><strong>14. Share learnings across teams for continuous growth</strong></h3>\n\n\n\n<p>Your event insights are pieces of a puzzle – marketing knows what content resonated, sales understands what leads converted, and product teams see how features were used. When these teams share insights regularly, everyone wins.</p>\n\n\n\n<p>Create a central dashboard where teams can track key metrics like engagement rates, conversion patterns, and audience behavior. This becomes your single source of truth, helping everyone stay aligned and make data-driven decisions.</p>\n\n\n\n<p>Make knowledge-sharing a habit by scheduling regular cross-team reviews. These collaborative sessions are where teams can share success stories and challenges, brainstorm new approaches, refine existing strategies, and plan future improvements.</p>\n\n\n\n<p>For future events, test new ideas on a small scale before rolling them out widely. What looks good in theory needs to prove itself in practice!</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-events-calendar-suite-your-technology-stack-for-virtual-event-marketing\"><strong>The Events Calendar suite: Your technology stack for virtual event marketing</strong></h2>\n\n\n\n<p>For WordPress users looking for a feature-rich toolset to bring these virtual event strategies to life, The Events Calendar’s <a href=\"https://theeventscalendar.com/bundles/event-promoter-bundle/\">Event Marketing Bundle</a> is a great option. This includes three plugins that address three core virtual event marketing requirements.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"2231\" height=\"1016\" src=\"https://images.theeventscalendar.com/uploads/2025/03/event-marketing-bundle.png\" alt=\"Event Marketing Bundle by The Events Calendar\" class=\"wp-image-2547341\" srcset=\"https://images.theeventscalendar.com/uploads/2025/03/event-marketing-bundle.png 2231w, https://images.theeventscalendar.com/uploads/2025/03/event-marketing-bundle-300x137.png 300w, https://images.theeventscalendar.com/uploads/2025/03/event-marketing-bundle-665x303.png 665w, https://images.theeventscalendar.com/uploads/2025/03/event-marketing-bundle-140x64.png 140w, https://images.theeventscalendar.com/uploads/2025/03/event-marketing-bundle-768x350.png 768w, https://images.theeventscalendar.com/uploads/2025/03/event-marketing-bundle-1536x699.png 1536w, https://images.theeventscalendar.com/uploads/2025/03/event-marketing-bundle-2048x933.png 2048w, https://images.theeventscalendar.com/uploads/2025/03/event-marketing-bundle-430x196.png 430w, https://images.theeventscalendar.com/uploads/2025/03/event-marketing-bundle-645x294.png 645w, https://images.theeventscalendar.com/uploads/2025/03/event-marketing-bundle-2000x911.png 2000w, https://images.theeventscalendar.com/uploads/2025/03/event-marketing-bundle-1068x486.png 1068w, https://images.theeventscalendar.com/uploads/2025/03/event-marketing-bundle-460x209.png 460w, https://images.theeventscalendar.com/uploads/2025/03/event-marketing-bundle-1602x730.png 1602w, https://images.theeventscalendar.com/uploads/2025/03/event-marketing-bundle-1074x489.png 1074w, https://images.theeventscalendar.com/uploads/2025/03/event-marketing-bundle-512x233.png 512w, https://images.theeventscalendar.com/uploads/2025/03/event-marketing-bundle-1611x734.png 1611w, https://images.theeventscalendar.com/uploads/2025/03/event-marketing-bundle-707x322.png 707w, https://images.theeventscalendar.com/uploads/2025/03/event-marketing-bundle-600x273.png 600w, https://images.theeventscalendar.com/uploads/2025/03/event-marketing-bundle-500x228.png 500w\" sizes=\"auto, (max-width: 2231px) 100vw, 2231px\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-events-calendar-pro\"><strong>Events Calendar Pro</strong></h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Display virtual events using photo, week, or day views to make them engaging and easy to explore.</li>\n\n\n\n<li>Add direct links to platforms like <a href=\"https://www.zoom.com/\">Zoom</a>, <a href=\"https://www.microsoft.com/en-in/microsoft-teams/group-chat-software\">Microsoft Teams</a>, or <a href=\"https://meet.google.com/\">Google Meet</a> in your event details.</li>\n\n\n\n<li>Automate scheduling for ongoing events like webinars, workshops, or classes using the recurring events feature.</li>\n\n\n\n<li>Enable location-based or tag-based search to help users find virtual events relevant to them.</li>\n\n\n\n<li>Connect with <a href=\"https://zapier.com/\">Zapier</a> or <a href=\"https://www.microsoft.com/en-us/power-platform/products/power-automate\">MS Power Automate</a> to sync event data with your marketing tools or CRM.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-event-tickets-plus\"><strong>Event Tickets Plus</strong></h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use <a href=\"https://theeventscalendar.com/products/wordpress-event-tickets/\">Event Tickets Plus’</a> native <a href=\"https://theeventscalendar.com/knowledgebase/tickets-commerce/\">Tickets Commerce</a> or integrate with <a href=\"https://woocommerce.com/\">WooCommerce</a> to sell virtual event tickets directly from your site.</li>\n\n\n\n<li>Use custom registration fields to collect attendee preferences or other data to tailor the virtual event experience.</li>\n\n\n\n<li>Track attendee interest in free events while building a lead database for future campaigns.</li>\n\n\n\n<li>Access attendee insights and ticket sales data to refine your strategies.</li>\n\n\n\n<li>Use shortcodes to offer flexible ticket display options, such as ticket purchase options on any page or post.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-promoter-nbsp\"><strong>Promoter </strong></h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://theeventscalendar.com/products/promoter\">Automate attendee communication</a> with scheduled email reminders, updates, and post-event follow-ups to keep attendees engaged.</li>\n\n\n\n<li>Create personalized messages using dynamic content to customize emails based on attendee details.</li>\n\n\n\n<li>Automatically pull attendee data from Event Tickets Plus for precise email targeting.</li>\n\n\n\n<li>Use custom, professional, branded templates to maintain a polished look.</li>\n\n\n\n<li>Share session highlights, resources, or next event promotions to drive engagement after your virtual event concludes.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-upgrade-your-virtual-event-marketing-capabilities-today\"><strong>Upgrade your virtual event marketing capabilities today</strong></h2>\n\n\n\n<p>We’ve covered a lot of ground together, haven’t we? From building pre-event excitement to creating year-round communities, it’s clear that modern virtual event marketing is both an art and a science. Success comes from blending strategic thinking with the right technical foundation — and that’s where many event marketers struggle.</p>\n\n\n\n<p>Fortunately, you don’t have to piece together multiple complex systems to create professional virtual events. At $289 per year, the <a href=\"https://theeventscalendar.com/bundles/event-promoter-bundle/\">Event Marketing Bundle</a> from The Events Calendar is an excellent toolkit to start with, and you can scale up to other dedicated marketing tools as required.</p>\n\n\n\n<p>Ready to transform your virtual events into unforgettable experiences? <a href=\"https://theeventscalendar.com/bundles/event-promoter-bundle/\">Get the Event Marketing Bundle today</a>.</p>\n<p>The post <a href=\"https://theeventscalendar.com/blog/virtual-event-marketing/\">Virtual Event Marketing Mastery: From Strategy to Execution</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Seating Now Compatible with WooCommerce!\";s:7:\"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:147:\"https://theeventscalendar.com/blog/news/seating-compatible-with-woocommerce/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 13 Mar 2025 17:11: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"What\'s New\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=2547440\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:583:\"<p>At The Events Calendar, we focus on providing solutions that help venues operate more effectively and smoothly. For that reason, we’re thrilled to announce that Seating is now fully integrated with WooCommerce! When we first launched Seating, our goal was simple: we wanted to get this powerful tool into the hands of venues who needed…</p>\n<p>The post <a href=\"https://theeventscalendar.com/blog/news/seating-compatible-with-woocommerce/\">Seating Now Compatible with WooCommerce!</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Sarah Zuercher\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5142:\"\n<p>At The Events Calendar, we focus on providing solutions that help venues operate more effectively and smoothly. For that reason, we’re thrilled to announce that <a href=\"https://theeventscalendar.com/products/seating/\" target=\"_blank\" rel=\"noreferrer noopener\">Seating</a> is now fully integrated with WooCommerce!</p>\n\n\n\n<p>When we first launched Seating, our goal was simple: we wanted to get this <a href=\"https://theeventscalendar.com/blog/news/introducing-seating-add-on-for-event-tickets/\" target=\"_blank\" rel=\"noreferrer noopener\">powerful tool</a> into the hands of venues who needed it immediately. Assigned seating is a must-have for venues looking to optimize their ticketing system and overall efficiency, and our solution was designed to meet that demand. </p>\n\n\n\n<p>We decided to not include the WooCommerce integration in our initial launch because we wanted to invest the time and resources to do it right. WooCommerce is one of the most widely used e-commerce platforms, and integrating it with Seating was no small feat. But now, after months of development and testing, we are ready to offer this integration to our users! </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-power-of-woocommerce-and-seating-together\">The Power of Woocommerce and Seating Together</h2>\n\n\n\n<p>You can now use WooCommerce seamlessly with Seating, making seat assignments even better than before. WooCommerce’s capabilities add tons of functionality to your website, which is why <a href=\"https://storeleads.app/reports\" target=\"_blank\" rel=\"noreferrer noopener\">4.6 million online stores are built with it</a> and why we aim to integrate all our products with it. It gives you flexible, secure, and efficient payment options that open the door to fully customizable e-commerce.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-benefits-of-the-woocommerce-seating-integration\">The Benefits of the WooCommerce Seating Integration</h2>\n\n\n\n<p>With this integration, you can unlock the awesome benefits of WooCommerce. The world of WooCommerce is packed with possibilities, and here are just a few things you can do with it:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Simplify the checkout process creating as little friction as possible and encouraging more sales.</strong> WooCommerce lets you hide the site header and footer for a clean, distraction-free checkout page, plus it integrates a ton of popular payment options. You can also enable autofill for customers’ saved info and offer guest checkout for even more convenience. All these features come together to create a checkout experience that’s not just easy, but a breeze for your customers—and that means more sales!</li>\n\n\n\n<li><strong>More options for marketing your events, such as custom coupon codes to boost engagement.</strong> You can easily design promotional offers tailored to your audience, whether it’s a percentage discount, a fixed amount off, or a bogo deal. You can also set expiration dates, usage limits, and apply specific rules, ensuring that your discounts are both effective and aligned with your business goals. These custom coupon codes can be targeted to specific events, customer segments, or marketing campaigns, making them a powerful tool for increasing visibility, encouraging early sign-ups, and maximizing conversions. Plus, with the flexibility to distribute these codes via email, social media, or directly on your website, there are plenty of opportunities for driving traffic and sales!</li>\n\n\n\n<li><strong>Level up your business strategy with a wide range of available </strong><a href=\"https://woocommerce.com/product-category/woocommerce-extensions/?categoryIds=1021&collections=product&page=1\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>WooCommerce extensions</strong></a><strong>. </strong>These extensions boost your capabilities and open the door to awesome features that make your ticket sales smoother and faster. Think about everything from alternative payment options to customer support tools, marketing tactics, and more.</li>\n</ul>\n\n\n\n<p>The list doesn’t end here! WooCommerce offers endless benefits. We’re thrilled to offer you this powerful integration, and with Seating and WooCommerce working together, the sky’s the limit, <em>truly</em>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-we-re-proud-to-bring-you-this-integration\">We’re Proud to Bring You This Integration</h2>\n\n\n\n<p>With WooCommerce now fully integrated with Seating, you can take your venue’s ticketing system to the next level—making seat assignments even easier and more effective than ever before. This update is the result of our commitment to providing you with the best tools to run your events effectively.</p>\n\n\n\n<p>Thanks for being along for the ride! We love supporting you with everything you need to market your events, sell more tickets, and grow your business.</p>\n<p>The post <a href=\"https://theeventscalendar.com/blog/news/seating-compatible-with-woocommerce/\">Seating Now Compatible with WooCommerce!</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Event Tickets Plus 6.3.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:159:\"https://theeventscalendar.com/release-notes/event-tickets-plus/event-tickets-plus-6-3-0/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 13 Mar 2025 17:08:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Event Tickets Plus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"release notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=2547448\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:598:\"<p>Summary Feature Release This version of Event Tickets Plus now includes WooCommerce integration for Seating tickets! Read more about Seating WooCommerce Integration here. As always, we recommend testing updates on a staging site first, but it should all be smooth sailing. ✨ Features New features in this release: ✅ Fixes Bugs squashed in this release:…</p>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/event-tickets-plus/event-tickets-plus-6-3-0/\">Event Tickets Plus 6.3.0</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Emily Negroni\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4588:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n<h3 class=\"wp-block-heading\" id=\"h-summary\">Summary</h3>\n\n\n\n<p class=\"release-label has-normal-font-size\">Feature Release</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"release-summary__overview has-medium-font-size\">This version of Event Tickets Plus now includes WooCommerce integration for Seating tickets!</p>\n\n\n\n<p><strong>Read more about Seating WooCommerce Integration <a href=\"https://theeventscalendar.com/blog/news/seating-compatible-with-woocommerce/\">here</a>.</strong></p>\n\n\n\n<p>As always, we recommend <a href=\"https://theeventscalendar.com/knowledgebase/k/creating-and-using-a-wordpress-staging-site/\" target=\"_blank\" rel=\"noreferrer noopener\">testing updates</a> on a staging site first, but it should all be smooth sailing.</p>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-features\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Features</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">New features in this release:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WooCommerce integration for Seating tickets, allowing admins to create and sell Seating tickets with WooCommerce.</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-fixes\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Fixes</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Bugs squashed in this release:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Regenerate Order action not showing up on orders when HPOS is enabled.</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-4 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-tweaks\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/2699.png\" alt=\"⚙\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Tweaks</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Tweaks in this release:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Added filters: `tec_tickets_plus_seating_register_ar_assets`, `tec_tickets_plus_seating_is_checkout_page`, `tec_tickets_plus_woocommerce_attendee_regeneration`</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-5 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n<h4 class=\"wp-block-heading\" id=\"h-translations\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Translations</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Updated language files and strings:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>8 new strings added</li>\n\n\n\n<li>12 updated</li>\n\n\n\n<li>1 fuzzied</li>\n\n\n\n<li>0 obsoleted</li>\n</ul>\n</div>\n</div>\n\n\n\n<p></p>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/event-tickets-plus/event-tickets-plus-6-3-0/\">Event Tickets Plus 6.3.0</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Event Tickets 5.20.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"https://theeventscalendar.com/release-notes/event-tickets/event-tickets-5-20-1/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 13 Mar 2025 17:08:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Event Tickets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"release notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=2547449\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:588:\"<p>Summary Maintenance Release The latest update of Event Tickets adds Ticket editor support for creating Seating tickets with WooCommerce. Read more about Seating WooCommerce Integration here. As always, we recommend testing updates on a staging site first, but it should all be smooth sailing. ✨ Features New features in this release: ✅ Fixes Bugs squashed…</p>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/event-tickets/event-tickets-5-20-1/\">Event Tickets 5.20.1</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Emily Negroni\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4389:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-6 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n<h3 class=\"wp-block-heading\" id=\"h-summary\">Summary</h3>\n\n\n\n<p class=\"has-normal-font-size\">Maintenance Release</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">The latest update of Event Tickets adds Ticket editor support for creating Seating tickets with WooCommerce. </p>\n\n\n\n<p><strong>Read more about Seating WooCommerce Integration <a href=\"https://theeventscalendar.com/blog/news/seating-compatible-with-woocommerce/\">here</a>.</strong></p>\n\n\n\n<p>As always, we recommend<a href=\"https://theeventscalendar.com/knowledgebase/k/creating-and-using-a-wordpress-staging-site/\"> testing updates</a> on a staging site first, but it should all be smooth sailing.</p>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-features\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Features</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">New features in this release:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Adds Ticket editor support for creating Seating tickets with WooCommerce.</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-fixes\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Fixes</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Bugs squashed in this release:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ensure proper URL encoding for Admin URLS.</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-tweaks\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/2699.png\" alt=\"⚙\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Tweaks</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Tweaks in this release:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Added filters: `tec_tickets_seating_frontend_ticket_block_data` </li>\n\n\n\n<li>Changed views: `seating/seat-selection-timer`</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-10 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n<h4 class=\"wp-block-heading\" id=\"h-translations\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Translations</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Updated language files and strings:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>0 new strings added</li>\n\n\n\n<li>11 updated</li>\n\n\n\n<li>0 fuzzied</li>\n\n\n\n<li>1 obsoleted</li>\n</ul>\n</div>\n</div>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/event-tickets/event-tickets-5-20-1/\">Event Tickets 5.20.1</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"The Waitlist Feature for Event Tickets Plus\";s:7:\"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:155:\"https://theeventscalendar.com/blog/news/the-waitlist-feature-for-event-tickets-plus/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Mar 2025 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"What\'s New\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=2547400\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:592:\"<p>Managing high demand for events can be challenging, especially when spots fill up quickly. The newest waitlist feature for Event Tickets Plus offers a simple solution, automatically tracking interested attendees when an event is in pre-sales or sold out. It takes care of the process by notifying those on the waitlist as soon as spots…</p>\n<p>The post <a href=\"https://theeventscalendar.com/blog/news/the-waitlist-feature-for-event-tickets-plus/\">The Waitlist Feature for Event Tickets Plus</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Sarah Zuercher\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:25509:\"\n<p>Managing high demand for events can be challenging, especially when spots fill up quickly. The newest waitlist feature for Event Tickets Plus offers a simple solution, automatically tracking interested attendees when an event is in pre-sales or sold out. It takes care of the process by notifying those on the waitlist as soon as spots open up, with customizable emails and reservation timeframes to keep everything running smoothly.</p>\n\n\n\n<p>We’re confident that the waitlist feature will simplify your ticket sales, saving you time and eliminating stress. Let’s take a closer look at how it works and the key benefits it provides.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-a-closer-look-at-the-waitlist-feature\">A Closer Look at the Waitlist Feature</h2>\n\n\n\n<p>We’re thrilled to roll out this waitlist feature! You can choose from a variety of waitlist options, all with automated management and customizable emails tailorable to your needs.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-types-of-waitlists\">Types of Waitlists</h3>\n\n\n\n<p>There are two types of waitlists that you can add to an event: a tickets waitlist (for paid events) and an RSVP waitlist (for free events). For both types, there are three options to start a waitlist: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Before the ticket sales or RSVP collection starts:</strong> This helps build a list of interested attendees before tickets are available. When ticket sales go live, everyone on the waitlist will receive an email notifying them that they can now purchase tickets.</li>\n\n\n\n<li><strong>When the tickets or RSVPs reach capacity: </strong>If tickets sell out, this waitlist will track everyone who’s interested in securing a spot if one becomes available. Should a spot open up, those on the waitlist will be notified via email in the order they joined.</li>\n\n\n\n<li><strong>A combination of both:</strong> Before ticket sales begin <strong>and</strong> after tickets reaches maximum capacity (whenever tickets/RSVP is not available)</li>\n</ul>\n\n\n\n<p>With the flexibility to choose from multiple waitlist options, you can easily manage both paid and free events, ensuring a smooth and efficient process for your attendees.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-automatic-management\">Automatic Management</h3>\n\n\n\n<p>This feature automates the management process, making it easier than ever for you. Event Tickets Plus will collect the names and email addresses of interested attendees. When someone joins the waitlist, they’ll receive a custom email confirming their spot. If space becomes available or sales open, an automatic email will notify them. These emails are fully customizable, allowing you to adjust the subject, header, and content to match your messaging preferences.</p>\n\n\n\n<p>Additionally, an unsubscribe button is conveniently included in the emails, giving users the ability to remove themselves from the list. This feature empowers attendees to manage their own preferences, allowing you to focus on other important aspects of event management. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-customized-emails\">Customized Emails</h3>\n\n\n\n<p>Effective and branded messaging is crucial for every business. The two automated emails sent to waitlist contacts include a confirmation email when they join the waitlist and a notification when a spot becomes available. You have the ability to fully customize the content of these emails to suit your needs. Additionally, we offer dynamic content that can pull ticket details directly into your emails (learn more about that <a href=\"https://theeventscalendar.com/knowledgebase/event-tickets-emails/?id=event-tickets-emails\" target=\"_blank\" rel=\"noreferrer noopener\">here</a>). Our backend also allows you to preview the email, so you can see exactly how it will look. These custom emails provide both flexibility and convenience.</p>\n\n\n\n<p>By default, the waitlist subscribers for pre-sales will be emailed 20 minutes prior to when a ticket becomes available for purchase, giving them a head start and early access to purchase. This advantage is the primary benefit of subscribing, ensuring they get tickets before sales open to the general public. Even better? It’s fully customizable—while 20 minutes is the default, you can adjust the timing to fit your strategy.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-key-benefits-of-the-waitlist-feature\">Key Benefits of the Waitlist Feature</h2>\n\n\n\n<p>The waitlist feature streamlines your ticketing process and makes it easier than ever to manage pre-sales and waitlists. We know that this will provide several key benefits helping you manage events better: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Save time by reducing manual administration. </strong>This feature automates the pre-sales and waitlist process, offering a convenient tool to save you time. Focus on other event details while we manage the waitlist in the background.</li>\n\n\n\n<li><strong>Enjoy peace of mind with first-come, first-served spot allocation, ensuring a fair and efficient process for all attendees.</strong> When a spot opens up, users will be notified in the order they joined the waitlist, ensuring a simple and fair process.</li>\n\n\n\n<li><strong>Avoid confusion and complicated setup with this simple solution. </strong>We’ve configured everything on our end so that you can put your energy into other areas of event planning. </li>\n\n\n\n<li><strong>Maintain your brand with custom messaging on your personalized events. </strong>Whether your events are free or paid, big or small, this feature reinforces your company’s brand identity through personalization. </li>\n\n\n\n<li><strong>If you have a sold out event, easily use this feature to create a stress-free waitlist experience. </strong>You won’t have to worry about creating a list or notifying people of openings. </li>\n\n\n\n<li><strong>Elevate your marketing efforts by offering presale signups. </strong>This allows you to manage a list of interested individuals and notify them as soon as tickets or RSVPs are available, giving you a head start in promoting your event.</li>\n\n\n\n<li><strong>Keep your events and performances full by letting us manage the queue for you. </strong>No matter how busy you are leading up to the event, you can rest assured that we’ll automatically reach out to individuals to ensure that all seats are filled.</li>\n</ul>\n\n\n\n<p>We’re excited to see the benefits this feature brings to your organization. By handling waitlist management for you, it will free up your time to focus on other important aspects of your business. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-waitlist-feature-in-action\">Waitlist Feature in Action</h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-setting-up-a-waitlist\">Setting Up a Waitlist</h3>\n\n\n\n<p>When you are editing an event, scroll down to <strong>Waitlist</strong>. From there, you can set up a Tickets Waitlist (for paid events) or a RSVP Waitlist (for free events). </p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1701\" height=\"512\" src=\"https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Edit-in-Events.png\" alt=\"\" class=\"wp-image-2547415\" srcset=\"https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Edit-in-Events.png 1701w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Edit-in-Events-300x90.png 300w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Edit-in-Events-665x200.png 665w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Edit-in-Events-140x42.png 140w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Edit-in-Events-768x231.png 768w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Edit-in-Events-1536x462.png 1536w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Edit-in-Events-430x129.png 430w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Edit-in-Events-645x194.png 645w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Edit-in-Events-1068x321.png 1068w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Edit-in-Events-460x138.png 460w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Edit-in-Events-1602x482.png 1602w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Edit-in-Events-1074x323.png 1074w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Edit-in-Events-512x154.png 512w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Edit-in-Events-1611x485.png 1611w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Edit-in-Events-707x213.png 707w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Edit-in-Events-600x181.png 600w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Edit-in-Events-500x150.png 500w\" sizes=\"auto, (max-width: 1701px) 100vw, 1701px\" /></figure>\n\n\n\n<p>In this example, we’re adding a waitlist for RSVPs once available spots are filled. Click<strong> Save Waitlist</strong>. </p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"698\" src=\"https://images.theeventscalendar.com/uploads/2025/03/image-4.png\" alt=\"\" class=\"wp-image-2547410\" srcset=\"https://images.theeventscalendar.com/uploads/2025/03/image-4.png 1600w, https://images.theeventscalendar.com/uploads/2025/03/image-4-300x131.png 300w, https://images.theeventscalendar.com/uploads/2025/03/image-4-665x290.png 665w, https://images.theeventscalendar.com/uploads/2025/03/image-4-140x61.png 140w, https://images.theeventscalendar.com/uploads/2025/03/image-4-768x335.png 768w, https://images.theeventscalendar.com/uploads/2025/03/image-4-1536x670.png 1536w, https://images.theeventscalendar.com/uploads/2025/03/image-4-430x188.png 430w, https://images.theeventscalendar.com/uploads/2025/03/image-4-645x281.png 645w, https://images.theeventscalendar.com/uploads/2025/03/image-4-1068x466.png 1068w, https://images.theeventscalendar.com/uploads/2025/03/image-4-460x201.png 460w, https://images.theeventscalendar.com/uploads/2025/03/image-4-1074x469.png 1074w, https://images.theeventscalendar.com/uploads/2025/03/image-4-512x223.png 512w, https://images.theeventscalendar.com/uploads/2025/03/image-4-707x308.png 707w, https://images.theeventscalendar.com/uploads/2025/03/image-4-600x262.png 600w, https://images.theeventscalendar.com/uploads/2025/03/image-4-500x218.png 500w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\" /></figure>\n\n\n\n<p>With this setup, when all spots are filled, users can sign up for the waitlist with their name and email address. Here’s how it will look to your users.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1225\" height=\"1600\" src=\"https://images.theeventscalendar.com/uploads/2025/03/image-3.png\" alt=\"\" class=\"wp-image-2547409\" srcset=\"https://images.theeventscalendar.com/uploads/2025/03/image-3.png 1225w, https://images.theeventscalendar.com/uploads/2025/03/image-3-230x300.png 230w, https://images.theeventscalendar.com/uploads/2025/03/image-3-665x869.png 665w, https://images.theeventscalendar.com/uploads/2025/03/image-3-65x85.png 65w, https://images.theeventscalendar.com/uploads/2025/03/image-3-768x1003.png 768w, https://images.theeventscalendar.com/uploads/2025/03/image-3-1176x1536.png 1176w, https://images.theeventscalendar.com/uploads/2025/03/image-3-430x562.png 430w, https://images.theeventscalendar.com/uploads/2025/03/image-3-645x842.png 645w, https://images.theeventscalendar.com/uploads/2025/03/image-3-1068x1395.png 1068w, https://images.theeventscalendar.com/uploads/2025/03/image-3-460x601.png 460w, https://images.theeventscalendar.com/uploads/2025/03/image-3-1074x1403.png 1074w, https://images.theeventscalendar.com/uploads/2025/03/image-3-512x669.png 512w, https://images.theeventscalendar.com/uploads/2025/03/image-3-844x1102.png 844w, https://images.theeventscalendar.com/uploads/2025/03/image-3-406x530.png 406w, https://images.theeventscalendar.com/uploads/2025/03/image-3-600x784.png 600w, https://images.theeventscalendar.com/uploads/2025/03/image-3-500x653.png 500w\" sizes=\"auto, (max-width: 1225px) 100vw, 1225px\" /></figure>\n\n\n\n<p>They can enter their name and email address to sign up for the waitlist. When they click <strong>Notify Me</strong>, they will be shown a success message that says they will be contacted when a user can RSVP. They will also be sent a confirmation email if it is enabled. </p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"698\" src=\"https://images.theeventscalendar.com/uploads/2025/03/image-2.png\" alt=\"\" class=\"wp-image-2547408\" srcset=\"https://images.theeventscalendar.com/uploads/2025/03/image-2.png 1600w, https://images.theeventscalendar.com/uploads/2025/03/image-2-300x131.png 300w, https://images.theeventscalendar.com/uploads/2025/03/image-2-665x290.png 665w, https://images.theeventscalendar.com/uploads/2025/03/image-2-140x61.png 140w, https://images.theeventscalendar.com/uploads/2025/03/image-2-768x335.png 768w, https://images.theeventscalendar.com/uploads/2025/03/image-2-1536x670.png 1536w, https://images.theeventscalendar.com/uploads/2025/03/image-2-430x188.png 430w, https://images.theeventscalendar.com/uploads/2025/03/image-2-645x281.png 645w, https://images.theeventscalendar.com/uploads/2025/03/image-2-1068x466.png 1068w, https://images.theeventscalendar.com/uploads/2025/03/image-2-460x201.png 460w, https://images.theeventscalendar.com/uploads/2025/03/image-2-1074x469.png 1074w, https://images.theeventscalendar.com/uploads/2025/03/image-2-512x223.png 512w, https://images.theeventscalendar.com/uploads/2025/03/image-2-707x308.png 707w, https://images.theeventscalendar.com/uploads/2025/03/image-2-600x262.png 600w, https://images.theeventscalendar.com/uploads/2025/03/image-2-500x218.png 500w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\" /></figure>\n\n\n\n<p>On the backend, you can view waitlist subscribers by visiting <strong>Tickets → Waitlist Subscribers</strong>. </p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1701\" height=\"512\" src=\"https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscription.png\" alt=\"\" class=\"wp-image-2547414\" srcset=\"https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscription.png 1701w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscription-300x90.png 300w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscription-665x200.png 665w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscription-140x42.png 140w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscription-768x231.png 768w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscription-1536x462.png 1536w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscription-430x129.png 430w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscription-645x194.png 645w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscription-1068x321.png 1068w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscription-460x138.png 460w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscription-1602x482.png 1602w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscription-1074x323.png 1074w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscription-512x154.png 512w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscription-1611x485.png 1611w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscription-707x213.png 707w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscription-600x181.png 600w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscription-500x150.png 500w\" sizes=\"auto, (max-width: 1701px) 100vw, 1701px\" /></figure>\n\n\n\n<p>Once a spot opens up and a user is notified, the status will change to <strong>Notified</strong>, keeping you up-to-date.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1782\" height=\"495\" src=\"https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscribers.png\" alt=\"\" class=\"wp-image-2547411\" srcset=\"https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscribers.png 1782w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscribers-300x83.png 300w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscribers-665x185.png 665w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscribers-140x39.png 140w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscribers-768x213.png 768w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscribers-1536x427.png 1536w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscribers-430x119.png 430w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscribers-645x179.png 645w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscribers-1068x297.png 1068w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscribers-460x128.png 460w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscribers-1602x445.png 1602w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscribers-1074x298.png 1074w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscribers-512x142.png 512w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscribers-1611x448.png 1611w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscribers-707x196.png 707w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscribers-600x167.png 600w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Subscribers-500x139.png 500w\" sizes=\"auto, (max-width: 1782px) 100vw, 1782px\" /></figure>\n\n\n\n<p>You can repeat this process with both tickets and RSVPs, whether you are setting up a presale list or a waitlist. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-setting-up-custom-waitlist-emails\">Setting Up Custom Waitlist Emails</h3>\n\n\n\n<p>You can set up custom waitlist emails by going to <strong>Tickets → Settings → Emails</strong>. You can customize the <strong>Waitlist Spot Available </strong>emails and the <strong>Waitlist Confirmation</strong> emails. </p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"2290\" height=\"1000\" src=\"https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Feature-Email-Settings.png\" alt=\"\" class=\"wp-image-2547405\" srcset=\"https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Feature-Email-Settings.png 2290w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Feature-Email-Settings-300x131.png 300w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Feature-Email-Settings-665x290.png 665w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Feature-Email-Settings-140x61.png 140w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Feature-Email-Settings-768x335.png 768w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Feature-Email-Settings-1536x671.png 1536w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Feature-Email-Settings-2048x894.png 2048w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Feature-Email-Settings-430x188.png 430w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Feature-Email-Settings-645x282.png 645w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Feature-Email-Settings-2000x873.png 2000w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Feature-Email-Settings-1068x466.png 1068w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Feature-Email-Settings-460x201.png 460w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Feature-Email-Settings-1602x700.png 1602w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Feature-Email-Settings-1074x469.png 1074w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Feature-Email-Settings-512x224.png 512w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Feature-Email-Settings-1611x703.png 1611w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Feature-Email-Settings-707x309.png 707w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Feature-Email-Settings-600x262.png 600w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Feature-Email-Settings-500x218.png 500w\" sizes=\"auto, (max-width: 2290px) 100vw, 2290px\" /></figure>\n\n\n\n<p>When editing either one, you can toggle the emails on or off. You can edit the subject, heading, and content while previewing what the email will look like for waitlist subscribers. </p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1782\" height=\"591\" src=\"https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Confirmation.png\" alt=\"\" class=\"wp-image-2547413\" srcset=\"https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Confirmation.png 1782w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Confirmation-300x99.png 300w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Confirmation-665x221.png 665w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Confirmation-140x46.png 140w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Confirmation-768x255.png 768w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Confirmation-1536x509.png 1536w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Confirmation-430x143.png 430w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Confirmation-645x214.png 645w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Confirmation-1068x354.png 1068w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Confirmation-460x153.png 460w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Confirmation-1602x531.png 1602w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Confirmation-1074x356.png 1074w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Confirmation-512x170.png 512w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Confirmation-1611x534.png 1611w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Confirmation-707x234.png 707w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Confirmation-600x199.png 600w, https://images.theeventscalendar.com/uploads/2025/03/Waitlist-Confirmation-500x166.png 500w\" sizes=\"auto, (max-width: 1782px) 100vw, 1782px\" /></figure>\n\n\n\n<p>When you select <strong>Preview Email</strong>, you can glance at the email to ensure that formatting looks good.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"791\" src=\"https://images.theeventscalendar.com/uploads/2025/03/image.png\" alt=\"\" class=\"wp-image-2547402\" srcset=\"https://images.theeventscalendar.com/uploads/2025/03/image.png 1600w, https://images.theeventscalendar.com/uploads/2025/03/image-300x148.png 300w, https://images.theeventscalendar.com/uploads/2025/03/image-665x329.png 665w, https://images.theeventscalendar.com/uploads/2025/03/image-140x69.png 140w, https://images.theeventscalendar.com/uploads/2025/03/image-768x380.png 768w, https://images.theeventscalendar.com/uploads/2025/03/image-1536x759.png 1536w, https://images.theeventscalendar.com/uploads/2025/03/image-430x213.png 430w, https://images.theeventscalendar.com/uploads/2025/03/image-645x319.png 645w, https://images.theeventscalendar.com/uploads/2025/03/image-1068x528.png 1068w, https://images.theeventscalendar.com/uploads/2025/03/image-460x227.png 460w, https://images.theeventscalendar.com/uploads/2025/03/image-1074x531.png 1074w, https://images.theeventscalendar.com/uploads/2025/03/image-512x253.png 512w, https://images.theeventscalendar.com/uploads/2025/03/image-707x350.png 707w, https://images.theeventscalendar.com/uploads/2025/03/image-600x297.png 600w, https://images.theeventscalendar.com/uploads/2025/03/image-500x247.png 500w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\" /></figure>\n\n\n\n<p>There you have it! The steps to setting up a waitlist are easy (for both you and your users!) If you have more questions about setting up your waitlist, head over to our <a href=\"https://evnt.is/waitlist-kb\" target=\"_blank\" rel=\"noreferrer noopener\">knowledgebase article</a>. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-managing-tickets-is-easier-than-ever\">Managing Tickets is Easier than Ever</h2>\n\n\n\n<p>The waitlist feature for Event Tickets Plus makes tracking attendees a breeze when your event is in pre-sales or sold out. Save time and skip the hassle by automating the waitlist— let the system do the work while you focus on other areas of your business. This highly anticipated release is here, and we can’t wait to see how it boosts your efficiency and profit!</p>\n\n\n\n<p>We’re just getting started– keep an eye out for more exciting product updates. 2025 is shaping up to be an amazing year!</p>\n<p>The post <a href=\"https://theeventscalendar.com/blog/news/the-waitlist-feature-for-event-tickets-plus/\">The Waitlist Feature for Event Tickets Plus</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Event Tickets Plus 6.2.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:159:\"https://theeventscalendar.com/release-notes/event-tickets-plus/event-tickets-plus-6-2-0/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Mar 2025 20:25:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Event Tickets Plus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"release notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=2547421\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:578:\"<p>Summary Feature Release This version of Event Tickets Plus now has Waitlist functionality! Read more here. Event Tickets Plus 6.2.0 is only compatible with Event Tickets 5.20.0 or higher. As always, we recommend testing updates on a staging site first, but it should all be smooth sailing. ✨ Features New features in this release: ✅…</p>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/event-tickets-plus/event-tickets-plus-6-2-0/\">Event Tickets Plus 6.2.0</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Emily Negroni\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5998:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-11 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n<h3 class=\"wp-block-heading\" id=\"h-summary\">Summary</h3>\n\n\n\n<p class=\"release-label has-normal-font-size\">Feature Release</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"release-summary__overview has-medium-font-size\">This version of Event Tickets Plus now has Waitlist functionality! Read more <a href=\"https://theeventscalendar.com/blog/news/the-waitlist-feature-for-event-tickets-plus/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-feed\">here</a>.</p>\n\n\n\n<p><strong>Event Tickets Plus 6.2.0 is only compatible with Event Tickets 5.20.0 or higher.</strong></p>\n\n\n\n<p>As always, we recommend <a href=\"https://theeventscalendar.com/knowledgebase/k/creating-and-using-a-wordpress-staging-site/\" target=\"_blank\" rel=\"noreferrer noopener\">testing updates</a> on a staging site first, but it should all be smooth sailing.</p>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-12 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-features\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Features</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">New features in this release:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Adds Waitlist functionality.</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-13 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-fixes\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Fixes</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Bugs squashed in this release:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Restores Ticket’s API capability checks to take place in the controller and not in the internal API.</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-14 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-tweaks\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/2699.png\" alt=\"⚙\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Tweaks</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Tweaks in this release:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Added actions: `tec_tickets_plus_waitlist_before_metabox`, `tec_tickets_plus_waitlist_before_inject_html_in_{$hook_prefix}_block`, `tec_tickets_plus_waitlist_before_inject_html_in_block`, `tec_tickets_plus_waitlist_after_inject_html_in_{$hook_prefix}_block`, `tec_tickets_plus_waitlist_after_inject_html_in_block`, `tec_tickets_plus_waitlist_subscriber_pre_notify`, `tec_tickets_plus_waitlist_subscriber_post_notify`, `tec_tickets_plus_waitlist_before_create_subscriber`, `tec_tickets_plus_waitlist_after_create_subscriber`, `tec_tickets_plus_waitlist_before_delete_subscribers`, `tec_tickets_plus_waitlist_no_pending_subscribers_to_delete`, `tec_tickets_plus_waitlist_failed_delete_subscribers`, `tec_tickets_plus_waitlist_after_delete_subscribers`, `tec_tickets_plus_waitlist_before_delete`, `tec_tickets_plus_waitlist_after_delete`, `tec_tickets_plus_waitlist_no_subscribers_to_process`, `tec_tickets_plus_waitlist_subscriber_being_processed`, `tec_tickets_plus_waitlist_subscribers_batch_processed`, `tribe_log` </li>\n\n\n\n<li>Added filters: `tec_tickets_plus_waitlist_feature_active`, `tec_tickets_plus_waitlist_subscriber_notify_meta`, `tec_tickets_plus_waitlist_is_active`, `tec_tickets_plus_waitlist_conditional_label`, `tec_tickets_plus_waitlist_process_subscribers_batch_size`, `tec_tickets_plus_waitlist_interval_between_batches`, `tec_tickets_plus_waitlist_subscribers_batch_errors` </li>\n\n\n\n<li>Changed views: `waitlist/admin/empty-content`, `waitlist/admin/metabox`, `waitlist/admin/page`, `waitlist/form`.</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-15 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n<h4 class=\"wp-block-heading\" id=\"h-translations\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Translations</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Updated language files and strings:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>107 new strings added</li>\n\n\n\n<li>32 updated</li>\n\n\n\n<li>0 fuzzied</li>\n\n\n\n<li>0 obsoleted</li>\n</ul>\n</div>\n</div>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/event-tickets-plus/event-tickets-plus-6-2-0/\">Event Tickets Plus 6.2.0</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Event Tickets 5.20.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"https://theeventscalendar.com/release-notes/event-tickets/event-tickets-5-20-0/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Mar 2025 20:25:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Event Tickets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"release notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=2547412\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:576:\"<p>Summary Maintenance Release The latest update of Event Tickets ensures Capacity & Stock handling are handled in one single Action by Tickets Commerce, & respects Global Capacity and more. Read more about Event Tickets Plus Waitlist here. As always, we recommend testing updates on a staging site first, but it should all be smooth sailing.…</p>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/event-tickets/event-tickets-5-20-0/\">Event Tickets 5.20.0</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Emily Negroni\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5937:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-16 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n<h3 class=\"wp-block-heading\" id=\"h-summary\">Summary</h3>\n\n\n\n<p class=\"has-normal-font-size\">Maintenance Release</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">The latest update of Event Tickets ensures Capacity & Stock handling are handled in one single Action by Tickets Commerce, & respects Global Capacity and more.</p>\n\n\n\n<p><strong>Read more about Event Tickets Plus Waitlist <a href=\"https://theeventscalendar.com/blog/news/the-waitlist-feature-for-event-tickets-plus/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-feed\">here</a>.</strong></p>\n\n\n\n<p>As always, we recommend<a href=\"https://theeventscalendar.com/knowledgebase/k/creating-and-using-a-wordpress-staging-site/\"> testing updates</a> on a staging site first, but it should all be smooth sailing.</p>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-17 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-features\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Features</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">New features in this release:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Adds Ticket actions for when a ticket goes on sale, a ticket sale ends, and ticket stock changes. </li>\n\n\n\n<li>Introduces Waitlist entry points in Ticket and RSVP templates.</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-18 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-fixes\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Fixes</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Bugs squashed in this release:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ensures Capacity and Stock handling are now handled in one single Action by Tickets Commerce, and it respects Global Capacity. </li>\n\n\n\n<li>Restores Ticket’s API capability checks to take place in the controller and not in the internal API.</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-19 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-tweaks\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/2699.png\" alt=\"⚙\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Tweaks</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Tweaks in this release:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Added actions: `tec_tickets_commerce_decrease_ticket_stock`, `tec_tickets_commerce_increase_ticket_stock`, `tec_tickets_ticket_dates_updated`, `tec_tickets_ticket_stock_added`, `tec_tickets_ticket_stock_changed`, `tec_tickets_ticket_{$prefix}_date_trigger`, `tec_tickets_ticket_upserted` </li>\n\n\n\n<li>Added filters: `tec_tickets_rsvp_ids_to_sync` </li>\n\n\n\n<li>Adding filters to Tickets and RSVP block for the ability to redener components on top of those blocks.</li>\n\n\n\n<li>Changed views: `emails/confirmation`, `emails/spot-available`, `emails/template-parts/body/unsubscribe`, `tickets/my-tickets/user-details`, `v2/rsvp/content`, `v2/tickets` </li>\n\n\n\n<li>Enrich ticket management JS hooks. </li>\n\n\n\n<li>Firing a hook `tec.tickets.seating.setUsingAssignedSeating` whenever the isUsingAssignedSeating property is set.</li>\n\n\n\n<li>Init TicketsCommerce Module as soon as possible.</li>\n\n\n\n<li>Introduced hooks that fire during RSVP creation/update/deletion while in the block editor. </li>\n\n\n\n<li>Introduces Waitlist email templates.</li>\n\n\n\n<li>Moves abstract class for custom tables into TCMN. </li>\n\n\n\n<li>Moves method `provide_events_results_to_ajax` one level higher so that it loads regardless of Tickets Commerce.</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-20 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n<h4 class=\"wp-block-heading\" id=\"h-translations\"><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Translations</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Updated language files and strings:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>2 new strings added</li>\n\n\n\n<li>55 updated</li>\n\n\n\n<li>0 fuzzied</li>\n\n\n\n<li>1 obsoleted</li>\n</ul>\n</div>\n</div>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/event-tickets/event-tickets-5-20-0/\">Event Tickets 5.20.0</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"4 Innovative Event Marketing Strategies That Boost ROI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"https://theeventscalendar.com/blog/event-marketing-strategy/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Mar 2025 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:16:\"Event Management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=2547279\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:655:\"<p>Get this: event marketing budgets nearly doubled between 2021 and 2023, with 73% of marketers boosting their spending. Why? Because in-person events are back — and they’re bigger than ever. The game has changed, though. Today’s successful events are more than simple gatherings. They’re immersive experiences that blend sustainability with powerful networking opportunities. But here’s…</p>\n<p>The post <a href=\"https://theeventscalendar.com/blog/event-marketing-strategy/\">4 Innovative Event Marketing Strategies That Boost ROI</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Nathan B. Weller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:26616:\"\n<p>Get this: event marketing budgets nearly doubled between 2021 and 2023, with <a href=\"https://go.splashthat.com/rs/985-MUN-268/images/2023-events-outlook.pdf\">73% of marketers boosting their spending</a>. Why? Because in-person events are back — and they’re bigger than ever.</p>\n\n\n\n<p>The game has changed, though. Today’s successful events are more than simple gatherings. They’re immersive experiences that blend sustainability with powerful networking opportunities.</p>\n\n\n\n<p>But here’s the challenge: measuring success isn’t as simple as counting ticket sales anymore. Smart event managers are moving beyond <a href=\"https://theeventscalendar.com/blog/marketing-funnel-basics-for-events/\">basic metrics</a>, embracing sophisticated tools like multi-touch attribution and predictive analytics to prove (and improve) their ROI.</p>\n\n\n\n<p>When you strategically integrate the right marketing tools and analytics (which we’ll cover in detail here), you can track, measure, and improve your returns in ways that weren’t even possible a few years ago.</p>\n\n\n\n<p>Let’s look at some event marketing strategies to help you get more value from every dollar that you invest.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-strategy-1-use-previous-event-marketing-data-for-effective-budget-allocation\"><strong>Strategy #1: Use previous event marketing data for effective budget allocation</strong></h2>\n\n\n\n<p>Imagine you’re planning your next big event. Only, instead of relying on gut feelings, you’re using data to promote it across multiple channels at just the right time. Your marketing budget is allocated based on real performance metrics, not guesswork. Smart analytics tell you exactly when to ramp up your campaigns for maximum impact, while automated tools handle repetitive tasks in the background…</p>\n\n\n\n<p>But this is NOT a dream — in fact, it’s very possible!</p>\n\n\n\n<p>While we can’t predict the future, we can do the next best thing: learn from the past. Smart budget allocation starts with understanding what worked (and what didn’t) in your previous events.</p>\n\n\n\n<p>Let’s break this down into actionable steps. First, you’ll want to choose the right <a href=\"https://corporatefinanceinstitute.com/resources/fpa/types-of-budgets-budgeting-methods/\">type of budgeting method</a> and a budgeting tool based on your needs. Popular options include <a href=\"https://www.freshbooks.com/?srsltid=AfmBOooPY842SvqbjXTPv9YzfncmCkvDwfzg5CuRjrLycoM6-vck-KdP\">Freshbooks</a>, <a href=\"https://www.quicken.com/\">Quicken</a>, or <a href=\"https://www.xero.com/\">Xero</a>. Next, build a data-driven budget that works.</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Start by creating what’s called a <a href=\"https://www.nielsen.com/insights/2019/methods-models-a-guide-to-multi-touch-attribution\">multi-touch attribution model</a>, i.e., tracking how people find their way to your registration page. For example, did they click on your <a href=\"https://business.facebook.com/\">Facebook ad</a>, then read your email, <em>then</em> finally sign up? Or did they find you on a <a href=\"https://theeventscalendar.com/blog/event-management/build-a-ticketing-website/\">ticketing platform</a> and register from there? Understanding this journey helps you see which marketing efforts are really paying off.</li>\n\n\n\n<li>Set up tracking across all your marketing channels. Each platform, whether it’s social media, email, or your website, has its own analytics tools that you can use to see which channels are bringing in the most registrations, versus the money spent.</li>\n\n\n\n<li>Don’t set your budget in stone. Create specific triggers that tell you when it’s time to shift money around. Maybe you notice your <a href=\"https://business.linkedin.com/marketing-solutions/ads\">LinkedIn ads</a> are bringing in twice as many registrations as your Facebook ads — that’s a signal to adjust your spending.</li>\n</ol>\n\n\n\n<p>The goal is to optimize your spending and get the maximum bang for your buck.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-leverage-ai-and-automation-to-reduce-marketing-costs\"><strong>Leverage AI and automation to reduce marketing costs</strong></h3>\n\n\n\n<p>The awareness around having a dedicated <a href=\"https://theeventscalendar.com/tag/event-marketing/\">event marketing</a> budget is increasing, yes. But sometimes, you may need to stretch your marketing budget more than usual. During times like these, put repetitive tasks on autopilot. </p>\n\n\n\n<p>Tools like <a href=\"https://zapier.com/\">Zapier</a> and <a href=\"https://www.make.com/en\">Make</a> can easily handle time-consuming marketing tasks while you focus on strategy and creativity.</p>\n\n\n\n<p>These automation tools make it very easy to connect your marketing and sales data, showing you exactly how attendees move from first hearing about your event to actually attending it. </p>\n\n\n\n<p>Here are some examples of workflows that you can automate.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>When someone registers for your event, an automated workflow tracks their journey from your Facebook ad to your website to your registration form.</li>\n\n\n\n<li>Want to know how your event marketing is performing right now? Build dashboards that show you important numbers in real-time, like how much you’re spending per registration or which marketing channels are working best.</li>\n\n\n\n<li>Create custom calculators that predict your event’s success based on past performance data, factoring in things like what type of event you’re running, who your audience is, and whether certain seasons will affect your results.</li>\n</ul>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id2547279_11f666-9c alignnone wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top\">\n\n<div class=\"wp-block-kadence-column kadence-column2547279_fe854e-e2\"><div class=\"kt-inside-inner-col\">\n<h3 class=\"wp-block-heading\" id=\"h-sample-zapier-workflow-for-setting-up-real-time-performance-dashboards\"><strong>Sample Zapier Workflow for setting up real-time performance dashboards</strong></h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-objective\"><strong>Objective:</strong></h4>\n\n\n\n<p>Create a workflow to automatically update a performance dashboard with KPIs such as cost per registration, channel ROI, and engagement rates in real time, integrating data from advertising platforms, CRMs, and analytics tools.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-2547279_473d30-20\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\"/></div></div>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-tools-involved\"><strong>Tools involved:</strong></h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Google Sheets</strong> — For aggregating data.</li>\n\n\n\n<li><strong>Google Data Studio</strong> (or Power BI/Tableau) — For dashboard visualization.</li>\n\n\n\n<li><strong>Zapier</strong> — To automate data flow.</li>\n\n\n\n<li><strong>Ad Platforms</strong> (Google Ads, Facebook Ads, LinkedIn Ads) — For channel ROI and ad spend.</li>\n\n\n\n<li><strong>CRM</strong> (HubSpot, Salesforce) — For registration and engagement data.</li>\n\n\n\n<li><strong>Analytics Tool</strong> (Google Analytics 4) — For engagement metrics.</li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-2547279_75e441-ce\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\"/></div></div>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-step-by-step-workflow\"><strong>Step-by-step workflow:</strong></h4>\n\n\n\n<p><strong>1. Track ad spend and channel ROI</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Trigger:</strong> New data in <strong>Google Ads, Facebook Ads</strong>, or <strong>LinkedIn Ads</strong>.</li>\n\n\n\n<li><strong>Action:</strong> Zapier adds this data (e.g., spend, impressions, clicks) to <strong>Google Sheets</strong>.\n<ul class=\"wp-block-list\">\n<li>Columns: Channel Name, Ad Spend, Clicks, Impressions, Conversions, ROI.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<p><strong>2. Update Cost per registration</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Trigger:</strong> New registration in <strong>HubSpot</strong> or <strong>Salesforce</strong>.</li>\n\n\n\n<li><strong>Action:</strong> Zapier calculates the <strong>cost per registration</strong> by dividing total ad spend (from Step 1) by the number of new registrations and updates it in <strong>Google Sheets</strong>.</li>\n</ul>\n\n\n\n<p><strong>3. Monitor engagement rates</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Trigger:</strong> New session/event tracked in <strong>Google Analytics 4</strong> (e.g., pageviews, time on site, bounce rates).</li>\n\n\n\n<li><strong>Action:</strong> Zapier logs this data in <strong>Google Sheets</strong>, updating engagement metrics like average session duration and conversion rate.</li>\n</ul>\n\n\n\n<p><strong>4. Generate real-time dashboards</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Trigger:</strong> New row added or updated in <strong>Google Sheets</strong>.</li>\n\n\n\n<li><strong>Action:</strong> Connect <strong>Google Sheets</strong> to <strong>Google Data Studio</strong> for automatic updates to the dashboard.\n<ul class=\"wp-block-list\">\n<li>Visualize key metrics:\n<ul class=\"wp-block-list\">\n<li><strong>Cost per registration</strong>: Line graph.</li>\n\n\n\n<li><strong>Channel ROI</strong>: Bar chart by channel.</li>\n\n\n\n<li><strong>Engagement rates</strong>: Pie chart or table.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n\n\n\n<p><strong>5. Notifications for anomalies</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Trigger:</strong> KPI thresholds breached (e.g., cost per registration exceeds $50, ROI drops below 10%).</li>\n\n\n\n<li><strong>Action:</strong> Zapier sends an alert via <strong>Slack</strong> or <strong>email</strong>.</li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-2547279_c89950-c8\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\"/></div></div>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-workflow-diagram\"><strong>Workflow diagram:</strong></h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"433\" src=\"https://images.theeventscalendar.com/uploads/2025/02/zapier-workflow-example.png\" alt=\"A visual representation of a sample Zapier workflow for setting up real-time performance dashboards.\" class=\"wp-image-2547282\" srcset=\"https://images.theeventscalendar.com/uploads/2025/02/zapier-workflow-example.png 1600w, https://images.theeventscalendar.com/uploads/2025/02/zapier-workflow-example-300x81.png 300w, https://images.theeventscalendar.com/uploads/2025/02/zapier-workflow-example-665x180.png 665w, https://images.theeventscalendar.com/uploads/2025/02/zapier-workflow-example-140x38.png 140w, https://images.theeventscalendar.com/uploads/2025/02/zapier-workflow-example-768x208.png 768w, https://images.theeventscalendar.com/uploads/2025/02/zapier-workflow-example-1536x416.png 1536w, https://images.theeventscalendar.com/uploads/2025/02/zapier-workflow-example-430x116.png 430w, https://images.theeventscalendar.com/uploads/2025/02/zapier-workflow-example-645x175.png 645w, https://images.theeventscalendar.com/uploads/2025/02/zapier-workflow-example-1068x289.png 1068w, https://images.theeventscalendar.com/uploads/2025/02/zapier-workflow-example-460x124.png 460w, https://images.theeventscalendar.com/uploads/2025/02/zapier-workflow-example-1074x291.png 1074w, https://images.theeventscalendar.com/uploads/2025/02/zapier-workflow-example-512x139.png 512w, https://images.theeventscalendar.com/uploads/2025/02/zapier-workflow-example-707x191.png 707w, https://images.theeventscalendar.com/uploads/2025/02/zapier-workflow-example-600x162.png 600w, https://images.theeventscalendar.com/uploads/2025/02/zapier-workflow-example-500x135.png 500w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\" /></figure>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-2547279_67a58d-cd\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\"/></div></div>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-expected-results\"><strong>Expected results:</strong></h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Real-time tracking of ad performance, cost per registration, and engagement rates.</li>\n\n\n\n<li>Automated anomaly detection with instant alerts.</li>\n\n\n\n<li>Easy-to-understand performance dashboard, accessible at any time.</li>\n</ul>\n</div></div>\n\n</div></div>\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong>Heads-up:</strong> setting up these smart workflows requires either technical know-how or a developer’s help, especially for bigger events. However, if you do have the budget to bring in someone with technical expertise, these automated systems can save you a lot of time and money in the long run.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-use-predictive-analytics-for-campaign-optimization\"><strong>Use predictive analytics for campaign optimization</strong></h3>\n\n\n\n<p>Predictive analytics looks at patterns from your past events and current market trends to help you make better marketing decisions.</p>\n\n\n\n<p>In your <a href=\"https://theeventscalendar.com/blog/event-marketing-plan/\">event marketing plan</a>, make use of tools like:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.eventbrite.com/\">Eventbrite</a> to analyze your historical attendance data to forecast how many people might show up.</li>\n\n\n\n<li><a href=\"https://www.tableau.com/\">Tableau</a> to create visual maps of your marketing journey, showing you exactly which promotional channels are bringing in the most registrations.</li>\n\n\n\n<li><a href=\"https://amplitude.com/\">Amplitude</a> to get in-depth insights into attendee behavior, telling you who’s most likely to actually attend versus who might need an extra reminder.</li>\n</ul>\n\n\n\n<p>Interestingly, we’re seeing a major shift toward what’s called “micro-moment marketing” in the events world. Instead of running broad campaigns, smart event marketers are targeting specific moments in the attendee journey.</p>\n\n\n\n<p>For example, if you use the <a href=\"https://theeventscalendar.com/products/promoter/\">Promoter plugin</a>, you can send personalized messages based on how each person has interacted with your event promotions rather than sending the same reminder email to everyone. Trust us, this <strong>precise targeting works</strong>. Event managers using this approach are seeing registration rates improve substantially compared to traditional methods.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-strategy-2-transform-your-event-promotion-with-personalized-multi-channel-campaigns\"><strong>Strategy #2: Transform your event promotion with personalized multi-channel campaigns</strong></h2>\n\n\n\n<p>Promoting your event on multiple channels is all about being everywhere strategically, with personalization and perfect timing.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Start by grouping your potential attendees based on their behavior and when they typically register. Early birds might respond best to exclusive pre-sale offers on LinkedIn, while last-minute decision-makers might need that final push through targeted <a href=\"https://business.instagram.com/advertising?locale=en_GB\">Instagram ads</a>.</li>\n\n\n\n<li>Create a content calendar that matches these patterns. Emails can go out early in the week when business professionals are planning, while social media posts can peak during weekend browsing hours.</li>\n</ul>\n\n\n\n<p>Coordinate your timing across all channels, whether they’re ones you own (like your website), earn (like press coverage), or pay for (like ads), to create an end-to-end journey that guides attendees naturally toward registration.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-effective-use-of-social-media-and-email-marketing-for-maximum-reach\"><strong>Effective use of social media and email marketing for maximum reach</strong></h3>\n\n\n\n<p>A whopping <a href=\"https://backlinko.com/social-media-users\">5.17 billion people scrolled through social media</a> in 2024 (Backlinko, 2024). That’s like having two-thirds of the world’s population hanging out in one digital space. Pretty wild, right?</p>\n\n\n\n<p>But just blasting out event posts doesn’t cut it anymore. The real winners are diving deep into their event data to uncover the ideal posting windows. Maybe your tech crowd is most responsive during their Wednesday lunch breaks, or your weekenders browse Instagram on Sunday mornings. These insights are critical for deciding your ad spend.</p>\n\n\n\n<p>Tap into what we call “mirror audiences.” If your last conference was packed with IT directors who loved it, platforms like Facebook and LinkedIn can help you find more people who match that same profile.</p>\n\n\n\n<p>Get press coverage. When industry blogs or news sites feature your event, their shares spark conversations that money can’t buy.</p>\n\n\n\n<p>And don’t give up on <a href=\"https://theeventscalendar.com/blog/event-management/a-complete-guide-to-email-marketing-for-events/\">email marketing for event promotions</a>. It’s your chance to reconnect with folks who showed interest but got distracted. Mix in some well-timed social media reminders, and you’ve got a powerful combo that turns “maybe next time” into “count me in.”</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-partner-with-influencers-and-industry-experts\"><strong>Partner with influencers and industry experts</strong></h3>\n\n\n\n<p><a href=\"https://emplifi.io/resources/insights/state-of-influencer-marketing-2023-download\">Emplifi’s 2023 report</a> shows that teaming up with influencers can skyrocket your reach by 18 times in healthcare and real estate events, and 14 times in beauty industry gatherings. Now, before you dash off to DM every influencer in sight, let’s get smart about this.</p>\n\n\n\n<p>Ditch the guesswork when picking partners. Look at hard data like engagement rates, not just follower counts. That tech guru with 10,000 super-engaged followers might pack more punch than a celebrity with millions of passive ones.</p>\n\n\n\n<p>Track your influencer campaigns like you’d track your investments. Set up clear metrics — registration spikes after their posts, hashtag usage, or attendee surveys mentioning their content.</p>\n\n\n\n<p>A good idea is to get your influencers involved in crafting the message. When they help shape the story, their promotions feel genuine, not forced. Maybe they host a pre-event webinar or share behind-the-scenes peeks at the planning process. Their audience can smell authenticity from a mile away, and they’ll appreciate the real deal.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-create-compelling-content-that-converts-attendees\"><strong>Create compelling content that converts attendees</strong></h3>\n\n\n\n<p>Ever heard of the “48-hour magic window”? Research shows that most folks jump on event registrations either in the first 48 hrs after you announce them or 48 hrs before early bird prices close.</p>\n\n\n\n<p>Knowing this, smart event planners sprinkle their best content during these hot zones. Share those glowing testimonials from last year’s rock star attendees — you know, the ones who landed dream clients or cracked the code to their biggest business challenges at your event. </p>\n\n\n\n<p><a href=\"https://theeventscalendar.com/blog/how-to-sell-tickets/\">Nothing sells tickets like real success stories</a>.</p>\n\n\n\n<p>Build excitement with some FOMO-inducing offers —VIP access for the first 50 signups, or exclusive workshop seats for early birds. If you notice that someone’s been frequently visiting your events page but hasn’t signed up yet, give them that extra nudge — maybe a sneak peek at your speaker lineup or a special discount code. Just make it feel personal, not pushy.</p>\n\n\n\n<p>Most importantly, make sure your registration process is smoother than butter. Test every click and tweak every page to watch those conversion rates soar.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-strategy-3-use-innovative-hybrid-experience-design-for-personalization\"><strong>Strategy #3: Use innovative hybrid experience design for personalization</strong></h2>\n\n\n\n<p>The numbers don’t lie: organizations that master personalized hybrid experiences see 37% higher engagement rates, according to <a href=\"https://explorer.amexglobalbusinesstravel.com/Meetings-Events-Forecast-2024.html\">American Express’s 2024 Global Meetings & Events Forecast</a> report. That’s what happens when you thoughtfully blend physical and digital elements.</p>\n\n\n\n<p>Successful hybrid events create authentic touchpoints between in-person and virtual attendees. Here’s how leading organizations are making it happen:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Smart badge technology</strong>: Physical attendees wear badges with embedded NFC chips that track session attendance and interests, while virtual attendees have digital profiles that mirror these capabilities.</li>\n\n\n\n<li><strong>AI-powered matchmaking</strong>: Machine learning algorithms analyze attendee profiles, session choices, and real-time behavior to suggest relevant connections, whether they’re in the room or joining remotely.</li>\n\n\n\n<li><strong>Interactive content delivery</strong>: Using platforms that automatically adjust content formats based on how attendees participate, you can deliver high-definition video streams to remote viewers while optimizing in-room displays for those present.</li>\n</ul>\n\n\n\n<p>Here’s how it can work in real life: An executive in New York joins your keynote session while collaborating with her teammate watching from London. Their event apps suggest relevant sessions based on their industry roles and past interactions. </p>\n\n\n\n<p>During panel discussions, questions flow naturally between the room and remote participants, making location irrelevant to the conversation.</p>\n\n\n\n<p>The ultimate goal here is not to run two parallel events (one physical, one virtual) but to create a single, cohesive experience.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-strategy-4-engage-attendees-throughout-the-event-lifecycle\"><strong>Strategy #4: Engage attendees throughout the event lifecycle</strong></h2>\n\n\n\n<p>Your event shouldn’t fizzle out when the last session ends. Smart marketers <a href=\"https://theeventscalendar.com/blog/community-event-management/\">turn single events into year-round communities</a> that buzz with activity, ideas, and connections. Here are a few ideas to get started:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Give attendees an exclusive digital hangout</strong>. A private LinkedIn group or dedicated <a href=\"https://slack.com/\">Slack</a> channel becomes their go-to spot for continuing those hallway conversations that sparked during the event. When an attendee from Austin can bounce ideas off a peer in Amsterdam months after meeting at your conference, you’ve created lasting value.</li>\n\n\n\n<li><strong>Make it easy for everyone to revisit the good stuff.</strong> Set up a content hub where attendees find session recordings, slides, and bonus materials. But don’t just dump content there. Organize themed series that build on popular event topics. When that marketing director needs to reference that brilliant strategy presentation three months later, they’ll thank you.</li>\n\n\n\n<li><strong>Turn your biggest fans into event ambassadors</strong>. These engaged attendees already rave about your event; give them early access to news, special perks, and chances to lead community discussions. Their enthusiasm is contagious, and their insights help shape future events.</li>\n\n\n\n<li><strong>Keep the momentum rolling on social media</strong>. Create event-specific hashtags that live on well past the closing remarks. Schedule regular live sessions where past speakers drop by to share updates. Post weekly discussion prompts that get people talking. When you maintain this steady level of engagement, you slowly build a thriving community that gets more valuable with time.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-send-post-event-feedback-and-thank-you-emails\"><strong>Send post-event feedback and thank-you emails</strong></h3>\n\n\n\n<p>In the first 24 hours after your event, while the excitement is still fresh, reach out with a warm, personal thank-you email. Ask for their thoughts. </p>\n\n\n\n<p>What lit them up? What fell flat? Their honest feedback can make your next event even better.</p>\n\n\n\n<p>Between major events, keep the energy alive with bite-sized gatherings. Monthly virtual coffee chats with industry experts, quick-fire workshop sessions, or casual networking hours keep your community connected and engaged. </p>\n\n\n\n<p>Want to turn first-timers into regulars? Launch a loyalty program that means business. Early registration access, VIP seating, one-on-one time with speakers — these perks make attendees feel valued and eager to return. </p>\n\n\n\n<p>Plus, when they see their feedback implemented in future events, they become a part of your event’s evolution.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-streamline-your-roi-one-strategy-at-a-time\"><strong>Streamline your ROI, one strategy at a time</strong></h2>\n\n\n\n<p>The path to maximizing event ROI isn’t about implementing all these strategies at once. Start by choosing one or two approaches that align best with your current capabilities and goals. Monitor your metrics, gather feedback, and refine your approach with each event. </p>\n\n\n\n<p>As you build your tech stack, focus on tools that integrate well with each other, provide clear analytics, and support your business goals.</p>\n\n\n\n<p>Most importantly, stay flexible and adaptive. The events industry continues to evolve, and so should your marketing strategies.Need more event marketing insights? <a href=\"https://theeventscalendar.com/newsletter-signup/\">Sign up for our newsletter</a> to get expert advice on event planning and management.</p>\n<p>The post <a href=\"https://theeventscalendar.com/blog/event-marketing-strategy/\">4 Innovative Event Marketing Strategies That Boost ROI</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Announcing Major SEO Improvements to The Events Calendar\";s:7:\"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:163:\"https://theeventscalendar.com/blog/announcing-major-seo-improvements-to-the-events-calendar/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Mar 2025 14:39:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"What\'s New\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=2547373\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:615:\"<p>A good community has your back. They want you to succeed and will help make your success a reality. Being part of a good community is a wonderful thing–it’s empowering, rewarding, and humbling all at once. That’s exactly what we’ve experienced while building the latest update for The Events Calendar. This release is packed with…</p>\n<p>The post <a href=\"https://theeventscalendar.com/blog/announcing-major-seo-improvements-to-the-events-calendar/\">Announcing Major SEO Improvements to The Events Calendar</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Nathan B. Weller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7215:\"\n<p>A good community has your back. They want you to succeed and will help make your success a reality. Being part of a good community is a wonderful thing–it’s empowering, rewarding, and humbling all at once. That’s exactly what we’ve experienced while building <a href=\"https://theeventscalendar.com/release-notes/the-events-calendar/the-events-calendar-6-10-2/\">the latest update for The Events Calendar.</a> This release is packed with SEO improvements made possible thanks to input from <a href=\"https://joost.blog/\">Joost de Valk</a>, the creator of the <a href=\"https://wordpress.org/plugins/wordpress-seo/\">Yoast SEO plugin</a> and an influential figure in the WordPress space.</p>\n\n\n\n<p>Joost generously took the time to highlight several SEO issues he noticed, create video walk-throughs, and collaborate with our developers to address them. Today, we’re excited to share those improvements with you and show how they’ll boost your event website’s performance.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-event-calendar-s-new-seo-improvements\">The Event Calendar’s new SEO improvements</h2>\n\n\n\n<p>There are four areas of improvement we’ve tackled in this update:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Showing a 404 header for Month, Day, and Week Views when there are no events.</li>\n\n\n\n<li>How we handle caching and no-index in the calendar’s Month and Week Views.</li>\n\n\n\n<li>Using WordPress’ default Robots Head meta tag instead of adding our own.</li>\n\n\n\n<li>Correcting how the Month and Week View title tags are displayed on initial page load.</li>\n</ol>\n\n\n\n<p>If that sounds super technical and over your head, don’t worry! In the sections below we’ll explain each issue in simple terms and how fixing it has improved the plugin and your website.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-adding-404-header-for-empty-month-day-and-week-views\">Adding 404 header for empty Month, Day, and Week Views</h3>\n\n\n\n<p><strong>Problem:</strong> Let’s say I’ve been running my events calendar for about a year. The first event on my calendar is January 1, 2024. The last event on my calendar (the one I have published furthest out into the future) is on July 4th, 2025. If a user is navigating my calendar by pressing the “next” or “previous” date options, they won’t be able to navigate prior to January 1, 2025 or past July 4th, 2025. Let’s call this your calendar’s “active” date range. To the average user, it seems like that’s where the calendar content ends.</p>\n\n\n\n<p>What Joost discovered however, is that if someone creates and uses a direct link to say, January 1, 1900, not only is that page generated but so are all the pages for dates between January 1, 1900 and January 1, 2024! The same was true for dates out into the future. Pages were also being generated for disabled or empty views if a direct link was used to get there. That’s a LOT of pages with nothing on them being crawled by search engines!</p>\n\n\n\n<p><strong>Solution:</strong> Our team made sure we now send 404 headers on views outside your calendar’s “active” date range or when a view is disabled.</p>\n\n\n\n<p><strong>Benefit:</strong> Sending a 404 signals to search engines that no valid content exists for that URL, preventing Google from wasting crawl budget on non-existent pages. This helps ensure only valid pages get indexed, keeping your search results relevant.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-caching-and-no-index-in-month-and-week-views\">Caching and no-index in Month and Week Views</h3>\n\n\n\n<p><strong>Problem:</strong> Users experience your event calendar through Views, such as List, Month, Day, etc. If I’m viewing your calendar in Month View and browse from January to February, I’ve technically just gone between two pages of your website, even if it doesn’t look like it.</p>\n\n\n\n<p>Any time a page within a View has no events, that page should be “noindex-ed”, meaning a noindex tag is added to it so that search engines will not index that page. This is a good thing. You only want the most relevant and valuable pages on your site indexed, not pages without content. However, when caching was enabled for Month View in <em>Events > Settings > General > Viewing,</em> pages that shouldn’t have been indexed still were (on both Month and Week Views), potentially harming the overall SEO of your site by allowing search engines to index low-value, low-relevancy pages.</p>\n\n\n\n<p><strong>Solution:</strong> Our team added a new hook that fires before cached content is found so that it always checks for noindex.</p>\n\n\n\n<p><strong>Benefit:</strong> Proper implementation of both caching and noindex tags is a big win for your site’s SEO. Caching helps to speed up your website while noindex-ing helps search engines focus on the most important content your site has to offer.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-filtering-robots-head-meta-tag\">Filtering Robots Head meta tag</h3>\n\n\n\n<p><strong>Problem:</strong> By default, when an events calendar page was cached, a robots meta tag was added by The Events Calendar plugin. The robots meta tag is important because it instructs search engines on how to handle specific web pages. In this instance, event pages. The problem Joost found is that each of these pages actually had two robots meta tags–one from us and one from WordPress core.</p>\n\n\n\n<p><strong>Solution:</strong> Our team utilized the wp_robots filter to modify noindex from WordPress core instead of adding our own tag.</p>\n\n\n\n<p><strong>Benefit:</strong> Having two different <meta name=”robots”> tags sends mixed signals to search engines, which can lead to incorrect handling of your pages. This fix ensures search engines are getting a single, clear signal.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-fixing-month-and-week-view-title-tags\">Fixing Month and Week View title tags</h3>\n\n\n\n<p><strong>Problem:</strong> Depending on how you had your Events plugin configured you could end up with bad <title> tags on certain month view archive pages, which is less than ideal cause it would make the Month View pages appear to have different content than it actually does.</p>\n\n\n\n<p><strong>Solution:</strong> We now use the correct method to determine the title, ensuring all views are correctly displayed.</p>\n\n\n\n<p><strong>Benefit:</strong> This fix improves your site visitors’ user experience and the SEO discoverability of affected pages.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-even-more-improvements-and-new-features-are-on-their-way\">Even more improvements and new features are on their way!</h2>\n\n\n\n<p>Whether we’re addressing feedback from our amazing community or innovating internally, we’re always hard at work making the entire Events Calendar Suite better. In the coming weeks and months we’ve got a lot of new features coming that we’re sure you’ll love. Stay tuned to learn more!</p>\n<p>The post <a href=\"https://theeventscalendar.com/blog/announcing-major-seo-improvements-to-the-events-calendar/\">Announcing Major SEO Improvements to The Events Calendar</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s: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:35:\"https://theeventscalendar.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:16:{s:4:\"date\";s:29:\"Thu, 20 Mar 2025 17:53:24 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:14:\"content-length\";s:5:\"38568\";s:6:\"cf-ray\";s:20:\"9237119f4b67782b-IST\";s:15:\"cf-cache-status\";s:7:\"DYNAMIC\";s:13:\"cache-control\";s:12:\"max-age=3600\";s:16:\"content-encoding\";s:4:\"gzip\";s:7:\"expires\";s:29:\"Thu, 20 Mar 2025 18:53:24 GMT\";s:13:\"last-modified\";s:29:\"Thu, 20 Mar 2025 16:25:22 GMT\";s:4:\"link\";s:117:\"<https://theeventscalendar.com/wp-json/>; rel=\"https://api.w.org/\", <https://theeventscalendar.com/>; rel=\"canonical\"\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"cf-edge-cache\";s:24:\"cache,platform=wordpress\";s:9:\"x-nocache\";s:1:\"1\";s:13:\"server-timing\";s:28:\"cfCacheStatus;desc=\"DYNAMIC\"\";s:6:\"server\";s:10:\"cloudflare\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";}}s:5:\"build\";i:1727725820;s:21:\"cache_expiration_time\";i:1742536404;s:23:\"__cache_expiration_time\";i:1742540905;}','off'),
(465,'_transient_timeout_feed_mod_0d102f2a1f4d6bc90eb8c6ffe18e56ed','1742540905','off'),
(466,'_transient_feed_mod_0d102f2a1f4d6bc90eb8c6ffe18e56ed','1742497705','off'),
(467,'_transient_timeout_trx_utils_installer_posts','1742407558','off'),
(468,'_transient_trx_utils_installer_posts','a:26:{i:2;s:11:\"Sample Page\";i:42;s:7:\"Classic\";i:44;s:17:\"Masonry 2 columns\";i:46;s:17:\"Masonry 3 columns\";i:48;s:19:\"Portfolio 2 columns\";i:50;s:19:\"Portfolio 3 columns\";i:53;s:4:\"Shop\";i:55;s:9:\"Our Range\";i:57;s:8:\"About us\";i:59;s:7:\"Contact\";i:76;s:4:\"Grid\";i:79;s:7:\"Masonry\";i:81;s:7:\"Cobbles\";i:186;s:16:\"About us style 2\";i:219;s:10:\"Homepage 1\";i:238;s:10:\"Homepage 2\";i:239;s:10:\"Home Boxed\";i:244;s:10:\"Homepage 4\";i:299;s:10:\"Typography\";i:323;s:10:\"Shortcodes\";i:521;s:4:\"Cart\";i:522;s:8:\"Checkout\";i:523;s:10:\"My Account\";i:621;s:6:\"Events\";i:730;s:14:\"Privacy Policy\";i:904;s:12:\"Service Plus\";}','off'),
(469,'tec_timed_tribe_supports_async_process','','on'),
(474,'oliveoil_emailer_subscribers','a:1:{s:21:\"E-mailer subscription\";a:2:{s:14:\"sdsdf@adasd.as\";s:32:\"324d23f1248bd9a8054845f752eb40c8\";s:20:\"avantyrism@gmail.com\";s:32:\"9046b995fdc278c5d4653b21b51a6d4b\";}}','auto'),
(475,'oliveoil_options','a:207:{s:10:\"body_style\";s:4:\"wide\";s:13:\"body_paddings\";s:3:\"yes\";s:11:\"body_scheme\";s:8:\"original\";s:11:\"body_filled\";s:3:\"yes\";s:9:\"bg_custom\";s:2:\"no\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"bg_pattern\";s:0:\"\";s:17:\"bg_pattern_custom\";s:0:\"\";s:8:\"bg_image\";s:0:\"\";s:15:\"bg_image_custom\";s:0:\"\";s:24:\"bg_image_custom_position\";s:8:\"left_top\";s:13:\"bg_image_load\";s:5:\"boxed\";s:13:\"show_video_bg\";s:2:\"no\";s:21:\"video_bg_youtube_code\";s:0:\"\";s:12:\"video_bg_url\";s:0:\"\";s:16:\"video_bg_overlay\";s:2:\"no\";s:15:\"top_panel_style\";s:8:\"header_8\";s:15:\"top_panel_image\";s:56:\"https://ipekyonetim.com/wp-content/uploads/2016/06/1.jpg\";s:18:\"top_panel_position\";s:5:\"above\";s:16:\"top_panel_scheme\";s:12:\"color_blocks\";s:18:\"pushy_panel_scheme\";s:4:\"dark\";s:15:\"show_page_title\";s:3:\"yes\";s:16:\"show_breadcrumbs\";s:3:\"yes\";s:21:\"breadcrumbs_max_level\";s:1:\"0\";s:9:\"menu_main\";s:7:\"default\";s:15:\"menu_attachment\";s:5:\"fixed\";s:10:\"menu_hover\";s:4:\"fade\";s:17:\"menu_animation_in\";s:6:\"fadeIn\";s:18:\"menu_animation_out\";s:7:\"fadeOut\";s:11:\"menu_mobile\";s:4:\"1024\";s:10:\"menu_width\";s:0:\"\";s:18:\"show_top_panel_top\";s:2:\"no\";s:9:\"menu_user\";s:7:\"default\";s:14:\"show_languages\";s:3:\"yes\";s:10:\"show_login\";s:3:\"yes\";s:14:\"show_bookmarks\";s:3:\"yes\";s:12:\"show_socials\";s:3:\"yes\";s:8:\"menu_toc\";s:5:\"float\";s:13:\"menu_toc_home\";s:3:\"yes\";s:12:\"menu_toc_top\";s:3:\"yes\";s:4:\"logo\";s:66:\"https://ipekyonetim.com/wp-content/uploads/2025/03/TASLIZADE-2.png\";s:11:\"logo_retina\";s:0:\"\";s:10:\"logo_fixed\";s:0:\"\";s:9:\"logo_text\";s:0:\"\";s:11:\"logo_height\";s:0:\"\";s:11:\"logo_offset\";s:0:\"\";s:11:\"show_slider\";s:2:\"no\";s:14:\"slider_display\";s:8:\"fullwide\";s:13:\"slider_height\";s:0:\"\";s:13:\"slider_engine\";s:6:\"swiper\";s:12:\"slider_alias\";s:0:\"\";s:19:\"slider_over_content\";s:0:\"\";s:18:\"slider_over_scheme\";s:4:\"dark\";s:15:\"slider_category\";s:0:\"\";s:12:\"slider_posts\";s:1:\"5\";s:14:\"slider_orderby\";s:4:\"date\";s:12:\"slider_order\";s:4:\"desc\";s:15:\"slider_interval\";s:4:\"7000\";s:17:\"slider_pagination\";s:2:\"no\";s:14:\"slider_infobox\";s:5:\"slide\";s:20:\"slider_info_category\";s:3:\"yes\";s:19:\"slider_info_reviews\";s:3:\"yes\";s:24:\"slider_info_descriptions\";s:0:\"\";s:15:\"custom_sidebars\";a:2:{i:0;s:15:\"Sevices sidebar\";i:1;s:0:\"\";}s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:8:\"original\";s:12:\"sidebar_main\";s:12:\"sidebar_main\";s:18:\"show_sidebar_outer\";s:4:\"hide\";s:20:\"sidebar_outer_scheme\";s:8:\"original\";s:23:\"sidebar_outer_show_logo\";s:3:\"yes\";s:26:\"sidebar_outer_show_socials\";s:3:\"yes\";s:23:\"sidebar_outer_show_menu\";s:3:\"yes\";s:9:\"menu_side\";s:7:\"default\";s:26:\"sidebar_outer_show_widgets\";s:3:\"yes\";s:13:\"sidebar_outer\";s:13:\"sidebar_outer\";s:19:\"show_sidebar_footer\";s:3:\"yes\";s:21:\"sidebar_footer_scheme\";s:8:\"original\";s:14:\"sidebar_footer\";s:14:\"sidebar_footer\";s:22:\"sidebar_footer_columns\";s:1:\"4\";s:27:\"show_testimonials_in_footer\";s:2:\"no\";s:19:\"testimonials_scheme\";s:8:\"original\";s:18:\"testimonials_count\";s:1:\"3\";s:22:\"show_twitter_in_footer\";s:2:\"no\";s:14:\"twitter_scheme\";s:8:\"original\";s:13:\"twitter_count\";s:1:\"3\";s:14:\"show_googlemap\";s:3:\"yes\";s:16:\"googlemap_height\";s:3:\"400\";s:17:\"googlemap_address\";s:0:\"\";s:16:\"googlemap_latlng\";s:0:\"\";s:15:\"googlemap_title\";s:0:\"\";s:21:\"googlemap_description\";s:0:\"\";s:14:\"googlemap_zoom\";s:2:\"16\";s:15:\"googlemap_style\";s:9:\"greyscale\";s:16:\"googlemap_marker\";s:62:\"https://ipekyonetim.com/wp-content/uploads/2016/06/pointer.png\";s:23:\"show_contacts_in_footer\";s:2:\"no\";s:15:\"contacts_scheme\";s:8:\"original\";s:11:\"logo_footer\";s:0:\"\";s:18:\"logo_footer_retina\";s:0:\"\";s:18:\"logo_footer_height\";s:2:\"30\";s:24:\"show_copyright_in_footer\";s:4:\"text\";s:16:\"copyright_scheme\";s:8:\"original\";s:11:\"menu_footer\";s:7:\"default\";s:16:\"footer_copyright\";s:119:\"<p><a href=\"https://ancorathemes.com/\" target=\"_blank\" rel=\"noopener\">AncoraThemes</a> © {Y}. All rights reserved.</p>\";s:28:\"disable_widgets_block_editor\";s:3:\"yes\";s:21:\"show_theme_customizer\";s:2:\"no\";s:15:\"customizer_demo\";s:1:\"0\";s:13:\"css_animation\";s:3:\"yes\";s:19:\"animation_on_mobile\";s:3:\"yes\";s:12:\"button_hover\";s:4:\"fade\";s:11:\"input_hover\";s:7:\"default\";s:26:\"remember_visitors_settings\";s:2:\"no\";s:18:\"responsive_layouts\";s:3:\"yes\";s:14:\"page_preloader\";s:4:\"none\";s:12:\"privacy_text\";s:61:\"I agree that my submitted data is being collected and stored.\";s:15:\"custom_css_html\";s:2:\"no\";s:8:\"gtm_code\";s:0:\"\";s:9:\"gtm_code2\";s:0:\"\";s:11:\"custom_code\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";s:20:\"page_preloader_image\";s:0:\"\";s:12:\"fonts_subset\";s:15:\"latin,latin-ext\";s:10:\"blog_style\";s:7:\"excerpt\";s:11:\"hover_style\";s:19:\"square effect_shift\";s:9:\"hover_dir\";s:13:\"left_to_right\";s:13:\"article_style\";s:7:\"stretch\";s:18:\"dedicated_location\";s:7:\"default\";s:12:\"show_filters\";s:4:\"hide\";s:9:\"blog_sort\";s:4:\"date\";s:10:\"blog_order\";s:4:\"desc\";s:14:\"posts_per_page\";s:2:\"12\";s:22:\"post_excerpt_maxlength\";s:3:\"250\";s:30:\"post_excerpt_maxlength_masonry\";s:3:\"150\";s:12:\"single_style\";s:15:\"single-standard\";s:4:\"icon\";s:0:\"\";s:16:\"alter_thumb_size\";s:3:\"1_1\";s:19:\"show_featured_image\";s:3:\"yes\";s:15:\"show_post_title\";s:3:\"yes\";s:25:\"show_post_title_on_quotes\";s:2:\"no\";s:14:\"show_post_info\";s:3:\"yes\";s:25:\"show_text_before_readmore\";s:3:\"yes\";s:16:\"show_post_author\";s:3:\"yes\";s:14:\"show_post_tags\";s:3:\"yes\";s:17:\"show_post_related\";s:3:\"yes\";s:18:\"post_related_count\";s:1:\"4\";s:20:\"post_related_columns\";s:1:\"4\";s:17:\"post_related_sort\";s:4:\"date\";s:18:\"post_related_order\";s:4:\"desc\";s:12:\"exclude_cats\";s:5:\"41,22\";s:15:\"blog_pagination\";s:5:\"pages\";s:13:\"blog_counters\";s:14:\"likes,comments\";s:14:\"close_category\";s:8:\"parental\";s:15:\"show_date_after\";s:1:\"0\";s:25:\"show_tribe_events_in_blog\";s:3:\"yes\";s:12:\"show_reviews\";s:3:\"yes\";s:17:\"reviews_max_level\";s:1:\"5\";s:13:\"reviews_style\";s:5:\"stars\";s:24:\"reviews_criterias_levels\";s:26:\"bad,poor,normal,good,great\";s:13:\"reviews_first\";s:6:\"author\";s:14:\"reviews_second\";s:4:\"show\";s:16:\"reviews_can_vote\";s:3:\"all\";s:17:\"reviews_criterias\";a:1:{i:0;s:0:\"\";}s:13:\"reviews_marks\";s:0:\"\";s:12:\"retina_ready\";s:1:\"1\";s:14:\"images_quality\";s:2:\"70\";s:18:\"substitute_gallery\";s:2:\"no\";s:21:\"gallery_instead_image\";s:3:\"yes\";s:18:\"gallery_max_slides\";s:1:\"5\";s:12:\"popup_engine\";s:8:\"magnific\";s:16:\"substitute_audio\";s:3:\"yes\";s:16:\"substitute_video\";s:3:\"yes\";s:16:\"use_mediaelement\";s:3:\"yes\";s:12:\"social_icons\";a:4:{i:0;a:2:{s:3:\"url\";s:27:\"https://x.com/themes_ancora\";s:4:\"icon\";s:6:\"icon-x\";}i:1;a:2:{s:3:\"url\";s:38:\"https://www.facebook.com/AncoraThemes/\";s:4:\"icon\";s:13:\"icon-facebook\";}i:2;a:2:{s:3:\"url\";s:26:\"https://www.pinterest.com/\";s:4:\"icon\";s:22:\"icon-pinterest-circled\";}i:3;a:2:{s:3:\"url\";s:25:\"https://www.linkedin.com/\";s:4:\"icon\";s:13:\"icon-linkedin\";}}s:10:\"show_share\";s:10:\"horizontal\";s:19:\"show_share_counters\";s:2:\"no\";s:13:\"share_caption\";s:6:\"Share:\";s:13:\"share_buttons\";a:3:{i:0;a:2:{s:3:\"url\";s:56:\"https://twitter.com/intent/tweet?text={title}&url={link}\";s:4:\"icon\";s:6:\"icon-x\";}i:1;a:2:{s:3:\"url\";s:43:\"http://www.facebook.com/sharer.php?u={link}\";s:4:\"icon\";s:13:\"icon-facebook\";}i:2;a:2:{s:3:\"url\";s:48:\"http://pinterest.com/pin/create/link/?url={link}\";s:4:\"icon\";s:22:\"icon-pinterest-circled\";}}s:16:\"twitter_username\";s:0:\"\";s:20:\"twitter_consumer_key\";s:0:\"\";s:23:\"twitter_consumer_secret\";s:0:\"\";s:17:\"twitter_token_key\";s:0:\"\";s:20:\"twitter_token_secret\";s:0:\"\";s:10:\"api_google\";s:0:\"\";s:12:\"social_login\";s:0:\"\";s:12:\"contact_info\";s:20:\"welcome to our store\";s:18:\"contact_open_hours\";s:0:\"\";s:13:\"contact_email\";s:0:\"\";s:17:\"contact_address_1\";s:0:\"\";s:17:\"contact_address_2\";s:0:\"\";s:13:\"contact_phone\";s:0:\"\";s:11:\"contact_fax\";s:0:\"\";s:26:\"message_maxlength_contacts\";s:4:\"1000\";s:26:\"message_maxlength_comments\";s:4:\"1000\";s:13:\"mail_function\";s:7:\"wp_mail\";s:11:\"show_search\";s:3:\"yes\";s:9:\"shop_mode\";s:6:\"thumbs\";s:17:\"show_mode_buttons\";s:3:\"yes\";s:13:\"show_currency\";s:3:\"yes\";s:9:\"show_cart\";s:6:\"always\";s:18:\"crop_product_thumb\";s:2:\"no\";s:22:\"use_ajax_views_counter\";s:2:\"no\";s:12:\"allow_editor\";s:2:\"no\";s:17:\"admin_add_filters\";s:2:\"no\";s:25:\"show_overriden_taxonomies\";s:3:\"yes\";s:20:\"show_overriden_posts\";s:3:\"yes\";s:16:\"admin_dummy_data\";s:3:\"yes\";s:19:\"admin_dummy_timeout\";s:3:\"120\";s:10:\"debug_mode\";s:2:\"no\";}','auto'),
(476,'oliveoil_options_custom_colors','a:2:{s:8:\"original\";a:29:{s:5:\"title\";s:8:\"Original\";s:8:\"bd_color\";s:7:\"#dad5c9\";s:8:\"bg_color\";s:7:\"#ffffff\";s:4:\"text\";s:7:\"#858b90\";s:10:\"text_light\";s:7:\"#aab0b5\";s:9:\"text_dark\";s:7:\"#586067\";s:9:\"text_link\";s:7:\"#ffcf00\";s:10:\"text_hover\";s:7:\"#d9b000\";s:12:\"inverse_text\";s:7:\"#ffffff\";s:13:\"inverse_light\";s:7:\"#ffffff\";s:12:\"inverse_dark\";s:7:\"#ffffff\";s:12:\"inverse_link\";s:7:\"#ffffff\";s:13:\"inverse_hover\";s:7:\"#ffffff\";s:10:\"input_text\";s:7:\"#8a8a8a\";s:11:\"input_light\";s:7:\"#373e44\";s:10:\"input_dark\";s:7:\"#e1dfda\";s:14:\"input_bd_color\";s:7:\"#495055\";s:14:\"input_bd_hover\";s:7:\"#42494e\";s:14:\"input_bg_color\";s:7:\"#e1ddd3\";s:14:\"input_bg_hover\";s:7:\"#3d4348\";s:10:\"alter_text\";s:7:\"#92969a\";s:11:\"alter_light\";s:7:\"#E9E4D0\";s:10:\"alter_dark\";s:7:\"#000000\";s:10:\"alter_link\";s:7:\"#2A2C14\";s:11:\"alter_hover\";s:7:\"#dbb40e\";s:14:\"alter_bd_color\";s:7:\"#e7e4de\";s:14:\"alter_bd_hover\";s:7:\"#bbbbbb\";s:14:\"alter_bg_color\";s:7:\"#f9f7f2\";s:14:\"alter_bg_hover\";s:7:\"#efede9\";}s:12:\"color_blocks\";a:29:{s:5:\"title\";s:12:\"Color blocks\";s:8:\"bd_color\";s:7:\"#1DB3B6\";s:8:\"bg_color\";s:7:\"#20C7CA\";s:4:\"text\";s:7:\"#F0F0F0\";s:10:\"text_light\";s:7:\"#E0E0E0\";s:9:\"text_dark\";s:7:\"#FFFFFF\";s:9:\"text_link\";s:7:\"#1D9B9D\";s:10:\"text_hover\";s:7:\"#23E8EB\";s:12:\"inverse_text\";s:7:\"#F0F0F0\";s:13:\"inverse_light\";s:7:\"#E0F0F0\";s:12:\"inverse_dark\";s:7:\"#FFFFFF\";s:12:\"inverse_link\";s:7:\"#FCFFA3\";s:13:\"inverse_hover\";s:7:\"#FFFF00\";s:10:\"input_text\";s:7:\"#DADADA\";s:11:\"input_light\";s:7:\"#B4B8B8\";s:10:\"input_dark\";s:7:\"#FFFFFF\";s:14:\"input_bd_color\";s:7:\"#06564E\";s:14:\"input_bd_hover\";s:7:\"#017E72\";s:14:\"input_bg_color\";s:7:\"#0F7468\";s:14:\"input_bg_hover\";s:7:\"#108678\";s:10:\"alter_text\";s:7:\"#DADADA\";s:11:\"alter_light\";s:7:\"#B4B8B8\";s:10:\"alter_dark\";s:7:\"#FFFFFF\";s:10:\"alter_link\";s:7:\"#2A2C14\";s:11:\"alter_hover\";s:7:\"#998B18\";s:14:\"alter_bd_color\";s:7:\"#06564E\";s:14:\"alter_bd_hover\";s:7:\"#017E72\";s:14:\"alter_bg_color\";s:7:\"#0F7468\";s:14:\"alter_bg_hover\";s:7:\"#108678\";}}','auto'),
(477,'oliveoil_options_custom_fonts','a:14:{s:2:\"h1\";a:9:{s:5:\"title\";s:9:\"Heading 1\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:16:\"Playfair Display\";s:9:\"font-size\";s:7:\"4.429em\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:3:\"1em\";s:10:\"margin-top\";s:6:\"1.57em\";s:13:\"margin-bottom\";s:5:\"1.2em\";}s:2:\"h2\";a:9:{s:5:\"title\";s:9:\"Heading 2\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:16:\"Playfair Display\";s:9:\"font-size\";s:7:\"2.643em\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:3:\"1em\";s:10:\"margin-top\";s:7:\"2.775em\";s:13:\"margin-bottom\";s:5:\"2.1em\";}s:2:\"h3\";a:9:{s:5:\"title\";s:9:\"Heading 3\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:16:\"Playfair Display\";s:9:\"font-size\";s:7:\"2.643em\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:3:\"1em\";s:10:\"margin-top\";s:7:\"2.775em\";s:13:\"margin-bottom\";s:5:\"2.1em\";}s:2:\"h4\";a:9:{s:5:\"title\";s:9:\"Heading 4\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:16:\"Playfair Display\";s:9:\"font-size\";s:7:\"1.429em\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:5:\"1.3em\";s:10:\"margin-top\";s:5:\"5.2em\";s:13:\"margin-bottom\";s:5:\"0.8em\";}s:2:\"h5\";a:9:{s:5:\"title\";s:9:\"Heading 5\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:16:\"Playfair Display\";s:9:\"font-size\";s:7:\"1.429em\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:5:\"1.3em\";s:10:\"margin-top\";s:5:\"5.2em\";s:13:\"margin-bottom\";s:5:\"0.8em\";}s:2:\"h6\";a:9:{s:5:\"title\";s:9:\"Heading 6\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:7:\"0.786em\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:5:\"1.5em\";s:10:\"margin-top\";s:5:\"9.4em\";s:13:\"margin-bottom\";s:6:\"2.55em\";}s:1:\"p\";a:9:{s:5:\"title\";s:4:\"Text\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:9:\"Catamaran\";s:9:\"font-size\";s:4:\"14px\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:5:\"1.5em\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:3:\"1em\";}s:4:\"link\";a:6:{s:5:\"title\";s:5:\"Links\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:4:\"info\";a:9:{s:5:\"title\";s:9:\"Post info\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:7:\"0.786em\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:5:\"1.2em\";}s:4:\"menu\";a:9:{s:5:\"title\";s:15:\"Main menu items\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:3:\"1em\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:8:\"1.2857em\";s:10:\"margin-top\";s:5:\"2.8em\";s:13:\"margin-bottom\";s:5:\"2.6em\";}s:7:\"submenu\";a:9:{s:5:\"title\";s:19:\"Dropdown menu items\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:7:\"0.857em\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:8:\"1.2857em\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}s:4:\"logo\";a:9:{s:5:\"title\";s:4:\"Logo\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:3:\"2em\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:3:\"1em\";s:10:\"margin-top\";s:3:\"0em\";s:13:\"margin-bottom\";s:6:\"-4.1em\";}s:6:\"button\";a:7:{s:5:\"title\";s:7:\"Buttons\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:8:\"1.2857em\";}s:5:\"input\";a:7:{s:5:\"title\";s:12:\"Input fields\";s:11:\"description\";s:0:\"\";s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:0:\"\";}}','auto'),
(478,'oliveoil_options_taxonomy_10','a:126:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(479,'oliveoil_options_taxonomy_11','a:126:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(480,'oliveoil_options_taxonomy_12','a:126:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(481,'oliveoil_options_taxonomy_13','a:126:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(482,'oliveoil_options_taxonomy_14','a:126:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(483,'oliveoil_options_taxonomy_22','a:126:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(484,'oliveoil_options_taxonomy_23','a:127:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(485,'oliveoil_options_taxonomy_24','a:127:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(486,'oliveoil_options_taxonomy_25','a:127:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(487,'oliveoil_options_taxonomy_26','a:127:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(488,'oliveoil_options_taxonomy_41','a:126:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(489,'oliveoil_options_taxonomy_6','a:126:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(490,'oliveoil_options_taxonomy_8','a:126:{s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:17:\"reviews_criterias\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(491,'oliveoil_options_template_404','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(492,'oliveoil_options_template_attachment','a:101:{s:10:\"theme_skin\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:12:\"color_scheme\";s:7:\"inherit\";s:10:\"link_color\";s:7:\"inherit\";s:9:\"link_dark\";s:7:\"inherit\";s:10:\"menu_color\";s:7:\"inherit\";s:9:\"menu_dark\";s:7:\"inherit\";s:10:\"user_color\";s:7:\"inherit\";s:9:\"user_dark\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:13:\"load_bg_image\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_custom_pattern\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_custom_image\";s:7:\"inherit\";s:24:\"bg_custom_image_position\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:9:\"logo_dark\";s:7:\"inherit\";s:10:\"logo_light\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:10:\"logo_align\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:17:\"top_panel_opacity\";s:7:\"inherit\";s:18:\"top_panel_bg_color\";s:7:\"inherit\";s:18:\"top_panel_bg_image\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:13:\"menu_position\";s:7:\"inherit\";s:10:\"menu_align\";s:7:\"inherit\";s:10:\"menu_width\";s:7:\"inherit\";s:14:\"show_menu_user\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:17:\"show_contact_info\";s:7:\"inherit\";s:14:\"show_languages\";s:7:\"inherit\";s:10:\"show_login\";s:7:\"inherit\";s:14:\"show_bookmarks\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:21:\"sidebar_main_position\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:16:\"show_user_header\";s:7:\"inherit\";s:19:\"user_header_content\";s:7:\"inherit\";s:13:\"show_page_top\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:16:\"show_user_footer\";s:7:\"inherit\";s:19:\"user_footer_content\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:21:\"testimonials_bg_image\";s:7:\"inherit\";s:21:\"testimonials_bg_color\";s:7:\"inherit\";s:23:\"testimonials_bg_overlay\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:16:\"twitter_bg_image\";s:7:\"inherit\";s:16:\"twitter_bg_color\";s:7:\"inherit\";s:18:\"twitter_bg_overlay\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:24:\"substitute_slider_engine\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:18:\"show_post_counters\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";}','auto'),
(493,'oliveoil_options_template_blog_clients','a:127:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:17:\"shop_loop_columns\";s:7:\"inherit\";}','auto'),
(494,'oliveoil_options_template_blog_donations','a:127:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:5:\"light\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:17:\"shop_loop_columns\";s:7:\"inherit\";}','auto'),
(495,'oliveoil_options_template_blog_learndash','a:127:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:5:\"light\";s:12:\"sidebar_main\";s:16:\"sidebar_custom_2\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:3:\"yes\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:2:\"no\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:2:\"no\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:2:\"no\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"excerpt\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:5:\"alter\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:4:\"date\";s:10:\"blog_order\";s:3:\"asc\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(496,'oliveoil_options_template_blog_matches','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:9:\"colored_1\";s:11:\"hover_style\";s:17:\"square effect_dir\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(497,'oliveoil_options_template_blog_players','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:9:\"colored_1\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(498,'oliveoil_options_template_blog_services','a:127:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:17:\"shop_loop_columns\";s:7:\"inherit\";}','auto'),
(499,'oliveoil_options_template_blog_team','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"excerpt\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:5:\"alter\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:21:\"blog_pagination_style\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:17:\"shop_loop_columns\";s:7:\"inherit\";}','auto'),
(500,'oliveoil_options_template_blog_woocommerce','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"left\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:12:\"sidebar_cart\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:1:\"9\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:2:\"no\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(501,'oliveoil_options_template_buddypress','a:127:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:3:\"yes\";s:21:\"sidebar_footer_scheme\";s:5:\"light\";s:14:\"sidebar_footer\";s:16:\"sidebar_custom_3\";s:22:\"sidebar_footer_columns\";s:1:\"4\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:2:\"no\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:2:\"no\";s:25:\"show_post_title_on_quotes\";s:2:\"no\";s:14:\"show_post_info\";s:2:\"no\";s:16:\"show_post_author\";s:2:\"no\";s:14:\"show_post_tags\";s:2:\"no\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:2:\"no\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:17:\"shop_loop_columns\";s:7:\"inherit\";}','auto'),
(502,'oliveoil_options_template_courses','','auto'),
(503,'oliveoil_options_template_learndash','a:127:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:5:\"light\";s:12:\"sidebar_main\";s:16:\"sidebar_custom_2\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:1:\"2\";s:20:\"post_related_columns\";s:1:\"2\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:17:\"shop_loop_columns\";s:7:\"inherit\";}','auto'),
(504,'oliveoil_options_template_page','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:2:\"no\";s:15:\"show_post_title\";s:2:\"no\";s:25:\"show_post_title_on_quotes\";s:2:\"no\";s:14:\"show_post_info\";s:2:\"no\";s:16:\"show_post_author\";s:2:\"no\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:4:\"hide\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(505,'oliveoil_options_template_search','a:135:{s:10:\"theme_skin\";s:7:\"inherit\";s:12:\"color_scheme\";s:7:\"inherit\";s:10:\"link_color\";s:7:\"inherit\";s:9:\"link_dark\";s:7:\"inherit\";s:10:\"menu_color\";s:7:\"inherit\";s:9:\"menu_dark\";s:7:\"inherit\";s:10:\"user_color\";s:7:\"inherit\";s:9:\"user_dark\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:13:\"load_bg_image\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_custom_pattern\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_custom_image\";s:7:\"inherit\";s:24:\"bg_custom_image_position\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:9:\"logo_dark\";s:7:\"inherit\";s:10:\"logo_light\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:10:\"logo_align\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:17:\"top_panel_opacity\";s:7:\"inherit\";s:18:\"top_panel_bg_color\";s:7:\"inherit\";s:18:\"top_panel_bg_image\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:13:\"menu_position\";s:7:\"inherit\";s:10:\"menu_align\";s:7:\"inherit\";s:10:\"menu_width\";s:7:\"inherit\";s:14:\"show_menu_user\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:17:\"show_contact_info\";s:7:\"inherit\";s:14:\"show_languages\";s:7:\"inherit\";s:10:\"show_login\";s:7:\"inherit\";s:14:\"show_bookmarks\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:21:\"sidebar_main_position\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:16:\"show_user_header\";s:7:\"inherit\";s:19:\"user_header_content\";s:7:\"inherit\";s:13:\"show_page_top\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:16:\"show_user_footer\";s:7:\"inherit\";s:19:\"user_footer_content\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:21:\"testimonials_bg_image\";s:7:\"inherit\";s:21:\"testimonials_bg_color\";s:7:\"inherit\";s:23:\"testimonials_bg_overlay\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:16:\"twitter_bg_image\";s:7:\"inherit\";s:16:\"twitter_bg_color\";s:7:\"inherit\";s:18:\"twitter_bg_overlay\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:24:\"substitute_slider_engine\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"blog_style\";s:9:\"masonry_3\";s:13:\"article_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:2:\"no\";s:15:\"show_post_title\";s:2:\"no\";s:25:\"show_post_title_on_quotes\";s:2:\"no\";s:14:\"show_post_info\";s:2:\"no\";s:16:\"show_post_author\";s:2:\"no\";s:14:\"show_post_tags\";s:2:\"no\";s:18:\"show_post_counters\";s:2:\"no\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:2:\"no\";s:15:\"blog_pagination\";s:8:\"viewmore\";s:21:\"blog_pagination_style\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(506,'oliveoil_options_template_single','a:91:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:2:\"no\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";}','auto'),
(507,'oliveoil_options_template_single_courses','a:135:{s:10:\"theme_skin\";s:7:\"inherit\";s:12:\"color_scheme\";s:7:\"inherit\";s:10:\"link_color\";s:7:\"inherit\";s:9:\"link_dark\";s:7:\"inherit\";s:10:\"menu_color\";s:7:\"inherit\";s:9:\"menu_dark\";s:7:\"inherit\";s:10:\"user_color\";s:7:\"inherit\";s:9:\"user_dark\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"body_style\";s:10:\"fullscreen\";s:11:\"body_filled\";s:7:\"inherit\";s:13:\"load_bg_image\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_custom_pattern\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_custom_image\";s:7:\"inherit\";s:24:\"bg_custom_image_position\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:9:\"logo_dark\";s:7:\"inherit\";s:10:\"logo_light\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:10:\"logo_align\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:17:\"top_panel_opacity\";s:7:\"inherit\";s:18:\"top_panel_bg_color\";s:7:\"inherit\";s:18:\"top_panel_bg_image\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:13:\"menu_position\";s:7:\"inherit\";s:10:\"menu_align\";s:7:\"inherit\";s:10:\"menu_width\";s:7:\"inherit\";s:14:\"show_menu_user\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:17:\"show_contact_info\";s:7:\"inherit\";s:14:\"show_languages\";s:7:\"inherit\";s:10:\"show_login\";s:7:\"inherit\";s:14:\"show_bookmarks\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:21:\"sidebar_main_position\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:11:\"light white\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:16:\"show_user_header\";s:7:\"inherit\";s:19:\"user_header_content\";s:7:\"inherit\";s:13:\"show_page_top\";s:2:\"no\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:16:\"show_user_footer\";s:7:\"inherit\";s:19:\"user_footer_content\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:21:\"testimonials_bg_image\";s:7:\"inherit\";s:21:\"testimonials_bg_color\";s:7:\"inherit\";s:23:\"testimonials_bg_overlay\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:16:\"twitter_bg_image\";s:7:\"inherit\";s:16:\"twitter_bg_color\";s:7:\"inherit\";s:18:\"twitter_bg_overlay\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:24:\"substitute_slider_engine\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:18:\"dedicated_location\";s:6:\"center\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:14:\"single-courses\";s:19:\"show_featured_image\";s:3:\"yes\";s:15:\"show_post_title\";s:3:\"yes\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:3:\"yes\";s:16:\"show_post_author\";s:2:\"no\";s:14:\"show_post_tags\";s:2:\"no\";s:18:\"show_post_counters\";s:2:\"no\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:2:\"no\";s:15:\"blog_pagination\";s:7:\"inherit\";s:21:\"blog_pagination_style\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:10:\"show_share\";s:4:\"hide\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(508,'oliveoil_options_template_single_donation','a:127:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:17:\"shop_loop_columns\";s:7:\"inherit\";}','auto'),
(509,'oliveoil_options_template_single_learndash','a:127:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:5:\"light\";s:12:\"sidebar_main\";s:16:\"sidebar_custom_2\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:2:\"no\";s:16:\"show_post_author\";s:2:\"no\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:1:\"2\";s:20:\"post_related_columns\";s:1:\"2\";s:18:\"show_post_comments\";s:3:\"yes\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:17:\"shop_loop_columns\";s:7:\"inherit\";}','auto'),
(510,'oliveoil_options_template_single_match','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(511,'oliveoil_options_template_single_service','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:2:\"no\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:2:\"no\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:4:\"hide\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(512,'oliveoil_options_template_single_team','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:2:\"no\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:4:\"none\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:4:\"dark\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:3:\"yes\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"excerpt\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"stretch\";s:18:\"dedicated_location\";s:5:\"right\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:3:\"yes\";s:15:\"show_post_title\";s:2:\"no\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:2:\"no\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:2:\"no\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:1:\"4\";s:20:\"post_related_columns\";s:1:\"4\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:4:\"hide\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(513,'oliveoil_options_template_single_woocommerce','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:2:\"no\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:2:\"no\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:4:\"hide\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(514,'oliveoil_options_template_team','a:135:{s:10:\"theme_skin\";s:7:\"inherit\";s:12:\"color_scheme\";s:7:\"inherit\";s:10:\"link_color\";s:7:\"inherit\";s:9:\"link_dark\";s:7:\"inherit\";s:10:\"menu_color\";s:7:\"inherit\";s:9:\"menu_dark\";s:7:\"inherit\";s:10:\"user_color\";s:7:\"inherit\";s:9:\"user_dark\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"body_style\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:13:\"load_bg_image\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_custom_pattern\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_custom_image\";s:7:\"inherit\";s:24:\"bg_custom_image_position\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:9:\"logo_dark\";s:7:\"inherit\";s:10:\"logo_light\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_slogan\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:10:\"logo_align\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:17:\"top_panel_opacity\";s:7:\"inherit\";s:18:\"top_panel_bg_color\";s:7:\"inherit\";s:18:\"top_panel_bg_image\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:13:\"menu_position\";s:7:\"inherit\";s:10:\"menu_align\";s:7:\"inherit\";s:10:\"menu_width\";s:7:\"inherit\";s:14:\"show_menu_user\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:17:\"show_contact_info\";s:7:\"inherit\";s:14:\"show_languages\";s:7:\"inherit\";s:10:\"show_login\";s:7:\"inherit\";s:14:\"show_bookmarks\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:21:\"sidebar_main_position\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:16:\"show_user_header\";s:7:\"inherit\";s:19:\"user_header_content\";s:7:\"inherit\";s:13:\"show_page_top\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:16:\"show_user_footer\";s:7:\"inherit\";s:19:\"user_footer_content\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:21:\"testimonials_bg_image\";s:7:\"inherit\";s:21:\"testimonials_bg_color\";s:7:\"inherit\";s:23:\"testimonials_bg_overlay\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:16:\"twitter_bg_image\";s:7:\"inherit\";s:16:\"twitter_bg_color\";s:7:\"inherit\";s:18:\"twitter_bg_overlay\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:24:\"substitute_slider_engine\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"blog_style\";s:9:\"related_3\";s:13:\"article_style\";s:5:\"boxed\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:18:\"dedicated_location\";s:4:\"left\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:18:\"show_post_counters\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"show_post_comments\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:21:\"blog_pagination_style\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(515,'oliveoil_options_template_tribe_events_default_template','a:116:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:2:\"no\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:2:\"no\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:2:\"no\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:2:\"no\";s:16:\"show_post_author\";s:2:\"no\";s:14:\"show_post_tags\";s:2:\"no\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}','auto'),
(516,'oliveoil_options_template_woocommerce','a:133:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:10:\"theme_skin\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:8:\"header_4\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"left\";s:19:\"sidebar_main_scheme\";s:5:\"light\";s:12:\"sidebar_main\";s:16:\"sidebar_custom_1\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:5:\"boxed\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:3:\"yes\";s:25:\"show_post_title_on_quotes\";s:2:\"no\";s:14:\"show_post_info\";s:2:\"no\";s:16:\"show_post_author\";s:2:\"no\";s:14:\"show_post_tags\";s:2:\"no\";s:17:\"show_post_related\";s:3:\"yes\";s:18:\"post_related_count\";s:1:\"3\";s:20:\"post_related_columns\";s:1:\"3\";s:18:\"show_post_comments\";s:2:\"no\";s:15:\"blog_pagination\";s:5:\"pages\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:9:\"shop_mode\";s:7:\"inherit\";s:17:\"show_mode_buttons\";s:7:\"inherit\";s:17:\"shop_loop_columns\";s:7:\"inherit\";s:13:\"show_currency\";s:7:\"inherit\";s:9:\"show_cart\";s:7:\"inherit\";s:18:\"crop_product_thumb\";s:7:\"inherit\";}','auto'),
(517,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";i:1;}','auto'),
(518,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:4:\"crop\";i:1;}','auto'),
(519,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:2:\"65\";s:6:\"height\";s:3:\"106\";s:4:\"crop\";i:1;}','auto'),
(520,'woocommerce_admin_last_orders_milestone','10','auto'),
(521,'woocommerce_admin_notice_woocommerce_legacy_rest_api_plugin_activated','ℹ️ WooCommerce installed and activated <a href=\"https://wordpress.org/plugins/woocommerce-legacy-rest-api/\">the Legacy REST API plugin</a> because this site has <a href=\"https://oliveoil.ancorathemes.com/wp-admin/admin.php?page=wc-settings&tab=advanced&section=legacy_api\">the Legacy REST API enabled</a> or has <a href=\"https://oliveoil.ancorathemes.com/wp-admin/admin.php?page=wc-settings&tab=advanced&section=webhooks\">legacy webhooks defined</a>. <a href=\"https://developer.woocommerce.com/2023/10/03/the-legacy-rest-api-will-move-to-a-dedicated-extension-in-woocommerce-9-0/\">More information</a>','auto'),
(522,'woocommerce_admin_version','3.1.0','auto'),
(523,'woocommerce_autoinstalled_plugins','a:1:{s:59:\"woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php\";a:3:{s:7:\"version\";s:5:\"1.0.1\";s:4:\"date\";s:19:\"2024-04-30 08:24:51\";s:8:\"metadata\";a:1:{s:9:\"info_link\";s:119:\"https://developer.woocommerce.com/2023/10/03/the-legacy-rest-api-will-move-to-a-dedicated-extension-in-woocommerce-9-0/\";}}}','auto'),
(524,'woocommerce_bacs_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','auto'),
(525,'woocommerce_catalog_columns','3','auto'),
(526,'woocommerce_catalog_rows','3','auto'),
(527,'woocommerce_category_archive_display','','auto'),
(528,'woocommerce_cheque_settings','a:4:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:14:\"Check payments\";s:11:\"description\";s:98:\"Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode.\";s:12:\"instructions\";s:0:\"\";}','auto'),
(529,'woocommerce_cod_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:16:\"Cash on delivery\";s:11:\"description\";s:28:\"Pay with cash upon delivery.\";s:12:\"instructions\";s:28:\"Pay with cash upon delivery.\";s:18:\"enable_for_methods\";a:0:{}s:18:\"enable_for_virtual\";s:3:\"yes\";}','auto'),
(530,'woocommerce_custom_orders_table_data_sync_enabled','no','auto'),
(531,'woocommerce_default_catalog_orderby','menu_order','auto'),
(532,'woocommerce_demo_store_notice','This is a demo store for testing purposes — no orders shall be fulfilled.','auto'),
(533,'woocommerce_enable_lightbox','yes','auto'),
(534,'woocommerce_feature_custom_order_tables_enabled','no','auto'),
(535,'woocommerce_feature_marketplace_enabled','yes','auto'),
(536,'woocommerce_flat_rate_settings','a:8:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:9:\"Flat Rate\";s:12:\"availability\";s:8:\"specific\";s:9:\"countries\";a:1:{i:0;s:2:\"US\";}s:10:\"tax_status\";s:7:\"taxable\";s:4:\"cost\";s:13:\"1 + 1 * [qty]\";s:4:\"type\";s:5:\"order\";s:7:\"options\";b:0;}','auto'),
(537,'woocommerce_force_ssl_checkout','no','auto'),
(539,'woocommerce_international_delivery_settings','a:8:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:9:\"Flat Rate\";s:12:\"availability\";s:9:\"excluding\";s:9:\"countries\";a:1:{i:0;s:2:\"US\";}s:10:\"tax_status\";s:7:\"taxable\";s:4:\"cost\";s:13:\"1 + 1 * [qty]\";s:4:\"type\";s:5:\"order\";s:7:\"options\";b:0;}','auto'),
(540,'woocommerce_marketplace_suggestions','a:2:{s:11:\"suggestions\";a:28:{i:0;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";s:28:\"product-edit-meta-tab-header\";s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:1;a:6:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";s:28:\"product-edit-meta-tab-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:9:{s:4:\"slug\";s:46:\"product-edit-mailchimp-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-mailchimp\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/mailchimp-for-memberships.svg\";s:5:\"title\";s:25:\"Mailchimp for Memberships\";s:4:\"copy\";s:79:\"Completely automate your email lists by syncing membership changes to Mailchimp\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/mailchimp-woocommerce-memberships/\";}i:3;a:9:{s:4:\"slug\";s:19:\"product-edit-addons\";s:7:\"product\";s:26:\"woocommerce-product-addons\";s:14:\"show-if-active\";a:2:{i:0;s:25:\"woocommerce-subscriptions\";i:1;s:20:\"woocommerce-bookings\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-add-ons.svg\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:93:\"Offer add-ons like gift wrapping, special messages or other special options for your products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-add-ons/\";}i:4;a:9:{s:4:\"slug\";s:46:\"product-edit-woocommerce-subscriptions-gifting\";s:7:\"product\";s:33:\"woocommerce-subscriptions-gifting\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/gifting-for-subscriptions.svg\";s:5:\"title\";s:25:\"Gifting for Subscriptions\";s:4:\"copy\";s:70:\"Let customers buy subscriptions for others - they\'re the ultimate gift\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/woocommerce-subscriptions-gifting/\";}i:5;a:9:{s:4:\"slug\";s:42:\"product-edit-teams-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-for-teams\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:112:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/teams-for-memberships.svg\";s:5:\"title\";s:21:\"Teams for Memberships\";s:4:\"copy\";s:123:\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/teams-woocommerce-memberships/\";}i:6;a:8:{s:4:\"slug\";s:29:\"product-edit-variation-images\";s:7:\"product\";s:39:\"woocommerce-additional-variation-images\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/additional-variation-images.svg\";s:5:\"title\";s:27:\"Additional Variation Images\";s:4:\"copy\";s:72:\"Showcase your products in the best light with a image for each variation\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:73:\"https://woocommerce.com/products/woocommerce-additional-variation-images/\";}i:7;a:9:{s:4:\"slug\";s:47:\"product-edit-woocommerce-subscription-downloads\";s:7:\"product\";s:34:\"woocommerce-subscription-downloads\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscription-downloads.svg\";s:5:\"title\";s:22:\"Subscription Downloads\";s:4:\"copy\";s:57:\"Give customers special downloads with their subscriptions\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:68:\"https://woocommerce.com/products/woocommerce-subscription-downloads/\";}i:8;a:8:{s:4:\"slug\";s:31:\"product-edit-min-max-quantities\";s:7:\"product\";s:30:\"woocommerce-min-max-quantities\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/min-max-quantities.svg\";s:5:\"title\";s:18:\"Min/Max Quantities\";s:4:\"copy\";s:81:\"Specify minimum and maximum allowed product quantities for orders to be completed\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/min-max-quantities/\";}i:9;a:8:{s:4:\"slug\";s:28:\"product-edit-name-your-price\";s:7:\"product\";s:27:\"woocommerce-name-your-price\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/name-your-price.svg\";s:5:\"title\";s:15:\"Name Your Price\";s:4:\"copy\";s:70:\"Let customers pay what they want - useful for donations, tips and more\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/name-your-price/\";}i:10;a:8:{s:4:\"slug\";s:42:\"product-edit-woocommerce-one-page-checkout\";s:7:\"product\";s:29:\"woocommerce-one-page-checkout\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/one-page-checkout.svg\";s:5:\"title\";s:17:\"One Page Checkout\";s:4:\"copy\";s:92:\"Don\'t make customers click around - let them choose products, checkout & pay all on one page\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-one-page-checkout/\";}i:11;a:9:{s:4:\"slug\";s:24:\"product-edit-automatewoo\";s:7:\"product\";s:11:\"automatewoo\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:23:\"Automate your marketing\";s:4:\"copy\";s:89:\"Win customers and keep them coming back with a nearly endless range of powerful workflows\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:45:\"https://woocommerce.com/products/automatewoo/\";}i:12;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";s:24:\"orders-list-empty-header\";s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:13;a:6:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";s:24:\"orders-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:14;a:8:{s:4:\"slug\";s:19:\"orders-empty-wc-pay\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-payments\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/woocommerce-payments.svg\";s:5:\"title\";s:11:\"WooPayments\";s:4:\"copy\";s:125:\"Securely accept payments and manage transactions directly from your WooCommerce dashboard – no setup costs or monthly fees.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:45:\"https://woocommerce.com/products/woopayments/\";}i:15;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:18:\"woocommerce-zapier\";s:4:\"icon\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/zapier.svg\";s:5:\"title\";s:6:\"Zapier\";s:4:\"copy\";s:88:\"Save time and increase productivity by connecting your store to more than 1000+ services\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woocommerce-zapier/\";}i:16;a:8:{s:4:\"slug\";s:30:\"orders-empty-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:29:\"woocommerce-shipment-tracking\";s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipment-tracking.svg\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:86:\"Let customers know when their orders will arrive by adding shipment tracking to emails\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";}i:17;a:8:{s:4:\"slug\";s:32:\"orders-empty-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:31:\"woocommerce-table-rate-shipping\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/table-rate-shipping.svg\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:122:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/table-rate-shipping/\";}i:18;a:8:{s:4:\"slug\";s:40:\"orders-empty-shipping-carrier-extensions\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipping-carrier-extensions.svg\";s:5:\"title\";s:27:\"Shipping Carrier Extensions\";s:4:\"copy\";s:116:\"Show live rates from FedEx, UPS, USPS and more directly on your store - never under or overcharge for shipping again\";s:11:\"button-text\";s:13:\"Find Carriers\";s:8:\"promoted\";s:26:\"category-shipping-carriers\";s:3:\"url\";s:99:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/\";}i:19;a:8:{s:4:\"slug\";s:32:\"orders-empty-google-product-feed\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-product-feeds\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/google-product-feed.svg\";s:5:\"title\";s:19:\"Google Product Feed\";s:4:\"copy\";s:76:\"Increase sales by letting customers find you when they\'re shopping on Google\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/google-product-feed/\";}i:20;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";s:26:\"products-list-empty-header\";s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:21;a:6:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";s:26:\"products-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:22;a:8:{s:4:\"slug\";s:30:\"products-empty-product-vendors\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-vendors\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-vendors.svg\";s:5:\"title\";s:15:\"Product Vendors\";s:4:\"copy\";s:47:\"Turn your store into a multi-vendor marketplace\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-vendors/\";}i:23;a:8:{s:4:\"slug\";s:26:\"products-empty-memberships\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/memberships.svg\";s:5:\"title\";s:11:\"Memberships\";s:4:\"copy\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:24;a:9:{s:4:\"slug\";s:35:\"products-empty-woocommerce-deposits\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-deposits\";s:14:\"show-if-active\";a:1:{i:0;s:20:\"woocommerce-bookings\";}s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/deposits.svg\";s:5:\"title\";s:8:\"Deposits\";s:4:\"copy\";s:75:\"Make it easier for customers to pay by offering a deposit or a payment plan\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-deposits/\";}i:25;a:8:{s:4:\"slug\";s:40:\"products-empty-woocommerce-subscriptions\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:13:\"Subscriptions\";s:4:\"copy\";s:97:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/woocommerce-subscriptions/\";}i:26;a:8:{s:4:\"slug\";s:35:\"products-empty-woocommerce-bookings\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/bookings.svg\";s:5:\"title\";s:8:\"Bookings\";s:4:\"copy\";s:99:\"Allow customers to book appointments, make reservations or rent equipment without leaving your site\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-bookings/\";}i:27;a:8:{s:4:\"slug\";s:30:\"products-empty-product-bundles\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-bundles\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-bundles.svg\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:49:\"Offer customizable bundles and assembled products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";}}s:7:\"updated\";i:1714466764;}','auto'),
(541,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','auto'),
(542,'woocommerce_meta_box_errors','a:0:{}','auto'),
(543,'woocommerce_navigation_enabled','no','auto'),
(544,'woocommerce_new_product_management_enabled','no','auto'),
(545,'woocommerce_onboarding_opt_in','no','auto'),
(546,'woocommerce_onboarding_profile','a:1:{s:9:\"completed\";b:1;}','auto'),
(552,'woocommerce_task_list_completed_lists','a:2:{i:0;s:8:\"extended\";i:1;s:19:\"extended_two_column\";}','auto'),
(553,'woocommerce_task_list_hidden_lists','a:1:{i:0;s:5:\"setup\";}','auto'),
(554,'woocommerce_task_list_prompt_shown','1','auto'),
(555,'woocommerce_task_list_reminder_bar_hidden','yes','auto'),
(556,'woocommerce_task_list_tracked_completed_tasks','a:5:{i:0;s:13:\"store_details\";i:1;s:8:\"products\";i:2;s:8:\"payments\";i:3;s:8:\"purchase\";i:4;s:14:\"store_creation\";}','auto'),
(557,'woocommerce_thumbnail_cropping','1:1','auto'),
(558,'woocommerce_unforce_ssl_checkout','no','auto'),
(649,'_transient_shipping-transient-version','1742406839','on'),
(560,'_transient_timeout_external_ip_address_24.133.104.97','1742492264','off'),
(561,'_transient_external_ip_address_24.133.104.97','2a06:41c0:1:1::80e1:284e','off'),
(625,'_transient_timeout_wc_report_orders_stats_e773221df7cecbfb9ac81b6e077cb35e','1743011049','off'),
(626,'_transient_wc_report_orders_stats_e773221df7cecbfb9ac81b6e077cb35e','a:2:{s:7:\"version\";s:10:\"1742405703\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:4:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-12\";s:10:\"date_start\";s:19:\"2025-03-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-17 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-11\";s:10:\"date_start\";s:19:\"2025-03-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-10 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-10\";s:10:\"date_start\";s:19:\"2025-03-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-03 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2025-09\";s:10:\"date_start\";s:19:\"2025-03-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:4;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),
(627,'_transient_timeout_wc_report_products_stats_2a4b1de77f7f13e12fbfccd8d7a1e435','1743011049','off'),
(628,'_transient_wc_report_products_stats_2a4b1de77f7f13e12fbfccd8d7a1e435','a:2:{s:7:\"version\";s:10:\"1742405703\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:4:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-12\";s:10:\"date_start\";s:19:\"2025-03-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-17 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-11\";s:10:\"date_start\";s:19:\"2025-03-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-10 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-10\";s:10:\"date_start\";s:19:\"2025-03-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-03 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2025-09\";s:10:\"date_start\";s:19:\"2025-03-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:4;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),
(629,'_transient_timeout_wc_report_variations_stats_93cd3b06cd1f2958f89232cf4b70612c','1743011049','off'),
(630,'_transient_wc_report_variations_stats_93cd3b06cd1f2958f89232cf4b70612c','a:2:{s:7:\"version\";s:10:\"1742405703\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:4:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-12\";s:10:\"date_start\";s:19:\"2025-03-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-17 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-11\";s:10:\"date_start\";s:19:\"2025-03-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-10 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-10\";s:10:\"date_start\";s:19:\"2025-03-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-03 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2025-09\";s:10:\"date_start\";s:19:\"2025-03-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:4;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),
(631,'_transient_timeout_wc_report_orders_stats_5ec7c79ffd5a3d5cd563cf0b4cc094be','1743011049','off'),
(632,'_transient_wc_report_orders_stats_5ec7c79ffd5a3d5cd563cf0b4cc094be','a:2:{s:7:\"version\";s:10:\"1742405703\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:19:{i:0;a:6:{s:8:\"interval\";s:10:\"2025-03-01\";s:10:\"date_start\";s:19:\"2025-03-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2025-03-02\";s:10:\"date_start\";s:19:\"2025-03-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-02 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2025-03-03\";s:10:\"date_start\";s:19:\"2025-03-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-03 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2025-03-04\";s:10:\"date_start\";s:19:\"2025-03-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-04 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2025-03-05\";s:10:\"date_start\";s:19:\"2025-03-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2025-03-06\";s:10:\"date_start\";s:19:\"2025-03-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-06 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2025-03-07\";s:10:\"date_start\";s:19:\"2025-03-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-07 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2025-03-08\";s:10:\"date_start\";s:19:\"2025-03-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2025-03-09\";s:10:\"date_start\";s:19:\"2025-03-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-09 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2025-03-10\";s:10:\"date_start\";s:19:\"2025-03-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-10 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2025-03-11\";s:10:\"date_start\";s:19:\"2025-03-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-11 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2025-03-12\";s:10:\"date_start\";s:19:\"2025-03-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2025-03-13\";s:10:\"date_start\";s:19:\"2025-03-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-13 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2025-03-14\";s:10:\"date_start\";s:19:\"2025-03-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-14 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2025-03-15\";s:10:\"date_start\";s:19:\"2025-03-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:15;a:6:{s:8:\"interval\";s:10:\"2025-03-16\";s:10:\"date_start\";s:19:\"2025-03-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-16 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:16;a:6:{s:8:\"interval\";s:10:\"2025-03-17\";s:10:\"date_start\";s:19:\"2025-03-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-17 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:17;a:6:{s:8:\"interval\";s:10:\"2025-03-18\";s:10:\"date_start\";s:19:\"2025-03-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-18 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-18 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:18;a:6:{s:8:\"interval\";s:10:\"2025-03-19\";s:10:\"date_start\";s:19:\"2025-03-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-03-19 00:00:00\";s:8:\"date_end\";s:19:\"2025-03-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-03-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:19;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),
(633,'_transient_timeout_wc_low_stock_count','1744998249','off'),
(634,'_transient_wc_low_stock_count','0','off'),
(635,'_transient_timeout_wc_outofstock_count','1744998249','off'),
(636,'_transient_wc_outofstock_count','0','off'),
(648,'tribe_last_generate_rewrite_rules','1742406713.6411','auto'),
(647,'revslider_update_revision_current','6.6.21','auto'),
(650,'_transient_timeout_wc_shipping_method_count','1744998839','off'),
(651,'_transient_wc_shipping_method_count','a:4:{s:7:\"version\";s:10:\"1742406839\";s:6:\"legacy\";i:2;s:7:\"enabled\";i:0;s:8:\"disabled\";i:0;}','off'),
(656,'_transient_timeout_woocommerce_admin_remote_inbox_notifications_specs','1743013021','off'),
(652,'_transient_timeout_woocommerce_blocks_asset_api_script_data','1744998857','off'),
(653,'_transient_woocommerce_blocks_asset_api_script_data','{\"script_data\":{\"assets\\/client\\/blocks\\/wc-settings.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-settings.js\",\"version\":\"eb5ac71a827c4c81fed8\",\"dependencies\":[\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-types.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-types.js\",\"version\":\"bda84b1be3361607d04a\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-middleware.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-middleware.js\",\"version\":\"f3c3ad2e0f2ca96a11da\",\"dependencies\":[\"wp-api-fetch\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-data.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-data.js\",\"version\":\"38d3da1666bedcf43575\",\"dependencies\":[\"wc-blocks-registry\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-data\",\"wp-data-controls\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-notices\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-vendors.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-vendors.js\",\"version\":\"db9f8d6fdcee519aee07\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-registry.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-registry.js\",\"version\":\"cbfeee947018662b965a\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks.js\",\"version\":\"250f78e4e006d327a888\",\"dependencies\":[\"react\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-dom-ready\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-context.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-context.js\",\"version\":\"c30879d642ea05d65f5a\",\"dependencies\":[\"react\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\",\"version\":\"cba59eca47d9101980bf\",\"dependencies\":[\"react\",\"wc-blocks-data-store\",\"wc-blocks-shared-context\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-is-shallow-equal\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/price-format.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-format.js\",\"version\":\"a3e67bb0b09f566d5bdf\",\"dependencies\":[\"wc-settings\",\"wp-html-entities\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\",\"version\":\"e901e32ddaa141ede7f3\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\",\"version\":\"59277a6dafa851088bd0\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\",\"version\":\"c805309b07586da6f60a\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-checkout.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout.js\",\"version\":\"8675f044a5a4e373bfec\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/blocks-components.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-components.js\",\"version\":\"0c39bf995e247714a767\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/wc-interactivity-dropdown.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-interactivity-dropdown.js\",\"version\":\"8997b5406dcf18064a4e\",\"dependencies\":[\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-interactivity-checkbox-list.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-interactivity-checkbox-list.js\",\"version\":\"9f910c57a575d29e7f8e\",\"dependencies\":[\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/admin\\/customer-effort-score\\/index.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/admin\\/customer-effort-score\\/index.js\",\"version\":\"d940865139d17a81cf48\",\"dependencies\":[\"react\",\"wc-experimental\",\"wc-navigation\",\"wc-store-data\",\"wc-tracks\",\"wp-api-fetch\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-data-controls\",\"wp-element\",\"wp-i18n\"]},\"assets\\/client\\/blocks\\/wc-payment-method-cheque.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-payment-method-cheque.js\",\"version\":\"fc4188e67ef2ae662bc5\",\"dependencies\":[\"react\",\"wc-blocks-registry\",\"wc-settings\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-payment-method-cod.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-payment-method-cod.js\",\"version\":\"bbee2bc8ca14701f0c9a\",\"dependencies\":[\"react\",\"wc-blocks-registry\",\"wc-settings\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/mini-cart-component-frontend.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-component-frontend.js\",\"version\":\"8fd956688ac5746a8309\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-autop\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"http:\\/\\/ipekyonetim.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-9.7.1\",\"dependencies\":[]}},\"version\":\"wc-9.7.1\",\"hash\":\"8455d24c02740435f50c42f2065b9882\"}','off'),
(657,'_transient_woocommerce_admin_remote_inbox_notifications_specs','a:1:{s:5:\"tr_TR\";a:57:{s:21:\"wayflyer_bnpl_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:21:\"wayflyer_bnpl_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:48:\"Grow your business with funding through Wayflyer\";s:7:\"content\";s:261:\"Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"wayflyer_bnpl_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Level up with funding\";}}s:3:\"url\";s:118:\"https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-17 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-18 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"BE\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IE\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NL\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GB\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-affirm\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:32:\"afterpay-gateway-for-woocommerce\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-payments-for-woocommerce\";}}}}}}s:35:\"wc_shipping_mobile_app_usps_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:94:\"Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App\";s:7:\"content\";s:210:\"Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Shipping\";}}s:3:\"url\";s:135:\"https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-12 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-27 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-shipping-usps\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}}s:18:\"your-first-product\";O:8:\"stdClass\":8:{s:4:\"slug\";s:18:\"your-first-product\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:18:\"Your first product\";s:7:\"content\";s:467:\"That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br/><br/>Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:130:\"https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:13\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_were_no_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_are_now_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:2:\">=\";s:5:\"value\";i:1;}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_types\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"physical\";s:7:\"default\";a:0:{}}}}s:37:\"wc-admin-optimizing-the-checkout-flow\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-optimizing-the-checkout-flow\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:28:\"Optimizing the checkout flow\";s:7:\"content\";s:177:\"It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"optimizing-the-checkout-flow\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:144:\"https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:49\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"payments\";s:7:\"default\";a:0:{}}}}s:32:\"wc-payments-qualitative-feedback\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"wc-payments-qualitative-feedback\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:46:\"WooPayments setup - let us know what you think\";s:7:\"content\";s:137:\"Congrats on enabling WooPayments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"qualitative-feedback-from-new-users\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:58:\"https://automattic.survey.fm/woopayments-new-user-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:13\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:20:\"woocommerce-payments\";s:7:\"default\";a:0:{}}}}s:29:\"share-your-feedback-on-paypal\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"share-your-feedback-on-paypal\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:29:\"Share your feedback on PayPal\";s:7:\"content\";s:127:\"Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:43:\"http://automattic.survey.fm/paypal-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:50\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}}}s:31:\"google_listings_and_ads_install\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"google_listings_and_ads_install\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Drive traffic and sales with Google\";s:7:\"content\";s:123:\"Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"get-started\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Get started\";}}s:3:\"url\";s:122:\"https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-09 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google_listings_and_ads\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:10;}}}s:39:\"wc-subscriptions-security-update-3-0-15\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-subscriptions-security-update-3-0-15\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:42:\"WooCommerce Subscriptions security update!\";s:7:\"content\";s:738:\"We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br/><br/>Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br/><br/>We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br/><br/>If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"update-wc-subscriptions-3-0-15\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"View latest version\";}}s:3:\"url\";s:30:\"&page=wc-addons§ion=helper\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:30:32\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:6:\"3.0.15\";}}}s:29:\"woocommerce-core-update-5-4-0\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"woocommerce-core-update-5-4-0\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Update to WooCommerce 5.4.1 now\";s:7:\"content\";s:140:\"WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"update-wc-core-5-4-0\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:25:\"How to update WooCommerce\";}}s:3:\"url\";s:64:\"https://docs.woocommerce.com/document/how-to-update-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:31:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.0\";}}}s:19:\"wcpay-promo-2020-11\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-11\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-11\";s:7:\"content\";s:19:\"wcpay-promo-2020-11\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:19:\"wcpay-promo-2020-12\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-12\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-12\";s:7:\"content\";s:19:\"wcpay-promo-2020-12\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:34:\"ppxo-pps-upgrade-paypal-payments-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-1\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Get the latest PayPal extension for WooCommerce\";s:7:\"content\";s:442:\"Heads up! There’s a new PayPal on the block!<br/><br/>Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br/><br/>Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-1\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:33:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:7;s:7:\"default\";i:1;s:9:\"operation\";s:1:\"<\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-2\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Upgrade your PayPal experience!\";s:7:\"content\";s:358:\"Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-2\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:34:30\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:6;s:7:\"default\";i:1;s:9:\"operation\";s:1:\">\";}}}s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:56:\"Action required: Critical vulnerabilities in WooCommerce\";s:7:\"content\";s:574:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:59:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.8\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.9\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.2\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.3\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.4\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.5\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.4\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.4\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.2\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:36;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:37;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.3\";}i:38;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}i:39;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.5.10\";}i:40;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.7\";}i:41;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.3\";}i:42;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.3\";}i:43;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.5\";}i:44;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.4\";}i:45;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.4\";}i:46;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.5\";}i:47;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.6\";}i:48;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.4\";}i:49;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.5\";}i:50;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.5\";}i:51;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.4\";}i:52;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.3\";}i:53;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.5\";}i:54;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.3\";}i:55;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:56;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.5\";}i:57;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.3\";}i:58;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.4\";}}}s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Critical vulnerabilities in WooCommerce Blocks\";s:7:\"content\";s:570:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/>Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br/><br/>For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:32:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:42\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"2.5.16\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.6.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.7.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.8.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.9.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.0.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.1.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.1\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:45:\"woocommerce-core-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woocommerce-core-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"Solved: Critical vulnerabilities patched in WooCommerce\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:18\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:23:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.6\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.8\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.9\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.1\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Solved: Critical vulnerabilities patched in WooCommerce Blocks\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:54\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"2.5.16\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.7.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.8.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.9.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.0.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.1.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.1\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.1\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:19:\"habit-moment-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"habit-moment-survey\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"We’re all ears! Share your experience so far with WooCommerce\";s:7:\"content\";s:136:\"We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:45:\"https://automattic.survey.fm/store-management\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:37:30\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:30;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:0;}}}s:42:\"woocommerce-core-paypal-march-2022-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:391:\"<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-core-paypal-march-2022-dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:44:57\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"5.5\";}i:1;a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}}}}}}}s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:237:\"<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:45:04\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}s:24:\"pinterest_03_2022_update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"pinterest_03_2022_update\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:53:\"Your Pinterest for WooCommerce plugin is out of date!\";s:7:\"content\";s:262:\"Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins > Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"pinterest_03_2022_update\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"Update Instructions\";}}s:3:\"url\";s:148:\"https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-23 00:00:39\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"pinterest-for-woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"1.0.8\";}}}s:33:\"store_setup_survey_survey_q2_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:33:\"store_setup_survey_survey_q2_2022\";s:4:\"type\";s:6:\"survey\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:30:\"How is your store setup going?\";s:7:\"content\";s:232:\"Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:53:\"store_setup_survey_survey_q2_2022_share_your_thoughts\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Tell us how it’s going\";}}s:3:\"url\";s:52:\"https://automattic.survey.fm/store-setup-survey-2022\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-05-09 08:42:10\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:7;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:9;}}}s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:58:\"Security vulnerability patched in WooCommerce Eway Gateway\";s:7:\"content\";s:323:\"In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:62:\"needs-update-eway-payment-gateway-rin-action-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"/update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:63:\"needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:7:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-03 23:45:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.1.26\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"3.5.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"3.1.0\";}}}s:43:\"updated-eway-payment-gateway-rin-2022-12-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:43:\"updated-eway-payment-gateway-rin-2022-12-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"WooCommerce Eway Gateway has been automatically updated\";s:7:\"content\";s:280:\"Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:57:\"updated-eway-payment-gateway-rin-action-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"See all updates\";}}s:3:\"url\";s:16:\"/update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"updated-eway-payment-gateway-rin-dismiss-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-03 23:45:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.1.26\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.3\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}}}}}s:31:\"ecomm-wc-navigation-survey-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"ecomm-wc-navigation-survey-2023\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:39:\"Navigating WooCommerce on WordPress.com\";s:7:\"content\";s:166:\"We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"share-navigation-survey-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:58:\"https://automattic.survey.fm/new-ecommerce-plan-navigation\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-01-16 09:53:44\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:12:\"is_ecommerce\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:180;}}}s:39:\"woopay-beta-merchantrecruitment-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"woopay-beta-merchantrecruitment-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:319:\"WooPay, a new express checkout feature built into WooCommerce Payments, is <b>now available</b> —and we’re inviting you to be one of the first to try it. \r\n<br><br>\r\n<b>Boost conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\r\n<br><br>\r\n<b>Get started in seconds.</b>\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"woopay-beta-merchantrecruitment-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-activate-learnmore-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:155:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:27\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.handinhandparenting.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://pritikinfoods.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://utahrecsports.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.hunterpta.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.smokinbeans.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://shulabeauty.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bingeworthytvmerch.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://s91.4d8.myftpupload.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://stephanienicolenorris.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://aliensshirt.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://libertyordeathapparelllc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://cowboystatedaily.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:42:\"https://fundrgear.com/beckendorffathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:50:\"http://wordpress-528155-2231771.cloudwaysapps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://checkout.sohaprice.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://amadozstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://eliwehbe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://lunabra.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://nptixx.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://louisianapantry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://aplusanatomy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://wildsvg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://bleachfilm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://benabeautyspa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:47:\"http://barrettfitnessenterprises.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://goabroadable.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://alexoathletica.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.fourpurls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.hagmannreport.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://busybeeorganics.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nallsproduce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://bigtimebats.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://shop.cookingwithkarli.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.queenofpeacemedia.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://bigjohnsbeefjerky.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://paperbyjaney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://carolinarisemembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://veroticaevents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://spira.farm\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://endlessassist.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://betterlifeblog.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://ashleighrenard.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.turkeymerck.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://carfiershop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://normanmusicfestival.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://www.olfactoryfactoryllc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://fundrgear.com/anthonyathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"http://tkechilifestdotcom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://pvsa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://becbatop.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wwmeconvention.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://lswmp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bubbaskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://fusango.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://vcdpostershow.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.rileysribz.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.fakeultrasound.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://onelongfellowsquare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://agodpod.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/littleladybulldogs\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://thecirclelarp.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://byletam.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.nachonite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://designerdab.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2151.temp.domains/~lovebyt2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://shortporchbaseballcompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://distancecme.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://middleswarthchips.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://railblazausa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://mikescountrymeats.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://www.woodenshoe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://rockspringscafe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"http://footballfangears.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://ybtoner.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://simplyclayyy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://naturecreation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://marisrodriguez.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://asanteinternational.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://theatre55.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://carolynscreativeclassroom.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.miiriya.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://trendyds.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wooedbythefood.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://papasteamstores.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://omdurags.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://happydogbarkery.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://kitbose.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://seamossdeals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://zeatala.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://shop.atwaterffa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://www.brettsfirstresponders.org/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://shirtactive.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://boerneparade.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://zorahshrine.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://davidcervenka.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://addisjourney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://305ycle.cc\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"http://yourworstnightmarehaunt.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://westcoastpreps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://checkout.sohaking.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://www.theunshakeablepundit.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.stellaandchewys.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.raywhitcomb.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"http://constellationtheatercompany.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://stacynguyen.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:46:\"https://fundrgear.com/lakecreekgirlsbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://winslowartcenter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://flufftastik.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mygreenbeach.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://ebookvip.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/needvillevolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bifocalmedia.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://clrc.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://hyperpins.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/lakecreekboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://fundrgear.com/kparktennis\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mogadorspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://fundrgear.com/newcaneytrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://sigmascents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://bsharisemoore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://morrflate.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://westbrosinc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://shop.danceplexaz.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://chikepod.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.advanahealth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://tatter.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://greatawakeningbrewing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://waterfowlfestival.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://preppedwellness.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://events.thus.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://stormtide.thefifthtrooper.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.tabsynth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"http://staging.fliptheswitchon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://duffysdough.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodieliving.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://breakerbrotherstcg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://andymation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://recklessmetals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://sophielark.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://wp.arabtherapy.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://creativeappliques.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://altitude.win\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:42:\"woocommerce-wcpay-march-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-wcpay-march-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:57:\"Action required: Security update for WooCommerce Payments\";s:7:\"content\";s:296:\"<strong>Your store requires a security update for WooCommerce Payments</strong>. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:49:\"woocommerce-wcpay-march-2023-update-needed-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"See Blog Post\";}}s:3:\"url\";s:122:\"https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:57:\"woocommerce-wcpay-march-2023-update-needed-dismiss-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:11:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-03-22 20:25:44\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.5.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"4.8.0\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"5.6.1\";}}}s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:52:\"Accept in-person contactless payments on your iPhone\";s:7:\"content\";s:230:\"Tap to Pay on iPhone and WooCommerce Payments is quick, secure, and simple to set up — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Simplify my payments\";}}s:3:\"url\";s:143:\"https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_no_wcpay\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-03 23:59:47\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}s:48:\"woocommerce-WCPreOrders-april-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-WCPreOrders-april-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:68:\"Action required: Security update of WooCommerce Pre-Orders extension\";s:7:\"content\";s:220:\"<strong>Your store requires a security update for the WooCommerce Pre-Orders extension</strong>. Please update the WooCommerce Pre-Orders extension immediately to address a potential vulnerability discovered on April 11.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"extension-settings\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:15:\"update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-12 22:16:37\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:22:\"woocommerce-pre-orders\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.0.0\";}}}s:46:\"woopay-beta-merchantrecruitment-update-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woopay-beta-merchantrecruitment-update-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:321:\"WooPay, a new express checkout feature built into WooCommerce Payments, is <b>now available</b> — and you’re invited to try it. \r\n<br /><br />\r\n<b>Boost conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\r\n<br /><br />\r\n<b>Update WooCommerce Payments</b> to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:52:\"woopay-beta-merchantrecruitment-update-WCPay-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:55:\"woopay-beta-merchantrecruitment-update-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.handinhandparenting.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://pritikinfoods.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://utahrecsports.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.hunterpta.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.smokinbeans.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://shulabeauty.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bingeworthytvmerch.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://s91.4d8.myftpupload.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://stephanienicolenorris.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://aliensshirt.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://libertyordeathapparelllc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://cowboystatedaily.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:42:\"https://fundrgear.com/beckendorffathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:50:\"http://wordpress-528155-2231771.cloudwaysapps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://checkout.sohaprice.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://amadozstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://eliwehbe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://lunabra.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://nptixx.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://louisianapantry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://aplusanatomy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://wildsvg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://bleachfilm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://benabeautyspa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:47:\"http://barrettfitnessenterprises.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://goabroadable.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://alexoathletica.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.fourpurls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.hagmannreport.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://busybeeorganics.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nallsproduce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://bigtimebats.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://shop.cookingwithkarli.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.queenofpeacemedia.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://bigjohnsbeefjerky.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://paperbyjaney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://carolinarisemembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://veroticaevents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://spira.farm\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://endlessassist.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://betterlifeblog.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://ashleighrenard.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.turkeymerck.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://carfiershop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://normanmusicfestival.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://www.olfactoryfactoryllc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://fundrgear.com/anthonyathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"http://tkechilifestdotcom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://pvsa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://becbatop.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wwmeconvention.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://lswmp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bubbaskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://fusango.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://vcdpostershow.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.rileysribz.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.fakeultrasound.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://onelongfellowsquare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://agodpod.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/littleladybulldogs\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://thecirclelarp.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://byletam.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.nachonite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://designerdab.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2151.temp.domains/~lovebyt2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://shortporchbaseballcompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://distancecme.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://middleswarthchips.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://railblazausa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://mikescountrymeats.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://www.woodenshoe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://rockspringscafe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"http://footballfangears.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://ybtoner.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://simplyclayyy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://naturecreation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://marisrodriguez.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://asanteinternational.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://theatre55.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://carolynscreativeclassroom.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.miiriya.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://trendyds.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wooedbythefood.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://papasteamstores.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://omdurags.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://happydogbarkery.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://kitbose.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://seamossdeals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://zeatala.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://shop.atwaterffa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://www.brettsfirstresponders.org/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://shirtactive.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://boerneparade.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://zorahshrine.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://davidcervenka.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://addisjourney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://305ycle.cc\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"http://yourworstnightmarehaunt.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://westcoastpreps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://checkout.sohaking.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://www.theunshakeablepundit.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.stellaandchewys.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.raywhitcomb.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"http://constellationtheatercompany.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://stacynguyen.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:46:\"https://fundrgear.com/lakecreekgirlsbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://winslowartcenter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://flufftastik.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mygreenbeach.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://ebookvip.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/needvillevolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bifocalmedia.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://clrc.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://hyperpins.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/lakecreekboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://fundrgear.com/kparktennis\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mogadorspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://fundrgear.com/newcaneytrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://sigmascents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://bsharisemoore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://morrflate.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://westbrosinc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://shop.danceplexaz.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://chikepod.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.advanahealth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://tatter.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://greatawakeningbrewing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://waterfowlfestival.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://preppedwellness.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://events.thus.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://stormtide.thefifthtrooper.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.tabsynth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"http://staging.fliptheswitchon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://duffysdough.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodieliving.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://breakerbrotherstcg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://andymation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://recklessmetals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://sophielark.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://wp.arabtherapy.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://creativeappliques.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://altitude.win\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:46:\"woopay-beta-existingmerchants-noaction-27APR23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woopay-beta-existingmerchants-noaction-27APR23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:15:\"WooPay is back!\";s:7:\"content\";s:361:\"Thanks for previously trying WooPay, the<b> express checkout feature</b> built into WooCommerce Payments. We’re excited to announce that <b>WooPay availability has resumed</b>. No action is required on your part.\r\n<br /><br />\r\nYou can now <b>continue boosting conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-existingmerchants-noaction-documentation-27APR23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Documentation\";}}s:3:\"url\";s:178:\"https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-26 19:00:23\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.0\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:38:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://store.startingstrongman.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://joacreativelab.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.pureskincaresalon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mariablaquier.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://getprodigital.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://dalefrickeholsters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://sstour.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://tk-txstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://humanspiritproject.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://viradadrums.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://rosariumblends.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://organicskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://stuckpigmedical.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.seattlegiftbasket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.cloverandviolet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gvscholarship.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://yesimadiva.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://www.old.jmtrashbgone.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://victorialansford.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://craftcosplay.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://thefossilexchange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nextgenspeed.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cappellarecords.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://ontimesupermarket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://new2knox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://lovestudiollc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://socceruniformkits.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://willowcreativ.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://summitprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://howda.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://soapavenuecompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://subsbox.mystagingwebsite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wifflebreakers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.mps-outfitters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://howardharrisassociates.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bettersaferadio.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://bunnyluna.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:44:\"woopay-beta-existingmerchants-update-27APR23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"woopay-beta-existingmerchants-update-27APR23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:15:\"WooPay is back!\";s:7:\"content\";s:368:\"Thanks for previously trying WooPay, the <b>express checkout feature</b> built into WooCommerce Payments. We’re excited to announce that <b>WooPay availability has resumed</b>.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to <b>continue boosting conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:50:\"woopay-beta-existingmerchants-update-WCPay-27APR23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-26 19:00:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.0\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:38:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://store.startingstrongman.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://joacreativelab.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.pureskincaresalon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mariablaquier.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://getprodigital.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://dalefrickeholsters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://sstour.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://tk-txstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://humanspiritproject.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://viradadrums.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://rosariumblends.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://organicskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://stuckpigmedical.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.seattlegiftbasket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.cloverandviolet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gvscholarship.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://yesimadiva.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://www.old.jmtrashbgone.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://victorialansford.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://craftcosplay.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://thefossilexchange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nextgenspeed.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cappellarecords.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://ontimesupermarket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://new2knox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://lovestudiollc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://socceruniformkits.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://willowcreativ.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://summitprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://howda.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://soapavenuecompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://subsbox.mystagingwebsite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wifflebreakers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.mps-outfitters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://howardharrisassociates.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bettersaferadio.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://bunnyluna.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:45:\"woopay-beta-merchantrecruitment-short-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woopay-beta-merchantrecruitment-short-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woopay-beta-merchantrecruitment-short-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:64:\"woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:161:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:36\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://pieroatomic3.wpcomstaging.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.bluebeautifly.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://indianrivernatural.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://fouroaksproducts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:14:\"https://acb.la\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://www.sweetpotatoplant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://www.gocaseyourself.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://laugun.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://nebraskadaybyday.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://vintagemarche727.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://kohai.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://gracegaze.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://aliensmeaning.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://myheritagegardens.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://shopmoresport.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://oladino.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://frogjumpstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cagedthundermma.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/mcelwainelementary\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://mgco.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://500gp.io/pay\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://waterglassslimes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://antiqueful.shop/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://deeperkidmin.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/cyspringsboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://houseofminifigs.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2273.temp.domains/~dreambx2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://madebymixture.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://reliabletrash.company\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.daddybutter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://circleqessentials.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://garlicbraids.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://fbdonline.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://galaxysedge.us\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://duckduckbeetfarm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://varsitygraphics.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://jademackenzie.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://kristysketolifestyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://covid19criticalcare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://parkviewprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://rock-fest.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://fillinxsolutions.com/etarix/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://doughremitx.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.montanafiddlecamp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://fococomiccon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://patricendouglas.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://hectue.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://montanamaxbbq.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://smellzoom.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://uptowne.theoandson.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://superbasic.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ppodstore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://kerenzan.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://a13bargains.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://colorgr.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://mindbodysoulcandles.com/Charlotte\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://peaceloveandadhd.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://seymoursmash.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mwtournament.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:43:\"https://fundrgear.com/beckendorffgirlstrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://allswellnyc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://childoftheredwoodsmembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/grandoaksvolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.newhollandrochester.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.purplecatvet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"https://www.mustangmountaincoaster.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.roccanj.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.teerico.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://passportunlimited.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.paladincards20.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://giantshorties.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visualsports.biz\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://thefreakinricanrestaurant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://arequestionscom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://pt.tktxcompanystore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodiechicks.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://nutoshop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://backwoodzhiphop.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://gartapparel.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bodega.badiaspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://rampartrange.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://teeuni.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bearsinthealley.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://vitalbooks.net/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://hair-free-hair-remover.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gangtaynails.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://crochetfoundry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://westcoastbelts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://payment.sundryfiles.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://ccadunkirk.mudhenmama.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://desertsupercup.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://shops-eminem.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://75yearsofracing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://tixpls.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:44:\"http://legacyoutfitters.org/banquet/raffles/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://91170e9fc9.nxcli.io/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://beachwayrentals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://esd.camp\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mfkgamecalls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://1greatce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.luthyouth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://electionintegrityidaho.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://renbundle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://premierseamoss.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://teemart.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/beckendorffgirlsbb\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visiblechild.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ebookvital.me/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://renemarsh.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://www.eventricate.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://transgression.party\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://profadex.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://mxsbattlegrounds.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.poeinbaltimore.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://freefall.gg\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://underthechurchhatblog.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://naksparkle.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"http://bearlyburly.gay/inventory\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.premierboneandjoint.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://farm-2-bowl.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://hollandgrill.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://lividian.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.trainingrange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://sarakepskitchen.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.phoenixyouththeatre.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://drivenarmsco.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://audiobro.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://www.iowaabortionaccessfund.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://findthemenu.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://moderndepot.co\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://granitesupplements.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://healthyrican.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://utest.edsandbox.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://c-pounds.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://littleschoolofsmiths.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://goblinstyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://proper-testing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.cosafoundation.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://farmsteadboxes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://fundraise4books.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://norskenook.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://cajulove.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:52:\"woopay-beta-merchantrecruitment-short-update-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woopay-beta-merchantrecruitment-short-update-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:227:\"Be one of the first to try WooPay, our new express checkout feature. <br><b>Boost conversions</b> by letting customers pay with a <b>single click</b>. <br><br>Update to the latest version of WooCommerce Payments to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-update-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:20\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.bluebeautifly.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://indianrivernatural.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://fouroaksproducts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:14:\"https://acb.la\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://www.sweetpotatoplant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://www.gocaseyourself.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://laugun.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://nebraskadaybyday.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://vintagemarche727.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://kohai.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://gracegaze.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://aliensmeaning.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://myheritagegardens.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://shopmoresport.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://oladino.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://frogjumpstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cagedthundermma.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/mcelwainelementary\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://mgco.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://500gp.io/pay\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://waterglassslimes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://antiqueful.shop/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://deeperkidmin.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/cyspringsboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://houseofminifigs.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2273.temp.domains/~dreambx2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://madebymixture.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://reliabletrash.company\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.daddybutter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://circleqessentials.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://garlicbraids.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://fbdonline.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://galaxysedge.us\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://duckduckbeetfarm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://varsitygraphics.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://jademackenzie.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://kristysketolifestyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://covid19criticalcare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://parkviewprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://rock-fest.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://fillinxsolutions.com/etarix/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://doughremitx.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.montanafiddlecamp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://fococomiccon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://patricendouglas.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://hectue.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://montanamaxbbq.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://smellzoom.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://uptowne.theoandson.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://superbasic.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ppodstore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://kerenzan.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://a13bargains.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://colorgr.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://mindbodysoulcandles.com/Charlotte\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://peaceloveandadhd.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://seymoursmash.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mwtournament.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:43:\"https://fundrgear.com/beckendorffgirlstrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://allswellnyc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://childoftheredwoodsmembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/grandoaksvolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.newhollandrochester.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.purplecatvet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"https://www.mustangmountaincoaster.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.roccanj.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.teerico.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://passportunlimited.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.paladincards20.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://giantshorties.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visualsports.biz\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://thefreakinricanrestaurant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://arequestionscom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://pt.tktxcompanystore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodiechicks.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://nutoshop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://backwoodzhiphop.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://gartapparel.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bodega.badiaspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://rampartrange.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://teeuni.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bearsinthealley.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://vitalbooks.net/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://hair-free-hair-remover.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gangtaynails.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://crochetfoundry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://westcoastbelts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://payment.sundryfiles.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://ccadunkirk.mudhenmama.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://desertsupercup.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://shops-eminem.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://75yearsofracing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://tixpls.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:44:\"http://legacyoutfitters.org/banquet/raffles/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://91170e9fc9.nxcli.io/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://beachwayrentals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://esd.camp\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mfkgamecalls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://1greatce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.luthyouth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://electionintegrityidaho.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://renbundle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://premierseamoss.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://teemart.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/beckendorffgirlsbb\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visiblechild.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ebookvital.me/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://renemarsh.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://www.eventricate.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://transgression.party\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://profadex.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://mxsbattlegrounds.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.poeinbaltimore.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://freefall.gg\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://underthechurchhatblog.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://naksparkle.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"http://bearlyburly.gay/inventory\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.premierboneandjoint.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://farm-2-bowl.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://hollandgrill.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://lividian.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.trainingrange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://sarakepskitchen.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.phoenixyouththeatre.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://drivenarmsco.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://audiobro.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://www.iowaabortionaccessfund.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://findthemenu.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://moderndepot.co\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://granitesupplements.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://healthyrican.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://utest.edsandbox.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://c-pounds.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://littleschoolofsmiths.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://goblinstyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://proper-testing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.cosafoundation.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://farmsteadboxes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://fundraise4books.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://norskenook.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://cajulove.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTA\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTA\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test A\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 00:01:32\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTB\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTB\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test B\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 20:58:43\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTC\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTC\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test C\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 21:03:33\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://pieroatomic3.wpcomstaging.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTD\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTD\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test D\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 21:32:09\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://pieroatomic3.wpcomstaging.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:45:\"woopay-beta-merchantrecruitment-short-09MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woopay-beta-merchantrecruitment-short-09MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-activate-button-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:72:\"woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:169:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-08 19:18:44\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:17:\"platform_checkout\";}}}s:11:\"option_name\";s:41:\"woocommerce_woocommerce_payments_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"no\";s:7:\"default\";b:0;}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:31:\"data.platform_checkout_eligible\";}}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;s:7:\"default\";b:0;}}}s:52:\"woopay-beta-merchantrecruitment-short-update-09MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woopay-beta-merchantrecruitment-short-update-09MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:227:\"Be one of the first to try WooPay, our new express checkout feature. <br><b>Boost conversions</b> by letting customers pay with a <b>single click</b>. <br><br>Update to the latest version of WooCommerce Payments to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-update-activate-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-08 19:45:57\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:17:\"platform_checkout\";}}}s:11:\"option_name\";s:41:\"woocommerce_woocommerce_payments_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"no\";s:7:\"default\";b:0;}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:31:\"data.platform_checkout_eligible\";}}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;s:7:\"default\";b:0;}}}s:52:\"woocommerce-WCSubscriptions-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woocommerce-WCSubscriptions-June-2023-updated-needed\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Action required: Security update of WooCommerce Subscriptions\";s:7:\"content\";s:197:\"<strong>Your store requires a security update for the WooCommerce Subscriptions plugin</strong>. Please update the WooCommerce Subscriptions plugin immediately to address a potential vulnerability.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:68:\"woocommerce-WCSubscriptions-June-2023-updated-needed-Plugin-Settings\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woocommerce-WCSubscriptions-June-2023-updated-needed-dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-06 08:00:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"2.1.0\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"5.1.2\";}}}s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:87:\"Action required: Security update of WooCommerce Returns and Warranty Requests extension\";s:7:\"content\";s:270:\"<strong>Your store requires a security update for the Returns and Warranty Requests extension</strong>. Please update to the latest version of the WooCommerce Returns and Warranty Requests extension immediately to address a potential vulnerability discovered on May 31.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-02 23:53:57\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-warranty\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.1.8\";}}}s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:65:\"Action required: Security update of WooCommerce One Page Checkout\";s:7:\"content\";s:232:\"<strong>Your shop requires a security update to address a vulnerability in the WooCommerce One Page Checkout extension</strong>. The fix for this vulnerability was released for this extension on June 13th. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-21 14:05:46\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:29:\"woocommerce-one-page-checkout\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"2.4.0\";}}}s:40:\"woocommerce-WCGC-July-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:68:\"Action required: Security update of WooCommerce GoCardless Extension\";s:7:\"content\";s:205:\"<strong>Your shop requires a security update to address a vulnerability in the WooCommerce GoCardless extension</strong>. The fix for this vulnerability was released on July 4th. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-04 15:36:07\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:30:\"woocommerce-gateway-gocardless\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.5.6\";}}}s:48:\"woocommerce-shipping-fedex-api-outage-2023-07-16\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-shipping-fedex-api-outage-2023-07-16\";s:4:\"type\";s:7:\"warning\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:40:\"Scheduled FedEx API outage — July 2023\";s:7:\"content\";s:277:\"On July 16 there will be a full outage of the FedEx API from 04:00 to 08:00 AM UTC. Due to planned maintenance by FedEx, you\'ll be unable to provide FedEx shipping rates during this time. Follow the link below for more information and recommendations on how to minimize impact.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:125:\"https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-05 18:19:17\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-shipping-fedex\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-07-17 00:00:00\";}}}s:35:\"wcship-2023-07-hazmat-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wcship-2023-07-hazmat-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:87:\"Action required: USPS HAZMAT compliance update for WooCommerce Shipping & Tax extension\";s:7:\"content\";s:251:\"<strong>Your store requires an update for the WooCommerce Shipping extension</strong>. Please update to the latest version of the WooCommerce Shipping & Tax extension immediately to ensure compliance with new USPS HAZMAT rules currently in effect.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"plugin-list\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:23:\"admin.php?page=wc-admin\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-11 20:26:59\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-services\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"2.3.0\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Action required: Security update for WooCommerce Stripe plugin\";s:7:\"content\";s:183:\"<strong>Your shop requires an important security update for the WooCommerce Stripe plugin</strong>. The fix for this vulnerability was released on July 31. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"update-core.php?\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"7.4.2\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.3.2\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.4.5\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.5.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.6.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.9.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.0.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.2.2\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.3.2\";}}}}}}}s:46:\"woocommerce-WCStripe-Aug-2023-security-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-WCStripe-Aug-2023-security-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:44:\"Security update of WooCommerce Stripe plugin\";s:7:\"content\";s:144:\"<strong>Your store has been updated to the latest secure version of the WooCommerce Stripe plugin</strong>. This update was released on July 31.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.3.2\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.4.5\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.5.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.6.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.9.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.0.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.2.2\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.3.2\";}}}}}s:49:\"woocommerce-WooPayments-Aug-2023-security-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:49:\"woocommerce-WooPayments-Aug-2023-security-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:60:\"Security update of WooPayments (WooCommerce Payments) plugin\";s:7:\"content\";s:147:\"<strong>Your store has been updated to the more secure version of WooPayments (WooCommerce Payments)</strong>. This update was released on July 31.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:13\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:17:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.6\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.5\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.4\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}}}}}s:24:\"avalara_q3-2023_noAvaTax\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"avalara_q3-2023_noAvaTax\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:40:\"Automatically calculate VAT in real time\";s:7:\"content\";s:284:\"Take the effort out of determining tax rates and sell confidently across borders with automated tax management from Avalara AvaTax— including built-in VAT calculation when you sell into or across the EU and UK. Save time and stay compliant when you let Avalara do the heavy lifting.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"avalara_q3-2023_noAvaTax\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Automate my sales tax\";}}s:3:\"url\";s:131:\"https://woocommerce.com/products/woocommerce-avatax/?utm_source=inbox_note&utm_medium=product&utm_campaign=avalara_q3-2023_noAvaTax\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-08 22:32:23\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-08-09 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:18:\"woocommerce-avatax\";}}}}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:30;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"total_payments_value\";s:9:\"timeframe\";s:9:\"last_year\";s:5:\"value\";i:100;s:9:\"operation\";s:1:\">\";}}}s:44:\"woocommerce-usermeta-Sept2023-productvendors\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"woocommerce-usermeta-Sept2023-productvendors\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:37:\"Your store requires a security update\";s:7:\"content\";s:339:\"<strong>Your shop needs an update to address a vulnerability in WooCommerce.</strong> The fix was released on Sept 15. Please update WooCommerce to the latest version immediately. <a href=\"https://developer.woocommerce.com/2023/09/16/woocommerce-vulnerability-reintroduced-from-7-0-1/\" />Read our developer update</a> for more information.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"woocommerce-usermeta-Sept2023-productvendors\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:11:\"plugins.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-09-20 00:50:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-product-vendors\";}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"8.1.1\";}}}s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Security update for WooCommerce Stripe Gateway\";s:7:\"content\";s:201:\"<strong>Your shop requires a security update to address a vulnerability in the WooCommerce Stripe Gateway</strong>. The fix for this vulnerability was released on October 17. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:15:\"update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:36:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-10-18 00:01:58\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"4.5.4\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.6\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.5.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.6.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.8.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.9.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.0.2\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.1.2\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.2.2\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.3.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.4.6\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.5.4\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.6.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.5.4\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.6.3\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.7.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.8.3\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.9.3\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.0.5\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.1.3\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.2.3\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.3.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.4.3\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.5.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"7.6.1\";}}}s:29:\"amazon-mcf-reviews-2023-12-07\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"amazon-mcf-reviews-2023-12-07\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:36:\"Enjoying Amazon MCF for WooCommerce?\";s:7:\"content\";s:292:\"We\'re Never Settle, the developers behind Amazon MCF for WooCommerce, and would be deeply honored to have your review. Reviews help immensely as other users can learn how MCF can solve their needs too! Not happy or need help? Please reach out for support and we’d love to make things right!\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"amazon-mcf-review-button-2023-12-07\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Leave a review\";}}s:3:\"url\";s:161:\"https://woocommerce.com/products/woocommerce-amazon-fulfillment/?review&utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-review-button-2023-12-07\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"amazon-mcf-support-button-2023-12-07\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Request support\";}}s:3:\"url\";s:142:\"https://woocommerce.com/my-account/contact-support/?utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-support-button-2023-12-07\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-12-06 15:21:27\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:30:\"woocommerce-amazon-fulfillment\";}}}}s:30:\"remove_estimated_deposits_2024\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"remove_estimated_deposits_2024\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:33:\"Estimated deposits are going away\";s:7:\"content\";s:267:\"To provide more accurate deposit information and support the expansion of instant deposits, estimated deposit details will no longer be available in WooPayments. We recommend upgrading to the latest version of WooPayments for more detailed balance status information.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"view_docs\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:29:\"Learn about Deposit schedules\";}}s:3:\"url\";s:151:\"https://woocommerce.com/document/woopayments/deposits/deposit-schedule/?utm_source=inbox_note&utm_medium=product&utm_campaign=view_docs#available-funds\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"6.9\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2024-01-21 08:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2024-01-31 23:59:59\";}}}s:26:\"sirt-woo-2024-11-xss-admin\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"sirt-woo-2024-11-xss-admin\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"An important update is required for WooCommerce\";s:7:\"content\";s:353:\"This update addresses a security vulnerability that could allow unauthorized access to administrative privileges on your site. <a href=\"https://developer.woocommerce.com/2024/12/03/woocommerce-9-4-3-and-woocommerce-9-3-4-available-now/\">Learn more</a>.\r\n<br><br>\r\n<strong>Please ensure your site is updated to the latest version to stay secure.</strong>\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"sirt-woo-2024-11-xss-admin\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"update-core.php?\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"sirt-woo-2024-11-xss-admin\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2024-12-04 02:07:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"WooCommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"8.4.0\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"WooCommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"9.4.3\";}}}s:64:\"woocommerce-analytics-order-attribution-promotions-december-2024\";O:8:\"stdClass\":8:{s:4:\"slug\";s:64:\"woocommerce-analytics-order-attribution-promotions-december-2024\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Discover what drives your sales\";s:7:\"content\";s:216:\"Use our powerful <strong>Order Attribution</strong> extension to understand what truly drives your revenue. Track your sales journey, identify your most effective marketing channels, and optimize your sales strategy.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:78:\"woocommerce-analytics-order-attribution-promotions-december-2024-find-out-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Find out more\";}}s:3:\"url\";s:51:\"https://wordpress.org/plugins/woocommerce-analytics\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2024-12-23 09:56:01\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:21:\"woocommerce-analytics\";}}}}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:5:\"value\";a:2:{i:0;i:1;i:1;i:12;}s:7:\"default\";i:0;s:9:\"operation\";s:5:\"range\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";}}}s:44:\"paypal-braintree-sdk-depreciation-2025-02-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"paypal-braintree-sdk-depreciation-2025-02-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:51:\"Update required for your PayPal Braintree extension\";s:7:\"content\";s:253:\"To continue securely accepting payments, you must update your PayPal Braintree extension to version 3.2.4 or newer before June 30, 2025. Your current extension version will not support payment processing after this date due to an SSL certificate update.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:51:\"paypal-braintree-sdk-depreciation-2025-02-20-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Upgrade now\";}}s:3:\"url\";s:21:\"/wp-admin/plugins.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-03-03 19:49:10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:47:\"woocommerce-gateway-paypal-powered-by-braintree\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"3.2.3\";}}}}}','off'),
(699,'_site_transient_timeout_available_translations','1742503986','off'),
(700,'_site_transient_available_translations','a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.9\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.9/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-02-13 12:49:38\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.5/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.25/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-11-01 09:05:28\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-01-19 08:58:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.5/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.26\";s:7:\"updated\";s:19:\"2024-12-26 00:37:42\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.26/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-01-12 07:32:34\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-20 08:42:35\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-17 07:16:23\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-11 08:34:45\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-04 15:09:31\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-07 09:18:15\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-11-05 18:11:40\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-16 02:47:33\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-16 02:46:38\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.7.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-11-05 18:08:14\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.7.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-03 07:45:57\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.6/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-22 11:02:17\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-11-08 19:43:34\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-06 16:38:21\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-12-15 22:47:35\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-11-12 00:03:39\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-11-14 20:17:10\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-18 15:16:11\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-12-09 22:28:42\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-10-16 21:04:12\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-01 20:26:01\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-04 14:46:26\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-20 10:04:41\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:6:\"5.8.10\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.10/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.16\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.16/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.21\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.21/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-05 15:56:22\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-02 23:11:20\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-06 09:50:37\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-26 16:06:47\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-01-30 10:07:14\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-14 17:29:08\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-01-27 13:02:04\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-12-12 22:29:22\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-22 22:25:45\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-02-01 23:56:53\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2023-04-30 13:56:46\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.25/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.6/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-01-29 23:44:41\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-27 06:35:56\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.33\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.33/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2024-05-04 18:39:24\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2025-02-06 05:17:11\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-01 09:14:16\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.6/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-13 12:24:50\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-01-31 11:29:26\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.26\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.26/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-20 11:01:52\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-07 13:30:47\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.26\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.26/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-01 06:53:56\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.6/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-07-18 02:49:24\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.21\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.21/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-11 19:32:39\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-11 06:34:23\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-19 23:49:33\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-25 04:09:28\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7.2/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-13 13:11:03\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-13 10:34:12\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"6.0.9\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.9/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-20 16:41:38\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-20 17:22:06\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-15 06:59:18\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.15\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.15/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.38\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.38/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-01 17:56:33\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-08-30 11:32:23\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-17 16:06:30\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.7.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-19 11:58:37\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-20 09:36:13\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.25/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-15 16:20:12\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.34\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.34/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-11-22 09:42:36\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.7.2/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-25 12:07:35\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-06 01:20:04\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2023-08-21 12:15:00\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-17 14:32:48\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-01-30 08:56:10\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.16\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.16/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-10 11:39:57\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-09-21 09:44:08\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.6.2/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-08-30 07:14:35\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-01-30 10:26:38\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-09-20 22:15:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-03 17:00:50\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-02 07:29:05\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.38\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.38/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:6:\"5.8.10\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.10/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.25/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-14 00:21:51\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-03 01:12:45\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-03-06 18:52:07\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.5/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.16\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.16/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-20 05:52:21\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-12 08:54:01\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-05 06:01:29\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','off'),
(668,'_transient_timeout_external_ip_address_127.0.0.1','1742503816','off'),
(669,'_transient_external_ip_address_127.0.0.1','2a06:41c0:1:1::80e1:284e','off'),
(680,'essential-grid_update_info','O:8:\"stdClass\":0:{}','auto'),
(678,'revslider-update-check','1742418208','auto'),
(679,'revslider_update_info','O:8:\"stdClass\":0:{}','auto'),
(681,'_transient_timeout__woocommerce_helper_subscriptions','1742419109','off'),
(682,'_transient__woocommerce_helper_subscriptions','a:0:{}','off'),
(685,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),
(736,'_site_transient_timeout_community-events-580a1cd10816644796df1d87efd0155b','1742540909','off'),
(737,'_site_transient_community-events-580a1cd10816644796df1d87efd0155b','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"5.26.251.0\";}s:6:\"events\";a:0:{}}','off');
/*!40000 ALTER TABLE `chkkP_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_postmeta`
--
DROP TABLE IF EXISTS `chkkP_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_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=MyISAM AUTO_INCREMENT=8734 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_postmeta`
--
LOCK TABLES `chkkP_postmeta` WRITE;
/*!40000 ALTER TABLE `chkkP_postmeta` DISABLE KEYS */;
INSERT INTO `chkkP_postmeta` VALUES
(1,2,'_wp_page_template','default'),
(6,5,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(7,5,'_edit_last','1'),
(8,5,'_edit_lock','1465560445:1'),
(11,5,'slide_template',''),
(12,5,'eg_sources_html5_mp4',''),
(13,5,'eg_sources_html5_ogv',''),
(14,5,'eg_sources_html5_webm',''),
(15,5,'eg_sources_youtube',''),
(16,5,'eg_sources_vimeo',''),
(17,5,'eg_sources_wistia',''),
(18,5,'eg_sources_image',''),
(19,5,'eg_sources_iframe',''),
(20,5,'eg_sources_soundcloud',''),
(21,5,'eg_vimeo_ratio','0'),
(22,5,'eg_youtube_ratio','0'),
(23,5,'eg_wistia_ratio','0'),
(24,5,'eg_html5_ratio','0'),
(25,5,'eg_soundcloud_ratio','0'),
(26,5,'eg_settings_custom_meta_skin',''),
(27,5,'eg_settings_custom_meta_element',''),
(28,5,'eg_settings_custom_meta_setting',''),
(29,5,'eg_settings_custom_meta_style',''),
(30,5,'eg_sources_revslider',''),
(31,5,'oliveoil_post_options','a:93:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:13:\"reviews_marks\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";}'),
(32,5,'oliveoil_post_views_count','858'),
(33,5,'oliveoil_post_likes_count','0'),
(38,7,'_wp_attached_file','2016/06/image-5.jpg'),
(39,7,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1361;s:4:\"file\";s:19:\"2016/06/image-5.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"image-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"image-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"image-5-600x340.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-5-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"image-5-768x436.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"image-5-1024x581.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"image-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"image-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"image-5-600x340.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(40,5,'_thumbnail_id','7'),
(43,8,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(44,8,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(45,8,'_edit_last','1'),
(46,8,'_edit_lock','1465560529:1'),
(47,8,'slide_template',''),
(48,8,'eg_sources_html5_mp4',''),
(49,8,'eg_sources_html5_ogv',''),
(50,8,'eg_sources_html5_webm',''),
(51,8,'eg_sources_youtube',''),
(52,8,'eg_sources_vimeo',''),
(53,8,'eg_sources_wistia',''),
(54,8,'eg_sources_image',''),
(55,8,'eg_sources_iframe',''),
(56,8,'eg_sources_soundcloud',''),
(57,8,'eg_vimeo_ratio','0'),
(58,8,'eg_youtube_ratio','0'),
(59,8,'eg_wistia_ratio','0'),
(60,8,'eg_html5_ratio','0'),
(61,8,'eg_soundcloud_ratio','0'),
(62,8,'eg_settings_custom_meta_skin',''),
(63,8,'eg_settings_custom_meta_element',''),
(64,8,'eg_settings_custom_meta_setting',''),
(65,8,'eg_settings_custom_meta_style',''),
(66,8,'eg_sources_revslider',''),
(67,8,'oliveoil_post_options','a:93:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:13:\"reviews_marks\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";}'),
(68,8,'oliveoil_post_views_count','859'),
(69,8,'oliveoil_post_likes_count','0'),
(71,8,'_dp_original','5'),
(77,11,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(78,11,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(79,11,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(80,11,'_edit_last','1'),
(81,11,'_edit_lock','1465560425:1'),
(82,11,'slide_template',''),
(83,11,'eg_sources_html5_mp4',''),
(84,11,'eg_sources_html5_ogv',''),
(85,11,'eg_sources_html5_webm',''),
(86,11,'eg_sources_youtube',''),
(87,11,'eg_sources_vimeo',''),
(88,11,'eg_sources_wistia',''),
(89,11,'eg_sources_image',''),
(90,11,'eg_sources_iframe',''),
(91,11,'eg_sources_soundcloud',''),
(92,11,'eg_vimeo_ratio','0'),
(93,11,'eg_youtube_ratio','0'),
(94,11,'eg_wistia_ratio','0'),
(95,11,'eg_html5_ratio','0'),
(96,11,'eg_soundcloud_ratio','0'),
(97,11,'eg_settings_custom_meta_skin',''),
(98,11,'eg_settings_custom_meta_element',''),
(99,11,'eg_settings_custom_meta_setting',''),
(100,11,'eg_settings_custom_meta_style',''),
(101,11,'eg_sources_revslider',''),
(102,11,'oliveoil_post_options','a:93:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:13:\"reviews_marks\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";}'),
(103,11,'oliveoil_post_views_count','872'),
(104,11,'oliveoil_post_likes_count','1'),
(107,11,'_dp_original','8'),
(110,13,'_wp_attached_file','2016/06/image-7.jpg'),
(111,13,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1392;s:4:\"file\";s:19:\"2016/06/image-7.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"image-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"image-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"image-7-600x348.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-7-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"image-7-768x445.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"image-7-1024x594.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"image-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"image-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"image-7-600x348.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(112,11,'_thumbnail_id','13'),
(120,15,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(121,15,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(122,15,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(123,15,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(124,15,'_edit_last','1'),
(125,15,'_edit_lock','1465560498:1'),
(126,15,'slide_template',''),
(127,15,'eg_sources_html5_mp4',''),
(128,15,'eg_sources_html5_ogv',''),
(129,15,'eg_sources_html5_webm',''),
(130,15,'eg_sources_youtube',''),
(131,15,'eg_sources_vimeo',''),
(132,15,'eg_sources_wistia',''),
(133,15,'eg_sources_image',''),
(134,15,'eg_sources_iframe',''),
(135,15,'eg_sources_soundcloud',''),
(136,15,'eg_vimeo_ratio','0'),
(137,15,'eg_youtube_ratio','0'),
(138,15,'eg_wistia_ratio','0'),
(139,15,'eg_html5_ratio','0'),
(140,15,'eg_soundcloud_ratio','0'),
(141,15,'eg_settings_custom_meta_skin',''),
(142,15,'eg_settings_custom_meta_element',''),
(143,15,'eg_settings_custom_meta_setting',''),
(144,15,'eg_settings_custom_meta_style',''),
(145,15,'eg_sources_revslider',''),
(146,15,'oliveoil_post_options','a:93:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:13:\"reviews_marks\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";}'),
(147,15,'oliveoil_post_views_count','828'),
(148,15,'oliveoil_post_likes_count','0'),
(151,15,'_dp_original','11'),
(152,16,'_wp_attached_file','2016/06/image-8.jpg'),
(153,16,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1372;s:4:\"file\";s:19:\"2016/06/image-8.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"image-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"image-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"image-8-600x412.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-8-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"image-8-768x527.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"image-8-1024x702.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:702;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"image-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"image-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"image-8-600x412.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(154,15,'_thumbnail_id','16'),
(157,18,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(158,18,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(159,18,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(160,18,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(161,18,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(162,18,'_edit_last','1'),
(163,18,'_edit_lock','1465560416:1'),
(164,18,'slide_template',''),
(165,18,'eg_sources_html5_mp4',''),
(166,18,'eg_sources_html5_ogv',''),
(167,18,'eg_sources_html5_webm',''),
(168,18,'eg_sources_youtube',''),
(169,18,'eg_sources_vimeo',''),
(170,18,'eg_sources_wistia',''),
(171,18,'eg_sources_image',''),
(172,18,'eg_sources_iframe',''),
(173,18,'eg_sources_soundcloud',''),
(174,18,'eg_vimeo_ratio','0'),
(175,18,'eg_youtube_ratio','0'),
(176,18,'eg_wistia_ratio','0'),
(177,18,'eg_html5_ratio','0'),
(178,18,'eg_soundcloud_ratio','0'),
(179,18,'eg_settings_custom_meta_skin',''),
(180,18,'eg_settings_custom_meta_element',''),
(181,18,'eg_settings_custom_meta_setting',''),
(182,18,'eg_settings_custom_meta_style',''),
(183,18,'eg_sources_revslider',''),
(184,18,'oliveoil_post_options','a:93:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:13:\"reviews_marks\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";}'),
(185,18,'oliveoil_post_views_count','837'),
(186,18,'oliveoil_post_likes_count','1'),
(189,18,'_dp_original','15'),
(190,19,'_wp_attached_file','2016/06/image-2.jpg'),
(191,19,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1688;s:4:\"file\";s:19:\"2016/06/image-2.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"image-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"image-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"image-2-600x422.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-2-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"image-2-768x540.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"image-2-1024x720.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"image-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"image-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"image-2-600x422.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:11:\"Dusan Zidar\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(192,18,'_thumbnail_id','19'),
(195,21,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(196,21,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(197,21,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(198,21,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(199,21,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(200,21,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(201,21,'_edit_last','1'),
(202,21,'_edit_lock','1465560471:1'),
(203,21,'slide_template',''),
(204,21,'eg_sources_html5_mp4',''),
(205,21,'eg_sources_html5_ogv',''),
(206,21,'eg_sources_html5_webm',''),
(207,21,'eg_sources_youtube',''),
(208,21,'eg_sources_vimeo',''),
(209,21,'eg_sources_wistia',''),
(210,21,'eg_sources_image',''),
(211,21,'eg_sources_iframe',''),
(212,21,'eg_sources_soundcloud',''),
(213,21,'eg_vimeo_ratio','0'),
(214,21,'eg_youtube_ratio','0'),
(215,21,'eg_wistia_ratio','0'),
(216,21,'eg_html5_ratio','0'),
(217,21,'eg_soundcloud_ratio','0'),
(218,21,'eg_settings_custom_meta_skin',''),
(219,21,'eg_settings_custom_meta_element',''),
(220,21,'eg_settings_custom_meta_setting',''),
(221,21,'eg_settings_custom_meta_style',''),
(222,21,'eg_sources_revslider',''),
(223,21,'oliveoil_post_options','a:93:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:13:\"reviews_marks\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";}'),
(224,21,'oliveoil_post_views_count','902'),
(225,21,'oliveoil_post_likes_count','1'),
(228,21,'_dp_original','18'),
(229,22,'_wp_attached_file','2016/06/image-1.jpg'),
(230,22,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1247;s:4:\"file\";s:19:\"2016/06/image-1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"image-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"image-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"image-1-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"image-1-768x479.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"image-1-1024x638.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:638;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"image-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"image-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"image-1-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(231,21,'_thumbnail_id','22'),
(236,24,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(237,24,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(238,24,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(239,24,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(240,24,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(241,24,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(242,24,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(243,24,'_edit_last','1'),
(244,24,'_edit_lock','1465560150:1'),
(245,24,'slide_template',''),
(246,24,'eg_sources_html5_mp4',''),
(247,24,'eg_sources_html5_ogv',''),
(248,24,'eg_sources_html5_webm',''),
(249,24,'eg_sources_youtube',''),
(250,24,'eg_sources_vimeo',''),
(251,24,'eg_sources_wistia',''),
(252,24,'eg_sources_image',''),
(253,24,'eg_sources_iframe',''),
(254,24,'eg_sources_soundcloud',''),
(255,24,'eg_vimeo_ratio','0'),
(256,24,'eg_youtube_ratio','0'),
(257,24,'eg_wistia_ratio','0'),
(258,24,'eg_html5_ratio','0'),
(259,24,'eg_soundcloud_ratio','0'),
(260,24,'eg_settings_custom_meta_skin',''),
(261,24,'eg_settings_custom_meta_element',''),
(262,24,'eg_settings_custom_meta_setting',''),
(263,24,'eg_settings_custom_meta_style',''),
(264,24,'eg_sources_revslider',''),
(265,24,'oliveoil_post_options','a:93:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:13:\"reviews_marks\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";}'),
(266,24,'oliveoil_post_views_count','847'),
(267,24,'oliveoil_post_likes_count','1'),
(270,24,'_dp_original','21'),
(271,25,'_wp_attached_file','2016/06/image-3.jpg'),
(272,25,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1682;s:4:\"file\";s:19:\"2016/06/image-3.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"image-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"image-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"image-3-600x421.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-3-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"image-3-768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"image-3-1024x718.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"image-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"image-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"image-3-600x421.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(273,24,'_thumbnail_id','25'),
(276,27,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(277,27,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(278,27,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(279,27,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(280,27,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(281,27,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(282,27,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(283,27,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(284,27,'_edit_last','1'),
(285,27,'_edit_lock','1465560307:1'),
(286,27,'slide_template',''),
(287,27,'eg_sources_html5_mp4',''),
(288,27,'eg_sources_html5_ogv',''),
(289,27,'eg_sources_html5_webm',''),
(290,27,'eg_sources_youtube',''),
(291,27,'eg_sources_vimeo',''),
(292,27,'eg_sources_wistia',''),
(293,27,'eg_sources_image',''),
(294,27,'eg_sources_iframe',''),
(295,27,'eg_sources_soundcloud',''),
(296,27,'eg_vimeo_ratio','0'),
(297,27,'eg_youtube_ratio','0'),
(298,27,'eg_wistia_ratio','0'),
(299,27,'eg_html5_ratio','0'),
(300,27,'eg_soundcloud_ratio','0'),
(301,27,'eg_settings_custom_meta_skin',''),
(302,27,'eg_settings_custom_meta_element',''),
(303,27,'eg_settings_custom_meta_setting',''),
(304,27,'eg_settings_custom_meta_style',''),
(305,27,'eg_sources_revslider',''),
(306,27,'oliveoil_post_options','a:93:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:13:\"reviews_marks\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";}'),
(307,27,'oliveoil_post_views_count','899'),
(308,27,'oliveoil_post_likes_count','1'),
(311,27,'_dp_original','24'),
(312,28,'_wp_attached_file','2016/06/image-6.jpg'),
(313,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1246;s:4:\"file\";s:19:\"2016/06/image-6.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"image-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"image-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"image-6-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-6-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"image-6-768x399.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"image-6-1024x532.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"image-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"image-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"image-6-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(314,27,'_thumbnail_id','28'),
(317,30,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(318,30,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(319,30,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(320,30,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(321,30,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(322,30,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(323,30,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(324,30,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(325,30,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(326,30,'_edit_last','1'),
(327,30,'_edit_lock','1465560280:1'),
(328,30,'slide_template',''),
(329,30,'eg_sources_html5_mp4',''),
(330,30,'eg_sources_html5_ogv',''),
(331,30,'eg_sources_html5_webm',''),
(332,30,'eg_sources_youtube',''),
(333,30,'eg_sources_vimeo',''),
(334,30,'eg_sources_wistia',''),
(335,30,'eg_sources_image',''),
(336,30,'eg_sources_iframe',''),
(337,30,'eg_sources_soundcloud',''),
(338,30,'eg_vimeo_ratio','0'),
(339,30,'eg_youtube_ratio','0'),
(340,30,'eg_wistia_ratio','0'),
(341,30,'eg_html5_ratio','0'),
(342,30,'eg_soundcloud_ratio','0'),
(343,30,'eg_settings_custom_meta_skin',''),
(344,30,'eg_settings_custom_meta_element',''),
(345,30,'eg_settings_custom_meta_setting',''),
(346,30,'eg_settings_custom_meta_style',''),
(347,30,'eg_sources_revslider',''),
(348,30,'oliveoil_post_options','a:93:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:13:\"reviews_marks\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";}'),
(349,30,'oliveoil_post_views_count','907'),
(350,30,'oliveoil_post_likes_count','2'),
(353,30,'_dp_original','27'),
(354,31,'_wp_attached_file','2016/06/image-10.jpg'),
(355,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1443;s:4:\"file\";s:20:\"2016/06/image-10.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"image-10-600x361.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image-10-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image-10-768x462.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image-10-1024x616.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:616;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"image-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"image-10-600x361.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(356,30,'_thumbnail_id','31'),
(359,33,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(360,33,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(361,33,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(362,33,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(363,33,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(364,33,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(365,33,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(366,33,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(367,33,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(368,33,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(369,33,'_edit_last','1'),
(370,33,'_edit_lock','1465560212:1'),
(371,33,'slide_template',''),
(372,33,'eg_sources_html5_mp4',''),
(373,33,'eg_sources_html5_ogv',''),
(374,33,'eg_sources_html5_webm',''),
(375,33,'eg_sources_youtube',''),
(376,33,'eg_sources_vimeo',''),
(377,33,'eg_sources_wistia',''),
(378,33,'eg_sources_image',''),
(379,33,'eg_sources_iframe',''),
(380,33,'eg_sources_soundcloud',''),
(381,33,'eg_vimeo_ratio','0'),
(382,33,'eg_youtube_ratio','0'),
(383,33,'eg_wistia_ratio','0'),
(384,33,'eg_html5_ratio','0'),
(385,33,'eg_soundcloud_ratio','0'),
(386,33,'eg_settings_custom_meta_skin',''),
(387,33,'eg_settings_custom_meta_element',''),
(388,33,'eg_settings_custom_meta_setting',''),
(389,33,'eg_settings_custom_meta_style',''),
(390,33,'eg_sources_revslider',''),
(391,33,'oliveoil_post_options','a:93:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:13:\"reviews_marks\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";}'),
(392,33,'oliveoil_post_views_count','228'),
(393,33,'oliveoil_post_likes_count','0'),
(396,33,'_dp_original','30'),
(397,34,'_wp_attached_file','2016/06/image-11.jpg'),
(398,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1358;s:4:\"file\";s:20:\"2016/06/image-11.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"image-11-600x340.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image-11-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image-11-768x435.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image-11-1024x579.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"image-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"image-11-600x340.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:14:\"tdcat.com 2013\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(399,33,'_thumbnail_id','34'),
(402,36,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(403,36,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(404,36,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(405,36,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(406,36,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(407,36,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(408,36,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(409,36,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(410,36,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(411,36,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(412,36,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(413,36,'_edit_last','1'),
(414,36,'_edit_lock','1465560371:1'),
(415,36,'slide_template',''),
(416,36,'eg_sources_html5_mp4',''),
(417,36,'eg_sources_html5_ogv',''),
(418,36,'eg_sources_html5_webm',''),
(419,36,'eg_sources_youtube',''),
(420,36,'eg_sources_vimeo',''),
(421,36,'eg_sources_wistia',''),
(422,36,'eg_sources_image',''),
(423,36,'eg_sources_iframe',''),
(424,36,'eg_sources_soundcloud',''),
(425,36,'eg_vimeo_ratio','0'),
(426,36,'eg_youtube_ratio','0'),
(427,36,'eg_wistia_ratio','0'),
(428,36,'eg_html5_ratio','0'),
(429,36,'eg_soundcloud_ratio','0'),
(430,36,'eg_settings_custom_meta_skin',''),
(431,36,'eg_settings_custom_meta_element',''),
(432,36,'eg_settings_custom_meta_setting',''),
(433,36,'eg_settings_custom_meta_style',''),
(434,36,'eg_sources_revslider',''),
(435,36,'oliveoil_post_options','a:93:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:13:\"reviews_marks\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";}'),
(436,36,'oliveoil_post_views_count','179'),
(437,36,'oliveoil_post_likes_count','4'),
(440,36,'_dp_original','33'),
(441,37,'_wp_attached_file','2016/06/image-12.jpg'),
(442,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1414;s:4:\"file\";s:20:\"2016/06/image-12.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"image-12-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image-12-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image-12-768x452.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image-12-1024x603.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"image-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"image-12-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(443,36,'_thumbnail_id','37'),
(446,39,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(447,39,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(448,39,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(449,39,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(450,39,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(451,39,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(452,39,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(453,39,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(454,39,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(455,39,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(456,39,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(457,39,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(458,39,'_edit_last','1'),
(459,39,'_edit_lock','1465566153:1'),
(460,39,'slide_template','default'),
(461,39,'eg_sources_html5_mp4',''),
(462,39,'eg_sources_html5_ogv',''),
(463,39,'eg_sources_html5_webm',''),
(464,39,'eg_sources_youtube',''),
(465,39,'eg_sources_vimeo',''),
(466,39,'eg_sources_wistia',''),
(467,39,'eg_sources_image',''),
(468,39,'eg_sources_iframe',''),
(469,39,'eg_sources_soundcloud',''),
(470,39,'eg_vimeo_ratio','0'),
(471,39,'eg_youtube_ratio','0'),
(472,39,'eg_wistia_ratio','0'),
(473,39,'eg_html5_ratio','0'),
(474,39,'eg_soundcloud_ratio','0'),
(475,39,'eg_settings_custom_meta_skin',''),
(476,39,'eg_settings_custom_meta_element',''),
(477,39,'eg_settings_custom_meta_setting',''),
(478,39,'eg_settings_custom_meta_style',''),
(479,39,'eg_sources_revslider',''),
(480,39,'oliveoil_post_options','a:93:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:13:\"reviews_marks\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";}'),
(481,39,'oliveoil_post_views_count','440'),
(482,39,'oliveoil_post_likes_count','8'),
(485,39,'_dp_original','36'),
(486,40,'_wp_attached_file','2016/06/image-13.jpg'),
(487,40,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1364;s:4:\"file\";s:20:\"2016/06/image-13.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"image-13-600x341.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image-13-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image-13-768x436.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image-13-1024x582.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"image-13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"image-13-600x341.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(488,39,'_thumbnail_id','40'),
(491,42,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(492,42,'_edit_last','1'),
(493,42,'_edit_lock','1467194918:1'),
(494,42,'_wp_page_template','default'),
(495,42,'slide_template','default'),
(496,42,'eg_sources_html5_mp4',''),
(497,42,'eg_sources_html5_ogv',''),
(498,42,'eg_sources_html5_webm',''),
(499,42,'eg_sources_youtube',''),
(500,42,'eg_sources_vimeo',''),
(501,42,'eg_sources_wistia',''),
(502,42,'eg_sources_image',''),
(503,42,'eg_sources_iframe',''),
(504,42,'eg_sources_soundcloud',''),
(505,42,'eg_vimeo_ratio','0'),
(506,42,'eg_youtube_ratio','0'),
(507,42,'eg_wistia_ratio','0'),
(508,42,'eg_html5_ratio','0'),
(509,42,'eg_soundcloud_ratio','0'),
(510,42,'eg_settings_custom_meta_skin',''),
(511,42,'eg_settings_custom_meta_element',''),
(512,42,'eg_settings_custom_meta_setting',''),
(513,42,'eg_settings_custom_meta_style',''),
(514,42,'eg_sources_revslider',''),
(515,42,'oliveoil_post_options','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(516,42,'_wpb_vc_js_status','true'),
(517,42,'oliveoil_post_views_count','515'),
(518,42,'oliveoil_post_likes_count','0'),
(519,44,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(520,44,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(521,44,'_edit_last','1'),
(522,44,'_edit_lock','1467377431:1'),
(523,44,'_wp_page_template','default'),
(524,44,'slide_template','default'),
(525,44,'eg_sources_html5_mp4',''),
(526,44,'eg_sources_html5_ogv',''),
(527,44,'eg_sources_html5_webm',''),
(528,44,'eg_sources_youtube',''),
(529,44,'eg_sources_vimeo',''),
(530,44,'eg_sources_wistia',''),
(531,44,'eg_sources_image',''),
(532,44,'eg_sources_iframe',''),
(533,44,'eg_sources_soundcloud',''),
(534,44,'eg_vimeo_ratio','0'),
(535,44,'eg_youtube_ratio','0'),
(536,44,'eg_wistia_ratio','0'),
(537,44,'eg_html5_ratio','0'),
(538,44,'eg_soundcloud_ratio','0'),
(539,44,'eg_settings_custom_meta_skin',''),
(540,44,'eg_settings_custom_meta_element',''),
(541,44,'eg_settings_custom_meta_setting',''),
(542,44,'eg_settings_custom_meta_style',''),
(543,44,'eg_sources_revslider',''),
(544,44,'oliveoil_post_options','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(545,44,'_wpb_vc_js_status','true'),
(546,44,'oliveoil_post_views_count','274'),
(547,44,'oliveoil_post_likes_count','0'),
(548,44,'_dp_original','42'),
(549,46,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(550,46,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(551,46,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(552,46,'_edit_last','1'),
(553,46,'_edit_lock','1467378400:1'),
(554,46,'_wp_page_template','default'),
(555,46,'slide_template','default'),
(556,46,'eg_sources_html5_mp4',''),
(557,46,'eg_sources_html5_ogv',''),
(558,46,'eg_sources_html5_webm',''),
(559,46,'eg_sources_youtube',''),
(560,46,'eg_sources_vimeo',''),
(561,46,'eg_sources_wistia',''),
(562,46,'eg_sources_image',''),
(563,46,'eg_sources_iframe',''),
(564,46,'eg_sources_soundcloud',''),
(565,46,'eg_vimeo_ratio','0'),
(566,46,'eg_youtube_ratio','0'),
(567,46,'eg_wistia_ratio','0'),
(568,46,'eg_html5_ratio','0'),
(569,46,'eg_soundcloud_ratio','0'),
(570,46,'eg_settings_custom_meta_skin',''),
(571,46,'eg_settings_custom_meta_element',''),
(572,46,'eg_settings_custom_meta_setting',''),
(573,46,'eg_settings_custom_meta_style',''),
(574,46,'eg_sources_revslider',''),
(575,46,'oliveoil_post_options','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(576,46,'_wpb_vc_js_status','true'),
(577,46,'oliveoil_post_views_count','236'),
(578,46,'oliveoil_post_likes_count','0'),
(580,46,'_dp_original','44'),
(581,48,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(582,48,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(583,48,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(584,48,'_edit_last','1'),
(585,48,'_edit_lock','1465556845:1'),
(586,48,'_wp_page_template','default'),
(587,48,'slide_template','default'),
(588,48,'eg_sources_html5_mp4',''),
(589,48,'eg_sources_html5_ogv',''),
(590,48,'eg_sources_html5_webm',''),
(591,48,'eg_sources_youtube',''),
(592,48,'eg_sources_vimeo',''),
(593,48,'eg_sources_wistia',''),
(594,48,'eg_sources_image',''),
(595,48,'eg_sources_iframe',''),
(596,48,'eg_sources_soundcloud',''),
(597,48,'eg_vimeo_ratio','0'),
(598,48,'eg_youtube_ratio','0'),
(599,48,'eg_wistia_ratio','0'),
(600,48,'eg_html5_ratio','0'),
(601,48,'eg_soundcloud_ratio','0'),
(602,48,'eg_settings_custom_meta_skin',''),
(603,48,'eg_settings_custom_meta_element',''),
(604,48,'eg_settings_custom_meta_setting',''),
(605,48,'eg_settings_custom_meta_style',''),
(606,48,'eg_sources_revslider',''),
(607,48,'oliveoil_post_options','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(608,48,'_wpb_vc_js_status','true'),
(609,48,'oliveoil_post_views_count','260'),
(610,48,'oliveoil_post_likes_count','0'),
(612,48,'_dp_original','44'),
(613,50,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(614,50,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(615,50,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(616,50,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(617,50,'_edit_last','1'),
(618,50,'_edit_lock','1465561332:1'),
(619,50,'_wp_page_template','default'),
(620,50,'slide_template','default'),
(621,50,'eg_sources_html5_mp4',''),
(622,50,'eg_sources_html5_ogv',''),
(623,50,'eg_sources_html5_webm',''),
(624,50,'eg_sources_youtube',''),
(625,50,'eg_sources_vimeo',''),
(626,50,'eg_sources_wistia',''),
(627,50,'eg_sources_image',''),
(628,50,'eg_sources_iframe',''),
(629,50,'eg_sources_soundcloud',''),
(630,50,'eg_vimeo_ratio','0'),
(631,50,'eg_youtube_ratio','0'),
(632,50,'eg_wistia_ratio','0'),
(633,50,'eg_html5_ratio','0'),
(634,50,'eg_soundcloud_ratio','0'),
(635,50,'eg_settings_custom_meta_skin',''),
(636,50,'eg_settings_custom_meta_element',''),
(637,50,'eg_settings_custom_meta_setting',''),
(638,50,'eg_settings_custom_meta_style',''),
(639,50,'eg_sources_revslider',''),
(640,50,'oliveoil_post_options','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"none\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(641,50,'_wpb_vc_js_status','true'),
(642,50,'oliveoil_post_views_count','223'),
(643,50,'oliveoil_post_likes_count','0'),
(645,50,'_dp_original','48'),
(646,52,'_wp_attached_file','2016/06/image-4-1.jpg'),
(647,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1382;s:4:\"file\";s:21:\"2016/06/image-4-1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"image-4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"image-4-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"image-4-1-600x346.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"image-4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"image-4-1-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"image-4-1-768x442.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"image-4-1-1024x590.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"image-4-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"image-4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"image-4-1-600x346.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:11:\"Dusan Zidar\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(648,8,'_thumbnail_id','52'),
(651,53,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(652,53,'_edit_last','1'),
(653,53,'_wp_page_template','default'),
(654,53,'slide_template','default'),
(655,53,'eg_sources_html5_mp4',''),
(656,53,'eg_sources_html5_ogv',''),
(657,53,'eg_sources_html5_webm',''),
(658,53,'eg_sources_youtube',''),
(659,53,'eg_sources_vimeo',''),
(660,53,'eg_sources_wistia',''),
(661,53,'eg_sources_image',''),
(662,53,'eg_sources_iframe',''),
(663,53,'eg_sources_soundcloud',''),
(664,53,'eg_vimeo_ratio','0'),
(665,53,'eg_youtube_ratio','0'),
(666,53,'eg_wistia_ratio','0'),
(667,53,'eg_html5_ratio','0'),
(668,53,'eg_soundcloud_ratio','0'),
(669,53,'eg_settings_custom_meta_skin',''),
(670,53,'eg_settings_custom_meta_element',''),
(671,53,'eg_settings_custom_meta_setting',''),
(672,53,'eg_settings_custom_meta_style',''),
(673,53,'eg_sources_revslider',''),
(674,53,'oliveoil_post_options','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(675,53,'_wpb_vc_js_status','false'),
(676,53,'oliveoil_post_views_count','16'),
(677,53,'oliveoil_post_likes_count','0'),
(678,53,'_edit_lock','1465820586:1'),
(680,55,'_edit_last','1'),
(681,55,'_wp_page_template','default'),
(683,55,'eg_sources_html5_mp4',''),
(684,55,'eg_sources_html5_ogv',''),
(685,55,'eg_sources_html5_webm',''),
(686,55,'eg_sources_youtube',''),
(687,55,'eg_sources_vimeo',''),
(688,55,'eg_sources_wistia',''),
(689,55,'eg_sources_image',''),
(690,55,'eg_sources_iframe',''),
(691,55,'eg_sources_soundcloud',''),
(692,55,'eg_vimeo_ratio','0'),
(693,55,'eg_youtube_ratio','0'),
(694,55,'eg_wistia_ratio','0'),
(695,55,'eg_html5_ratio','0'),
(696,55,'eg_soundcloud_ratio','0'),
(697,55,'eg_settings_custom_meta_skin',''),
(698,55,'eg_settings_custom_meta_element',''),
(699,55,'eg_settings_custom_meta_setting',''),
(700,55,'eg_settings_custom_meta_style',''),
(701,55,'eg_sources_revslider',''),
(702,55,'oliveoil_post_options','a:114:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:2:\"no\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(703,55,'_wpb_vc_js_status','true'),
(704,55,'oliveoil_post_views_count','1154'),
(705,55,'oliveoil_post_likes_count','0'),
(706,55,'_edit_lock','1700121694:1'),
(708,57,'_edit_last','1'),
(709,57,'_edit_lock','1742495220:1'),
(710,57,'_wp_page_template','default'),
(712,57,'eg_sources_html5_mp4',''),
(713,57,'eg_sources_html5_ogv',''),
(714,57,'eg_sources_html5_webm',''),
(715,57,'eg_sources_youtube',''),
(716,57,'eg_sources_vimeo',''),
(717,57,'eg_sources_wistia',''),
(718,57,'eg_sources_image',''),
(719,57,'eg_sources_iframe',''),
(720,57,'eg_sources_soundcloud',''),
(721,57,'eg_vimeo_ratio','0'),
(722,57,'eg_youtube_ratio','0'),
(723,57,'eg_wistia_ratio','0'),
(724,57,'eg_html5_ratio','0'),
(725,57,'eg_soundcloud_ratio','0'),
(726,57,'eg_settings_custom_meta_skin',''),
(727,57,'eg_settings_custom_meta_element',''),
(728,57,'eg_settings_custom_meta_setting',''),
(729,57,'eg_settings_custom_meta_style',''),
(730,57,'eg_sources_revslider',''),
(731,57,'oliveoil_post_options','a:114:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:2:\"no\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:8:\"header_7\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(732,57,'_wpb_vc_js_status','true'),
(733,57,'oliveoil_post_views_count','1111'),
(734,57,'oliveoil_post_likes_count','0'),
(736,59,'_edit_last','1'),
(737,59,'_edit_lock','1700051474:1'),
(738,59,'_wp_page_template','default'),
(739,59,'slide_template','default'),
(740,59,'eg_sources_html5_mp4',''),
(741,59,'eg_sources_html5_ogv',''),
(742,59,'eg_sources_html5_webm',''),
(743,59,'eg_sources_youtube',''),
(744,59,'eg_sources_vimeo',''),
(745,59,'eg_sources_wistia',''),
(746,59,'eg_sources_image',''),
(747,59,'eg_sources_iframe',''),
(748,59,'eg_sources_soundcloud',''),
(749,59,'eg_vimeo_ratio','0'),
(750,59,'eg_youtube_ratio','0'),
(751,59,'eg_wistia_ratio','0'),
(752,59,'eg_html5_ratio','0'),
(753,59,'eg_soundcloud_ratio','0'),
(754,59,'eg_settings_custom_meta_skin',''),
(755,59,'eg_settings_custom_meta_element',''),
(756,59,'eg_settings_custom_meta_setting',''),
(757,59,'eg_settings_custom_meta_style',''),
(758,59,'eg_sources_revslider',''),
(759,59,'oliveoil_post_options','a:114:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:2:\"no\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(760,59,'_wpb_vc_js_status','true'),
(761,59,'oliveoil_post_views_count','2396'),
(762,59,'oliveoil_post_likes_count','0'),
(764,61,'_menu_item_type','post_type'),
(765,61,'_menu_item_menu_item_parent','0'),
(766,61,'_menu_item_object_id','59'),
(767,61,'_menu_item_object','page'),
(768,61,'_menu_item_target',''),
(769,61,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(770,61,'_menu_item_xfn',''),
(771,61,'_menu_item_url',''),
(774,62,'_menu_item_type','post_type'),
(775,62,'_menu_item_menu_item_parent','0'),
(776,62,'_menu_item_object_id','57'),
(777,62,'_menu_item_object','page'),
(778,62,'_menu_item_target',''),
(779,62,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(780,62,'_menu_item_xfn',''),
(781,62,'_menu_item_url',''),
(784,63,'_menu_item_type','post_type'),
(785,63,'_menu_item_menu_item_parent','0'),
(786,63,'_menu_item_object_id','55'),
(787,63,'_menu_item_object','page'),
(788,63,'_menu_item_target',''),
(789,63,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(790,63,'_menu_item_xfn',''),
(791,63,'_menu_item_url',''),
(854,70,'_menu_item_type','custom'),
(855,70,'_menu_item_menu_item_parent','0'),
(856,70,'_menu_item_object_id','70'),
(857,70,'_menu_item_object','custom'),
(858,70,'_menu_item_target',''),
(859,70,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(860,70,'_menu_item_xfn',''),
(861,70,'_menu_item_url','#'),
(961,76,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(962,76,'_edit_last','1'),
(963,76,'_wp_page_template','default'),
(964,76,'slide_template','default'),
(965,76,'eg_sources_html5_mp4',''),
(966,76,'eg_sources_html5_ogv',''),
(967,76,'eg_sources_html5_webm',''),
(968,76,'eg_sources_youtube',''),
(969,76,'eg_sources_vimeo',''),
(970,76,'eg_sources_wistia',''),
(971,76,'eg_sources_image',''),
(972,76,'eg_sources_iframe',''),
(973,76,'eg_sources_soundcloud',''),
(974,76,'eg_vimeo_ratio','0'),
(975,76,'eg_youtube_ratio','0'),
(976,76,'eg_wistia_ratio','0'),
(977,76,'eg_html5_ratio','0'),
(978,76,'eg_soundcloud_ratio','0'),
(979,76,'eg_settings_custom_meta_skin',''),
(980,76,'eg_settings_custom_meta_element',''),
(981,76,'eg_settings_custom_meta_setting',''),
(982,76,'eg_settings_custom_meta_style',''),
(983,76,'eg_sources_revslider',''),
(984,76,'oliveoil_post_options','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(985,76,'_wpb_vc_js_status','false'),
(986,76,'oliveoil_post_views_count','288'),
(987,76,'oliveoil_post_likes_count','0'),
(988,76,'_edit_lock','1465561199:1'),
(989,79,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(990,79,'_edit_last','1'),
(991,79,'_edit_lock','1465561143:1'),
(992,79,'_wp_page_template','default'),
(993,79,'slide_template','default'),
(994,79,'eg_sources_html5_mp4',''),
(995,79,'eg_sources_html5_ogv',''),
(996,79,'eg_sources_html5_webm',''),
(997,79,'eg_sources_youtube',''),
(998,79,'eg_sources_vimeo',''),
(999,79,'eg_sources_wistia',''),
(1000,79,'eg_sources_image',''),
(1001,79,'eg_sources_iframe',''),
(1002,79,'eg_sources_soundcloud',''),
(1003,79,'eg_vimeo_ratio','0'),
(1004,79,'eg_youtube_ratio','0'),
(1005,79,'eg_wistia_ratio','0'),
(1006,79,'eg_html5_ratio','0'),
(1007,79,'eg_soundcloud_ratio','0'),
(1008,79,'eg_settings_custom_meta_skin',''),
(1009,79,'eg_settings_custom_meta_element',''),
(1010,79,'eg_settings_custom_meta_setting',''),
(1011,79,'eg_settings_custom_meta_style',''),
(1012,79,'eg_sources_revslider',''),
(1013,79,'oliveoil_post_options','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(1014,79,'_wpb_vc_js_status','false'),
(1015,79,'oliveoil_post_views_count','236'),
(1016,79,'oliveoil_post_likes_count','0'),
(1017,11,'eg_visibility','{\"1\":false,\"2\":false,\"3\":false}'),
(1018,8,'eg_visibility','{\"1\":true}'),
(1019,39,'eg_visibility','{\"2\":false,\"1\":false,\"3\":false}'),
(1020,5,'eg_visibility','{\"2\":false,\"1\":false,\"3\":false}'),
(1021,81,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1022,81,'_edit_last','1'),
(1023,81,'_edit_lock','1465561896:1'),
(1024,81,'_wp_page_template','default'),
(1025,81,'slide_template','default'),
(1026,81,'eg_sources_html5_mp4',''),
(1027,81,'eg_sources_html5_ogv',''),
(1028,81,'eg_sources_html5_webm',''),
(1029,81,'eg_sources_youtube',''),
(1030,81,'eg_sources_vimeo',''),
(1031,81,'eg_sources_wistia',''),
(1032,81,'eg_sources_image',''),
(1033,81,'eg_sources_iframe',''),
(1034,81,'eg_sources_soundcloud',''),
(1035,81,'eg_vimeo_ratio','0'),
(1036,81,'eg_youtube_ratio','0'),
(1037,81,'eg_wistia_ratio','0'),
(1038,81,'eg_html5_ratio','0'),
(1039,81,'eg_soundcloud_ratio','0'),
(1040,81,'eg_settings_custom_meta_skin',''),
(1041,81,'eg_settings_custom_meta_element',''),
(1042,81,'eg_settings_custom_meta_setting',''),
(1043,81,'eg_settings_custom_meta_style',''),
(1044,81,'eg_sources_revslider',''),
(1045,81,'oliveoil_post_options','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(1046,81,'_wpb_vc_js_status','false'),
(1047,81,'oliveoil_post_views_count','221'),
(1048,81,'oliveoil_post_likes_count','0'),
(1049,15,'eg_cobbles','{\"3\":{\"cobbles\":\"1:1\"}}'),
(1050,15,'eg_use_skin','{\"3\":{\"use-skin\":\"-1\"}}'),
(1051,24,'eg_cobbles','{\"3\":{\"cobbles\":\"1:2\"}}'),
(1052,24,'eg_use_skin','{\"3\":{\"use-skin\":\"-1\"}}'),
(1053,8,'eg_cobbles','{\"3\":{\"cobbles\":\"2:1\"}}'),
(1054,8,'eg_use_skin','{\"3\":{\"use-skin\":\"-1\"}}'),
(1055,30,'eg_cobbles','{\"3\":{\"cobbles\":\"2:1\"}}'),
(1056,30,'eg_use_skin','{\"3\":{\"use-skin\":\"-1\"}}'),
(1110,87,'_edit_last','1'),
(1111,87,'_edit_lock','1634567338:1'),
(1113,87,'eg_sources_html5_mp4',''),
(1114,87,'eg_sources_html5_ogv',''),
(1115,87,'eg_sources_html5_webm',''),
(1116,87,'eg_sources_youtube',''),
(1117,87,'eg_sources_vimeo',''),
(1118,87,'eg_sources_wistia',''),
(1119,87,'eg_sources_image',''),
(1120,87,'eg_sources_iframe',''),
(1121,87,'eg_sources_soundcloud',''),
(1122,87,'eg_vimeo_ratio','0'),
(1123,87,'eg_youtube_ratio','0'),
(1124,87,'eg_wistia_ratio','0'),
(1125,87,'eg_html5_ratio','0'),
(1126,87,'eg_soundcloud_ratio','0'),
(1127,87,'eg_settings_custom_meta_skin',''),
(1128,87,'eg_settings_custom_meta_element',''),
(1129,87,'eg_settings_custom_meta_setting',''),
(1130,87,'eg_settings_custom_meta_style',''),
(1131,87,'eg_sources_revslider',''),
(1132,87,'oliveoil_post_options','a:83:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:13:\"reviews_marks\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";}'),
(1133,87,'oliveoil_post_views_count','296'),
(1134,87,'oliveoil_post_likes_count','0'),
(1137,87,'eg_visibility','{\"2\":false,\"1\":false,\"3\":false}'),
(1138,87,'_dp_original','39'),
(1141,39,'_wp_old_slug','treating-the-olive-trees-like-grapevines'),
(1146,39,'_wp_old_slug','heart-health-and-extra-virgin-olive-oil'),
(1168,93,'_edit_last','1'),
(1169,93,'_edit_lock','1634567086:1'),
(1171,93,'eg_sources_html5_mp4',''),
(1172,93,'eg_sources_html5_ogv',''),
(1173,93,'eg_sources_html5_webm',''),
(1174,93,'eg_sources_youtube',''),
(1175,93,'eg_sources_vimeo',''),
(1176,93,'eg_sources_wistia',''),
(1177,93,'eg_sources_image',''),
(1178,93,'eg_sources_iframe',''),
(1179,93,'eg_sources_soundcloud',''),
(1180,93,'eg_vimeo_ratio','0'),
(1181,93,'eg_youtube_ratio','0'),
(1182,93,'eg_wistia_ratio','0'),
(1183,93,'eg_html5_ratio','0'),
(1184,93,'eg_soundcloud_ratio','0'),
(1185,93,'eg_settings_custom_meta_skin',''),
(1186,93,'eg_settings_custom_meta_element',''),
(1187,93,'eg_settings_custom_meta_setting',''),
(1188,93,'eg_settings_custom_meta_style',''),
(1189,93,'eg_sources_revslider',''),
(1190,93,'oliveoil_post_options','a:83:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:13:\"reviews_marks\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";}'),
(1191,93,'oliveoil_post_views_count','309'),
(1192,93,'oliveoil_post_likes_count','0'),
(1193,93,'eg_visibility','{\"2\":false,\"1\":false,\"3\":false}'),
(1196,93,'_dp_original','87'),
(1197,93,'_thumbnail_id','19'),
(1206,93,'_wp_old_slug','gentle-manual-harvesting-and-processing-within-2-hours'),
(1209,93,'_wp_old_slug','gentle-manual-harvesting-and-processing-within-2-hour'),
(1225,98,'_edit_last','1'),
(1226,98,'_edit_lock','1634566026:1'),
(1228,98,'eg_sources_html5_mp4',''),
(1229,98,'eg_sources_html5_ogv',''),
(1230,98,'eg_sources_html5_webm',''),
(1231,98,'eg_sources_youtube',''),
(1232,98,'eg_sources_vimeo',''),
(1233,98,'eg_sources_wistia',''),
(1234,98,'eg_sources_image',''),
(1235,98,'eg_sources_iframe',''),
(1236,98,'eg_sources_soundcloud',''),
(1237,98,'eg_vimeo_ratio','0'),
(1238,98,'eg_youtube_ratio','0'),
(1239,98,'eg_wistia_ratio','0'),
(1240,98,'eg_html5_ratio','0'),
(1241,98,'eg_soundcloud_ratio','0'),
(1242,98,'eg_settings_custom_meta_skin',''),
(1243,98,'eg_settings_custom_meta_element',''),
(1244,98,'eg_settings_custom_meta_setting',''),
(1245,98,'eg_settings_custom_meta_style',''),
(1246,98,'eg_sources_revslider',''),
(1247,98,'oliveoil_post_options','a:83:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:13:\"reviews_marks\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";}'),
(1248,98,'oliveoil_post_views_count','319'),
(1249,98,'oliveoil_post_likes_count','0'),
(1250,98,'eg_visibility','{\"2\":false,\"1\":false,\"3\":false}'),
(1253,98,'_wp_old_slug','gentle-manual-harvesting-and-processing-within-2-hours'),
(1254,98,'_wp_old_slug','gentle-manual-harvesting-and-processing-within-2-hour'),
(1255,98,'_dp_original','93'),
(1256,98,'_thumbnail_id','25'),
(1263,87,'_wp_old_slug','treating-the-olive-trees-like-grapevines'),
(1266,98,'_wp_old_slug','treating-the-olive-trees-like-grapevines-2'),
(1271,101,'_edit_last','1'),
(1273,101,'eg_sources_html5_mp4',''),
(1274,101,'eg_sources_html5_ogv',''),
(1275,101,'eg_sources_html5_webm',''),
(1276,101,'eg_sources_youtube',''),
(1277,101,'eg_sources_vimeo',''),
(1278,101,'eg_sources_wistia',''),
(1279,101,'eg_sources_image',''),
(1280,101,'eg_sources_iframe',''),
(1281,101,'eg_sources_soundcloud',''),
(1282,101,'eg_vimeo_ratio','0'),
(1283,101,'eg_youtube_ratio','0'),
(1284,101,'eg_wistia_ratio','0'),
(1285,101,'eg_html5_ratio','0'),
(1286,101,'eg_soundcloud_ratio','0'),
(1287,101,'eg_settings_custom_meta_skin',''),
(1288,101,'eg_settings_custom_meta_element',''),
(1289,101,'eg_settings_custom_meta_setting',''),
(1290,101,'eg_settings_custom_meta_style',''),
(1291,101,'eg_sources_revslider',''),
(1292,101,'oliveoil_team_data','a:6:{s:20:\"team_member_position\";s:8:\"A grower\";s:16:\"team_member_bday\";s:0:\"\";s:17:\"team_member_email\";s:0:\"\";s:16:\"team_member_link\";s:0:\"\";s:19:\"team_member_socials\";a:4:{s:1:\"x\";s:27:\"https://x.com/themes_ancora\";s:8:\"facebook\";s:38:\"https://www.facebook.com/AncoraThemes/\";s:9:\"pinterest\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";}s:22:\"team_member_brief_info\";s:0:\"\";}'),
(1293,101,'oliveoil_post_options','a:116:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:2:\"no\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:3:\"yes\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:2:\"no\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(1294,101,'oliveoil_post_views_count','961'),
(1295,101,'oliveoil_post_likes_count','0'),
(1296,101,'_wpb_vc_js_status','true'),
(1297,101,'_edit_lock','1722848517:1'),
(1301,103,'_edit_last','1'),
(1303,103,'eg_sources_html5_mp4',''),
(1304,103,'eg_sources_html5_ogv',''),
(1305,103,'eg_sources_html5_webm',''),
(1306,103,'eg_sources_youtube',''),
(1307,103,'eg_sources_vimeo',''),
(1308,103,'eg_sources_wistia',''),
(1309,103,'eg_sources_image',''),
(1310,103,'eg_sources_iframe',''),
(1311,103,'eg_sources_soundcloud',''),
(1312,103,'eg_vimeo_ratio','0'),
(1313,103,'eg_youtube_ratio','0'),
(1314,103,'eg_wistia_ratio','0'),
(1315,103,'eg_html5_ratio','0'),
(1316,103,'eg_soundcloud_ratio','0'),
(1317,103,'eg_settings_custom_meta_skin',''),
(1318,103,'eg_settings_custom_meta_element',''),
(1319,103,'eg_settings_custom_meta_setting',''),
(1320,103,'eg_settings_custom_meta_style',''),
(1321,103,'eg_sources_revslider',''),
(1322,103,'oliveoil_team_data','a:6:{s:20:\"team_member_position\";s:8:\"A grower\";s:16:\"team_member_bday\";s:0:\"\";s:17:\"team_member_email\";s:0:\"\";s:16:\"team_member_link\";s:0:\"\";s:19:\"team_member_socials\";a:4:{s:1:\"x\";s:27:\"https://x.com/themes_ancora\";s:8:\"facebook\";s:38:\"https://www.facebook.com/AncoraThemes/\";s:9:\"pinterest\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";}s:22:\"team_member_brief_info\";s:0:\"\";}'),
(1323,103,'oliveoil_post_options','a:116:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:2:\"no\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:3:\"yes\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:2:\"no\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(1324,103,'oliveoil_post_views_count','1058'),
(1325,103,'oliveoil_post_likes_count','0'),
(1326,103,'_wpb_vc_js_status','true'),
(1327,103,'_edit_lock','1722848503:1'),
(1328,103,'_dp_original','101'),
(1335,105,'_edit_last','1'),
(1337,105,'eg_sources_html5_mp4',''),
(1338,105,'eg_sources_html5_ogv',''),
(1339,105,'eg_sources_html5_webm',''),
(1340,105,'eg_sources_youtube',''),
(1341,105,'eg_sources_vimeo',''),
(1342,105,'eg_sources_wistia',''),
(1343,105,'eg_sources_image',''),
(1344,105,'eg_sources_iframe',''),
(1345,105,'eg_sources_soundcloud',''),
(1346,105,'eg_vimeo_ratio','0'),
(1347,105,'eg_youtube_ratio','0'),
(1348,105,'eg_wistia_ratio','0'),
(1349,105,'eg_html5_ratio','0'),
(1350,105,'eg_soundcloud_ratio','0'),
(1351,105,'eg_settings_custom_meta_skin',''),
(1352,105,'eg_settings_custom_meta_element',''),
(1353,105,'eg_settings_custom_meta_setting',''),
(1354,105,'eg_settings_custom_meta_style',''),
(1355,105,'eg_sources_revslider',''),
(1356,105,'oliveoil_team_data','a:6:{s:20:\"team_member_position\";s:8:\"A grower\";s:16:\"team_member_bday\";s:0:\"\";s:17:\"team_member_email\";s:0:\"\";s:16:\"team_member_link\";s:0:\"\";s:19:\"team_member_socials\";a:4:{s:1:\"x\";s:27:\"https://x.com/themes_ancora\";s:8:\"facebook\";s:38:\"https://www.facebook.com/AncoraThemes/\";s:9:\"pinterest\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";}s:22:\"team_member_brief_info\";s:0:\"\";}'),
(1357,105,'oliveoil_post_options','a:116:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:2:\"no\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:3:\"yes\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:2:\"no\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(1358,105,'oliveoil_post_views_count','172'),
(1359,105,'oliveoil_post_likes_count','0'),
(1360,105,'_wpb_vc_js_status','true'),
(1361,105,'_edit_lock','1722848473:1'),
(1362,105,'_dp_original','101'),
(1369,107,'_edit_last','1'),
(1371,107,'eg_sources_html5_mp4',''),
(1372,107,'eg_sources_html5_ogv',''),
(1373,107,'eg_sources_html5_webm',''),
(1374,107,'eg_sources_youtube',''),
(1375,107,'eg_sources_vimeo',''),
(1376,107,'eg_sources_wistia',''),
(1377,107,'eg_sources_image',''),
(1378,107,'eg_sources_iframe',''),
(1379,107,'eg_sources_soundcloud',''),
(1380,107,'eg_vimeo_ratio','0'),
(1381,107,'eg_youtube_ratio','0'),
(1382,107,'eg_wistia_ratio','0'),
(1383,107,'eg_html5_ratio','0'),
(1384,107,'eg_soundcloud_ratio','0'),
(1385,107,'eg_settings_custom_meta_skin',''),
(1386,107,'eg_settings_custom_meta_element',''),
(1387,107,'eg_settings_custom_meta_setting',''),
(1388,107,'eg_settings_custom_meta_style',''),
(1389,107,'eg_sources_revslider',''),
(1390,107,'oliveoil_team_data','a:6:{s:20:\"team_member_position\";s:8:\"A grower\";s:16:\"team_member_bday\";s:0:\"\";s:17:\"team_member_email\";s:0:\"\";s:16:\"team_member_link\";s:0:\"\";s:19:\"team_member_socials\";a:4:{s:1:\"x\";s:27:\"https://x.com/themes_ancora\";s:8:\"facebook\";s:38:\"https://www.facebook.com/AncoraThemes/\";s:9:\"pinterest\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";}s:22:\"team_member_brief_info\";s:0:\"\";}'),
(1391,107,'oliveoil_post_options','a:116:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:2:\"no\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:3:\"yes\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:2:\"no\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(1392,107,'oliveoil_post_views_count','176'),
(1393,107,'oliveoil_post_likes_count','0'),
(1394,107,'_wpb_vc_js_status','true'),
(1395,107,'_edit_lock','1722848451:1'),
(1396,107,'_dp_original','101'),
(1400,109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1401,109,'_edit_last','1'),
(1402,109,'_edit_lock','1465569275:1'),
(1403,110,'_wp_attached_file','2016/06/client-3.png'),
(1404,110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:81;s:6:\"height\";i:71;s:4:\"file\";s:20:\"2016/06/client-3.png\";s:5:\"sizes\";a:1:{s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"client-3-65x71.png\";s:5:\"width\";i:65;s:6:\"height\";i:71;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:{}}}'),
(1405,109,'_thumbnail_id','110'),
(1406,109,'slide_template','default'),
(1407,109,'eg_sources_html5_mp4',''),
(1408,109,'eg_sources_html5_ogv',''),
(1409,109,'eg_sources_html5_webm',''),
(1410,109,'eg_sources_youtube',''),
(1411,109,'eg_sources_vimeo',''),
(1412,109,'eg_sources_wistia',''),
(1413,109,'eg_sources_image',''),
(1414,109,'eg_sources_iframe',''),
(1415,109,'eg_sources_soundcloud',''),
(1416,109,'eg_vimeo_ratio','0'),
(1417,109,'eg_youtube_ratio','0'),
(1418,109,'eg_wistia_ratio','0'),
(1419,109,'eg_html5_ratio','0'),
(1420,109,'eg_soundcloud_ratio','0'),
(1421,109,'eg_settings_custom_meta_skin',''),
(1422,109,'eg_settings_custom_meta_element',''),
(1423,109,'eg_settings_custom_meta_setting',''),
(1424,109,'eg_settings_custom_meta_style',''),
(1425,109,'eg_sources_revslider',''),
(1426,109,'oliveoil_post_options','a:129:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:11:\"client_name\";s:7:\"inherit\";s:15:\"client_position\";s:7:\"inherit\";s:16:\"client_show_link\";s:7:\"inherit\";s:11:\"client_link\";s:7:\"inherit\";}'),
(1427,109,'oliveoil_post_views_count','0'),
(1428,109,'oliveoil_post_likes_count','0'),
(1429,111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1430,111,'_edit_last','1'),
(1431,111,'_edit_lock','1465569296:1'),
(1432,112,'_wp_attached_file','2016/06/client-1.png'),
(1433,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:105;s:6:\"height\";i:59;s:4:\"file\";s:20:\"2016/06/client-1.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"client-1-100x59.png\";s:5:\"width\";i:100;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"client-1-100x59.png\";s:5:\"width\";i:100;s:6:\"height\";i:59;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:{}}}'),
(1434,111,'_thumbnail_id','112'),
(1435,111,'slide_template','default'),
(1436,111,'eg_sources_html5_mp4',''),
(1437,111,'eg_sources_html5_ogv',''),
(1438,111,'eg_sources_html5_webm',''),
(1439,111,'eg_sources_youtube',''),
(1440,111,'eg_sources_vimeo',''),
(1441,111,'eg_sources_wistia',''),
(1442,111,'eg_sources_image',''),
(1443,111,'eg_sources_iframe',''),
(1444,111,'eg_sources_soundcloud',''),
(1445,111,'eg_vimeo_ratio','0'),
(1446,111,'eg_youtube_ratio','0'),
(1447,111,'eg_wistia_ratio','0'),
(1448,111,'eg_html5_ratio','0'),
(1449,111,'eg_soundcloud_ratio','0'),
(1450,111,'eg_settings_custom_meta_skin',''),
(1451,111,'eg_settings_custom_meta_element',''),
(1452,111,'eg_settings_custom_meta_setting',''),
(1453,111,'eg_settings_custom_meta_style',''),
(1454,111,'eg_sources_revslider',''),
(1455,111,'oliveoil_post_options','a:129:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:11:\"client_name\";s:7:\"inherit\";s:15:\"client_position\";s:7:\"inherit\";s:16:\"client_show_link\";s:7:\"inherit\";s:11:\"client_link\";s:7:\"inherit\";}'),
(1456,111,'oliveoil_post_views_count','0'),
(1457,111,'oliveoil_post_likes_count','0'),
(1458,113,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1459,113,'_edit_last','1'),
(1460,113,'_edit_lock','1465569327:1'),
(1461,114,'_wp_attached_file','2016/06/client-2.png'),
(1462,114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:73;s:6:\"height\";i:73;s:4:\"file\";s:20:\"2016/06/client-2.png\";s:5:\"sizes\";a:1:{s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"client-2-65x73.png\";s:5:\"width\";i:65;s:6:\"height\";i:73;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:{}}}'),
(1463,113,'_thumbnail_id','114'),
(1464,113,'slide_template','default'),
(1465,113,'eg_sources_html5_mp4',''),
(1466,113,'eg_sources_html5_ogv',''),
(1467,113,'eg_sources_html5_webm',''),
(1468,113,'eg_sources_youtube',''),
(1469,113,'eg_sources_vimeo',''),
(1470,113,'eg_sources_wistia',''),
(1471,113,'eg_sources_image',''),
(1472,113,'eg_sources_iframe',''),
(1473,113,'eg_sources_soundcloud',''),
(1474,113,'eg_vimeo_ratio','0'),
(1475,113,'eg_youtube_ratio','0'),
(1476,113,'eg_wistia_ratio','0'),
(1477,113,'eg_html5_ratio','0'),
(1478,113,'eg_soundcloud_ratio','0'),
(1479,113,'eg_settings_custom_meta_skin',''),
(1480,113,'eg_settings_custom_meta_element',''),
(1481,113,'eg_settings_custom_meta_setting',''),
(1482,113,'eg_settings_custom_meta_style',''),
(1483,113,'eg_sources_revslider',''),
(1484,113,'oliveoil_post_options','a:129:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:11:\"client_name\";s:7:\"inherit\";s:15:\"client_position\";s:7:\"inherit\";s:16:\"client_show_link\";s:7:\"inherit\";s:11:\"client_link\";s:7:\"inherit\";}'),
(1485,113,'oliveoil_post_views_count','0'),
(1486,113,'oliveoil_post_likes_count','0'),
(1487,115,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1488,115,'_edit_last','1'),
(1489,115,'_edit_lock','1465569349:1'),
(1490,116,'_wp_attached_file','2016/06/client-4.png'),
(1491,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:82;s:6:\"height\";i:70;s:4:\"file\";s:20:\"2016/06/client-4.png\";s:5:\"sizes\";a:1:{s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"client-4-65x70.png\";s:5:\"width\";i:65;s:6:\"height\";i:70;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:{}}}'),
(1492,115,'_thumbnail_id','116'),
(1493,115,'slide_template','default'),
(1494,115,'eg_sources_html5_mp4',''),
(1495,115,'eg_sources_html5_ogv',''),
(1496,115,'eg_sources_html5_webm',''),
(1497,115,'eg_sources_youtube',''),
(1498,115,'eg_sources_vimeo',''),
(1499,115,'eg_sources_wistia',''),
(1500,115,'eg_sources_image',''),
(1501,115,'eg_sources_iframe',''),
(1502,115,'eg_sources_soundcloud',''),
(1503,115,'eg_vimeo_ratio','0'),
(1504,115,'eg_youtube_ratio','0'),
(1505,115,'eg_wistia_ratio','0'),
(1506,115,'eg_html5_ratio','0'),
(1507,115,'eg_soundcloud_ratio','0'),
(1508,115,'eg_settings_custom_meta_skin',''),
(1509,115,'eg_settings_custom_meta_element',''),
(1510,115,'eg_settings_custom_meta_setting',''),
(1511,115,'eg_settings_custom_meta_style',''),
(1512,115,'eg_sources_revslider',''),
(1513,115,'oliveoil_post_options','a:129:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:11:\"client_name\";s:7:\"inherit\";s:15:\"client_position\";s:7:\"inherit\";s:16:\"client_show_link\";s:7:\"inherit\";s:11:\"client_link\";s:7:\"inherit\";}'),
(1514,115,'oliveoil_post_views_count','0'),
(1515,115,'oliveoil_post_likes_count','0'),
(1516,117,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1517,117,'_edit_last','1'),
(1518,117,'_edit_lock','1465569372:1'),
(1519,118,'_wp_attached_file','2016/06/client-5.png'),
(1520,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:77;s:6:\"height\";i:76;s:4:\"file\";s:20:\"2016/06/client-5.png\";s:5:\"sizes\";a:1:{s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"client-5-65x76.png\";s:5:\"width\";i:65;s:6:\"height\";i:76;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:{}}}'),
(1521,117,'_thumbnail_id','118'),
(1522,117,'slide_template','default'),
(1523,117,'eg_sources_html5_mp4',''),
(1524,117,'eg_sources_html5_ogv',''),
(1525,117,'eg_sources_html5_webm',''),
(1526,117,'eg_sources_youtube',''),
(1527,117,'eg_sources_vimeo',''),
(1528,117,'eg_sources_wistia',''),
(1529,117,'eg_sources_image',''),
(1530,117,'eg_sources_iframe',''),
(1531,117,'eg_sources_soundcloud',''),
(1532,117,'eg_vimeo_ratio','0'),
(1533,117,'eg_youtube_ratio','0'),
(1534,117,'eg_wistia_ratio','0'),
(1535,117,'eg_html5_ratio','0'),
(1536,117,'eg_soundcloud_ratio','0'),
(1537,117,'eg_settings_custom_meta_skin',''),
(1538,117,'eg_settings_custom_meta_element',''),
(1539,117,'eg_settings_custom_meta_setting',''),
(1540,117,'eg_settings_custom_meta_style',''),
(1541,117,'eg_sources_revslider',''),
(1542,117,'oliveoil_post_options','a:129:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:11:\"client_name\";s:7:\"inherit\";s:15:\"client_position\";s:7:\"inherit\";s:16:\"client_show_link\";s:7:\"inherit\";s:11:\"client_link\";s:7:\"inherit\";}'),
(1543,117,'oliveoil_post_views_count','0'),
(1544,117,'oliveoil_post_likes_count','0'),
(1545,119,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1546,119,'_edit_last','1'),
(1547,119,'_edit_lock','1465569403:1'),
(1548,120,'_wp_attached_file','2016/06/client-6.png'),
(1549,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:83;s:6:\"height\";i:83;s:4:\"file\";s:20:\"2016/06/client-6.png\";s:5:\"sizes\";a:1:{s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"client-6-65x83.png\";s:5:\"width\";i:65;s:6:\"height\";i:83;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:{}}}'),
(1550,119,'_thumbnail_id','120'),
(1551,119,'slide_template','default'),
(1552,119,'eg_sources_html5_mp4',''),
(1553,119,'eg_sources_html5_ogv',''),
(1554,119,'eg_sources_html5_webm',''),
(1555,119,'eg_sources_youtube',''),
(1556,119,'eg_sources_vimeo',''),
(1557,119,'eg_sources_wistia',''),
(1558,119,'eg_sources_image',''),
(1559,119,'eg_sources_iframe',''),
(1560,119,'eg_sources_soundcloud',''),
(1561,119,'eg_vimeo_ratio','0'),
(1562,119,'eg_youtube_ratio','0'),
(1563,119,'eg_wistia_ratio','0'),
(1564,119,'eg_html5_ratio','0'),
(1565,119,'eg_soundcloud_ratio','0'),
(1566,119,'eg_settings_custom_meta_skin',''),
(1567,119,'eg_settings_custom_meta_element',''),
(1568,119,'eg_settings_custom_meta_setting',''),
(1569,119,'eg_settings_custom_meta_style',''),
(1570,119,'eg_sources_revslider',''),
(1571,119,'oliveoil_post_options','a:129:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";s:11:\"client_name\";s:7:\"inherit\";s:15:\"client_position\";s:7:\"inherit\";s:16:\"client_show_link\";s:7:\"inherit\";s:11:\"client_link\";s:7:\"inherit\";}'),
(1572,119,'oliveoil_post_views_count','0'),
(1573,119,'oliveoil_post_likes_count','0'),
(1574,121,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1575,121,'_edit_last','1'),
(1576,121,'_edit_lock','1467273391:1'),
(1577,122,'_wp_attached_file','2016/06/image-21.jpg'),
(1578,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1800;s:4:\"file\";s:20:\"2016/06/image-21.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-21-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"image-21-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image-21-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image-21-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image-21-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-21-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"image-21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"image-21-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1579,121,'_thumbnail_id','122'),
(1580,121,'slide_template','default'),
(1581,121,'eg_sources_html5_mp4',''),
(1582,121,'eg_sources_html5_ogv',''),
(1583,121,'eg_sources_html5_webm',''),
(1584,121,'eg_sources_youtube',''),
(1585,121,'eg_sources_vimeo',''),
(1586,121,'eg_sources_wistia',''),
(1587,121,'eg_sources_image',''),
(1588,121,'eg_sources_iframe',''),
(1589,121,'eg_sources_soundcloud',''),
(1590,121,'eg_vimeo_ratio','0'),
(1591,121,'eg_youtube_ratio','0'),
(1592,121,'eg_wistia_ratio','0'),
(1593,121,'eg_html5_ratio','0'),
(1594,121,'eg_soundcloud_ratio','0'),
(1595,121,'eg_settings_custom_meta_skin',''),
(1596,121,'eg_settings_custom_meta_element',''),
(1597,121,'eg_settings_custom_meta_setting',''),
(1598,121,'eg_settings_custom_meta_style',''),
(1599,121,'eg_sources_revslider',''),
(1600,121,'oliveoil_post_options','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:6:\"icon-6\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(1601,121,'oliveoil_post_views_count','217'),
(1602,121,'oliveoil_post_likes_count','0'),
(1603,123,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1604,123,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1605,123,'_edit_last','1'),
(1606,123,'_edit_lock','1467273535:1'),
(1608,123,'slide_template','default'),
(1609,123,'eg_sources_html5_mp4',''),
(1610,123,'eg_sources_html5_ogv',''),
(1611,123,'eg_sources_html5_webm',''),
(1612,123,'eg_sources_youtube',''),
(1613,123,'eg_sources_vimeo',''),
(1614,123,'eg_sources_wistia',''),
(1615,123,'eg_sources_image',''),
(1616,123,'eg_sources_iframe',''),
(1617,123,'eg_sources_soundcloud',''),
(1618,123,'eg_vimeo_ratio','0'),
(1619,123,'eg_youtube_ratio','0'),
(1620,123,'eg_wistia_ratio','0'),
(1621,123,'eg_html5_ratio','0'),
(1622,123,'eg_soundcloud_ratio','0'),
(1623,123,'eg_settings_custom_meta_skin',''),
(1624,123,'eg_settings_custom_meta_element',''),
(1625,123,'eg_settings_custom_meta_setting',''),
(1626,123,'eg_settings_custom_meta_style',''),
(1627,123,'eg_sources_revslider',''),
(1628,123,'oliveoil_post_options','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:6:\"icon-5\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(1629,123,'oliveoil_post_views_count','273'),
(1630,123,'oliveoil_post_likes_count','0'),
(1631,123,'_dp_original','121'),
(1632,124,'_wp_attached_file','2016/06/image-20.jpg'),
(1633,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1602;s:4:\"file\";s:20:\"2016/06/image-20.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-20-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-20-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"image-20-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image-20-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image-20-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image-20-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-20-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"image-20-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"image-20-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:11:\"Dusan Zidar\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1634,123,'_thumbnail_id','124'),
(1635,125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1636,125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1637,125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1638,125,'_edit_last','1'),
(1639,125,'_edit_lock','1467273533:1'),
(1640,125,'slide_template','default'),
(1641,125,'eg_sources_html5_mp4',''),
(1642,125,'eg_sources_html5_ogv',''),
(1643,125,'eg_sources_html5_webm',''),
(1644,125,'eg_sources_youtube',''),
(1645,125,'eg_sources_vimeo',''),
(1646,125,'eg_sources_wistia',''),
(1647,125,'eg_sources_image',''),
(1648,125,'eg_sources_iframe',''),
(1649,125,'eg_sources_soundcloud',''),
(1650,125,'eg_vimeo_ratio','0'),
(1651,125,'eg_youtube_ratio','0'),
(1652,125,'eg_wistia_ratio','0'),
(1653,125,'eg_html5_ratio','0'),
(1654,125,'eg_soundcloud_ratio','0'),
(1655,125,'eg_settings_custom_meta_skin',''),
(1656,125,'eg_settings_custom_meta_element',''),
(1657,125,'eg_settings_custom_meta_setting',''),
(1658,125,'eg_settings_custom_meta_style',''),
(1659,125,'eg_sources_revslider',''),
(1660,125,'oliveoil_post_options','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:6:\"icon-4\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(1661,125,'oliveoil_post_views_count','303'),
(1662,125,'oliveoil_post_likes_count','0'),
(1665,125,'_dp_original','123'),
(1666,125,'_thumbnail_id','7'),
(8700,126,'eg_votes_count','0'),
(8699,126,'eg_custom_meta_216','true'),
(8698,126,'eg_featured_grid',''),
(1671,126,'_edit_last','1'),
(1672,126,'_edit_lock','1742418067:1'),
(8697,126,'eg_sources_essgrid',''),
(1674,126,'eg_sources_html5_mp4',''),
(1675,126,'eg_sources_html5_ogv',''),
(1676,126,'eg_sources_html5_webm',''),
(1677,126,'eg_sources_youtube',''),
(1678,126,'eg_sources_vimeo',''),
(1679,126,'eg_sources_wistia',''),
(1680,126,'eg_sources_image',''),
(1681,126,'eg_sources_iframe',''),
(1682,126,'eg_sources_soundcloud',''),
(1683,126,'eg_vimeo_ratio','0'),
(1684,126,'eg_youtube_ratio','0'),
(1685,126,'eg_wistia_ratio','0'),
(1686,126,'eg_html5_ratio','0'),
(1687,126,'eg_soundcloud_ratio','0'),
(1688,126,'eg_settings_custom_meta_skin',''),
(1689,126,'eg_settings_custom_meta_element',''),
(1690,126,'eg_settings_custom_meta_setting',''),
(1691,126,'eg_settings_custom_meta_style',''),
(1692,126,'eg_sources_revslider',''),
(1693,126,'oliveoil_post_options','a:116:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:6:\"icon-3\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(8701,238,'_wpb_post_custom_layout','default'),
(8702,70,'_wp_old_date','2024-11-27'),
(8703,63,'_wp_old_date','2024-11-27'),
(1694,126,'oliveoil_post_views_count','355'),
(1695,126,'oliveoil_post_likes_count','0'),
(1698,126,'_dp_original','125'),
(1699,126,'_thumbnail_id','19'),
(1700,127,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1701,127,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1702,127,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1703,127,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1704,127,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1705,127,'_edit_last','1'),
(1706,127,'_edit_lock','1467384312:1'),
(1707,127,'slide_template','default'),
(1708,127,'eg_sources_html5_mp4',''),
(1709,127,'eg_sources_html5_ogv',''),
(1710,127,'eg_sources_html5_webm',''),
(1711,127,'eg_sources_youtube',''),
(1712,127,'eg_sources_vimeo',''),
(1713,127,'eg_sources_wistia',''),
(1714,127,'eg_sources_image',''),
(1715,127,'eg_sources_iframe',''),
(1716,127,'eg_sources_soundcloud',''),
(1717,127,'eg_vimeo_ratio','0'),
(1718,127,'eg_youtube_ratio','0'),
(1719,127,'eg_wistia_ratio','0'),
(1720,127,'eg_html5_ratio','0'),
(1721,127,'eg_soundcloud_ratio','0'),
(1722,127,'eg_settings_custom_meta_skin',''),
(1723,127,'eg_settings_custom_meta_element',''),
(1724,127,'eg_settings_custom_meta_setting',''),
(1725,127,'eg_settings_custom_meta_style',''),
(1726,127,'eg_sources_revslider',''),
(1727,127,'oliveoil_post_options','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(1728,127,'oliveoil_post_views_count','238'),
(1729,127,'oliveoil_post_likes_count','0'),
(1732,127,'_dp_original','126'),
(1733,128,'_wp_attached_file','2016/06/image-9.jpg'),
(1734,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2200;s:6:\"height\";i:1320;s:4:\"file\";s:19:\"2016/06/image-9.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"image-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"image-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"image-9-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-9-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"image-9-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"image-9-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"image-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"image-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"image-9-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1735,127,'_thumbnail_id','128'),
(1736,129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1737,129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1738,129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1739,129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1740,129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1741,129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1742,129,'_edit_last','1'),
(1743,129,'_edit_lock','1467383728:1'),
(1744,129,'slide_template','default'),
(1745,129,'eg_sources_html5_mp4',''),
(1746,129,'eg_sources_html5_ogv',''),
(1747,129,'eg_sources_html5_webm',''),
(1748,129,'eg_sources_youtube',''),
(1749,129,'eg_sources_vimeo',''),
(1750,129,'eg_sources_wistia',''),
(1751,129,'eg_sources_image',''),
(1752,129,'eg_sources_iframe',''),
(1753,129,'eg_sources_soundcloud',''),
(1754,129,'eg_vimeo_ratio','0'),
(1755,129,'eg_youtube_ratio','0'),
(1756,129,'eg_wistia_ratio','0'),
(1757,129,'eg_html5_ratio','0'),
(1758,129,'eg_soundcloud_ratio','0'),
(1759,129,'eg_settings_custom_meta_skin',''),
(1760,129,'eg_settings_custom_meta_element',''),
(1761,129,'eg_settings_custom_meta_setting',''),
(1762,129,'eg_settings_custom_meta_style',''),
(1763,129,'eg_sources_revslider',''),
(1764,129,'oliveoil_post_options','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(1765,129,'oliveoil_post_views_count','310'),
(1766,129,'oliveoil_post_likes_count','0'),
(1769,129,'_dp_original','127'),
(1770,129,'_thumbnail_id','16'),
(1771,130,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1772,130,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1773,130,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1774,130,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1775,130,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1776,130,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1777,130,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1778,130,'_edit_last','1'),
(1779,130,'_edit_lock','1467383644:1'),
(1780,130,'slide_template','default'),
(1781,130,'eg_sources_html5_mp4',''),
(1782,130,'eg_sources_html5_ogv',''),
(1783,130,'eg_sources_html5_webm',''),
(1784,130,'eg_sources_youtube',''),
(1785,130,'eg_sources_vimeo',''),
(1786,130,'eg_sources_wistia',''),
(1787,130,'eg_sources_image',''),
(1788,130,'eg_sources_iframe',''),
(1789,130,'eg_sources_soundcloud',''),
(1790,130,'eg_vimeo_ratio','0'),
(1791,130,'eg_youtube_ratio','0'),
(1792,130,'eg_wistia_ratio','0'),
(1793,130,'eg_html5_ratio','0'),
(1794,130,'eg_soundcloud_ratio','0'),
(1795,130,'eg_settings_custom_meta_skin',''),
(1796,130,'eg_settings_custom_meta_element',''),
(1797,130,'eg_settings_custom_meta_setting',''),
(1798,130,'eg_settings_custom_meta_style',''),
(1799,130,'eg_sources_revslider',''),
(1800,130,'oliveoil_post_options','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(1801,130,'oliveoil_post_views_count','393'),
(1802,130,'oliveoil_post_likes_count','0'),
(1805,130,'_dp_original','129'),
(1806,130,'_thumbnail_id','13'),
(1807,131,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1808,131,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1809,131,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1810,131,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1811,131,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1812,131,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1813,131,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1814,131,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1815,131,'_edit_last','1'),
(1816,131,'_edit_lock','1467208218:1'),
(1817,131,'slide_template','default'),
(1818,131,'eg_sources_html5_mp4',''),
(1819,131,'eg_sources_html5_ogv',''),
(1820,131,'eg_sources_html5_webm',''),
(1821,131,'eg_sources_youtube',''),
(1822,131,'eg_sources_vimeo',''),
(1823,131,'eg_sources_wistia',''),
(1824,131,'eg_sources_image',''),
(1825,131,'eg_sources_iframe',''),
(1826,131,'eg_sources_soundcloud',''),
(1827,131,'eg_vimeo_ratio','0'),
(1828,131,'eg_youtube_ratio','0'),
(1829,131,'eg_wistia_ratio','0'),
(1830,131,'eg_html5_ratio','0'),
(1831,131,'eg_soundcloud_ratio','0'),
(1832,131,'eg_settings_custom_meta_skin',''),
(1833,131,'eg_settings_custom_meta_element',''),
(1834,131,'eg_settings_custom_meta_setting',''),
(1835,131,'eg_settings_custom_meta_style',''),
(1836,131,'eg_sources_revslider',''),
(1837,131,'oliveoil_post_options','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"left\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:16:\"sidebar_custom_0\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"icon-12\";s:19:\"show_featured_image\";s:2:\"no\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(1838,131,'oliveoil_post_views_count','332'),
(1839,131,'oliveoil_post_likes_count','0'),
(1842,131,'_dp_original','130'),
(1843,131,'_thumbnail_id','25'),
(1844,132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1845,132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1846,132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1847,132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1848,132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1849,132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1850,132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1851,132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1852,132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1853,132,'_edit_last','1'),
(1854,132,'_edit_lock','1467383385:1'),
(1855,132,'slide_template','default'),
(1856,132,'eg_sources_html5_mp4',''),
(1857,132,'eg_sources_html5_ogv',''),
(1858,132,'eg_sources_html5_webm',''),
(1859,132,'eg_sources_youtube',''),
(1860,132,'eg_sources_vimeo',''),
(1861,132,'eg_sources_wistia',''),
(1862,132,'eg_sources_image',''),
(1863,132,'eg_sources_iframe',''),
(1864,132,'eg_sources_soundcloud',''),
(1865,132,'eg_vimeo_ratio','0'),
(1866,132,'eg_youtube_ratio','0'),
(1867,132,'eg_wistia_ratio','0'),
(1868,132,'eg_html5_ratio','0'),
(1869,132,'eg_soundcloud_ratio','0'),
(1870,132,'eg_settings_custom_meta_skin',''),
(1871,132,'eg_settings_custom_meta_element',''),
(1872,132,'eg_settings_custom_meta_setting',''),
(1873,132,'eg_settings_custom_meta_style',''),
(1874,132,'eg_sources_revslider',''),
(1875,132,'oliveoil_post_options','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"left\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:16:\"sidebar_custom_0\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"icon-11\";s:19:\"show_featured_image\";s:2:\"no\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(1876,132,'oliveoil_post_views_count','319'),
(1877,132,'oliveoil_post_likes_count','0'),
(1880,132,'_dp_original','131'),
(1881,132,'_thumbnail_id','22'),
(1882,133,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1883,133,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1884,133,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1885,133,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1886,133,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1887,133,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1888,133,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1889,133,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1890,133,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1891,133,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1892,133,'_edit_last','1'),
(1893,133,'_edit_lock','1467383302:1'),
(1894,133,'slide_template','default'),
(1895,133,'eg_sources_html5_mp4',''),
(1896,133,'eg_sources_html5_ogv',''),
(1897,133,'eg_sources_html5_webm',''),
(1898,133,'eg_sources_youtube',''),
(1899,133,'eg_sources_vimeo',''),
(1900,133,'eg_sources_wistia',''),
(1901,133,'eg_sources_image',''),
(1902,133,'eg_sources_iframe',''),
(1903,133,'eg_sources_soundcloud',''),
(1904,133,'eg_vimeo_ratio','0'),
(1905,133,'eg_youtube_ratio','0'),
(1906,133,'eg_wistia_ratio','0'),
(1907,133,'eg_html5_ratio','0'),
(1908,133,'eg_soundcloud_ratio','0'),
(1909,133,'eg_settings_custom_meta_skin',''),
(1910,133,'eg_settings_custom_meta_element',''),
(1911,133,'eg_settings_custom_meta_setting',''),
(1912,133,'eg_settings_custom_meta_style',''),
(1913,133,'eg_sources_revslider',''),
(1914,133,'oliveoil_post_options','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"left\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:16:\"sidebar_custom_0\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"icon-10\";s:19:\"show_featured_image\";s:2:\"no\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(1915,133,'oliveoil_post_views_count','340'),
(1916,133,'oliveoil_post_likes_count','0'),
(1919,133,'_dp_original','132'),
(1921,134,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1922,134,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1923,134,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1924,134,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1925,134,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1926,134,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1927,134,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1928,134,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1929,134,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1930,134,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1931,134,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1932,134,'_edit_last','1'),
(1933,134,'_edit_lock','1467207734:1'),
(1934,134,'slide_template','default'),
(1935,134,'eg_sources_html5_mp4',''),
(1936,134,'eg_sources_html5_ogv',''),
(1937,134,'eg_sources_html5_webm',''),
(1938,134,'eg_sources_youtube',''),
(1939,134,'eg_sources_vimeo',''),
(1940,134,'eg_sources_wistia',''),
(1941,134,'eg_sources_image',''),
(1942,134,'eg_sources_iframe',''),
(1943,134,'eg_sources_soundcloud',''),
(1944,134,'eg_vimeo_ratio','0'),
(1945,134,'eg_youtube_ratio','0'),
(1946,134,'eg_wistia_ratio','0'),
(1947,134,'eg_html5_ratio','0'),
(1948,134,'eg_soundcloud_ratio','0'),
(1949,134,'eg_settings_custom_meta_skin',''),
(1950,134,'eg_settings_custom_meta_element',''),
(1951,134,'eg_settings_custom_meta_setting',''),
(1952,134,'eg_settings_custom_meta_style',''),
(1953,134,'eg_sources_revslider',''),
(1954,134,'oliveoil_post_options','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"left\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:16:\"sidebar_custom_0\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:6:\"icon-4\";s:19:\"show_featured_image\";s:2:\"no\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(1955,134,'oliveoil_post_views_count','314'),
(1956,134,'oliveoil_post_likes_count','0'),
(1959,134,'_dp_original','133'),
(1960,134,'_thumbnail_id','34'),
(1961,135,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1962,135,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1963,135,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1964,135,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1965,135,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1966,135,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1967,135,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1968,135,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1969,135,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1970,135,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1971,135,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1972,135,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1973,135,'_edit_last','1'),
(1974,135,'_edit_lock','1467207585:1'),
(1975,135,'slide_template','default'),
(1976,135,'eg_sources_html5_mp4',''),
(1977,135,'eg_sources_html5_ogv',''),
(1978,135,'eg_sources_html5_webm',''),
(1979,135,'eg_sources_youtube',''),
(1980,135,'eg_sources_vimeo',''),
(1981,135,'eg_sources_wistia',''),
(1982,135,'eg_sources_image',''),
(1983,135,'eg_sources_iframe',''),
(1984,135,'eg_sources_soundcloud',''),
(1985,135,'eg_vimeo_ratio','0'),
(1986,135,'eg_youtube_ratio','0'),
(1987,135,'eg_wistia_ratio','0'),
(1988,135,'eg_html5_ratio','0'),
(1989,135,'eg_soundcloud_ratio','0'),
(1990,135,'eg_settings_custom_meta_skin',''),
(1991,135,'eg_settings_custom_meta_element',''),
(1992,135,'eg_settings_custom_meta_setting',''),
(1993,135,'eg_settings_custom_meta_style',''),
(1994,135,'eg_sources_revslider',''),
(1995,135,'oliveoil_post_options','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"left\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:16:\"sidebar_custom_0\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:6:\"icon-9\";s:19:\"show_featured_image\";s:2:\"no\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(1996,135,'oliveoil_post_views_count','465'),
(1997,135,'oliveoil_post_likes_count','0'),
(2000,135,'_dp_original','134'),
(2001,135,'_thumbnail_id','37'),
(2002,133,'_thumbnail_id','52'),
(2004,137,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2005,137,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2006,137,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2007,137,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2008,137,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2009,137,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2010,137,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2011,137,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2012,137,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2013,137,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2014,137,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2015,137,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2016,137,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2017,137,'_edit_last','1'),
(2018,137,'_edit_lock','1742417443:1'),
(2019,137,'slide_template','default'),
(2020,137,'eg_sources_html5_mp4',''),
(2021,137,'eg_sources_html5_ogv',''),
(2022,137,'eg_sources_html5_webm',''),
(2023,137,'eg_sources_youtube',''),
(2024,137,'eg_sources_vimeo',''),
(2025,137,'eg_sources_wistia',''),
(2026,137,'eg_sources_image',''),
(2027,137,'eg_sources_iframe',''),
(2028,137,'eg_sources_soundcloud',''),
(2029,137,'eg_vimeo_ratio','0'),
(2030,137,'eg_youtube_ratio','0'),
(2031,137,'eg_wistia_ratio','0'),
(2032,137,'eg_html5_ratio','0'),
(2033,137,'eg_soundcloud_ratio','0'),
(2034,137,'eg_settings_custom_meta_skin',''),
(2035,137,'eg_settings_custom_meta_element',''),
(2036,137,'eg_settings_custom_meta_setting',''),
(2037,137,'eg_settings_custom_meta_style',''),
(2038,137,'eg_sources_revslider',''),
(2039,137,'oliveoil_post_options','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:4:\"left\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:16:\"sidebar_custom_0\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:6:\"icon-8\";s:19:\"show_featured_image\";s:2:\"no\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2040,137,'oliveoil_post_views_count','402'),
(2041,137,'oliveoil_post_likes_count','0'),
(2044,137,'_dp_original','135'),
(2045,137,'_thumbnail_id','28'),
(2046,138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2047,138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2048,138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2049,138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2050,138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2051,138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2052,138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2053,138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2054,138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2055,138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2056,138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2057,138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2058,138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2059,138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2060,138,'_edit_last','1'),
(2061,138,'_edit_lock','1466154976:1'),
(2062,138,'slide_template','default'),
(2063,138,'eg_sources_html5_mp4',''),
(2064,138,'eg_sources_html5_ogv',''),
(2065,138,'eg_sources_html5_webm',''),
(2066,138,'eg_sources_youtube',''),
(2067,138,'eg_sources_vimeo',''),
(2068,138,'eg_sources_wistia',''),
(2069,138,'eg_sources_image',''),
(2070,138,'eg_sources_iframe',''),
(2071,138,'eg_sources_soundcloud',''),
(2072,138,'eg_vimeo_ratio','0'),
(2073,138,'eg_youtube_ratio','0'),
(2074,138,'eg_wistia_ratio','0'),
(2075,138,'eg_html5_ratio','0'),
(2076,138,'eg_soundcloud_ratio','0'),
(2077,138,'eg_settings_custom_meta_skin',''),
(2078,138,'eg_settings_custom_meta_element',''),
(2079,138,'eg_settings_custom_meta_setting',''),
(2080,138,'eg_settings_custom_meta_style',''),
(2081,138,'eg_sources_revslider',''),
(2082,138,'oliveoil_post_options','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2083,138,'oliveoil_post_views_count','197'),
(2084,138,'oliveoil_post_likes_count','0'),
(2087,138,'_dp_original','137'),
(2088,138,'_thumbnail_id','40'),
(2089,139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2090,139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2091,139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2092,139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2093,139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2094,139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2095,139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2096,139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2097,139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2098,139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2099,139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2100,139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2101,139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2102,139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2103,139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2104,139,'_edit_last','1'),
(2105,139,'_edit_lock','1466154515:1'),
(2106,139,'slide_template','default'),
(2107,139,'eg_sources_html5_mp4',''),
(2108,139,'eg_sources_html5_ogv',''),
(2109,139,'eg_sources_html5_webm',''),
(2110,139,'eg_sources_youtube',''),
(2111,139,'eg_sources_vimeo',''),
(2112,139,'eg_sources_wistia',''),
(2113,139,'eg_sources_image',''),
(2114,139,'eg_sources_iframe',''),
(2115,139,'eg_sources_soundcloud',''),
(2116,139,'eg_vimeo_ratio','0'),
(2117,139,'eg_youtube_ratio','0'),
(2118,139,'eg_wistia_ratio','0'),
(2119,139,'eg_html5_ratio','0'),
(2120,139,'eg_soundcloud_ratio','0'),
(2121,139,'eg_settings_custom_meta_skin',''),
(2122,139,'eg_settings_custom_meta_element',''),
(2123,139,'eg_settings_custom_meta_setting',''),
(2124,139,'eg_settings_custom_meta_style',''),
(2125,139,'eg_sources_revslider',''),
(2126,139,'oliveoil_post_options','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2127,139,'oliveoil_post_views_count','209'),
(2128,139,'oliveoil_post_likes_count','0'),
(2131,139,'_dp_original','138'),
(2132,139,'_thumbnail_id','31'),
(2133,140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2134,140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2135,140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2136,140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2137,140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2138,140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2139,140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2140,140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2141,140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2142,140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2143,140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2144,140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2145,140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2146,140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2147,140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2148,140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2149,140,'_edit_last','1'),
(2150,140,'_edit_lock','1466151767:1'),
(2151,140,'slide_template','default'),
(2152,140,'eg_sources_html5_mp4',''),
(2153,140,'eg_sources_html5_ogv',''),
(2154,140,'eg_sources_html5_webm',''),
(2155,140,'eg_sources_youtube',''),
(2156,140,'eg_sources_vimeo',''),
(2157,140,'eg_sources_wistia',''),
(2158,140,'eg_sources_image',''),
(2159,140,'eg_sources_iframe',''),
(2160,140,'eg_sources_soundcloud',''),
(2161,140,'eg_vimeo_ratio','0'),
(2162,140,'eg_youtube_ratio','0'),
(2163,140,'eg_wistia_ratio','0'),
(2164,140,'eg_html5_ratio','0'),
(2165,140,'eg_soundcloud_ratio','0'),
(2166,140,'eg_settings_custom_meta_skin',''),
(2167,140,'eg_settings_custom_meta_element',''),
(2168,140,'eg_settings_custom_meta_setting',''),
(2169,140,'eg_settings_custom_meta_style',''),
(2170,140,'eg_sources_revslider',''),
(2171,140,'oliveoil_post_options','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2172,140,'oliveoil_post_views_count','381'),
(2173,140,'oliveoil_post_likes_count','0'),
(2176,140,'_dp_original','139'),
(2178,140,'_wp_old_slug','helps-digestion-2'),
(2179,142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2180,142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2181,142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2182,142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2183,142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2184,142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2185,142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2186,142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2187,142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2188,142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2189,142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2190,142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2191,142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2192,142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2193,142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2194,142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2195,142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2196,142,'_edit_last','1'),
(2197,142,'_edit_lock','1466151270:1'),
(2198,142,'slide_template','default'),
(2199,142,'eg_sources_html5_mp4',''),
(2200,142,'eg_sources_html5_ogv',''),
(2201,142,'eg_sources_html5_webm',''),
(2202,142,'eg_sources_youtube',''),
(2203,142,'eg_sources_vimeo',''),
(2204,142,'eg_sources_wistia',''),
(2205,142,'eg_sources_image',''),
(2206,142,'eg_sources_iframe',''),
(2207,142,'eg_sources_soundcloud',''),
(2208,142,'eg_vimeo_ratio','0'),
(2209,142,'eg_youtube_ratio','0'),
(2210,142,'eg_wistia_ratio','0'),
(2211,142,'eg_html5_ratio','0'),
(2212,142,'eg_soundcloud_ratio','0'),
(2213,142,'eg_settings_custom_meta_skin',''),
(2214,142,'eg_settings_custom_meta_element',''),
(2215,142,'eg_settings_custom_meta_setting',''),
(2216,142,'eg_settings_custom_meta_style',''),
(2217,142,'eg_sources_revslider',''),
(2218,142,'oliveoil_post_options','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2219,142,'oliveoil_post_views_count','223'),
(2220,142,'oliveoil_post_likes_count','1'),
(2222,142,'_wp_old_slug','helps-digestion-2'),
(2223,142,'_dp_original','140'),
(2224,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2225,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2226,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2227,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2228,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2229,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2230,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2231,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2232,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2233,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2234,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2235,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2236,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2237,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2238,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2239,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2240,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2241,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2242,143,'_edit_last','1'),
(2243,143,'_edit_lock','1466150100:1'),
(2244,143,'slide_template','default'),
(2245,143,'eg_sources_html5_mp4',''),
(2246,143,'eg_sources_html5_ogv',''),
(2247,143,'eg_sources_html5_webm',''),
(2248,143,'eg_sources_youtube',''),
(2249,143,'eg_sources_vimeo',''),
(2250,143,'eg_sources_wistia',''),
(2251,143,'eg_sources_image',''),
(2252,143,'eg_sources_iframe',''),
(2253,143,'eg_sources_soundcloud',''),
(2254,143,'eg_vimeo_ratio','0'),
(2255,143,'eg_youtube_ratio','0'),
(2256,143,'eg_wistia_ratio','0'),
(2257,143,'eg_html5_ratio','0'),
(2258,143,'eg_soundcloud_ratio','0'),
(2259,143,'eg_settings_custom_meta_skin',''),
(2260,143,'eg_settings_custom_meta_element',''),
(2261,143,'eg_settings_custom_meta_setting',''),
(2262,143,'eg_settings_custom_meta_style',''),
(2263,143,'eg_sources_revslider',''),
(2264,143,'oliveoil_post_options','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2265,143,'oliveoil_post_views_count','212'),
(2266,143,'oliveoil_post_likes_count','0'),
(2267,143,'_wp_old_slug','helps-digestion-2'),
(2269,143,'_dp_original','142'),
(2270,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2271,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2272,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2273,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2274,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2275,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2276,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2277,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2278,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2279,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2280,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2281,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2282,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2283,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2284,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2285,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2286,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2287,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2288,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2289,144,'_edit_last','1'),
(2290,144,'_edit_lock','1670918432:1'),
(2291,144,'slide_template','default'),
(2292,144,'eg_sources_html5_mp4',''),
(2293,144,'eg_sources_html5_ogv',''),
(2294,144,'eg_sources_html5_webm',''),
(2295,144,'eg_sources_youtube',''),
(2296,144,'eg_sources_vimeo',''),
(2297,144,'eg_sources_wistia',''),
(2298,144,'eg_sources_image',''),
(2299,144,'eg_sources_iframe',''),
(2300,144,'eg_sources_soundcloud',''),
(2301,144,'eg_vimeo_ratio','0'),
(2302,144,'eg_youtube_ratio','0'),
(2303,144,'eg_wistia_ratio','0'),
(2304,144,'eg_html5_ratio','0'),
(2305,144,'eg_soundcloud_ratio','0'),
(2306,144,'eg_settings_custom_meta_skin',''),
(2307,144,'eg_settings_custom_meta_element',''),
(2308,144,'eg_settings_custom_meta_setting',''),
(2309,144,'eg_settings_custom_meta_style',''),
(2310,144,'eg_sources_revslider',''),
(2311,144,'oliveoil_post_options','a:125:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2312,144,'oliveoil_post_views_count','238'),
(2313,144,'oliveoil_post_likes_count','0'),
(2314,144,'_wp_old_slug','helps-digestion-2'),
(2316,144,'_dp_original','143'),
(2317,145,'_wp_attached_file','2016/06/image-22.jpg'),
(2318,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1121;s:4:\"file\";s:20:\"2016/06/image-22.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-22-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-22-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"image-22-600x280.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image-22-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image-22-768x359.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image-22-1024x478.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-22-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"image-22-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"image-22-600x280.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2319,140,'_thumbnail_id','145'),
(2320,146,'_wp_attached_file','2016/06/image-23.jpg'),
(2321,146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2100;s:6:\"height\";i:1473;s:4:\"file\";s:20:\"2016/06/image-23.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-23-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-23-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"image-23-600x421.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image-23-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image-23-768x539.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image-23-1024x718.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-23-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"image-23-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"image-23-600x421.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2322,142,'_thumbnail_id','146'),
(2323,143,'_thumbnail_id','124'),
(2324,144,'_thumbnail_id','25'),
(2326,148,'_edit_lock','1606904208:1'),
(2327,148,'_edit_last','1'),
(2328,148,'_visibility','visible'),
(2329,148,'_stock_status','instock'),
(2330,148,'total_sales','46'),
(2331,148,'_downloadable','no'),
(2332,148,'_virtual','no'),
(2333,148,'_purchase_note',''),
(2334,148,'_featured','no'),
(2335,148,'_weight',''),
(2336,148,'_length',''),
(2337,148,'_width',''),
(2338,148,'_height',''),
(2339,148,'_sku',''),
(2340,148,'_product_attributes','a:0:{}'),
(2341,148,'_regular_price','40.99'),
(2342,148,'_sale_price',''),
(2343,148,'_sale_price_dates_from',''),
(2344,148,'_sale_price_dates_to',''),
(2345,148,'_price','40.99'),
(2346,148,'_sold_individually',''),
(2347,148,'_manage_stock','no'),
(2348,148,'_backorders','no'),
(2349,148,'_stock',NULL),
(2350,148,'_upsell_ids','a:0:{}'),
(2351,148,'_crosssell_ids','a:0:{}'),
(2352,148,'_product_version','9.1.4'),
(2353,148,'_product_image_gallery',''),
(2354,148,'slide_template',''),
(2355,148,'eg_sources_html5_mp4',''),
(2356,148,'eg_sources_html5_ogv',''),
(2357,148,'eg_sources_html5_webm',''),
(2358,148,'eg_sources_youtube',''),
(2359,148,'eg_sources_vimeo',''),
(2360,148,'eg_sources_wistia',''),
(2361,148,'eg_sources_image',''),
(2362,148,'eg_sources_iframe',''),
(2363,148,'eg_sources_soundcloud',''),
(2364,148,'eg_vimeo_ratio','0'),
(2365,148,'eg_youtube_ratio','0'),
(2366,148,'eg_wistia_ratio','0'),
(2367,148,'eg_html5_ratio','0'),
(2368,148,'eg_soundcloud_ratio','0'),
(2369,148,'eg_settings_custom_meta_skin',''),
(2370,148,'eg_settings_custom_meta_element',''),
(2371,148,'eg_settings_custom_meta_setting',''),
(2372,148,'eg_settings_custom_meta_style',''),
(2373,148,'eg_sources_revslider',''),
(2374,148,'oliveoil_post_options','a:115:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2375,148,'oliveoil_post_views_count','885'),
(2376,148,'oliveoil_post_likes_count','0'),
(2377,149,'_wp_attached_file','2016/06/product-7.jpg'),
(2378,149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2016/06/product-7.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"product-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"product-7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"product-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"product-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"product-7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"product-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"product-7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:21:\"product-7-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2379,148,'_thumbnail_id','149'),
(2383,148,'_wp_old_slug','olio-di-canapa-extra-virgin'),
(2384,150,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2385,150,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2386,150,'_edit_lock','1465891532:1'),
(2387,150,'_edit_last','1'),
(2388,150,'_visibility','visible'),
(2389,150,'_stock_status','instock'),
(2390,150,'total_sales','37'),
(2391,150,'_downloadable','no'),
(2392,150,'_virtual','no'),
(2393,150,'_purchase_note',''),
(2394,150,'_featured','no'),
(2395,150,'_weight',''),
(2396,150,'_length',''),
(2397,150,'_width',''),
(2398,150,'_height',''),
(2399,150,'_sku',''),
(2400,150,'_product_attributes','a:0:{}'),
(2401,150,'_regular_price','12.99'),
(2402,150,'_sale_price',''),
(2403,150,'_sale_price_dates_from',''),
(2404,150,'_sale_price_dates_to',''),
(2405,150,'_price','12.99'),
(2406,150,'_sold_individually',''),
(2407,150,'_manage_stock','no'),
(2408,150,'_backorders','no'),
(2409,150,'_stock',''),
(2410,150,'_upsell_ids','a:0:{}'),
(2411,150,'_crosssell_ids','a:0:{}'),
(2412,150,'_product_version','9.1.4'),
(2413,150,'_product_image_gallery',''),
(2414,150,'slide_template',''),
(2415,150,'eg_sources_html5_mp4',''),
(2416,150,'eg_sources_html5_ogv',''),
(2417,150,'eg_sources_html5_webm',''),
(2418,150,'eg_sources_youtube',''),
(2419,150,'eg_sources_vimeo',''),
(2420,150,'eg_sources_wistia',''),
(2421,150,'eg_sources_image',''),
(2422,150,'eg_sources_iframe',''),
(2423,150,'eg_sources_soundcloud',''),
(2424,150,'eg_vimeo_ratio','0'),
(2425,150,'eg_youtube_ratio','0'),
(2426,150,'eg_wistia_ratio','0'),
(2427,150,'eg_html5_ratio','0'),
(2428,150,'eg_soundcloud_ratio','0'),
(2429,150,'eg_settings_custom_meta_skin',''),
(2430,150,'eg_settings_custom_meta_element',''),
(2431,150,'eg_settings_custom_meta_setting',''),
(2432,150,'eg_settings_custom_meta_style',''),
(2433,150,'eg_sources_revslider',''),
(2434,150,'oliveoil_post_options','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2435,150,'oliveoil_post_views_count','661'),
(2436,150,'oliveoil_post_likes_count','0'),
(2441,150,'_wp_old_slug','olio-di-canapa-extra-virgin'),
(2442,150,'_dp_original','148'),
(2443,151,'_wp_attached_file','2016/06/product-5.jpg'),
(2444,151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2016/06/product-5.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"product-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"product-5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"product-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"product-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"product-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"product-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"product-5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:21:\"product-5-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2445,150,'_thumbnail_id','151'),
(2446,152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2447,152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2448,152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2449,152,'_edit_lock','1465891545:1'),
(2450,152,'_edit_last','1'),
(2451,152,'_visibility','visible'),
(2452,152,'_stock_status','instock'),
(2453,152,'total_sales','19'),
(2454,152,'_downloadable','no'),
(2455,152,'_virtual','no'),
(2456,152,'_purchase_note',''),
(2457,152,'_featured','no'),
(2458,152,'_weight',''),
(2459,152,'_length',''),
(2460,152,'_width',''),
(2461,152,'_height',''),
(2462,152,'_sku',''),
(2463,152,'_product_attributes','a:0:{}'),
(2464,152,'_regular_price','28.99'),
(2465,152,'_sale_price',''),
(2466,152,'_sale_price_dates_from',''),
(2467,152,'_sale_price_dates_to',''),
(2468,152,'_price','28.99'),
(2469,152,'_sold_individually',''),
(2470,152,'_manage_stock','no'),
(2471,152,'_backorders','no'),
(2472,152,'_stock',''),
(2473,152,'_upsell_ids','a:0:{}'),
(2474,152,'_crosssell_ids','a:0:{}'),
(2475,152,'_product_version','2.5.5'),
(2476,152,'_product_image_gallery',''),
(2477,152,'slide_template',''),
(2478,152,'eg_sources_html5_mp4',''),
(2479,152,'eg_sources_html5_ogv',''),
(2480,152,'eg_sources_html5_webm',''),
(2481,152,'eg_sources_youtube',''),
(2482,152,'eg_sources_vimeo',''),
(2483,152,'eg_sources_wistia',''),
(2484,152,'eg_sources_image',''),
(2485,152,'eg_sources_iframe',''),
(2486,152,'eg_sources_soundcloud',''),
(2487,152,'eg_vimeo_ratio','0'),
(2488,152,'eg_youtube_ratio','0'),
(2489,152,'eg_wistia_ratio','0'),
(2490,152,'eg_html5_ratio','0'),
(2491,152,'eg_soundcloud_ratio','0'),
(2492,152,'eg_settings_custom_meta_skin',''),
(2493,152,'eg_settings_custom_meta_element',''),
(2494,152,'eg_settings_custom_meta_setting',''),
(2495,152,'eg_settings_custom_meta_style',''),
(2496,152,'eg_sources_revslider',''),
(2497,152,'oliveoil_post_options','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2498,152,'oliveoil_post_views_count','559'),
(2499,152,'oliveoil_post_likes_count','0'),
(2500,152,'_wc_rating_count','a:0:{}'),
(2501,152,'_wc_review_count','0'),
(2502,152,'_wc_average_rating','0'),
(2503,152,'_wp_old_slug','olio-di-canapa-extra-virgin'),
(2506,152,'_dp_original','150'),
(2507,153,'_wp_attached_file','2016/06/product-4.jpg'),
(2508,153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2016/06/product-4.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"product-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"product-4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"product-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"product-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"product-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"product-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"product-4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:21:\"product-4-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2509,152,'_thumbnail_id','153'),
(2510,154,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2511,154,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2512,154,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2513,154,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2514,154,'_edit_lock','1465891515:1'),
(2515,154,'_edit_last','1'),
(2516,154,'_visibility','visible'),
(2517,154,'_stock_status','instock'),
(2518,154,'total_sales','6'),
(2519,154,'_downloadable','no'),
(2520,154,'_virtual','no'),
(2521,154,'_purchase_note',''),
(2522,154,'_featured','no'),
(2523,154,'_weight',''),
(2524,154,'_length',''),
(2525,154,'_width',''),
(2526,154,'_height',''),
(2527,154,'_sku',''),
(2528,154,'_product_attributes','a:0:{}'),
(2529,154,'_regular_price','40.99'),
(2530,154,'_sale_price',''),
(2531,154,'_sale_price_dates_from',''),
(2532,154,'_sale_price_dates_to',''),
(2533,154,'_price','40.99'),
(2534,154,'_sold_individually',''),
(2535,154,'_manage_stock','no'),
(2536,154,'_backorders','no'),
(2537,154,'_stock',''),
(2538,154,'_upsell_ids','a:0:{}'),
(2539,154,'_crosssell_ids','a:0:{}'),
(2540,154,'_product_version','2.5.5'),
(2541,154,'_product_image_gallery',''),
(2542,154,'slide_template',''),
(2543,154,'eg_sources_html5_mp4',''),
(2544,154,'eg_sources_html5_ogv',''),
(2545,154,'eg_sources_html5_webm',''),
(2546,154,'eg_sources_youtube',''),
(2547,154,'eg_sources_vimeo',''),
(2548,154,'eg_sources_wistia',''),
(2549,154,'eg_sources_image',''),
(2550,154,'eg_sources_iframe',''),
(2551,154,'eg_sources_soundcloud',''),
(2552,154,'eg_vimeo_ratio','0'),
(2553,154,'eg_youtube_ratio','0'),
(2554,154,'eg_wistia_ratio','0'),
(2555,154,'eg_html5_ratio','0'),
(2556,154,'eg_soundcloud_ratio','0'),
(2557,154,'eg_settings_custom_meta_skin',''),
(2558,154,'eg_settings_custom_meta_element',''),
(2559,154,'eg_settings_custom_meta_setting',''),
(2560,154,'eg_settings_custom_meta_style',''),
(2561,154,'eg_sources_revslider',''),
(2562,154,'oliveoil_post_options','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2563,154,'oliveoil_post_views_count','373'),
(2564,154,'oliveoil_post_likes_count','0'),
(2565,154,'_wc_rating_count','a:0:{}'),
(2566,154,'_wc_review_count','0'),
(2567,154,'_wc_average_rating','0'),
(2568,154,'_wp_old_slug','olio-di-canapa-extra-virgin'),
(2571,154,'_dp_original','152'),
(2572,155,'_wp_attached_file','2016/06/product-8.jpg'),
(2573,155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2016/06/product-8.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"product-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"product-8-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"product-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"product-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"product-8-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"product-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"product-8-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:21:\"product-8-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2574,154,'_thumbnail_id','155'),
(2575,156,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2576,156,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2577,156,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2578,156,'_edit_lock','1465891417:1'),
(2579,156,'_edit_last','1'),
(2580,156,'_visibility','visible'),
(2581,156,'_stock_status','instock'),
(2582,156,'total_sales','3'),
(2583,156,'_downloadable','no'),
(2584,156,'_virtual','no'),
(2585,156,'_purchase_note',''),
(2586,156,'_featured','no'),
(2587,156,'_weight',''),
(2588,156,'_length',''),
(2589,156,'_width',''),
(2590,156,'_height',''),
(2591,156,'_sku',''),
(2592,156,'_product_attributes','a:0:{}'),
(2593,156,'_regular_price','12.99'),
(2594,156,'_sale_price',''),
(2595,156,'_sale_price_dates_from',''),
(2596,156,'_sale_price_dates_to',''),
(2597,156,'_price','12.99'),
(2598,156,'_sold_individually',''),
(2599,156,'_manage_stock','no'),
(2600,156,'_backorders','no'),
(2601,156,'_stock',''),
(2602,156,'_upsell_ids','a:0:{}'),
(2603,156,'_crosssell_ids','a:0:{}'),
(2604,156,'_product_version','2.5.5'),
(2605,156,'_product_image_gallery',''),
(2606,156,'slide_template',''),
(2607,156,'eg_sources_html5_mp4',''),
(2608,156,'eg_sources_html5_ogv',''),
(2609,156,'eg_sources_html5_webm',''),
(2610,156,'eg_sources_youtube',''),
(2611,156,'eg_sources_vimeo',''),
(2612,156,'eg_sources_wistia',''),
(2613,156,'eg_sources_image',''),
(2614,156,'eg_sources_iframe',''),
(2615,156,'eg_sources_soundcloud',''),
(2616,156,'eg_vimeo_ratio','0'),
(2617,156,'eg_youtube_ratio','0'),
(2618,156,'eg_wistia_ratio','0'),
(2619,156,'eg_html5_ratio','0'),
(2620,156,'eg_soundcloud_ratio','0'),
(2621,156,'eg_settings_custom_meta_skin',''),
(2622,156,'eg_settings_custom_meta_element',''),
(2623,156,'eg_settings_custom_meta_setting',''),
(2624,156,'eg_settings_custom_meta_style',''),
(2625,156,'eg_sources_revslider',''),
(2626,156,'oliveoil_post_options','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2627,156,'oliveoil_post_views_count','1240'),
(2628,156,'oliveoil_post_likes_count','0'),
(2629,156,'_wc_rating_count','a:0:{}'),
(2630,156,'_wc_review_count','0'),
(2631,156,'_wc_average_rating','0'),
(2632,156,'_wp_old_slug','olio-di-canapa-extra-virgin'),
(2635,156,'_dp_original','150'),
(2636,157,'_wp_attached_file','2016/06/product-9.jpg'),
(2637,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2016/06/product-9.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"product-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"product-9-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"product-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"product-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"product-9-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"product-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"product-9-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:21:\"product-9-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2638,156,'_thumbnail_id','157'),
(2639,158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2640,158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2641,158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2642,158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2643,158,'_edit_lock','1465891375:1'),
(2644,158,'_edit_last','1'),
(2645,158,'_visibility','visible'),
(2646,158,'_stock_status','instock'),
(2647,158,'total_sales','3'),
(2648,158,'_downloadable','no'),
(2649,158,'_virtual','no'),
(2650,158,'_purchase_note',''),
(2651,158,'_featured','no'),
(2652,158,'_weight',''),
(2653,158,'_length',''),
(2654,158,'_width',''),
(2655,158,'_height',''),
(2656,158,'_sku',''),
(2657,158,'_product_attributes','a:0:{}'),
(2658,158,'_regular_price','28.99'),
(2659,158,'_sale_price',''),
(2660,158,'_sale_price_dates_from',''),
(2661,158,'_sale_price_dates_to',''),
(2662,158,'_price','28.99'),
(2663,158,'_sold_individually',''),
(2664,158,'_manage_stock','no'),
(2665,158,'_backorders','no'),
(2666,158,'_stock',''),
(2667,158,'_upsell_ids','a:0:{}'),
(2668,158,'_crosssell_ids','a:0:{}'),
(2669,158,'_product_version','2.5.5'),
(2670,158,'_product_image_gallery',''),
(2671,158,'slide_template',''),
(2672,158,'eg_sources_html5_mp4',''),
(2673,158,'eg_sources_html5_ogv',''),
(2674,158,'eg_sources_html5_webm',''),
(2675,158,'eg_sources_youtube',''),
(2676,158,'eg_sources_vimeo',''),
(2677,158,'eg_sources_wistia',''),
(2678,158,'eg_sources_image',''),
(2679,158,'eg_sources_iframe',''),
(2680,158,'eg_sources_soundcloud',''),
(2681,158,'eg_vimeo_ratio','0'),
(2682,158,'eg_youtube_ratio','0'),
(2683,158,'eg_wistia_ratio','0'),
(2684,158,'eg_html5_ratio','0'),
(2685,158,'eg_soundcloud_ratio','0'),
(2686,158,'eg_settings_custom_meta_skin',''),
(2687,158,'eg_settings_custom_meta_element',''),
(2688,158,'eg_settings_custom_meta_setting',''),
(2689,158,'eg_settings_custom_meta_style',''),
(2690,158,'eg_sources_revslider',''),
(2691,158,'oliveoil_post_options','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2692,158,'oliveoil_post_views_count','356'),
(2693,158,'oliveoil_post_likes_count','0'),
(2694,158,'_wc_rating_count','a:0:{}'),
(2695,158,'_wc_review_count','0'),
(2696,158,'_wc_average_rating','0'),
(2697,158,'_wp_old_slug','olio-di-canapa-extra-virgin'),
(2700,158,'_dp_original','152'),
(2701,159,'_wp_attached_file','2016/06/product-10.jpg'),
(2702,159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:22:\"2016/06/product-10.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"product-10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"product-10-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"product-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"product-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"product-10-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"product-10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"product-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"product-10-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:22:\"product-10-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2703,158,'_thumbnail_id','159'),
(2704,160,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2705,160,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2706,160,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2707,160,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2708,160,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2709,160,'_edit_lock','1465891341:1'),
(2710,160,'_edit_last','1'),
(2711,160,'_visibility','visible'),
(2712,160,'_stock_status','instock'),
(2713,160,'total_sales','1'),
(2714,160,'_downloadable','no'),
(2715,160,'_virtual','no'),
(2716,160,'_purchase_note',''),
(2717,160,'_featured','no'),
(2718,160,'_weight',''),
(2719,160,'_length',''),
(2720,160,'_width',''),
(2721,160,'_height',''),
(2722,160,'_sku',''),
(2723,160,'_product_attributes','a:0:{}'),
(2724,160,'_regular_price','40.99'),
(2725,160,'_sale_price',''),
(2726,160,'_sale_price_dates_from',''),
(2727,160,'_sale_price_dates_to',''),
(2728,160,'_price','40.99'),
(2729,160,'_sold_individually',''),
(2730,160,'_manage_stock','no'),
(2731,160,'_backorders','no'),
(2732,160,'_stock',''),
(2733,160,'_upsell_ids','a:0:{}'),
(2734,160,'_crosssell_ids','a:0:{}'),
(2735,160,'_product_version','2.5.5'),
(2736,160,'_product_image_gallery',''),
(2737,160,'slide_template',''),
(2738,160,'eg_sources_html5_mp4',''),
(2739,160,'eg_sources_html5_ogv',''),
(2740,160,'eg_sources_html5_webm',''),
(2741,160,'eg_sources_youtube',''),
(2742,160,'eg_sources_vimeo',''),
(2743,160,'eg_sources_wistia',''),
(2744,160,'eg_sources_image',''),
(2745,160,'eg_sources_iframe',''),
(2746,160,'eg_sources_soundcloud',''),
(2747,160,'eg_vimeo_ratio','0'),
(2748,160,'eg_youtube_ratio','0'),
(2749,160,'eg_wistia_ratio','0'),
(2750,160,'eg_html5_ratio','0'),
(2751,160,'eg_soundcloud_ratio','0'),
(2752,160,'eg_settings_custom_meta_skin',''),
(2753,160,'eg_settings_custom_meta_element',''),
(2754,160,'eg_settings_custom_meta_setting',''),
(2755,160,'eg_settings_custom_meta_style',''),
(2756,160,'eg_sources_revslider',''),
(2757,160,'oliveoil_post_options','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2758,160,'oliveoil_post_views_count','384'),
(2759,160,'oliveoil_post_likes_count','0'),
(2763,160,'_wp_old_slug','olio-di-canapa-extra-virgin'),
(2766,160,'_dp_original','154'),
(2767,161,'_wp_attached_file','2016/06/product-3.jpg'),
(2768,161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2016/06/product-3.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"product-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"product-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"product-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"product-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"product-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"product-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"product-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:21:\"product-3-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2769,160,'_thumbnail_id','161'),
(2770,162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2771,162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2772,162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2773,162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2774,162,'_edit_lock','1465891315:1'),
(2775,162,'_edit_last','1'),
(2776,162,'_visibility','visible'),
(2777,162,'_stock_status','instock'),
(2778,162,'total_sales','0'),
(2779,162,'_downloadable','no'),
(2780,162,'_virtual','no'),
(2781,162,'_purchase_note',''),
(2782,162,'_featured','no'),
(2783,162,'_weight',''),
(2784,162,'_length',''),
(2785,162,'_width',''),
(2786,162,'_height',''),
(2787,162,'_sku',''),
(2788,162,'_product_attributes','a:0:{}'),
(2789,162,'_regular_price','12.99'),
(2790,162,'_sale_price',''),
(2791,162,'_sale_price_dates_from',''),
(2792,162,'_sale_price_dates_to',''),
(2793,162,'_price','12.99'),
(2794,162,'_sold_individually',''),
(2795,162,'_manage_stock','no'),
(2796,162,'_backorders','no'),
(2797,162,'_stock',''),
(2798,162,'_upsell_ids','a:0:{}'),
(2799,162,'_crosssell_ids','a:0:{}'),
(2800,162,'_product_version','2.5.5'),
(2801,162,'_product_image_gallery',''),
(2802,162,'slide_template',''),
(2803,162,'eg_sources_html5_mp4',''),
(2804,162,'eg_sources_html5_ogv',''),
(2805,162,'eg_sources_html5_webm',''),
(2806,162,'eg_sources_youtube',''),
(2807,162,'eg_sources_vimeo',''),
(2808,162,'eg_sources_wistia',''),
(2809,162,'eg_sources_image',''),
(2810,162,'eg_sources_iframe',''),
(2811,162,'eg_sources_soundcloud',''),
(2812,162,'eg_vimeo_ratio','0'),
(2813,162,'eg_youtube_ratio','0'),
(2814,162,'eg_wistia_ratio','0'),
(2815,162,'eg_html5_ratio','0'),
(2816,162,'eg_soundcloud_ratio','0'),
(2817,162,'eg_settings_custom_meta_skin',''),
(2818,162,'eg_settings_custom_meta_element',''),
(2819,162,'eg_settings_custom_meta_setting',''),
(2820,162,'eg_settings_custom_meta_style',''),
(2821,162,'eg_sources_revslider',''),
(2822,162,'oliveoil_post_options','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2823,162,'oliveoil_post_views_count','341'),
(2824,162,'oliveoil_post_likes_count','0'),
(2825,162,'_wc_rating_count','a:0:{}'),
(2826,162,'_wc_review_count','0'),
(2827,162,'_wc_average_rating','0'),
(2828,162,'_wp_old_slug','olio-di-canapa-extra-virgin'),
(2831,162,'_dp_original','156'),
(2832,163,'_wp_attached_file','2016/06/product-2.jpg'),
(2833,163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2016/06/product-2.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"product-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"product-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"product-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"product-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"product-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"product-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"product-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:21:\"product-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2834,162,'_thumbnail_id','163'),
(2835,164,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2836,164,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2837,164,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2838,164,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2839,164,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2840,164,'_edit_lock','1465891211:1'),
(2841,164,'_edit_last','1'),
(2842,164,'_visibility','visible'),
(2843,164,'_stock_status','instock'),
(2844,164,'total_sales','3'),
(2845,164,'_downloadable','no'),
(2846,164,'_virtual','no'),
(2847,164,'_purchase_note',''),
(2848,164,'_featured','no'),
(2849,164,'_weight',''),
(2850,164,'_length',''),
(2851,164,'_width',''),
(2852,164,'_height',''),
(2853,164,'_sku',''),
(2854,164,'_product_attributes','a:0:{}'),
(2855,164,'_regular_price','28.99'),
(2856,164,'_sale_price',''),
(2857,164,'_sale_price_dates_from',''),
(2858,164,'_sale_price_dates_to',''),
(2859,164,'_price','28.99'),
(2860,164,'_sold_individually',''),
(2861,164,'_manage_stock','no'),
(2862,164,'_backorders','no'),
(2863,164,'_stock',''),
(2864,164,'_upsell_ids','a:0:{}'),
(2865,164,'_crosssell_ids','a:0:{}'),
(2866,164,'_product_version','2.5.5'),
(2867,164,'_product_image_gallery',''),
(2868,164,'slide_template',''),
(2869,164,'eg_sources_html5_mp4',''),
(2870,164,'eg_sources_html5_ogv',''),
(2871,164,'eg_sources_html5_webm',''),
(2872,164,'eg_sources_youtube',''),
(2873,164,'eg_sources_vimeo',''),
(2874,164,'eg_sources_wistia',''),
(2875,164,'eg_sources_image',''),
(2876,164,'eg_sources_iframe',''),
(2877,164,'eg_sources_soundcloud',''),
(2878,164,'eg_vimeo_ratio','0'),
(2879,164,'eg_youtube_ratio','0'),
(2880,164,'eg_wistia_ratio','0'),
(2881,164,'eg_html5_ratio','0'),
(2882,164,'eg_soundcloud_ratio','0'),
(2883,164,'eg_settings_custom_meta_skin',''),
(2884,164,'eg_settings_custom_meta_element',''),
(2885,164,'eg_settings_custom_meta_setting',''),
(2886,164,'eg_settings_custom_meta_style',''),
(2887,164,'eg_sources_revslider',''),
(2888,164,'oliveoil_post_options','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2889,164,'oliveoil_post_views_count','412'),
(2890,164,'oliveoil_post_likes_count','0'),
(2891,164,'_wc_rating_count','a:0:{}'),
(2892,164,'_wc_review_count','0'),
(2893,164,'_wc_average_rating','0'),
(2894,164,'_wp_old_slug','olio-di-canapa-extra-virgin'),
(2897,164,'_dp_original','158'),
(2898,165,'_wp_attached_file','2016/06/product-1.jpg'),
(2899,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2016/06/product-1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"product-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"product-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"product-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"product-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"product-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"product-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"product-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:21:\"product-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2900,164,'_thumbnail_id','165'),
(2901,166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2902,166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2903,166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2904,166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2905,166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2906,166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2907,166,'_edit_lock','1465891183:1'),
(2908,166,'_edit_last','1'),
(2909,166,'_visibility','visible'),
(2910,166,'_stock_status','instock'),
(2911,166,'total_sales','5'),
(2912,166,'_downloadable','no'),
(2913,166,'_virtual','no'),
(2914,166,'_purchase_note',''),
(2915,166,'_featured','no'),
(2916,166,'_weight',''),
(2917,166,'_length',''),
(2918,166,'_width',''),
(2919,166,'_height',''),
(2920,166,'_sku',''),
(2921,166,'_product_attributes','a:0:{}'),
(2922,166,'_regular_price','28.99'),
(2923,166,'_sale_price',''),
(2924,166,'_sale_price_dates_from',''),
(2925,166,'_sale_price_dates_to',''),
(2926,166,'_price','28.99'),
(2927,166,'_sold_individually',''),
(2928,166,'_manage_stock','no'),
(2929,166,'_backorders','no'),
(2930,166,'_stock',''),
(2931,166,'_upsell_ids','a:0:{}'),
(2932,166,'_crosssell_ids','a:0:{}'),
(2933,166,'_product_version','2.5.5'),
(2934,166,'_product_image_gallery',''),
(2935,166,'slide_template',''),
(2936,166,'eg_sources_html5_mp4',''),
(2937,166,'eg_sources_html5_ogv',''),
(2938,166,'eg_sources_html5_webm',''),
(2939,166,'eg_sources_youtube',''),
(2940,166,'eg_sources_vimeo',''),
(2941,166,'eg_sources_wistia',''),
(2942,166,'eg_sources_image',''),
(2943,166,'eg_sources_iframe',''),
(2944,166,'eg_sources_soundcloud',''),
(2945,166,'eg_vimeo_ratio','0'),
(2946,166,'eg_youtube_ratio','0'),
(2947,166,'eg_wistia_ratio','0'),
(2948,166,'eg_html5_ratio','0'),
(2949,166,'eg_soundcloud_ratio','0'),
(2950,166,'eg_settings_custom_meta_skin',''),
(2951,166,'eg_settings_custom_meta_element',''),
(2952,166,'eg_settings_custom_meta_setting',''),
(2953,166,'eg_settings_custom_meta_style',''),
(2954,166,'eg_sources_revslider',''),
(2955,166,'oliveoil_post_options','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(2956,166,'oliveoil_post_views_count','528'),
(2957,166,'oliveoil_post_likes_count','0'),
(2958,166,'_wc_rating_count','a:0:{}'),
(2959,166,'_wc_review_count','0'),
(2960,166,'_wc_average_rating','0'),
(2961,166,'_wp_old_slug','olio-di-canapa-extra-virgin'),
(2964,166,'_dp_original','164'),
(2965,167,'_wp_attached_file','2016/06/product-6.jpg'),
(2966,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2016/06/product-6.jpg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"product-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"product-6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"product-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"product-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"product-6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"product-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"product-6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2967,166,'_thumbnail_id','167'),
(2968,169,'_wp_attached_file','2016/06/background-1.jpg'),
(2969,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1903;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2016/06/background-1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"background-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"background-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"background-1-600x151.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"background-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"background-1-300x76.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"background-1-768x194.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"background-1-1024x258.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"background-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"background-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"background-1-600x151.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2970,107,'_wpb_shortcodes_custom_css','.vc_custom_1467198665778{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;}'),
(2971,171,'_wp_attached_file','2016/06/background-2.jpg'),
(2972,171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:385;s:6:\"height\";i:368;s:4:\"file\";s:24:\"2016/06/background-2.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"background-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"background-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"background-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"background-2-300x287.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"background-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"background-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2978,140,'_wp_old_slug','reduces-cholesterol-levels__trashed'),
(2979,57,'_wpb_shortcodes_custom_css','.vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}.vc_custom_1680607894674{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467123705080{padding-bottom: 0.3em !important;}.vc_custom_1467124307224{padding-bottom: 0.9em !important;background-color: #42494e !important;}'),
(2980,178,'_wp_attached_file','2016/06/background-2-1.jpg'),
(2981,178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1903;s:6:\"height\";i:811;s:4:\"file\";s:26:\"2016/06/background-2-1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"background-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"background-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"background-2-1-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"background-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"background-2-1-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"background-2-1-768x327.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"background-2-1-1024x436.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"background-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"background-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"background-2-1-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2993,186,'_edit_lock','1606912397:1'),
(2994,186,'_edit_last','1'),
(2995,186,'_wp_page_template','default'),
(2996,186,'slide_template','default'),
(2997,186,'eg_sources_html5_mp4',''),
(2998,186,'eg_sources_html5_ogv',''),
(2999,186,'eg_sources_html5_webm',''),
(3000,186,'eg_sources_youtube',''),
(3001,186,'eg_sources_vimeo',''),
(3002,186,'eg_sources_wistia',''),
(3003,186,'eg_sources_image',''),
(3004,186,'eg_sources_iframe',''),
(3005,186,'eg_sources_soundcloud',''),
(3006,186,'eg_vimeo_ratio','0'),
(3007,186,'eg_youtube_ratio','0'),
(3008,186,'eg_wistia_ratio','0'),
(3009,186,'eg_html5_ratio','0'),
(3010,186,'eg_soundcloud_ratio','0'),
(3011,186,'eg_settings_custom_meta_skin',''),
(3012,186,'eg_settings_custom_meta_element',''),
(3013,186,'eg_settings_custom_meta_setting',''),
(3014,186,'eg_settings_custom_meta_style',''),
(3015,186,'eg_sources_revslider',''),
(3016,186,'oliveoil_post_options','a:114:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:2:\"no\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(3017,186,'_wpb_vc_js_status','true'),
(3018,186,'oliveoil_post_views_count','633'),
(3019,186,'oliveoil_post_likes_count','0'),
(3020,194,'_wp_attached_file','2016/06/icon-1.png'),
(3021,194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:96;s:6:\"height\";i:96;s:4:\"file\";s:18:\"2016/06/icon-1.png\";s:5:\"sizes\";a:1:{s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"icon-1-65x96.png\";s:5:\"width\";i:65;s:6:\"height\";i:96;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:{}}}'),
(3022,195,'_wp_attached_file','2016/06/background-4.jpg'),
(3023,195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:390;s:4:\"file\";s:24:\"2016/06/background-4.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"background-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"background-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"background-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"background-4-285x300.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"background-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"background-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3024,186,'_wpb_shortcodes_custom_css','.vc_custom_1467376872141{background-color: #f9f7f2 !important;}.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1467123705080{padding-bottom: 0.3em !important;}.vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}'),
(3037,203,'_wp_attached_file','2016/06/image-30.jpg'),
(3038,203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:370;s:4:\"file\";s:20:\"2016/06/image-30.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-30-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-30-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-30-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image-30-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-30-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"image-30-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"Valentyn Volkov\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:32:\"Purple olives in oil with leaves\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3039,205,'_wp_attached_file','2016/06/icon-2.png'),
(3040,205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:18:\"2016/06/icon-2.png\";s:5:\"sizes\";a:1:{s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"icon-2-65x80.png\";s:5:\"width\";i:65;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3041,206,'_wp_attached_file','2016/06/icon-3.png'),
(3042,206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:18:\"2016/06/icon-3.png\";s:5:\"sizes\";a:1:{s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"icon-3-65x80.png\";s:5:\"width\";i:65;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3043,207,'_wp_attached_file','2016/06/icon-4.png'),
(3044,207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:18:\"2016/06/icon-4.png\";s:5:\"sizes\";a:1:{s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"icon-4-65x80.png\";s:5:\"width\";i:65;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3045,55,'_wpb_shortcodes_custom_css','.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1700121821178{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(3046,137,'_wpb_vc_js_status','true'),
(3047,213,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3048,213,'_menu_item_type','custom'),
(3049,213,'_menu_item_menu_item_parent','0'),
(3050,213,'_menu_item_object_id','213'),
(3051,213,'_menu_item_object','custom'),
(3052,213,'_menu_item_target',''),
(3053,213,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3054,213,'_menu_item_xfn',''),
(3055,213,'_menu_item_url','/services/extra-virgin/'),
(3057,214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3058,214,'_menu_item_type','custom'),
(3059,214,'_menu_item_menu_item_parent','0'),
(3060,214,'_menu_item_object_id','214'),
(3061,214,'_menu_item_object','custom'),
(3062,214,'_menu_item_target',''),
(3063,214,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3064,214,'_menu_item_xfn',''),
(3065,214,'_menu_item_url','/services/a-delicate-blend/'),
(3067,215,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3068,215,'_menu_item_type','custom'),
(3069,215,'_menu_item_menu_item_parent','0'),
(3070,215,'_menu_item_object_id','215'),
(3071,215,'_menu_item_object','custom'),
(3072,215,'_menu_item_target',''),
(3073,215,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3074,215,'_menu_item_xfn',''),
(3075,215,'_menu_item_url','/services/new-harvest/'),
(3077,216,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3078,216,'_menu_item_type','custom'),
(3079,216,'_menu_item_menu_item_parent','0'),
(3080,216,'_menu_item_object_id','216'),
(3081,216,'_menu_item_object','custom'),
(3082,216,'_menu_item_target',''),
(3083,216,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3084,216,'_menu_item_xfn',''),
(3085,216,'_menu_item_url','/services/high-quality/'),
(3087,217,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3088,217,'_menu_item_type','custom'),
(3089,217,'_menu_item_menu_item_parent','0'),
(3090,217,'_menu_item_object_id','217'),
(3091,217,'_menu_item_object','custom'),
(3092,217,'_menu_item_target',''),
(3093,217,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3094,217,'_menu_item_xfn',''),
(3095,217,'_menu_item_url','/services/original-taste/'),
(3097,218,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3098,218,'_menu_item_type','custom'),
(3099,218,'_menu_item_menu_item_parent','0'),
(3100,218,'_menu_item_object_id','218'),
(3101,218,'_menu_item_object','custom'),
(3102,218,'_menu_item_target',''),
(3103,218,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3104,218,'_menu_item_xfn',''),
(3105,218,'_menu_item_url','/services/organic-only/'),
(3107,135,'_wpb_vc_js_status','true'),
(3108,134,'_wpb_vc_js_status','true'),
(3109,133,'_wpb_vc_js_status','true'),
(3110,132,'_wpb_vc_js_status','true'),
(3111,131,'_wpb_vc_js_status','true'),
(3113,219,'_edit_lock','1722836999:1'),
(3114,219,'_edit_last','1'),
(3115,219,'_wp_page_template','default'),
(3117,219,'eg_sources_html5_mp4',''),
(3118,219,'eg_sources_html5_ogv',''),
(3119,219,'eg_sources_html5_webm',''),
(3120,219,'eg_sources_youtube',''),
(3121,219,'eg_sources_vimeo',''),
(3122,219,'eg_sources_wistia',''),
(3123,219,'eg_sources_image',''),
(3124,219,'eg_sources_iframe',''),
(3125,219,'eg_sources_soundcloud',''),
(3126,219,'eg_vimeo_ratio','0'),
(3127,219,'eg_youtube_ratio','0'),
(3128,219,'eg_wistia_ratio','0'),
(3129,219,'eg_html5_ratio','0'),
(3130,219,'eg_soundcloud_ratio','0'),
(3131,219,'eg_settings_custom_meta_skin',''),
(3132,219,'eg_settings_custom_meta_element',''),
(3133,219,'eg_settings_custom_meta_setting',''),
(3134,219,'eg_settings_custom_meta_style',''),
(3135,219,'eg_sources_revslider',''),
(3136,219,'oliveoil_post_options','a:114:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:2:\"no\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:8:\"header_8\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:4:\"over\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:2:\"no\";s:16:\"show_breadcrumbs\";s:2:\"no\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:2:\"no\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:3:\"yes\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:4:\"revo\";s:12:\"slider_alias\";s:6:\"home-1\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(3137,219,'_wpb_vc_js_status','true'),
(3138,219,'oliveoil_post_views_count','5757'),
(3139,219,'oliveoil_post_likes_count','0'),
(3140,219,'_wpb_shortcodes_custom_css','.vc_custom_1465994172301{background-color: #ffcf00 !important;}.vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}.vc_custom_1700119064292{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-8.jpg?id=225) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1467277555088{padding-bottom: 2.3em !important;background-color: #f9f7f2 !important;}.vc_custom_1680607733196{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467123705080{padding-bottom: 0.3em !important;}.vc_custom_1467277936339{background-color: #f9f7f2 !important;}.vc_custom_1700119140149{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1700119107031{padding-bottom: 6.7em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg?id=235) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}.vc_custom_1467278419787{margin-top: 0.55em !important;}'),
(3141,225,'_wp_attached_file','2016/06/background-8.jpg'),
(3142,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1903;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2016/06/background-8.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"background-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"background-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"background-8-600x151.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"background-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"background-8-300x76.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"background-8-768x194.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"background-8-1024x258.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"background-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"background-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"background-8-600x151.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3143,235,'_wp_attached_file','2016/06/background-9.jpg'),
(3144,235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1903;s:6:\"height\";i:789;s:4:\"file\";s:24:\"2016/06/background-9.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"background-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"background-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"background-9-600x249.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"background-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"background-9-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"background-9-768x318.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"background-9-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"background-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"background-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"background-9-600x249.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3156,238,'_wpb_shortcodes_custom_css','.vc_custom_1742417956357{background-color: #82B735 !important;}.vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}.vc_custom_1700119318197{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-8.jpg?id=225) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1680607813767{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467123705080{padding-bottom: 0.3em !important;}.vc_custom_1467277936339{background-color: #f9f7f2 !important;}.vc_custom_1700119238090{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}.vc_custom_1467278419787{margin-top: 0.55em !important;}'),
(3158,238,'_edit_lock','1742495448:1'),
(3159,238,'_edit_last','1'),
(3160,238,'_wp_page_template','default'),
(3162,238,'eg_sources_html5_mp4',''),
(3163,238,'eg_sources_html5_ogv',''),
(3164,238,'eg_sources_html5_webm',''),
(3165,238,'eg_sources_youtube',''),
(3166,238,'eg_sources_vimeo',''),
(3167,238,'eg_sources_wistia',''),
(3168,238,'eg_sources_image',''),
(3169,238,'eg_sources_iframe',''),
(3170,238,'eg_sources_soundcloud',''),
(3171,238,'eg_vimeo_ratio','0'),
(3172,238,'eg_youtube_ratio','0'),
(3173,238,'eg_wistia_ratio','0'),
(3174,238,'eg_html5_ratio','0'),
(3175,238,'eg_soundcloud_ratio','0'),
(3176,238,'eg_settings_custom_meta_skin',''),
(3177,238,'eg_settings_custom_meta_element',''),
(3178,238,'eg_settings_custom_meta_setting',''),
(3179,238,'eg_settings_custom_meta_style',''),
(3180,238,'eg_sources_revslider',''),
(3181,238,'oliveoil_post_options','a:114:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:2:\"no\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:8:\"header_7\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:2:\"no\";s:16:\"show_breadcrumbs\";s:2:\"no\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:3:\"yes\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:4:\"revo\";s:12:\"slider_alias\";s:6:\"home-1\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(3182,238,'_wpb_vc_js_status','true'),
(3183,238,'oliveoil_post_views_count','1192'),
(3184,238,'oliveoil_post_likes_count','0'),
(3185,238,'_wpb_shortcodes_custom_css','.vc_custom_1742417956357{background-color: #82B735 !important;}.vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}.vc_custom_1700119318197{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-8.jpg?id=225) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1680607813767{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467123705080{padding-bottom: 0.3em !important;}.vc_custom_1467277936339{background-color: #f9f7f2 !important;}.vc_custom_1700119238090{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}.vc_custom_1467278419787{margin-top: 0.55em !important;}'),
(8727,1102,'_wpb_post_custom_layout','default'),
(8728,1102,'_wpb_shortcodes_custom_css','.vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}.vc_custom_1680607894674{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467123705080{padding-bottom: 0.3em !important;}.vc_custom_1467124307224{padding-bottom: 0.9em !important;background-color: #42494e !important;}'),
(3186,238,'_dp_original','219'),
(3188,239,'_wpb_shortcodes_custom_css','.vc_custom_1465994172301{background-color: #ffcf00 !important;}.vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}.vc_custom_1467274860875{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-8.jpg?id=225) !important;}.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1467277555088{padding-bottom: 2.3em !important;background-color: #f9f7f2 !important;}.vc_custom_1680607843004{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467123705080{padding-bottom: 0.3em !important;}.vc_custom_1467277936339{background-color: #f9f7f2 !important;}.vc_custom_1467198665778{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;}.vc_custom_1467285103608{padding-bottom: 6.7em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg?id=235) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}.vc_custom_1467278419787{margin-top: 0.55em !important;}'),
(3190,239,'_edit_lock','1680610635:1'),
(3191,239,'_edit_last','1'),
(3192,239,'_wp_page_template','default'),
(3194,239,'eg_sources_html5_mp4',''),
(3195,239,'eg_sources_html5_ogv',''),
(3196,239,'eg_sources_html5_webm',''),
(3197,239,'eg_sources_youtube',''),
(3198,239,'eg_sources_vimeo',''),
(3199,239,'eg_sources_wistia',''),
(3200,239,'eg_sources_image',''),
(3201,239,'eg_sources_iframe',''),
(3202,239,'eg_sources_soundcloud',''),
(3203,239,'eg_vimeo_ratio','0'),
(3204,239,'eg_youtube_ratio','0'),
(3205,239,'eg_wistia_ratio','0'),
(3206,239,'eg_html5_ratio','0'),
(3207,239,'eg_soundcloud_ratio','0'),
(3208,239,'eg_settings_custom_meta_skin',''),
(3209,239,'eg_settings_custom_meta_element',''),
(3210,239,'eg_settings_custom_meta_setting',''),
(3211,239,'eg_settings_custom_meta_style',''),
(3212,239,'eg_sources_revslider',''),
(3213,239,'oliveoil_post_options','a:114:{s:10:\"body_style\";s:5:\"boxed\";s:13:\"body_paddings\";s:2:\"no\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:3:\"yes\";s:8:\"bg_color\";s:7:\"#CEC9B8\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:8:\"header_7\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:2:\"no\";s:16:\"show_breadcrumbs\";s:2:\"no\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:3:\"yes\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:4:\"revo\";s:12:\"slider_alias\";s:6:\"home-1\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(3214,239,'_wpb_vc_js_status','true'),
(3215,239,'oliveoil_post_views_count','1363'),
(3216,239,'oliveoil_post_likes_count','0'),
(3217,239,'_wpb_shortcodes_custom_css','.vc_custom_1465994172301{background-color: #ffcf00 !important;}.vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}.vc_custom_1467274860875{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-8.jpg?id=225) !important;}.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1467277555088{padding-bottom: 2.3em !important;background-color: #f9f7f2 !important;}.vc_custom_1680607843004{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467123705080{padding-bottom: 0.3em !important;}.vc_custom_1467277936339{background-color: #f9f7f2 !important;}.vc_custom_1467198665778{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;}.vc_custom_1467285103608{padding-bottom: 6.7em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg?id=235) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}.vc_custom_1467278419787{margin-top: 0.55em !important;}'),
(3218,239,'_dp_original','219'),
(3240,244,'_wpb_shortcodes_custom_css','.vc_custom_1467369921728{padding-top: 0.35em !important;padding-bottom: 0.35em !important;background-color: #f9f7f2 !important;}.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1467370355936{padding-bottom: 1.15em !important;background-color: #f9f7f2 !important;}.vc_custom_1467372229047{padding-bottom: 1em !important;background-color: #f9f7f2 !important;}.vc_custom_1700119430540{padding-bottom: 6.7em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg?id=235) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}'),
(3242,244,'_edit_lock','1700119340:1'),
(3243,244,'_edit_last','1'),
(3244,244,'_wp_page_template','default'),
(3246,244,'eg_sources_html5_mp4',''),
(3247,244,'eg_sources_html5_ogv',''),
(3248,244,'eg_sources_html5_webm',''),
(3249,244,'eg_sources_youtube',''),
(3250,244,'eg_sources_vimeo',''),
(3251,244,'eg_sources_wistia',''),
(3252,244,'eg_sources_image',''),
(3253,244,'eg_sources_iframe',''),
(3254,244,'eg_sources_soundcloud',''),
(3255,244,'eg_vimeo_ratio','0'),
(3256,244,'eg_youtube_ratio','0'),
(3257,244,'eg_wistia_ratio','0'),
(3258,244,'eg_html5_ratio','0'),
(3259,244,'eg_soundcloud_ratio','0'),
(3260,244,'eg_settings_custom_meta_skin',''),
(3261,244,'eg_settings_custom_meta_element',''),
(3262,244,'eg_settings_custom_meta_setting',''),
(3263,244,'eg_settings_custom_meta_style',''),
(3264,244,'eg_sources_revslider',''),
(3265,244,'oliveoil_post_options','a:114:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:2:\"no\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:8:\"header_5\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:2:\"no\";s:16:\"show_breadcrumbs\";s:2:\"no\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:61:\"https://ipekyonetim.com/wp-content/uploads/2016/06/logo_2.png\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:3:\"yes\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:4:\"revo\";s:12:\"slider_alias\";s:6:\"home-1\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(3266,244,'_wpb_vc_js_status','true'),
(3267,244,'oliveoil_post_views_count','1667'),
(3268,244,'oliveoil_post_likes_count','0'),
(3269,244,'_wpb_shortcodes_custom_css','.vc_custom_1467369921728{padding-top: 0.35em !important;padding-bottom: 0.35em !important;background-color: #f9f7f2 !important;}.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1467370355936{padding-bottom: 1.15em !important;background-color: #f9f7f2 !important;}.vc_custom_1467372229047{padding-bottom: 1em !important;background-color: #f9f7f2 !important;}.vc_custom_1700119430540{padding-bottom: 6.7em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg?id=235) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}'),
(3270,244,'_dp_original','219'),
(3271,255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3272,255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3273,255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3274,255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3275,255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3276,255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3277,255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3278,255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3279,255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3280,255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3281,255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3282,255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3283,255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3284,255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3285,255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3286,255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3287,255,'_edit_last','1'),
(3288,255,'_edit_lock','1466002770:1'),
(3289,255,'slide_template','default'),
(3290,255,'eg_sources_html5_mp4',''),
(3291,255,'eg_sources_html5_ogv',''),
(3292,255,'eg_sources_html5_webm',''),
(3293,255,'eg_sources_youtube',''),
(3294,255,'eg_sources_vimeo',''),
(3295,255,'eg_sources_wistia',''),
(3296,255,'eg_sources_image',''),
(3297,255,'eg_sources_iframe',''),
(3298,255,'eg_sources_soundcloud',''),
(3299,255,'eg_vimeo_ratio','0'),
(3300,255,'eg_youtube_ratio','0'),
(3301,255,'eg_wistia_ratio','0'),
(3302,255,'eg_html5_ratio','0'),
(3303,255,'eg_soundcloud_ratio','0'),
(3304,255,'eg_settings_custom_meta_skin',''),
(3305,255,'eg_settings_custom_meta_element',''),
(3306,255,'eg_settings_custom_meta_setting',''),
(3307,255,'eg_settings_custom_meta_style',''),
(3308,255,'eg_sources_revslider',''),
(3309,255,'oliveoil_post_options','a:93:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:13:\"reviews_marks\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";}'),
(3310,255,'oliveoil_post_views_count','332'),
(3311,255,'oliveoil_post_likes_count','0'),
(3312,255,'eg_visibility','{\"2\":false,\"1\":false,\"3\":false}'),
(3313,255,'_wp_old_slug','gentle-manual-harvesting-and-processing-within-2-hours'),
(3314,255,'_wp_old_slug','gentle-manual-harvesting-and-processing-within-2-hour'),
(3315,255,'_wp_old_slug','treating-the-olive-trees-like-grapevines-2'),
(3318,255,'_dp_original','98'),
(3319,255,'_thumbnail_id','19'),
(3324,257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3325,257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3326,257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3327,257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3328,257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3329,257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3330,257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3331,257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3332,257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3333,257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3334,257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3335,257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3336,257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3337,257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3338,257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3339,257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3340,257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3341,257,'_edit_last','1'),
(3342,257,'_edit_lock','1466002819:1'),
(3343,257,'slide_template','default'),
(3344,257,'eg_sources_html5_mp4',''),
(3345,257,'eg_sources_html5_ogv',''),
(3346,257,'eg_sources_html5_webm',''),
(3347,257,'eg_sources_youtube',''),
(3348,257,'eg_sources_vimeo',''),
(3349,257,'eg_sources_wistia',''),
(3350,257,'eg_sources_image',''),
(3351,257,'eg_sources_iframe',''),
(3352,257,'eg_sources_soundcloud',''),
(3353,257,'eg_vimeo_ratio','0'),
(3354,257,'eg_youtube_ratio','0'),
(3355,257,'eg_wistia_ratio','0'),
(3356,257,'eg_html5_ratio','0'),
(3357,257,'eg_soundcloud_ratio','0'),
(3358,257,'eg_settings_custom_meta_skin',''),
(3359,257,'eg_settings_custom_meta_element',''),
(3360,257,'eg_settings_custom_meta_setting',''),
(3361,257,'eg_settings_custom_meta_style',''),
(3362,257,'eg_sources_revslider',''),
(3363,257,'oliveoil_post_options','a:93:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:2:\"no\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:12:\"show_reviews\";s:7:\"inherit\";s:13:\"reviews_marks\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";}'),
(3364,257,'oliveoil_post_views_count','239'),
(3365,257,'oliveoil_post_likes_count','0'),
(3366,257,'eg_visibility','{\"2\":false,\"1\":false,\"3\":false}'),
(3367,257,'_wp_old_slug','gentle-manual-harvesting-and-processing-within-2-hours'),
(3368,257,'_wp_old_slug','gentle-manual-harvesting-and-processing-within-2-hour'),
(3369,257,'_wp_old_slug','treating-the-olive-trees-like-grapevines-2'),
(3372,257,'_dp_original','255'),
(3373,257,'_thumbnail_id','16'),
(3518,289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3519,289,'_VenueOrigin','events-calendar'),
(3520,289,'_edit_lock','1466068214:1'),
(3521,289,'_edit_last','1'),
(3522,289,'_EventShowMapLink',''),
(3523,289,'_EventShowMap',''),
(3524,289,'_VenueAddress','888 Broadway, New York, NY, 18813'),
(3525,289,'_VenueCity',''),
(3526,289,'_VenueCountry',''),
(3527,289,'_VenueProvince',''),
(3528,289,'_VenueState',''),
(3529,289,'_VenueZip',''),
(3530,289,'_VenuePhone','123-456-7890'),
(3531,289,'_VenueURL',''),
(3532,289,'_VenueShowMap','true'),
(3533,289,'_VenueShowMapLink','true'),
(3534,289,'_VenueStateProvince',''),
(3535,289,'slide_template','default'),
(3536,289,'eg_sources_html5_mp4',''),
(3537,289,'eg_sources_html5_ogv',''),
(3538,289,'eg_sources_html5_webm',''),
(3539,289,'eg_sources_youtube',''),
(3540,289,'eg_sources_vimeo',''),
(3541,289,'eg_sources_wistia',''),
(3542,289,'eg_sources_image',''),
(3543,289,'eg_sources_iframe',''),
(3544,289,'eg_sources_soundcloud',''),
(3545,289,'eg_vimeo_ratio','0'),
(3546,289,'eg_youtube_ratio','0'),
(3547,289,'eg_wistia_ratio','0'),
(3548,289,'eg_html5_ratio','0'),
(3549,289,'eg_soundcloud_ratio','0'),
(3550,289,'eg_settings_custom_meta_skin',''),
(3551,289,'eg_settings_custom_meta_element',''),
(3552,289,'eg_settings_custom_meta_setting',''),
(3553,289,'eg_settings_custom_meta_style',''),
(3554,289,'eg_sources_revslider',''),
(3555,289,'oliveoil_post_options','a:91:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";}'),
(3556,289,'oliveoil_post_views_count','0'),
(3557,289,'oliveoil_post_likes_count','0'),
(3558,290,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3559,290,'_OrganizerOrigin','events-calendar'),
(3560,290,'_edit_lock','1466068352:1'),
(3561,290,'_edit_last','1'),
(3562,290,'_OrganizerPhone','123-456-7890'),
(3563,290,'_OrganizerWebsite',''),
(3564,290,'_OrganizerEmail','info@yoursite.com'),
(3565,290,'slide_template','default'),
(3566,290,'eg_sources_html5_mp4',''),
(3567,290,'eg_sources_html5_ogv',''),
(3568,290,'eg_sources_html5_webm',''),
(3569,290,'eg_sources_youtube',''),
(3570,290,'eg_sources_vimeo',''),
(3571,290,'eg_sources_wistia',''),
(3572,290,'eg_sources_image',''),
(3573,290,'eg_sources_iframe',''),
(3574,290,'eg_sources_soundcloud',''),
(3575,290,'eg_vimeo_ratio','0'),
(3576,290,'eg_youtube_ratio','0'),
(3577,290,'eg_wistia_ratio','0'),
(3578,290,'eg_html5_ratio','0'),
(3579,290,'eg_soundcloud_ratio','0'),
(3580,290,'eg_settings_custom_meta_skin',''),
(3581,290,'eg_settings_custom_meta_element',''),
(3582,290,'eg_settings_custom_meta_setting',''),
(3583,290,'eg_settings_custom_meta_style',''),
(3584,290,'eg_sources_revslider',''),
(3585,290,'oliveoil_post_options','a:91:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";}'),
(3586,290,'oliveoil_post_views_count','0'),
(3587,290,'oliveoil_post_likes_count','0'),
(3589,291,'_EventOrigin','events-calendar'),
(3590,291,'_edit_lock','1722833853:1'),
(3591,291,'_edit_last','1'),
(3592,291,'_thumbnail_id','16'),
(3594,291,'eg_sources_html5_mp4',''),
(3595,291,'eg_sources_html5_ogv',''),
(3596,291,'eg_sources_html5_webm',''),
(3597,291,'eg_sources_youtube',''),
(3598,291,'eg_sources_vimeo',''),
(3599,291,'eg_sources_wistia',''),
(3600,291,'eg_sources_image',''),
(3601,291,'eg_sources_iframe',''),
(3602,291,'eg_sources_soundcloud',''),
(3603,291,'eg_vimeo_ratio','0'),
(3604,291,'eg_youtube_ratio','0'),
(3605,291,'eg_wistia_ratio','0'),
(3606,291,'eg_html5_ratio','0'),
(3607,291,'eg_soundcloud_ratio','0'),
(3608,291,'eg_settings_custom_meta_skin',''),
(3609,291,'eg_settings_custom_meta_element',''),
(3610,291,'eg_settings_custom_meta_setting',''),
(3611,291,'eg_settings_custom_meta_style',''),
(3612,291,'eg_sources_revslider',''),
(3613,291,'oliveoil_post_options','a:116:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:3:\"yes\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(3614,291,'oliveoil_post_views_count','758'),
(3615,291,'oliveoil_post_likes_count','0'),
(3616,291,'_EventShowMapLink','1'),
(3617,291,'_EventShowMap',''),
(3618,291,'_EventVenueID','289'),
(3619,291,'_EventOrganizerID','290'),
(3620,291,'_EventStartDate','2025-06-18 07:00:00'),
(3621,291,'_EventEndDate','2025-06-24 12:00:00'),
(3622,291,'_EventStartDateUTC','2025-06-18 07:00:00'),
(3623,291,'_EventEndDateUTC','2025-06-24 12:00:00'),
(3624,291,'_EventDuration','536400'),
(3625,291,'_EventCurrencySymbol','$'),
(3626,291,'_EventCurrencyPosition','prefix'),
(3628,291,'_EventURL',''),
(3629,291,'_EventTimezone','UTC+0'),
(3630,291,'_EventTimezoneAbbr','UTC+0'),
(3634,292,'_EventOrigin','events-calendar'),
(3636,292,'_EventOrigin','events-calendar'),
(3637,292,'_edit_lock','1722833878:1'),
(3638,292,'_edit_last','1'),
(3641,292,'eg_sources_html5_mp4',''),
(3642,292,'eg_sources_html5_ogv',''),
(3643,292,'eg_sources_html5_webm',''),
(3644,292,'eg_sources_youtube',''),
(3645,292,'eg_sources_vimeo',''),
(3646,292,'eg_sources_wistia',''),
(3647,292,'eg_sources_image',''),
(3648,292,'eg_sources_iframe',''),
(3649,292,'eg_sources_soundcloud',''),
(3650,292,'eg_vimeo_ratio','0'),
(3651,292,'eg_youtube_ratio','0'),
(3652,292,'eg_wistia_ratio','0'),
(3653,292,'eg_html5_ratio','0'),
(3654,292,'eg_soundcloud_ratio','0'),
(3655,292,'eg_settings_custom_meta_skin',''),
(3656,292,'eg_settings_custom_meta_element',''),
(3657,292,'eg_settings_custom_meta_setting',''),
(3658,292,'eg_settings_custom_meta_style',''),
(3659,292,'eg_sources_revslider',''),
(3660,292,'oliveoil_post_options','a:116:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:3:\"yes\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(3661,292,'oliveoil_post_views_count','873'),
(3662,292,'oliveoil_post_likes_count','0'),
(3663,292,'_EventShowMapLink','1'),
(3664,292,'_EventShowMap',''),
(3665,292,'_EventVenueID','289'),
(3666,292,'_EventOrganizerID','290'),
(3667,292,'_EventStartDate','2025-08-07 11:00:00'),
(3668,292,'_EventEndDate','2025-08-14 18:00:00'),
(3669,292,'_EventStartDateUTC','2025-08-07 11:00:00'),
(3670,292,'_EventEndDateUTC','2025-08-14 18:00:00'),
(3671,292,'_EventDuration','630000'),
(3672,292,'_EventCurrencySymbol','$'),
(3673,292,'_EventCurrencyPosition','prefix'),
(3674,292,'_EventURL',''),
(3675,292,'_EventTimezone','UTC+0'),
(3676,292,'_EventTimezoneAbbr','UTC+0'),
(3678,292,'_dp_original','291'),
(3679,292,'_thumbnail_id','31'),
(3682,293,'_EventOrigin','events-calendar'),
(3685,293,'_EventOrigin','events-calendar'),
(3686,293,'_EventOrigin','events-calendar'),
(3687,293,'_edit_lock','1722833911:1'),
(3688,293,'_edit_last','1'),
(3690,293,'eg_sources_html5_mp4',''),
(3691,293,'eg_sources_html5_ogv',''),
(3692,293,'eg_sources_html5_webm',''),
(3693,293,'eg_sources_youtube',''),
(3694,293,'eg_sources_vimeo',''),
(3695,293,'eg_sources_wistia',''),
(3696,293,'eg_sources_image',''),
(3697,293,'eg_sources_iframe',''),
(3698,293,'eg_sources_soundcloud',''),
(3699,293,'eg_vimeo_ratio','0'),
(3700,293,'eg_youtube_ratio','0'),
(3701,293,'eg_wistia_ratio','0'),
(3702,293,'eg_html5_ratio','0'),
(3703,293,'eg_soundcloud_ratio','0'),
(3704,293,'eg_settings_custom_meta_skin',''),
(3705,293,'eg_settings_custom_meta_element',''),
(3706,293,'eg_settings_custom_meta_setting',''),
(3707,293,'eg_settings_custom_meta_style',''),
(3708,293,'eg_sources_revslider',''),
(3709,293,'oliveoil_post_options','a:116:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:3:\"yes\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(3710,293,'oliveoil_post_views_count','931'),
(3711,293,'oliveoil_post_likes_count','0'),
(3712,293,'_EventShowMapLink','1'),
(3713,293,'_EventShowMap',''),
(3714,293,'_EventVenueID','289'),
(3715,293,'_EventOrganizerID','290'),
(3716,293,'_EventStartDate','2025-07-17 00:00:00'),
(3717,293,'_EventEndDate','2025-07-24 15:00:00'),
(3718,293,'_EventStartDateUTC','2025-07-17 00:00:00'),
(3719,293,'_EventEndDateUTC','2025-07-24 15:00:00'),
(3720,293,'_EventDuration','658800'),
(3721,293,'_EventCurrencySymbol','$'),
(3722,293,'_EventCurrencyPosition','prefix'),
(3723,293,'_EventURL',''),
(3724,293,'_EventTimezone','UTC+0'),
(3725,293,'_EventTimezoneAbbr','UTC+0'),
(3729,293,'_dp_original','292'),
(3730,293,'_thumbnail_id','124'),
(3733,294,'_EventOrigin','events-calendar'),
(3735,294,'_EventOrigin','events-calendar'),
(3736,294,'_edit_lock','1722833897:1'),
(3737,294,'_edit_last','1'),
(3740,294,'eg_sources_html5_mp4',''),
(3741,294,'eg_sources_html5_ogv',''),
(3742,294,'eg_sources_html5_webm',''),
(3743,294,'eg_sources_youtube',''),
(3744,294,'eg_sources_vimeo',''),
(3745,294,'eg_sources_wistia',''),
(3746,294,'eg_sources_image',''),
(3747,294,'eg_sources_iframe',''),
(3748,294,'eg_sources_soundcloud',''),
(3749,294,'eg_vimeo_ratio','0'),
(3750,294,'eg_youtube_ratio','0'),
(3751,294,'eg_wistia_ratio','0'),
(3752,294,'eg_html5_ratio','0'),
(3753,294,'eg_soundcloud_ratio','0'),
(3754,294,'eg_settings_custom_meta_skin',''),
(3755,294,'eg_settings_custom_meta_element',''),
(3756,294,'eg_settings_custom_meta_setting',''),
(3757,294,'eg_settings_custom_meta_style',''),
(3758,294,'eg_sources_revslider',''),
(3759,294,'oliveoil_post_options','a:116:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:3:\"yes\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(3760,294,'oliveoil_post_views_count','853'),
(3761,294,'oliveoil_post_likes_count','0'),
(3762,294,'_EventShowMapLink','1'),
(3763,294,'_EventShowMap',''),
(3764,294,'_EventVenueID','289'),
(3765,294,'_EventOrganizerID','290'),
(3766,294,'_EventStartDate','2025-05-08 10:00:00'),
(3767,294,'_EventEndDate','2025-05-14 18:00:00'),
(3768,294,'_EventStartDateUTC','2025-05-08 10:00:00'),
(3769,294,'_EventEndDateUTC','2025-05-14 18:00:00'),
(3770,294,'_EventDuration','547200'),
(3771,294,'_EventCurrencySymbol','$'),
(3772,294,'_EventCurrencyPosition','prefix'),
(3773,294,'_EventURL',''),
(3774,294,'_EventTimezone','UTC+0'),
(3775,294,'_EventTimezoneAbbr','UTC+0'),
(3777,294,'_dp_original','291'),
(3778,294,'_thumbnail_id','52'),
(3867,299,'_edit_lock','1668077313:1'),
(3868,299,'_edit_last','1'),
(3869,299,'_wp_page_template','default'),
(3871,299,'eg_sources_html5_mp4',''),
(3872,299,'eg_sources_html5_ogv',''),
(3873,299,'eg_sources_html5_webm',''),
(3874,299,'eg_sources_youtube',''),
(3875,299,'eg_sources_vimeo',''),
(3876,299,'eg_sources_wistia',''),
(3877,299,'eg_sources_image',''),
(3878,299,'eg_sources_iframe',''),
(3879,299,'eg_sources_soundcloud',''),
(3880,299,'eg_vimeo_ratio','0'),
(3881,299,'eg_youtube_ratio','0'),
(3882,299,'eg_wistia_ratio','0'),
(3883,299,'eg_html5_ratio','0'),
(3884,299,'eg_soundcloud_ratio','0'),
(3885,299,'eg_settings_custom_meta_skin',''),
(3886,299,'eg_settings_custom_meta_element',''),
(3887,299,'eg_settings_custom_meta_setting',''),
(3888,299,'eg_settings_custom_meta_style',''),
(3889,299,'eg_sources_revslider',''),
(3890,299,'oliveoil_post_options','a:114:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:5:\"right\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(3891,299,'_wpb_vc_js_status','true'),
(3892,299,'_wpb_shortcodes_custom_css','.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466662599982{margin-bottom: 0.25em !important;}.vc_custom_1466662682781{margin-top: 1.5em !important;}.vc_custom_1466662197134{margin-top: 1.4em !important;}.vc_custom_1466662835037{margin-top: 1.6em !important;}.vc_custom_1466662844510{margin-top: 1.5em !important;}.vc_custom_1442828730380{margin-bottom: 1.55em !important;}.vc_custom_1465217444491{margin-bottom: 1.9em !important;}'),
(3893,299,'oliveoil_post_views_count','278'),
(3894,299,'oliveoil_post_likes_count','0'),
(3895,316,'_wp_attached_file','2016/06/image-31.jpg'),
(3896,316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2016/06/image-31.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-31-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-31-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"image-31-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image-31-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image-31-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image-31-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-31-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"image-31-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"image-31-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3897,317,'_wp_attached_file','2016/06/image-32.jpg'),
(3898,317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1817;s:4:\"file\";s:20:\"2016/06/image-32.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-32-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-32-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"image-32-600x454.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-32-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image-32-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image-32-768x581.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image-32-1024x775.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:775;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"image-32-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"image-32-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"image-32-600x454.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3899,317,'_edit_lock','1466076427:1'),
(3900,318,'_wp_attached_file','2016/06/background-5.jpg'),
(3901,318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:519;s:4:\"file\";s:24:\"2016/06/background-5.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"background-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"background-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"background-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"background-5-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"background-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"background-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3902,319,'_wp_attached_file','2016/06/background-6.jpg'),
(3903,319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:519;s:4:\"file\";s:24:\"2016/06/background-6.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"background-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"background-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"background-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"background-6-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"background-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"background-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3915,323,'_edit_lock','1732653868:1'),
(3916,323,'_edit_last','1'),
(3917,323,'_wp_page_template','default'),
(3919,323,'eg_sources_html5_mp4',''),
(3920,323,'eg_sources_html5_ogv',''),
(3921,323,'eg_sources_html5_webm',''),
(3922,323,'eg_sources_youtube',''),
(3923,323,'eg_sources_vimeo',''),
(3924,323,'eg_sources_wistia',''),
(3925,323,'eg_sources_image',''),
(3926,323,'eg_sources_iframe',''),
(3927,323,'eg_sources_soundcloud',''),
(3928,323,'eg_vimeo_ratio','0'),
(3929,323,'eg_youtube_ratio','0'),
(3930,323,'eg_wistia_ratio','0'),
(3931,323,'eg_html5_ratio','0'),
(3932,323,'eg_soundcloud_ratio','0'),
(3933,323,'eg_settings_custom_meta_skin',''),
(3934,323,'eg_settings_custom_meta_element',''),
(3935,323,'eg_settings_custom_meta_setting',''),
(3936,323,'eg_settings_custom_meta_style',''),
(3937,323,'eg_sources_revslider',''),
(3938,323,'oliveoil_post_options','a:114:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(3939,323,'_wpb_vc_js_status','true'),
(3941,323,'oliveoil_post_views_count','261'),
(3942,323,'oliveoil_post_likes_count','0'),
(3943,328,'_wp_attached_file','2016/06/sample-melody.mp3'),
(3944,328,'_wp_attachment_metadata','a:19:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:123549.429967426709481514990329742431640625;s:11:\"channelmode\";s:12:\"joint stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.99r\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:43:\"--preset fast portable -b32 --lowpass 17000\";s:17:\"compression_ratio\";d:0.08754919923995656272364129790730657987296581268310546875;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:248448;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:16;s:16:\"length_formatted\";s:4:\"0:16\";s:5:\"album\";s:4:\"TRex\";s:5:\"title\";s:13:\"Sample Melody\";s:6:\"artist\";s:6:\"Sample\";}'),
(3945,328,'_edit_lock','1466078249:1'),
(3946,332,'_wp_attached_file','2016/06/background-7.jpg'),
(3947,332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:420;s:4:\"file\";s:24:\"2016/06/background-7.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"background-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"background-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"background-7-600x376.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"background-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"background-7-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"background-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"background-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"background-7-600x376.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3948,334,'_wp_attached_file','2016/06/background-8-1.jpg'),
(3949,334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:461;s:4:\"file\";s:26:\"2016/06/background-8-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"background-8-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"background-8-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"background-8-1-600x413.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"background-8-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"background-8-1-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"background-8-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"background-8-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"background-8-1-600x413.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3960,130,'_wpb_vc_js_status','false'),
(3961,129,'_wpb_vc_js_status','false'),
(3962,127,'_wpb_vc_js_status','false'),
(3963,144,'_wpb_vc_js_status','false'),
(3964,143,'_wpb_vc_js_status','false'),
(3965,142,'_wpb_vc_js_status','false'),
(3966,140,'_wpb_vc_js_status','false'),
(3967,139,'_wpb_vc_js_status','false'),
(3968,138,'_wpb_vc_js_status','false'),
(3970,125,'_wpb_vc_js_status','false'),
(3971,123,'_wpb_vc_js_status','false'),
(3972,121,'_wpb_vc_js_status','false'),
(3974,358,'_wp_attached_file','2016/06/quote_bg.jpg'),
(3975,358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:871;s:6:\"height\";i:431;s:4:\"file\";s:20:\"2016/06/quote_bg.jpg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"quote_bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"quote_bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"quote_bg-600x297.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"quote_bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"quote_bg-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"quote_bg-768x380.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"quote_bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"quote_bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"quote_bg-600x297.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3977,323,'_wpb_shortcodes_custom_css','.vc_custom_1466669072431{padding-top: 0.3em !important;}.vc_custom_1466669072431{padding-top: 0.3em !important;}.vc_custom_1466669072431{padding-top: 0.3em !important;}.vc_custom_1466669072431{padding-top: 0.3em !important;}.vc_custom_1466669072431{padding-top: 0.3em !important;}.vc_custom_1466677883564{background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-7.jpg?id=332) !important;}'),
(3979,399,'_wp_attached_file','2016/06/pointer.png'),
(3980,399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:24;s:6:\"height\";i:36;s:4:\"file\";s:19:\"2016/06/pointer.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3981,404,'_wp_attached_file','2016/06/1.jpg'),
(3982,404,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1903;s:6:\"height\";i:955;s:4:\"file\";s:13:\"2016/06/1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"1-600x301.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"1-768x385.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"1-1024x514.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"1-600x301.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3985,406,'_wp_attached_file','2016/06/logo.png'),
(3986,406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:104;s:6:\"height\";i:132;s:4:\"file\";s:16:\"2016/06/logo.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3987,408,'_wp_attached_file','2016/06/title_img.png'),
(3988,408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:278;s:6:\"height\";i:210;s:4:\"file\";s:21:\"2016/06/title_img.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"title_img-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"title_img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"title_img-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3989,59,'_wpb_shortcodes_custom_css','.vc_custom_1466754820165{padding-top: 1.9em !important;}'),
(3990,433,'_wp_attached_file','2016/06/Layer-31-copy.png'),
(3991,433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:126;s:6:\"height\";i:92;s:4:\"file\";s:25:\"2016/06/Layer-31-copy.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"Layer-31-copy-100x92.png\";s:5:\"width\";i:100;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Layer-31-copy-100x92.png\";s:5:\"width\";i:100;s:6:\"height\";i:92;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:{}}}'),
(3992,439,'_wp_attached_file','2016/06/Depositphotos_5896747_original.png'),
(3993,439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4970;s:6:\"height\";i:3632;s:4:\"file\";s:42:\"2016/06/Depositphotos_5896747_original.png\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Depositphotos_5896747_original-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Depositphotos_5896747_original-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"Depositphotos_5896747_original-600x438.png\";s:5:\"width\";i:600;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Depositphotos_5896747_original-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Depositphotos_5896747_original-300x219.png\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Depositphotos_5896747_original-768x561.png\";s:5:\"width\";i:768;s:6:\"height\";i:561;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Depositphotos_5896747_original-1024x748.png\";s:5:\"width\";i:1024;s:6:\"height\";i:748;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Depositphotos_5896747_original-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:42:\"Depositphotos_5896747_original-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"Depositphotos_5896747_original-600x438.png\";s:5:\"width\";i:600;s:6:\"height\";i:438;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:{}}}'),
(3994,37,'_edit_lock','1467196549:1'),
(3995,505,'_wp_attached_file','2016/06/slide_bg_1.jpg'),
(3996,505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:390;s:4:\"file\";s:22:\"2016/06/slide_bg_1.jpg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"slide_bg_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"slide_bg_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"slide_bg_1-600x293.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"slide_bg_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"slide_bg_1-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"slide_bg_1-768x374.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"slide_bg_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"slide_bg_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"slide_bg_1-600x293.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3997,507,'_wp_attached_file','2016/06/slide_bg_2.jpg'),
(3998,507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:390;s:4:\"file\";s:22:\"2016/06/slide_bg_2.jpg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"slide_bg_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"slide_bg_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"slide_bg_2-600x293.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"slide_bg_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"slide_bg_2-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"slide_bg_2-768x374.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"slide_bg_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"slide_bg_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"slide_bg_2-600x293.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4001,522,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4002,523,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4003,521,'oliveoil_post_views_count','453'),
(4004,521,'oliveoil_post_likes_count','0'),
(4005,521,'_edit_lock','1467273146:1'),
(4006,521,'_edit_last','1'),
(4007,521,'_wp_page_template','default'),
(4008,521,'slide_template','default'),
(4009,521,'eg_sources_html5_mp4',''),
(4010,521,'eg_sources_html5_ogv',''),
(4011,521,'eg_sources_html5_webm',''),
(4012,521,'eg_sources_youtube',''),
(4013,521,'eg_sources_vimeo',''),
(4014,521,'eg_sources_wistia',''),
(4015,521,'eg_sources_image',''),
(4016,521,'eg_sources_iframe',''),
(4017,521,'eg_sources_soundcloud',''),
(4018,521,'eg_vimeo_ratio','0'),
(4019,521,'eg_youtube_ratio','0'),
(4020,521,'eg_wistia_ratio','0'),
(4021,521,'eg_html5_ratio','0'),
(4022,521,'eg_soundcloud_ratio','0'),
(4023,521,'eg_settings_custom_meta_skin',''),
(4024,521,'eg_settings_custom_meta_element',''),
(4025,521,'eg_settings_custom_meta_setting',''),
(4026,521,'eg_settings_custom_meta_style',''),
(4027,521,'eg_sources_revslider',''),
(4028,521,'oliveoil_post_options','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:2:\"no\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:2:\"no\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(4030,522,'oliveoil_post_views_count','275'),
(4031,522,'oliveoil_post_likes_count','0'),
(4032,571,'_wp_attached_file','2016/06/2.jpg'),
(4033,571,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1903;s:6:\"height\";i:955;s:4:\"file\";s:13:\"2016/06/2.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"2-600x301.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"2-768x385.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"2-1024x514.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"2-600x301.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4034,575,'_wp_attached_file','2016/06/logo_2.png'),
(4035,575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:90;s:6:\"height\";i:121;s:4:\"file\";s:18:\"2016/06/logo_2.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"logo_2-90x100.png\";s:5:\"width\";i:90;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"logo_2-90x100.png\";s:5:\"width\";i:90;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4036,576,'_wp_attached_file','2016/06/banner-1.jpg'),
(4037,576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:370;s:4:\"file\";s:20:\"2016/06/banner-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"banner-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-1-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"banner-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4038,577,'_wp_attached_file','2016/06/banner-2.jpg'),
(4039,577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:370;s:4:\"file\";s:20:\"2016/06/banner-2.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"banner-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-2-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"banner-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4040,597,'_wp_attached_file','2016/06/banner-3.jpg'),
(4041,597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:390;s:4:\"file\";s:20:\"2016/06/banner-3.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"banner-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"banner-3-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-3-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"banner-3-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-3-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"banner-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"banner-3-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4042,621,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4043,621,'_edit_lock','1568385165:1'),
(4044,621,'_edit_last','1'),
(4045,621,'_wp_page_template','default'),
(4046,621,'slide_template','default'),
(4047,621,'eg_sources_html5_mp4',''),
(4048,621,'eg_sources_html5_ogv',''),
(4049,621,'eg_sources_html5_webm',''),
(4050,621,'eg_sources_youtube',''),
(4051,621,'eg_sources_vimeo',''),
(4052,621,'eg_sources_wistia',''),
(4053,621,'eg_sources_image',''),
(4054,621,'eg_sources_iframe',''),
(4055,621,'eg_sources_soundcloud',''),
(4056,621,'eg_vimeo_ratio','0'),
(4057,621,'eg_youtube_ratio','0'),
(4058,621,'eg_wistia_ratio','0'),
(4059,621,'eg_html5_ratio','0'),
(4060,621,'eg_soundcloud_ratio','0'),
(4061,621,'eg_settings_custom_meta_skin',''),
(4062,621,'eg_settings_custom_meta_element',''),
(4063,621,'eg_settings_custom_meta_setting',''),
(4064,621,'eg_settings_custom_meta_style',''),
(4065,621,'eg_sources_revslider',''),
(4066,621,'oliveoil_post_options','a:124:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:18:\"show_sidebar_outer\";s:7:\"inherit\";s:20:\"sidebar_outer_scheme\";s:7:\"inherit\";s:23:\"sidebar_outer_show_logo\";s:7:\"inherit\";s:26:\"sidebar_outer_show_socials\";s:7:\"inherit\";s:23:\"sidebar_outer_show_menu\";s:7:\"inherit\";s:9:\"menu_side\";s:7:\"inherit\";s:26:\"sidebar_outer_show_widgets\";s:7:\"inherit\";s:13:\"sidebar_outer\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:11:\"custom_code\";s:7:\"inherit\";s:10:\"custom_css\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(4067,621,'_wpb_vc_js_status','true'),
(4068,621,'oliveoil_post_views_count','429'),
(4069,621,'oliveoil_post_likes_count','0'),
(4083,105,'_wpb_shortcodes_custom_css','.vc_custom_1467198665778{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;}'),
(4084,103,'_wpb_shortcodes_custom_css','.vc_custom_1467198665778{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;}'),
(4085,101,'_wpb_shortcodes_custom_css','.vc_custom_1467198665778{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;}'),
(4090,642,'_wp_attached_file','2016/06/post-3.jpg'),
(4091,642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:270;s:4:\"file\";s:18:\"2016/06/post-3.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"post-3-300x270.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"post-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"post-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"post-3-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"post-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"post-3-300x270.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4092,87,'_thumbnail_id','642'),
(4108,674,'_wp_attached_file','2016/06/new_team_1.jpg'),
(4109,674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:790;s:6:\"height\";i:790;s:4:\"file\";s:22:\"2016/06/new_team_1.jpg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"new_team_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"new_team_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"new_team_1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"new_team_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"new_team_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"new_team_1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"new_team_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"new_team_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"new_team_1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4110,675,'_wp_attached_file','2016/06/new_team_2.jpg'),
(4111,675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:790;s:6:\"height\";i:790;s:4:\"file\";s:22:\"2016/06/new_team_2.jpg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"new_team_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"new_team_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"new_team_2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"new_team_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"new_team_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"new_team_2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"new_team_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"new_team_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"new_team_2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4112,676,'_wp_attached_file','2016/06/new_team_3.jpg'),
(4113,676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:790;s:6:\"height\";i:790;s:4:\"file\";s:22:\"2016/06/new_team_3.jpg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"new_team_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"new_team_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"new_team_3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"new_team_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"new_team_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"new_team_3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"new_team_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"new_team_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"new_team_3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4114,677,'_wp_attached_file','2016/06/new_team_4.jpg'),
(4115,677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:790;s:6:\"height\";i:790;s:4:\"file\";s:22:\"2016/06/new_team_4.jpg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"new_team_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"new_team_4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"new_team_4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"new_team_4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"new_team_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"new_team_4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"new_team_4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"new_team_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"new_team_4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4117,103,'_thumbnail_id','677'),
(4118,101,'_thumbnail_id','674'),
(4119,105,'_thumbnail_id','676'),
(4120,107,'_thumbnail_id','675'),
(4121,678,'_wp_attached_file','2016/06/team-1.jpg'),
(4122,678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"2016/06/team-1.jpg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"team-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"team-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"team-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"team-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"team-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4123,679,'_wp_attached_file','2016/06/team-2.jpg'),
(4124,679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"2016/06/team-2.jpg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"team-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"team-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"team-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"team-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"team-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4125,680,'_wp_attached_file','2016/06/team-3.jpg'),
(4126,680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"2016/06/team-3.jpg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"team-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"team-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"team-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"team-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"team-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4127,681,'_wp_attached_file','2016/06/team-4.jpg'),
(4128,681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"2016/06/team-4.jpg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"team-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"team-4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"team-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"team-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"team-4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4129,148,'_wc_rating_count','a:0:{}'),
(4130,148,'_wc_average_rating','0'),
(4131,150,'_wc_rating_count','a:0:{}'),
(4132,150,'_wc_average_rating','0'),
(4133,160,'_wc_rating_count','a:0:{}'),
(4134,160,'_wc_average_rating','0'),
(4154,291,'_tribe_modified_fields','a:26:{s:15:\"_EventStartDate\";i:1722833994;s:13:\"_EventEndDate\";i:1722833994;s:18:\"_EventStartDateUTC\";i:1722833994;s:16:\"_EventEndDateUTC\";i:1722833994;s:14:\"_EventDuration\";i:1482736452;s:20:\"_EventCurrencySymbol\";i:1722833994;s:22:\"_EventCurrencyPosition\";i:1482736452;s:10:\"_EventCost\";i:1482736452;s:9:\"_EventURL\";i:1482736452;s:14:\"_EventTimezone\";i:1482736452;s:18:\"_EventTimezoneAbbr\";i:1539768289;s:13:\"_thumbnail_id\";i:1482736452;s:25:\"oliveoil_post_views_count\";i:1732178978;s:18:\"eg_sources_essgrid\";i:1554905890;s:16:\"eg_featured_grid\";i:1554905890;s:18:\"eg_custom_meta_216\";i:1554905890;s:14:\"eg_votes_count\";i:1554905891;s:17:\"_vc_post_settings\";i:1554905891;s:32:\"_tec_ct1_current_migration_phase\";i:1668076267;s:27:\"_tec_ct1_migration_lock_uid\";i:1668076267;s:24:\"_tec_ct1_migrated_report\";i:1668076267;s:24:\"_tec_ct1_report_category\";i:1668076256;s:14:\"slide_template\";i:1680590595;s:21:\"oliveoil_post_options\";i:1680590595;s:18:\"_EventCurrencyCode\";i:1722833994;s:17:\"_EventShowMapLink\";i:1722833994;}'),
(4155,291,'_EventCost',''),
(4169,292,'_tribe_modified_fields','a:27:{s:15:\"_EventStartDate\";i:1722834019;s:13:\"_EventEndDate\";i:1722834019;s:18:\"_EventStartDateUTC\";i:1722834019;s:16:\"_EventEndDateUTC\";i:1722834019;s:14:\"_EventDuration\";i:1482736465;s:20:\"_EventCurrencySymbol\";i:1722834019;s:22:\"_EventCurrencyPosition\";i:1482736465;s:10:\"_EventCost\";i:1482736465;s:9:\"_EventURL\";i:1482736465;s:14:\"_EventTimezone\";i:1482736465;s:18:\"_EventTimezoneAbbr\";i:1539768300;s:13:\"_thumbnail_id\";i:1482736465;s:25:\"oliveoil_post_views_count\";i:1731561271;s:18:\"eg_sources_essgrid\";i:1554905866;s:16:\"eg_featured_grid\";i:1554905866;s:18:\"eg_custom_meta_216\";i:1554905866;s:14:\"eg_votes_count\";i:1554905866;s:17:\"_vc_post_settings\";i:1554905866;s:14:\"slide_template\";i:1680590580;s:16:\"rs_page_bg_color\";i:1680590580;s:32:\"_tec_ct1_current_migration_phase\";i:1668076267;s:27:\"_tec_ct1_migration_lock_uid\";i:1668076267;s:24:\"_tec_ct1_migrated_report\";i:1668076267;s:24:\"_tec_ct1_report_category\";i:1668076256;s:21:\"oliveoil_post_options\";i:1680590580;s:18:\"_EventCurrencyCode\";i:1722834019;s:17:\"_EventShowMapLink\";i:1722834019;}'),
(4170,292,'_EventCost',''),
(4184,293,'_tribe_modified_fields','a:27:{s:15:\"_EventStartDate\";i:1722834052;s:13:\"_EventEndDate\";i:1722834052;s:18:\"_EventStartDateUTC\";i:1722834052;s:16:\"_EventEndDateUTC\";i:1722834052;s:14:\"_EventDuration\";i:1482736476;s:20:\"_EventCurrencySymbol\";i:1722834052;s:22:\"_EventCurrencyPosition\";i:1482736475;s:10:\"_EventCost\";i:1482736476;s:9:\"_EventURL\";i:1482736475;s:14:\"_EventTimezone\";i:1482736475;s:18:\"_EventTimezoneAbbr\";i:1539768310;s:13:\"_thumbnail_id\";i:1482736476;s:25:\"oliveoil_post_views_count\";i:1731561020;s:18:\"eg_sources_essgrid\";i:1554905853;s:16:\"eg_featured_grid\";i:1554905853;s:18:\"eg_custom_meta_216\";i:1554905853;s:14:\"eg_votes_count\";i:1554905854;s:17:\"_vc_post_settings\";i:1554905854;s:14:\"slide_template\";i:1680590589;s:16:\"rs_page_bg_color\";i:1680590589;s:32:\"_tec_ct1_current_migration_phase\";i:1668076267;s:27:\"_tec_ct1_migration_lock_uid\";i:1668076267;s:24:\"_tec_ct1_migrated_report\";i:1668076267;s:24:\"_tec_ct1_report_category\";i:1668076256;s:21:\"oliveoil_post_options\";i:1680590589;s:18:\"_EventCurrencyCode\";i:1722834052;s:17:\"_EventShowMapLink\";i:1722834052;}'),
(4185,293,'_EventCost',''),
(4199,294,'_tribe_modified_fields','a:27:{s:15:\"_EventStartDate\";i:1722834038;s:13:\"_EventEndDate\";i:1722834038;s:18:\"_EventStartDateUTC\";i:1722834038;s:16:\"_EventEndDateUTC\";i:1722834038;s:14:\"_EventDuration\";i:1482736488;s:20:\"_EventCurrencySymbol\";i:1722834038;s:22:\"_EventCurrencyPosition\";i:1482736488;s:10:\"_EventCost\";i:1482736488;s:9:\"_EventURL\";i:1482736488;s:14:\"_EventTimezone\";i:1482736488;s:18:\"_EventTimezoneAbbr\";i:1539768321;s:13:\"_thumbnail_id\";i:1482736488;s:25:\"oliveoil_post_views_count\";i:1732635787;s:18:\"eg_sources_essgrid\";i:1554905843;s:16:\"eg_featured_grid\";i:1554905843;s:18:\"eg_custom_meta_216\";i:1554905843;s:14:\"eg_votes_count\";i:1554905843;s:17:\"_vc_post_settings\";i:1554905843;s:14:\"slide_template\";i:1680590573;s:16:\"rs_page_bg_color\";i:1680590573;s:32:\"_tec_ct1_current_migration_phase\";i:1668076267;s:27:\"_tec_ct1_migration_lock_uid\";i:1668076267;s:24:\"_tec_ct1_migrated_report\";i:1668076267;s:24:\"_tec_ct1_report_category\";i:1668076256;s:21:\"oliveoil_post_options\";i:1680590573;s:18:\"_EventCurrencyCode\";i:1722834038;s:17:\"_EventShowMapLink\";i:1722834038;}'),
(4200,294,'_EventCost',''),
(4221,705,'_mc4wp_settings','a:10:{s:15:\"required_fields\";s:20:\"EMAIL,AGREE_TO_TERMS\";s:12:\"double_optin\";s:1:\"1\";s:15:\"update_existing\";s:1:\"0\";s:17:\"replace_interests\";s:1:\"1\";s:18:\"hide_after_success\";s:1:\"0\";s:8:\"redirect\";s:0:\"\";s:3:\"css\";s:1:\"0\";s:5:\"lists\";a:0:{}s:15:\"subscriber_tags\";s:0:\"\";s:18:\"grecaptcha_enabled\";s:1:\"0\";}'),
(4222,705,'text_subscribed','Thank you, your sign-up request was successful! Please check your email inbox to confirm.'),
(4223,705,'text_invalid_email','Please provide a valid email address.'),
(4224,705,'text_required_field_missing','Please fill in the required fields.'),
(4225,705,'text_already_subscribed','Given email address is already subscribed, thank you!'),
(4226,705,'text_error','Oops. Something went wrong. Please try again later.'),
(4227,705,'text_unsubscribed','You were successfully unsubscribed.'),
(4228,705,'text_not_subscribed','Given email address is not subscribed.'),
(4229,705,'text_no_lists_selected','Please select at least one list.'),
(4230,705,'text_updated','Thank you, your records have been updated!'),
(4232,148,'_wc_review_count','0'),
(4233,150,'_wc_review_count','0'),
(4234,160,'_wc_review_count','0'),
(4235,523,'oliveoil_post_views_count','622'),
(4236,523,'oliveoil_post_likes_count','0'),
(4396,642,'oliveoil_post_views_count','10'),
(4397,642,'oliveoil_post_likes_count','0'),
(4398,597,'oliveoil_post_views_count','10'),
(4399,597,'oliveoil_post_likes_count','0'),
(4400,577,'oliveoil_post_views_count','6'),
(4401,577,'oliveoil_post_likes_count','0'),
(4402,16,'oliveoil_post_views_count','6'),
(4403,16,'oliveoil_post_likes_count','0'),
(4404,19,'oliveoil_post_views_count','6'),
(4405,19,'oliveoil_post_likes_count','0'),
(4406,25,'oliveoil_post_views_count','6'),
(4407,25,'oliveoil_post_likes_count','0'),
(4408,28,'oliveoil_post_views_count','6'),
(4409,28,'oliveoil_post_likes_count','0'),
(4410,31,'oliveoil_post_views_count','6'),
(4411,31,'oliveoil_post_likes_count','0'),
(4412,34,'oliveoil_post_views_count','6'),
(4413,34,'oliveoil_post_likes_count','0'),
(4414,37,'oliveoil_post_views_count','6'),
(4415,37,'oliveoil_post_likes_count','0'),
(4416,40,'oliveoil_post_views_count','6'),
(4417,40,'oliveoil_post_likes_count','0'),
(4418,151,'oliveoil_post_views_count','6'),
(4419,151,'oliveoil_post_likes_count','0'),
(4420,149,'oliveoil_post_views_count','6'),
(4421,149,'oliveoil_post_likes_count','0'),
(4422,153,'oliveoil_post_views_count','6'),
(4423,153,'oliveoil_post_likes_count','0'),
(4424,155,'oliveoil_post_views_count','6'),
(4425,155,'oliveoil_post_likes_count','0'),
(4426,157,'oliveoil_post_views_count','6'),
(4427,157,'oliveoil_post_likes_count','0'),
(4428,161,'oliveoil_post_views_count','6'),
(4429,161,'oliveoil_post_likes_count','0'),
(4430,159,'oliveoil_post_views_count','6'),
(4431,159,'oliveoil_post_likes_count','0'),
(4432,163,'oliveoil_post_views_count','6'),
(4433,163,'oliveoil_post_likes_count','0'),
(4434,165,'oliveoil_post_views_count','6'),
(4435,165,'oliveoil_post_likes_count','0'),
(4436,167,'oliveoil_post_views_count','6'),
(4437,167,'oliveoil_post_likes_count','0'),
(4438,576,'oliveoil_post_views_count','6'),
(4439,576,'oliveoil_post_likes_count','0'),
(4440,575,'oliveoil_post_views_count','6'),
(4441,575,'oliveoil_post_likes_count','0'),
(4458,316,'oliveoil_post_views_count','6'),
(4459,319,'oliveoil_post_views_count','6'),
(4460,316,'oliveoil_post_likes_count','0'),
(4461,319,'oliveoil_post_likes_count','0'),
(4462,318,'oliveoil_post_views_count','6'),
(4463,318,'oliveoil_post_likes_count','0'),
(4464,358,'oliveoil_post_views_count','6'),
(4465,358,'oliveoil_post_likes_count','0'),
(4466,317,'oliveoil_post_views_count','6'),
(4467,317,'oliveoil_post_likes_count','0'),
(4468,332,'oliveoil_post_views_count','6'),
(4469,332,'oliveoil_post_likes_count','0'),
(4470,334,'oliveoil_post_views_count','6'),
(4471,334,'oliveoil_post_likes_count','0'),
(4902,2,'oliveoil_post_views_count','2'),
(4903,2,'oliveoil_post_likes_count','0'),
(5096,730,'_edit_lock','1700119045:1'),
(5097,730,'_edit_last','1'),
(5098,730,'_wp_page_template','default'),
(5100,730,'eg_sources_html5_mp4',''),
(5101,730,'eg_sources_html5_ogv',''),
(5102,730,'eg_sources_html5_webm',''),
(5103,730,'eg_sources_youtube',''),
(5104,730,'eg_sources_vimeo',''),
(5105,730,'eg_sources_wistia',''),
(5106,730,'eg_sources_image',''),
(5107,730,'eg_sources_iframe',''),
(5108,730,'eg_sources_soundcloud',''),
(5109,730,'eg_vimeo_ratio','0'),
(5110,730,'eg_youtube_ratio','0'),
(5111,730,'eg_wistia_ratio','0'),
(5112,730,'eg_html5_ratio','0'),
(5113,730,'eg_soundcloud_ratio','0'),
(5114,730,'eg_settings_custom_meta_skin',''),
(5115,730,'eg_settings_custom_meta_element',''),
(5116,730,'eg_settings_custom_meta_setting',''),
(5117,730,'eg_settings_custom_meta_style',''),
(5118,730,'eg_sources_revslider',''),
(5119,730,'oliveoil_post_options','a:114:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(5120,730,'_wpb_vc_js_status','true'),
(5121,730,'_wpb_shortcodes_custom_css','.vc_custom_1527690588959{background-color: #f7f8f9 !important;}.vc_custom_1527690597112{background-color: #f7f8f9 !important;}.vc_custom_1527690601612{background-color: #f7f8f9 !important;}.vc_custom_1527690606563{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}'),
(5122,730,'oliveoil_post_views_count','854'),
(5123,730,'oliveoil_post_likes_count','0'),
(5124,733,'_form','<div class=\"flex\">\n<div class=\'itm row\' >[text* your-name placeholder \"Your name*\"]</div> \n<div class=\'itm row\'>[email* your-email placeholder \"Your e-mail*\"]</div></div>\n<div class=\'\'>[textarea* your-message placeholder \"Your message*\"]</div>\n<div>[acceptance acceptance-157] I agree that my submitted data is being collected and stored. [/acceptance]</div> \n<div class=\"sc_form_field sc_form_field_button sc_form_field_submit\">[submit \"Send Message\"]</div>'),
(5125,733,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:37:\"Olive Oil Production \"[your-subject]\"\";s:6:\"sender\";s:39:\"[your-name] <wordpress@ipekyonetim.com>\";s:9:\"recipient\";s:17:\"info@themerex.net\";s:4:\"body\";s:182:\"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 Olive Oil Production (https://ipekyonetim.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(5126,733,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:37:\"Olive Oil Production \"[your-subject]\"\";s:6:\"sender\";s:48:\"Olive Oil Production <wordpress@ipekyonetim.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:124:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Olive Oil Production (https://ipekyonetim.com)\";s:18:\"additional_headers\";s:27:\"Reply-To: info@themerex.net\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(5127,733,'_messages','a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(5128,733,'_additional_settings',''),
(5129,733,'_locale','en_US'),
(5130,257,'eg_votes_count','0'),
(5131,255,'eg_votes_count','0'),
(5132,98,'eg_votes_count','0'),
(5133,93,'eg_votes_count','0'),
(5134,87,'eg_votes_count','0'),
(5136,705,'_wp_old_date','2016-12-29'),
(5139,219,'eg_sources_essgrid',''),
(5140,219,'eg_featured_grid',''),
(5141,219,'eg_custom_meta_216','true'),
(5142,219,'eg_votes_count','0'),
(5291,404,'oliveoil_post_views_count','629'),
(5292,404,'oliveoil_post_likes_count','0'),
(5300,107,'eg_sources_essgrid',''),
(5301,107,'eg_featured_grid',''),
(5302,107,'eg_custom_meta_216','true'),
(5303,107,'eg_votes_count','0'),
(5306,105,'eg_sources_essgrid',''),
(5307,105,'eg_featured_grid',''),
(5308,105,'eg_custom_meta_216','true'),
(5309,105,'eg_votes_count','0'),
(5310,103,'eg_sources_essgrid',''),
(5311,103,'eg_featured_grid',''),
(5312,103,'eg_custom_meta_216','true'),
(5313,103,'eg_votes_count','0'),
(5314,101,'eg_sources_essgrid',''),
(5315,101,'eg_featured_grid',''),
(5316,101,'eg_custom_meta_216','true'),
(5317,101,'eg_votes_count','0'),
(5318,705,'_wp_old_date','2018-10-17'),
(5319,294,'eg_sources_essgrid',''),
(5320,294,'eg_featured_grid',''),
(5321,294,'eg_custom_meta_216','true'),
(5322,294,'eg_votes_count','0'),
(5323,293,'eg_sources_essgrid',''),
(5324,293,'eg_featured_grid',''),
(5325,293,'eg_custom_meta_216','true'),
(5326,293,'eg_votes_count','0'),
(5327,292,'eg_sources_essgrid',''),
(5328,292,'eg_featured_grid',''),
(5329,292,'eg_custom_meta_216','true'),
(5330,292,'eg_votes_count','0'),
(5331,291,'eg_sources_essgrid',''),
(5332,291,'eg_featured_grid',''),
(5333,291,'eg_custom_meta_216','true'),
(5334,291,'eg_votes_count','0'),
(5335,59,'eg_sources_essgrid',''),
(5336,59,'eg_featured_grid',''),
(5337,59,'eg_custom_meta_216','true'),
(5338,59,'eg_votes_count','0'),
(5340,747,'_wp_attached_file','woocommerce-placeholder.png'),
(5341,747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5344,323,'eg_sources_essgrid',''),
(5345,323,'eg_featured_grid',''),
(5346,323,'eg_custom_meta_216','true'),
(5347,323,'eg_votes_count','0'),
(5349,747,'oliveoil_post_views_count','4'),
(5350,747,'oliveoil_post_likes_count','0'),
(5351,13,'oliveoil_post_views_count','4'),
(5352,13,'oliveoil_post_likes_count','0'),
(5353,52,'oliveoil_post_views_count','4'),
(5354,52,'oliveoil_post_likes_count','0'),
(5355,7,'oliveoil_post_views_count','4'),
(5356,7,'oliveoil_post_likes_count','0'),
(5357,22,'oliveoil_post_views_count','4'),
(5358,22,'oliveoil_post_likes_count','0'),
(5699,238,'eg_sources_essgrid',''),
(5700,238,'eg_featured_grid',''),
(5701,238,'eg_custom_meta_216','true'),
(5702,238,'eg_votes_count','0'),
(5704,239,'eg_sources_essgrid',''),
(5705,239,'eg_featured_grid',''),
(5706,239,'eg_custom_meta_216','true'),
(5707,239,'eg_votes_count','0'),
(5711,299,'eg_sources_essgrid',''),
(5712,299,'eg_featured_grid',''),
(5713,299,'eg_custom_meta_216','true'),
(5714,299,'eg_votes_count','0'),
(5716,730,'eg_sources_essgrid',''),
(5717,730,'eg_featured_grid',''),
(5718,730,'eg_custom_meta_216','true'),
(5719,730,'eg_votes_count','0'),
(5722,904,'_edit_lock','1714537984:1'),
(5723,904,'_edit_last','1'),
(5724,904,'_wp_page_template','default'),
(5726,904,'eg_sources_html5_mp4',''),
(5727,904,'eg_sources_html5_ogv',''),
(5728,904,'eg_sources_html5_webm',''),
(5729,904,'eg_sources_youtube',''),
(5730,904,'eg_sources_vimeo',''),
(5731,904,'eg_sources_wistia',''),
(5732,904,'eg_sources_image',''),
(5733,904,'eg_sources_iframe',''),
(5734,904,'eg_sources_soundcloud',''),
(5735,904,'eg_vimeo_ratio','1'),
(5736,904,'eg_youtube_ratio','1'),
(5737,904,'eg_wistia_ratio','1'),
(5738,904,'eg_html5_ratio','1'),
(5739,904,'eg_soundcloud_ratio','1'),
(5740,904,'eg_sources_revslider',''),
(5741,904,'eg_sources_essgrid',''),
(5742,904,'eg_featured_grid',''),
(5743,904,'eg_settings_custom_meta_skin',''),
(5744,904,'eg_settings_custom_meta_element',''),
(5745,904,'eg_settings_custom_meta_setting',''),
(5746,904,'eg_settings_custom_meta_style',''),
(5747,904,'eg_custom_meta_216','true'),
(5748,904,'eg_votes_count','0'),
(5749,904,'oliveoil_post_options','a:114:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:16:\"alter_thumb_size\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(5750,904,'_wpb_vc_js_status','true'),
(5751,904,'oliveoil_post_views_count','842'),
(5752,904,'oliveoil_post_likes_count','0'),
(5908,148,'_tax_status','taxable'),
(5909,148,'_tax_class',''),
(5910,148,'_download_limit','-1'),
(5911,148,'_download_expiry','-1'),
(6466,148,'rs_page_bg_color',''),
(6467,148,'eg_sources_essgrid',''),
(6468,148,'eg_featured_grid',''),
(6469,148,'eg_custom_meta_216','true'),
(6470,148,'eg_votes_count','0'),
(6478,244,'eg_sources_essgrid',''),
(6479,244,'eg_featured_grid',''),
(6480,244,'eg_custom_meta_216','true'),
(6481,244,'eg_votes_count','0'),
(6484,55,'eg_sources_essgrid',''),
(6485,55,'eg_featured_grid',''),
(6486,55,'eg_custom_meta_216','true'),
(6487,55,'eg_votes_count','0'),
(6489,186,'rs_page_bg_color','#ffffff'),
(6490,186,'eg_sources_essgrid',''),
(6491,186,'eg_featured_grid',''),
(6492,186,'eg_custom_meta_216','true'),
(6493,186,'eg_votes_count','0'),
(6858,70,'_wp_old_date','2016-06-10'),
(6864,63,'_wp_old_date','2016-06-10'),
(6866,62,'_wp_old_date','2016-06-10'),
(6887,61,'_wp_old_date','2016-06-10'),
(6948,98,'eg_sources_essgrid',''),
(6949,98,'eg_featured_grid',''),
(6950,98,'eg_custom_meta_216','true'),
(6953,93,'eg_sources_essgrid',''),
(6954,93,'eg_featured_grid',''),
(6955,93,'eg_custom_meta_216','true'),
(6958,87,'eg_sources_essgrid',''),
(6959,87,'eg_featured_grid',''),
(6960,87,'eg_custom_meta_216','true'),
(6979,990,'_wpb_shortcodes_custom_css','.vc_custom_1467369921728{padding-top: 0.35em !important;padding-bottom: 0.35em !important;background-color: #f9f7f2 !important;}.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1467370355936{padding-bottom: 1.15em !important;background-color: #f9f7f2 !important;}.vc_custom_1467372229047{padding-bottom: 1em !important;background-color: #f9f7f2 !important;}.vc_custom_1467285103608{padding-bottom: 6.7em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg?id=235) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}'),
(6980,991,'_wpb_shortcodes_custom_css','.vc_custom_1467369921728{padding-top: 0.35em !important;padding-bottom: 0.35em !important;background-color: #f9f7f2 !important;}.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1467370355936{padding-bottom: 1.15em !important;background-color: #f9f7f2 !important;}.vc_custom_1467372229047{padding-bottom: 1em !important;background-color: #f9f7f2 !important;}.vc_custom_1467285103608{padding-bottom: 6.7em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg?id=235) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}'),
(6988,70,'_wp_old_date','2021-08-04'),
(6994,63,'_wp_old_date','2021-08-04'),
(6996,62,'_wp_old_date','2021-08-04'),
(7017,61,'_wp_old_date','2021-08-04'),
(7400,1017,'_wpb_shortcodes_custom_css','.vc_custom_1466669072431{padding-top: 0.3em !important;}.vc_custom_1466669072431{padding-top: 0.3em !important;}.vc_custom_1466669072431{padding-top: 0.3em !important;}.vc_custom_1466669072431{padding-top: 0.3em !important;}.vc_custom_1466669072431{padding-top: 0.3em !important;}.vc_custom_1466677883564{background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-7.jpg?id=332) !important;}'),
(7401,1018,'_wpb_shortcodes_custom_css','.vc_custom_1466669072431{padding-top: 0.3em !important;}.vc_custom_1466669072431{padding-top: 0.3em !important;}.vc_custom_1466669072431{padding-top: 0.3em !important;}.vc_custom_1466669072431{padding-top: 0.3em !important;}.vc_custom_1466669072431{padding-top: 0.3em !important;}.vc_custom_1466677883564{background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-7.jpg?id=332) !important;}'),
(7402,70,'_wp_old_date','2021-10-19'),
(7408,63,'_wp_old_date','2021-10-19'),
(7410,62,'_wp_old_date','2021-10-19'),
(7431,61,'_wp_old_date','2021-10-19'),
(7544,291,'_tec_ct1_report_category','tec-single-event-strategy'),
(7550,292,'_tec_ct1_report_category','tec-single-event-strategy'),
(7556,293,'_tec_ct1_report_category','tec-single-event-strategy'),
(7562,294,'_tec_ct1_report_category','tec-single-event-strategy'),
(7576,291,'_tec_ct1_current_migration_phase','MIGRATION_SUCCESS'),
(7577,291,'_tec_ct1_migrated_report','a:11:{s:15:\"start_timestamp\";d:1668076267.0958669185638427734375;s:13:\"end_timestamp\";d:1668076267.137401103973388671875;s:11:\"has_tickets\";b:0;s:16:\"tickets_provider\";s:0:\"\";s:9:\"is_single\";b:1;s:14:\"created_events\";a:0:{}s:6:\"status\";s:7:\"success\";s:5:\"error\";N;s:6:\"series\";a:0:{}s:18:\"strategies_applied\";a:1:{i:0;s:25:\"tec-single-event-strategy\";}s:17:\"source_event_post\";O:8:\"stdClass\":2:{s:2:\"ID\";i:291;s:10:\"post_title\";s:33:\"Social Mixer and Olive Oil Awards\";}}'),
(7578,292,'_tec_ct1_current_migration_phase','MIGRATION_SUCCESS'),
(7579,292,'_tec_ct1_migrated_report','a:11:{s:15:\"start_timestamp\";d:1668076267.2006719112396240234375;s:13:\"end_timestamp\";d:1668076267.2438580989837646484375;s:11:\"has_tickets\";b:0;s:16:\"tickets_provider\";s:0:\"\";s:9:\"is_single\";b:1;s:14:\"created_events\";a:0:{}s:6:\"status\";s:7:\"success\";s:5:\"error\";N;s:6:\"series\";a:0:{}s:18:\"strategies_applied\";a:1:{i:0;s:25:\"tec-single-event-strategy\";}s:17:\"source_event_post\";O:8:\"stdClass\":2:{s:2:\"ID\";i:292;s:10:\"post_title\";s:31:\"Open Olive Dish Cooking Contest\";}}'),
(7580,293,'_tec_ct1_current_migration_phase','MIGRATION_SUCCESS'),
(7581,293,'_tec_ct1_migrated_report','a:11:{s:15:\"start_timestamp\";d:1668076267.293209075927734375;s:13:\"end_timestamp\";d:1668076267.3199551105499267578125;s:11:\"has_tickets\";b:0;s:16:\"tickets_provider\";s:0:\"\";s:9:\"is_single\";b:1;s:14:\"created_events\";a:0:{}s:6:\"status\";s:7:\"success\";s:5:\"error\";N;s:6:\"series\";a:0:{}s:18:\"strategies_applied\";a:1:{i:0;s:25:\"tec-single-event-strategy\";}s:17:\"source_event_post\";O:8:\"stdClass\":2:{s:2:\"ID\";i:293;s:10:\"post_title\";s:41:\"Free Olive Oil and Olive Product Sampling\";}}'),
(7582,294,'_tec_ct1_current_migration_phase','MIGRATION_SUCCESS'),
(7583,294,'_tec_ct1_migrated_report','a:11:{s:15:\"start_timestamp\";d:1668076267.3354599475860595703125;s:13:\"end_timestamp\";d:1668076267.3707659244537353515625;s:11:\"has_tickets\";b:0;s:16:\"tickets_provider\";s:0:\"\";s:9:\"is_single\";b:1;s:14:\"created_events\";a:0:{}s:6:\"status\";s:7:\"success\";s:5:\"error\";N;s:6:\"series\";a:0:{}s:18:\"strategies_applied\";a:1:{i:0;s:25:\"tec-single-event-strategy\";}s:17:\"source_event_post\";O:8:\"stdClass\":2:{s:2:\"ID\";i:294;s:10:\"post_title\";s:30:\"St. Mary’s Olive Oil Festiva\";}}'),
(7594,1024,'_wpb_shortcodes_custom_css','.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466662599982{margin-bottom: 0.25em !important;}.vc_custom_1466662682781{margin-top: 1.5em !important;}.vc_custom_1466662197134{margin-top: 1.4em !important;}.vc_custom_1466662835037{margin-top: 1.6em !important;}.vc_custom_1466662844510{margin-top: 1.5em !important;}.vc_custom_1442828730380{margin-bottom: 1.55em !important;}.vc_custom_1465217444491{margin-bottom: 1.9em !important;}'),
(7604,70,'_wp_old_date','2022-08-17'),
(7611,63,'_wp_old_date','2022-08-17'),
(7613,62,'_wp_old_date','2022-08-17'),
(7634,61,'_wp_old_date','2022-08-17'),
(7635,1026,'_wpb_shortcodes_custom_css','.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466662599982{margin-bottom: 0.25em !important;}.vc_custom_1466662682781{margin-top: 1.5em !important;}.vc_custom_1466662197134{margin-top: 1.4em !important;}.vc_custom_1466662835037{margin-top: 1.6em !important;}.vc_custom_1466662844510{margin-top: 1.5em !important;}.vc_custom_1442828730380{margin-bottom: 1.55em !important;}.vc_custom_1465217444491{margin-bottom: 1.9em !important;}'),
(7636,1027,'_wpb_shortcodes_custom_css','.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466662599982{margin-bottom: 0.25em !important;}.vc_custom_1466662682781{margin-top: 1.5em !important;}.vc_custom_1466662197134{margin-top: 1.4em !important;}.vc_custom_1466662835037{margin-top: 1.6em !important;}.vc_custom_1466662844510{margin-top: 1.5em !important;}.vc_custom_1442828730380{margin-bottom: 1.55em !important;}.vc_custom_1465217444491{margin-bottom: 1.9em !important;}'),
(7637,1028,'_wpb_shortcodes_custom_css','.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}.vc_custom_1466662599982{margin-bottom: 0.25em !important;}.vc_custom_1466662682781{margin-top: 1.5em !important;}.vc_custom_1466662197134{margin-top: 1.4em !important;}.vc_custom_1466662835037{margin-top: 1.6em !important;}.vc_custom_1466662844510{margin-top: 1.5em !important;}.vc_custom_1442828730380{margin-bottom: 1.55em !important;}.vc_custom_1465217444491{margin-bottom: 1.9em !important;}'),
(7743,1039,'_EventShowMapLink','1'),
(7744,1039,'_EventShowMap',''),
(7745,1039,'_EventStartDate','2023-06-16 10:00:00'),
(7746,1039,'_EventEndDate','2023-06-22 18:00:00'),
(7747,1039,'_EventStartDateUTC','2023-06-16 10:00:00'),
(7748,1039,'_EventEndDateUTC','2023-06-22 18:00:00'),
(7749,1039,'_EventDuration','547200'),
(7750,1039,'_EventCurrencySymbol',''),
(7751,1039,'_EventCurrencyCode',''),
(7752,1039,'_EventCurrencyPosition','prefix'),
(7753,1039,'_EventCost',''),
(7754,1039,'_EventURL',''),
(7755,1039,'_EventTimezone','UTC+0'),
(7756,1039,'_EventTimezoneAbbr','UTC+0'),
(7757,294,'_EventCurrencyCode','USD'),
(7758,1040,'_EventShowMapLink','1'),
(7759,1040,'_EventShowMap',''),
(7760,1040,'_EventStartDate','2023-06-14 11:00:00'),
(7761,1040,'_EventEndDate','2023-06-21 18:00:00'),
(7762,1040,'_EventStartDateUTC','2023-06-14 11:00:00'),
(7763,1040,'_EventEndDateUTC','2023-06-21 18:00:00'),
(7764,1040,'_EventDuration','630000'),
(7765,1040,'_EventCurrencySymbol',''),
(7766,1040,'_EventCurrencyCode',''),
(7767,1040,'_EventCurrencyPosition','prefix'),
(7768,1040,'_EventCost',''),
(7769,1040,'_EventURL',''),
(7770,1040,'_EventTimezone','UTC+0'),
(7771,1040,'_EventTimezoneAbbr','UTC+0'),
(7772,292,'_EventCurrencyCode','USD'),
(7773,1041,'_EventShowMapLink','1'),
(7774,1041,'_EventShowMap',''),
(7775,1041,'_EventStartDate','2023-05-21 00:00:00'),
(7776,1041,'_EventEndDate','2023-05-28 15:00:00'),
(7777,1041,'_EventStartDateUTC','2023-05-21 00:00:00'),
(7778,1041,'_EventEndDateUTC','2023-05-28 15:00:00'),
(7779,1041,'_EventDuration','658800'),
(7780,1041,'_EventCurrencySymbol',''),
(7781,1041,'_EventCurrencyCode',''),
(7782,1041,'_EventCurrencyPosition','prefix'),
(7783,1041,'_EventCost',''),
(7784,1041,'_EventURL',''),
(7785,1041,'_EventTimezone','UTC+0'),
(7786,1041,'_EventTimezoneAbbr','UTC+0'),
(7787,293,'_EventCurrencyCode','USD'),
(7788,1042,'_EventShowMapLink','1'),
(7789,1042,'_EventShowMap',''),
(7790,1042,'_EventStartDate','2023-04-14 07:00:00'),
(7791,1042,'_EventEndDate','2023-04-20 12:00:00'),
(7792,1042,'_EventStartDateUTC','2023-04-14 07:00:00'),
(7793,1042,'_EventEndDateUTC','2023-04-20 12:00:00'),
(7794,1042,'_EventDuration','536400'),
(7795,1042,'_EventCurrencySymbol',''),
(7796,1042,'_EventCurrencyCode',''),
(7797,1042,'_EventCurrencyPosition','prefix'),
(7798,1042,'_EventCost',''),
(7799,1042,'_EventURL',''),
(7800,1042,'_EventTimezone','UTC+0'),
(7801,1042,'_EventTimezoneAbbr','UTC+0'),
(7802,291,'_EventCurrencyCode','USD'),
(7815,70,'_wp_old_date','2022-11-10'),
(7821,63,'_wp_old_date','2022-11-10'),
(7823,62,'_wp_old_date','2022-11-10'),
(7844,61,'_wp_old_date','2022-11-10'),
(7855,1046,'_wpb_shortcodes_custom_css','.vc_custom_1465994172301{background-color: #ffcf00 !important;}.vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}.vc_custom_1467274860875{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-8.jpg?id=225) !important;}.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1467277555088{padding-bottom: 2.3em !important;background-color: #f9f7f2 !important;}.vc_custom_1680607733196{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467123705080{padding-bottom: 0.3em !important;}.vc_custom_1467277936339{background-color: #f9f7f2 !important;}.vc_custom_1467198665778{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;}.vc_custom_1467285103608{padding-bottom: 6.7em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg?id=235) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}.vc_custom_1467278419787{margin-top: 0.55em !important;}'),
(7857,1048,'_wpb_shortcodes_custom_css','.vc_custom_1465994172301{background-color: #ffcf00 !important;}.vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}.vc_custom_1467274860875{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-8.jpg?id=225) !important;}.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1467277555088{padding-bottom: 2.3em !important;background-color: #f9f7f2 !important;}.vc_custom_1680607813767{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467123705080{padding-bottom: 0.3em !important;}.vc_custom_1467277936339{background-color: #f9f7f2 !important;}.vc_custom_1467198665778{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;}.vc_custom_1467285103608{padding-bottom: 6.7em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg?id=235) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}.vc_custom_1467278419787{margin-top: 0.55em !important;}'),
(7859,1050,'_wpb_shortcodes_custom_css','.vc_custom_1465994172301{background-color: #ffcf00 !important;}.vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}.vc_custom_1467274860875{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-8.jpg?id=225) !important;}.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1467277555088{padding-bottom: 2.3em !important;background-color: #f9f7f2 !important;}.vc_custom_1680607843004{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467123705080{padding-bottom: 0.3em !important;}.vc_custom_1467277936339{background-color: #f9f7f2 !important;}.vc_custom_1467198665778{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;}.vc_custom_1467285103608{padding-bottom: 6.7em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg?id=235) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}.vc_custom_1467278419787{margin-top: 0.55em !important;}'),
(7861,57,'eg_sources_essgrid',''),
(7862,57,'eg_featured_grid',''),
(7863,57,'eg_custom_meta_216','true'),
(7864,57,'eg_votes_count','0'),
(7865,1051,'_wpb_shortcodes_custom_css','.vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}.vc_custom_1680607894674{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467123705080{padding-bottom: 0.3em !important;}.vc_custom_1467124307224{padding-bottom: 0.9em !important;background-color: #42494e !important;}'),
(7912,150,'_tax_status','taxable'),
(7913,150,'_tax_class',''),
(7914,150,'_download_limit','-1'),
(7915,150,'_download_expiry','-1'),
(8050,733,'_hash','289163f0fc465be355c8ad7d6467903872d6d66f'),
(8051,219,'_wpb_shortcodes_custom_css_updated','1'),
(8052,59,'_wpb_shortcodes_custom_css_updated','1'),
(8054,733,'_config_validation','a:1:{s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";s:24:\"email_not_in_site_domain\";s:4:\"args\";a:3:{s:7:\"message\";s:56:\"Sender email address does not belong to the site domain.\";s:6:\"params\";a:0:{}s:4:\"link\";s:70:\"https://contactform7.com/configuration-errors/email-not-in-site-domain\";}}}}'),
(8055,107,'_wpb_shortcodes_custom_css_updated','1'),
(8056,105,'_wpb_shortcodes_custom_css_updated','1'),
(8057,103,'_wpb_shortcodes_custom_css_updated','1'),
(8058,101,'_wpb_shortcodes_custom_css_updated','1'),
(8059,238,'_wpb_shortcodes_custom_css_updated','1'),
(8060,239,'_wpb_shortcodes_custom_css_updated','1'),
(8061,244,'_wpb_shortcodes_custom_css_updated','1'),
(8062,57,'_wpb_shortcodes_custom_css_updated','1'),
(8063,186,'_wpb_shortcodes_custom_css_updated','1'),
(8064,299,'_wpb_shortcodes_custom_css_updated','1'),
(8065,323,'_wpb_shortcodes_custom_css_updated','1'),
(8066,730,'_wpb_shortcodes_custom_css_updated','1'),
(8067,1059,'_wpb_shortcodes_custom_css','.vc_custom_1466669072431{padding-top: 0.3em !important;}.vc_custom_1466669072431{padding-top: 0.3em !important;}.vc_custom_1466669072431{padding-top: 0.3em !important;}.vc_custom_1466669072431{padding-top: 0.3em !important;}.vc_custom_1466669072431{padding-top: 0.3em !important;}.vc_custom_1466677883564{background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-7.jpg?id=332) !important;}'),
(8068,1059,'_wpb_shortcodes_custom_css_updated','1'),
(8124,70,'_wp_old_date','2023-04-04'),
(8130,63,'_wp_old_date','2023-04-04'),
(8132,62,'_wp_old_date','2023-04-04'),
(8733,1103,'_wpb_shortcodes_custom_css_updated','1'),
(8153,61,'_wp_old_date','2023-04-04'),
(8154,1065,'_wpb_shortcodes_custom_css','.vc_custom_1527690588959{background-color: #f7f8f9 !important;}.vc_custom_1527690597112{background-color: #f7f8f9 !important;}.vc_custom_1527690601612{background-color: #f7f8f9 !important;}.vc_custom_1527690606563{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}'),
(8155,1065,'_wpb_shortcodes_custom_css_updated','1'),
(8156,1066,'_wpb_shortcodes_custom_css','.vc_custom_1465994172301{background-color: #ffcf00 !important;}.vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}.vc_custom_1700119064292{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-8.jpg?id=225) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1467277555088{padding-bottom: 2.3em !important;background-color: #f9f7f2 !important;}.vc_custom_1680607733196{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467123705080{padding-bottom: 0.3em !important;}.vc_custom_1467277936339{background-color: #f9f7f2 !important;}.vc_custom_1467198665778{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;}.vc_custom_1467285103608{padding-bottom: 6.7em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg?id=235) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}.vc_custom_1467278419787{margin-top: 0.55em !important;}'),
(8157,1066,'_wpb_shortcodes_custom_css_updated','1'),
(8158,1067,'_wpb_shortcodes_custom_css','.vc_custom_1465994172301{background-color: #ffcf00 !important;}.vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}.vc_custom_1700119064292{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-8.jpg?id=225) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1467277555088{padding-bottom: 2.3em !important;background-color: #f9f7f2 !important;}.vc_custom_1680607733196{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467123705080{padding-bottom: 0.3em !important;}.vc_custom_1467277936339{background-color: #f9f7f2 !important;}.vc_custom_1467198665778{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;}.vc_custom_1700119107031{padding-bottom: 6.7em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg?id=235) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}.vc_custom_1467278419787{margin-top: 0.55em !important;}'),
(8159,1067,'_wpb_shortcodes_custom_css_updated','1'),
(8160,1068,'_wpb_shortcodes_custom_css','.vc_custom_1465994172301{background-color: #ffcf00 !important;}.vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}.vc_custom_1700119064292{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-8.jpg?id=225) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1467277555088{padding-bottom: 2.3em !important;background-color: #f9f7f2 !important;}.vc_custom_1680607733196{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467123705080{padding-bottom: 0.3em !important;}.vc_custom_1467277936339{background-color: #f9f7f2 !important;}.vc_custom_1700119140149{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1700119107031{padding-bottom: 6.7em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg?id=235) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}.vc_custom_1467278419787{margin-top: 0.55em !important;}'),
(8161,1068,'_wpb_shortcodes_custom_css_updated','1'),
(8162,1069,'_wpb_shortcodes_custom_css','.vc_custom_1465994172301{background-color: #ffcf00 !important;}.vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}.vc_custom_1467274860875{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-8.jpg?id=225) !important;}.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1467277555088{padding-bottom: 2.3em !important;background-color: #f9f7f2 !important;}.vc_custom_1680607813767{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467123705080{padding-bottom: 0.3em !important;}.vc_custom_1467277936339{background-color: #f9f7f2 !important;}.vc_custom_1700119238090{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467285103608{padding-bottom: 6.7em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg?id=235) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}.vc_custom_1467278419787{margin-top: 0.55em !important;}'),
(8163,1069,'_wpb_shortcodes_custom_css_updated','1'),
(8164,1070,'_wpb_shortcodes_custom_css','.vc_custom_1465994172301{background-color: #ffcf00 !important;}.vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}.vc_custom_1467274860875{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-8.jpg?id=225) !important;}.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1467277555088{padding-bottom: 2.3em !important;background-color: #f9f7f2 !important;}.vc_custom_1680607813767{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467123705080{padding-bottom: 0.3em !important;}.vc_custom_1467277936339{background-color: #f9f7f2 !important;}.vc_custom_1700119238090{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1700119270789{padding-bottom: 6.7em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg?id=235) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}.vc_custom_1467278419787{margin-top: 0.55em !important;}'),
(8165,1070,'_wpb_shortcodes_custom_css_updated','1'),
(8166,1071,'_wpb_shortcodes_custom_css','.vc_custom_1465994172301{background-color: #ffcf00 !important;}.vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}.vc_custom_1700119318197{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-8.jpg?id=225) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1467277555088{padding-bottom: 2.3em !important;background-color: #f9f7f2 !important;}.vc_custom_1680607813767{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467123705080{padding-bottom: 0.3em !important;}.vc_custom_1467277936339{background-color: #f9f7f2 !important;}.vc_custom_1700119238090{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1700119270789{padding-bottom: 6.7em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg?id=235) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}.vc_custom_1467278419787{margin-top: 0.55em !important;}'),
(8167,1071,'_wpb_shortcodes_custom_css_updated','1'),
(8168,1073,'_wpb_shortcodes_custom_css','.vc_custom_1467369921728{padding-top: 0.35em !important;padding-bottom: 0.35em !important;background-color: #f9f7f2 !important;}.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1467370355936{padding-bottom: 1.15em !important;background-color: #f9f7f2 !important;}.vc_custom_1467372229047{padding-bottom: 1em !important;background-color: #f9f7f2 !important;}.vc_custom_1700119430540{padding-bottom: 6.7em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg?id=235) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}'),
(8169,1073,'_wpb_shortcodes_custom_css_updated','1'),
(8170,55,'_wpb_shortcodes_custom_css_updated','1'),
(8171,1074,'_wpb_shortcodes_custom_css','.vc_custom_1467198478634{padding-top: 1.1em !important;}.vc_custom_1700121821178{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(8172,1074,'_wpb_shortcodes_custom_css_updated','1'),
(8279,1080,'_EventOrigin','events-calendar'),
(8280,1080,'_tribe_modified_fields','a:46:{s:12:\"_EventOrigin\";i:1714468183;s:10:\"_edit_last\";i:1714468190;s:10:\"post_title\";i:1714468190;s:11:\"post_status\";i:1714468262;s:12:\"post_content\";i:1714468262;s:13:\"_thumbnail_id\";i:1714468262;s:20:\"eg_sources_html5_mp4\";i:1714468262;s:18:\"eg_sources_youtube\";i:1714468262;s:16:\"eg_sources_vimeo\";i:1714468262;s:17:\"eg_sources_wistia\";i:1714468262;s:16:\"eg_sources_image\";i:1714468262;s:17:\"eg_sources_iframe\";i:1714468262;s:21:\"eg_sources_soundcloud\";i:1714468262;s:14:\"eg_vimeo_ratio\";i:1714468262;s:16:\"eg_youtube_ratio\";i:1714468262;s:15:\"eg_wistia_ratio\";i:1714468262;s:14:\"eg_html5_ratio\";i:1714468262;s:19:\"eg_soundcloud_ratio\";i:1714468262;s:20:\"eg_sources_revslider\";i:1714468262;s:18:\"eg_sources_essgrid\";i:1714468262;s:16:\"eg_featured_grid\";i:1714468262;s:28:\"eg_settings_custom_meta_skin\";i:1714468262;s:31:\"eg_settings_custom_meta_element\";i:1714468262;s:31:\"eg_settings_custom_meta_setting\";i:1714468262;s:29:\"eg_settings_custom_meta_style\";i:1714468262;s:18:\"eg_custom_meta_216\";i:1714468262;s:14:\"eg_votes_count\";i:1714468262;s:21:\"oliveoil_post_options\";i:1714468262;s:25:\"oliveoil_post_views_count\";i:1732646812;s:25:\"oliveoil_post_likes_count\";i:1714468262;s:17:\"_EventShowMapLink\";i:1722834005;s:13:\"_EventShowMap\";i:1714468262;s:13:\"_EventVenueID\";i:1714468262;s:17:\"_EventOrganizerID\";i:1714468262;s:15:\"_EventStartDate\";i:1722834005;s:13:\"_EventEndDate\";i:1722834005;s:18:\"_EventStartDateUTC\";i:1722834005;s:16:\"_EventEndDateUTC\";i:1722834005;s:14:\"_EventDuration\";i:1714468262;s:20:\"_EventCurrencySymbol\";i:1722834005;s:18:\"_EventCurrencyCode\";i:1722834005;s:22:\"_EventCurrencyPosition\";i:1714468262;s:10:\"_EventCost\";i:1714468262;s:9:\"_EventURL\";i:1714468262;s:14:\"_EventTimezone\";i:1714468262;s:18:\"_EventTimezoneAbbr\";i:1714468262;}'),
(8281,1080,'_edit_lock','1722833864:1'),
(8282,1080,'_edit_last','1'),
(8283,1080,'_thumbnail_id','7'),
(8284,1080,'eg_sources_html5_mp4',''),
(8285,1080,'eg_sources_youtube',''),
(8286,1080,'eg_sources_vimeo',''),
(8287,1080,'eg_sources_wistia',''),
(8288,1080,'eg_sources_image',''),
(8289,1080,'eg_sources_iframe',''),
(8290,1080,'eg_sources_soundcloud',''),
(8291,1080,'eg_vimeo_ratio','1'),
(8292,1080,'eg_youtube_ratio','1'),
(8293,1080,'eg_wistia_ratio','1'),
(8294,1080,'eg_html5_ratio','1'),
(8295,1080,'eg_soundcloud_ratio','1'),
(8296,1080,'eg_sources_revslider',''),
(8297,1080,'eg_sources_essgrid',''),
(8298,1080,'eg_featured_grid',''),
(8299,1080,'eg_settings_custom_meta_skin',''),
(8300,1080,'eg_settings_custom_meta_element',''),
(8301,1080,'eg_settings_custom_meta_setting',''),
(8302,1080,'eg_settings_custom_meta_style',''),
(8303,1080,'eg_custom_meta_216','true'),
(8304,1080,'eg_votes_count','0'),
(8305,1080,'oliveoil_post_options','a:116:{s:10:\"body_style\";s:7:\"inherit\";s:13:\"body_paddings\";s:7:\"inherit\";s:11:\"body_scheme\";s:7:\"inherit\";s:11:\"body_filled\";s:7:\"inherit\";s:9:\"bg_custom\";s:7:\"inherit\";s:8:\"bg_color\";s:7:\"inherit\";s:10:\"bg_pattern\";s:7:\"inherit\";s:17:\"bg_pattern_custom\";s:7:\"inherit\";s:8:\"bg_image\";s:7:\"inherit\";s:15:\"bg_image_custom\";s:7:\"inherit\";s:24:\"bg_image_custom_position\";s:7:\"inherit\";s:13:\"bg_image_load\";s:7:\"inherit\";s:13:\"show_video_bg\";s:7:\"inherit\";s:21:\"video_bg_youtube_code\";s:7:\"inherit\";s:12:\"video_bg_url\";s:7:\"inherit\";s:16:\"video_bg_overlay\";s:7:\"inherit\";s:15:\"top_panel_style\";s:7:\"inherit\";s:15:\"top_panel_image\";s:7:\"inherit\";s:18:\"top_panel_position\";s:7:\"inherit\";s:16:\"top_panel_scheme\";s:7:\"inherit\";s:18:\"pushy_panel_scheme\";s:7:\"inherit\";s:15:\"show_page_title\";s:7:\"inherit\";s:16:\"show_breadcrumbs\";s:7:\"inherit\";s:9:\"menu_main\";s:7:\"inherit\";s:18:\"show_top_panel_top\";s:7:\"inherit\";s:9:\"menu_user\";s:7:\"inherit\";s:8:\"menu_toc\";s:7:\"inherit\";s:13:\"menu_toc_home\";s:7:\"inherit\";s:12:\"menu_toc_top\";s:7:\"inherit\";s:4:\"logo\";s:7:\"inherit\";s:11:\"logo_retina\";s:7:\"inherit\";s:10:\"logo_fixed\";s:7:\"inherit\";s:9:\"logo_text\";s:7:\"inherit\";s:11:\"logo_height\";s:7:\"inherit\";s:11:\"logo_offset\";s:7:\"inherit\";s:11:\"show_slider\";s:7:\"inherit\";s:14:\"slider_display\";s:7:\"inherit\";s:13:\"slider_height\";s:7:\"inherit\";s:13:\"slider_engine\";s:7:\"inherit\";s:12:\"slider_alias\";s:7:\"inherit\";s:19:\"slider_over_content\";s:7:\"inherit\";s:18:\"slider_over_scheme\";s:7:\"inherit\";s:15:\"slider_category\";s:7:\"inherit\";s:12:\"slider_posts\";s:7:\"inherit\";s:14:\"slider_orderby\";s:7:\"inherit\";s:12:\"slider_order\";s:7:\"inherit\";s:15:\"slider_interval\";s:7:\"inherit\";s:17:\"slider_pagination\";s:7:\"inherit\";s:14:\"slider_infobox\";s:7:\"inherit\";s:20:\"slider_info_category\";s:7:\"inherit\";s:19:\"slider_info_reviews\";s:7:\"inherit\";s:24:\"slider_info_descriptions\";s:7:\"inherit\";s:17:\"show_sidebar_main\";s:7:\"inherit\";s:19:\"sidebar_main_scheme\";s:7:\"inherit\";s:12:\"sidebar_main\";s:7:\"inherit\";s:19:\"show_sidebar_footer\";s:7:\"inherit\";s:21:\"sidebar_footer_scheme\";s:7:\"inherit\";s:14:\"sidebar_footer\";s:7:\"inherit\";s:22:\"sidebar_footer_columns\";s:7:\"inherit\";s:27:\"show_testimonials_in_footer\";s:7:\"inherit\";s:19:\"testimonials_scheme\";s:7:\"inherit\";s:18:\"testimonials_count\";s:7:\"inherit\";s:22:\"show_twitter_in_footer\";s:7:\"inherit\";s:14:\"twitter_scheme\";s:7:\"inherit\";s:13:\"twitter_count\";s:7:\"inherit\";s:14:\"show_googlemap\";s:7:\"inherit\";s:16:\"googlemap_height\";s:7:\"inherit\";s:17:\"googlemap_address\";s:7:\"inherit\";s:16:\"googlemap_latlng\";s:7:\"inherit\";s:15:\"googlemap_title\";s:7:\"inherit\";s:21:\"googlemap_description\";s:7:\"inherit\";s:14:\"googlemap_zoom\";s:7:\"inherit\";s:15:\"googlemap_style\";s:7:\"inherit\";s:23:\"show_contacts_in_footer\";s:7:\"inherit\";s:15:\"contacts_scheme\";s:7:\"inherit\";s:11:\"logo_footer\";s:7:\"inherit\";s:18:\"logo_footer_retina\";s:7:\"inherit\";s:18:\"logo_footer_height\";s:7:\"inherit\";s:24:\"show_copyright_in_footer\";s:7:\"inherit\";s:16:\"copyright_scheme\";s:7:\"inherit\";s:11:\"menu_footer\";s:7:\"inherit\";s:16:\"footer_copyright\";s:7:\"inherit\";s:10:\"blog_style\";s:7:\"inherit\";s:11:\"hover_style\";s:7:\"inherit\";s:9:\"hover_dir\";s:7:\"inherit\";s:13:\"article_style\";s:7:\"inherit\";s:18:\"dedicated_location\";s:7:\"inherit\";s:12:\"show_filters\";s:7:\"inherit\";s:9:\"blog_sort\";s:7:\"inherit\";s:10:\"blog_order\";s:7:\"inherit\";s:14:\"posts_per_page\";s:7:\"inherit\";s:22:\"post_excerpt_maxlength\";s:7:\"inherit\";s:30:\"post_excerpt_maxlength_masonry\";s:7:\"inherit\";s:12:\"single_style\";s:7:\"inherit\";s:4:\"icon\";s:7:\"inherit\";s:19:\"show_featured_image\";s:7:\"inherit\";s:15:\"show_post_title\";s:7:\"inherit\";s:25:\"show_post_title_on_quotes\";s:7:\"inherit\";s:14:\"show_post_info\";s:7:\"inherit\";s:16:\"show_post_author\";s:7:\"inherit\";s:14:\"show_post_tags\";s:7:\"inherit\";s:17:\"show_post_related\";s:7:\"inherit\";s:18:\"post_related_count\";s:7:\"inherit\";s:20:\"post_related_columns\";s:7:\"inherit\";s:15:\"blog_pagination\";s:7:\"inherit\";s:13:\"blog_counters\";s:7:\"inherit\";s:14:\"close_category\";s:7:\"inherit\";s:15:\"show_date_after\";s:7:\"inherit\";s:18:\"substitute_gallery\";s:7:\"inherit\";s:21:\"gallery_instead_image\";s:7:\"inherit\";s:18:\"gallery_max_slides\";s:7:\"inherit\";s:16:\"substitute_audio\";s:7:\"inherit\";s:16:\"substitute_video\";s:7:\"inherit\";s:10:\"show_share\";s:7:\"inherit\";s:19:\"show_share_counters\";s:7:\"inherit\";s:13:\"share_caption\";s:7:\"inherit\";}'),
(8306,1080,'oliveoil_post_views_count','74'),
(8307,1080,'oliveoil_post_likes_count','0'),
(8308,1080,'_EventShowMapLink','1'),
(8309,1080,'_EventShowMap',''),
(8310,1080,'_EventVenueID','289'),
(8311,1080,'_EventOrganizerID','290'),
(8312,1080,'_EventStartDate','2024-12-06 08:00:00'),
(8313,1080,'_EventEndDate','2024-12-12 17:00:00'),
(8314,1080,'_EventStartDateUTC','2024-12-06 08:00:00'),
(8315,1080,'_EventEndDateUTC','2024-12-12 17:00:00'),
(8316,1080,'_EventDuration','550800'),
(8317,1080,'_EventCurrencySymbol','$'),
(8318,1080,'_EventCurrencyCode','USD'),
(8319,1080,'_EventCurrencyPosition','prefix'),
(8320,1080,'_EventCost',''),
(8321,1080,'_EventURL',''),
(8322,1080,'_EventTimezone','UTC+0'),
(8323,1080,'_EventTimezoneAbbr','UTC+0'),
(8324,323,'_wpb_shortcodes_default_css','.vc_do_cta3{padding-top:28px;padding-right:28px;padding-bottom:28px;padding-left:28px;margin-bottom:35px;}'),
(8325,323,'_wpb_shortcodes_default_css_updated','1'),
(8326,705,'_wp_old_date','2019-04-10'),
(8331,70,'_wp_old_date','2023-11-16'),
(8337,63,'_wp_old_date','2023-11-16'),
(8339,62,'_wp_old_date','2023-11-16'),
(8360,61,'_wp_old_date','2023-11-16'),
(8361,904,'_wpb_post_custom_layout','default'),
(8362,1084,'_wpb_post_custom_layout','default'),
(8372,1086,'_order_key','wc_order_PCOMvQ96BGW5d'),
(8373,1086,'_customer_user','0'),
(8374,1086,'_payment_method','elegro'),
(8375,1086,'_payment_method_title','elegro Crypto Payment'),
(8376,1086,'_customer_ip_address','87.212.200.220'),
(8377,1086,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(8378,1086,'_created_via','checkout'),
(8379,1086,'_cart_hash','b3deba9095a7cbab972f3f30b9d39747'),
(8380,1086,'_download_permissions_granted','no'),
(8381,1086,'_recorded_sales','yes'),
(8382,1086,'_recorded_coupon_usage_counts','yes'),
(8383,1086,'_new_order_email_sent','true'),
(8384,1086,'_order_stock_reduced','yes'),
(8385,1086,'_billing_first_name','Hakan'),
(8386,1086,'_billing_last_name','Uzunkaya'),
(8387,1086,'_billing_address_1','Westhove 157'),
(8388,1086,'_billing_city','AMSTELVEEN'),
(8389,1086,'_billing_postcode','1187 DB'),
(8390,1086,'_billing_country','NL'),
(8391,1086,'_billing_email','huzunkayaa@gmail.com'),
(8392,1086,'_billing_phone','0652390506'),
(8393,1086,'_shipping_first_name','Hakan'),
(8394,1086,'_shipping_last_name','Uzunkaya'),
(8395,1086,'_shipping_address_1','Westhove 157'),
(8396,1086,'_shipping_city','AMSTELVEEN'),
(8397,1086,'_shipping_postcode','1187 DB'),
(8398,1086,'_shipping_country','NL'),
(8399,1086,'_order_currency','USD'),
(8400,1086,'_cart_discount','0'),
(8401,1086,'_cart_discount_tax','0'),
(8402,1086,'_order_shipping','3'),
(8403,1086,'_order_shipping_tax','0'),
(8404,1086,'_order_tax','0'),
(8405,1086,'_order_total','28.98'),
(8406,1086,'_order_version','8.8.3'),
(8407,1086,'_prices_include_tax','no'),
(8408,1086,'_billing_address_index','Hakan Uzunkaya Westhove 157 AMSTELVEEN 1187 DB NL huzunkayaa@gmail.com 0652390506'),
(8409,1086,'_shipping_address_index','Hakan Uzunkaya Westhove 157 AMSTELVEEN 1187 DB NL '),
(8410,1086,'is_vat_exempt','no'),
(8411,1086,'_wc_order_attribution_source_type','typein'),
(8412,1086,'_wc_order_attribution_referrer','https://ipekyonetim.com/splash/'),
(8413,1086,'_wc_order_attribution_utm_source','(direct)'),
(8414,1086,'_wc_order_attribution_session_entry','https://ipekyonetim.com/home-boxed/'),
(8415,1086,'_wc_order_attribution_session_start_time','2024-07-30 08:11:01'),
(8416,1086,'_wc_order_attribution_session_pages','11'),
(8417,1086,'_wc_order_attribution_session_count','1'),
(8418,1086,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(8419,1086,'_wc_order_attribution_device_type','Desktop'),
(8424,107,'_wpb_post_custom_layout','default'),
(8425,105,'_wpb_post_custom_layout','default'),
(8426,103,'_wpb_post_custom_layout','default'),
(8427,101,'_wpb_post_custom_layout','default'),
(8428,70,'_wp_old_date','2024-05-01'),
(8434,63,'_wp_old_date','2024-05-01'),
(8436,62,'_wp_old_date','2024-05-01'),
(8457,61,'_wp_old_date','2024-05-01'),
(8467,70,'_wp_old_date','2024-08-05'),
(8473,63,'_wp_old_date','2024-08-05'),
(8475,62,'_wp_old_date','2024-08-05'),
(8496,61,'_wp_old_date','2024-08-05'),
(8506,1092,'_order_key','wc_order_KtS1gF8fdT2hW'),
(8507,1092,'_customer_user','0'),
(8508,1092,'_payment_method','cheque'),
(8509,1092,'_payment_method_title','Check payments'),
(8510,1092,'_customer_ip_address','85.99.181.16'),
(8511,1092,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),
(8512,1092,'_created_via','checkout'),
(8513,1092,'_cart_hash','d36e786f1ee365643cf152ce80137e21'),
(8514,1092,'_download_permissions_granted','no'),
(8515,1092,'_recorded_sales','yes'),
(8516,1092,'_recorded_coupon_usage_counts','yes'),
(8517,1092,'_new_order_email_sent','true'),
(8518,1092,'_order_stock_reduced','yes'),
(8519,1092,'_billing_first_name','XCB'),
(8520,1092,'_billing_last_name','CVBC'),
(8521,1092,'_billing_address_1','VBCVB'),
(8522,1092,'_billing_city','FGHEZ'),
(8523,1092,'_billing_state','TR02'),
(8524,1092,'_billing_postcode','80900'),
(8525,1092,'_billing_country','TR'),
(8526,1092,'_billing_email','aliveli@mail.com'),
(8527,1092,'_billing_phone','555 2365864'),
(8528,1092,'_shipping_first_name','XCB'),
(8529,1092,'_shipping_last_name','CVBC'),
(8530,1092,'_shipping_address_1','VBCVB'),
(8531,1092,'_shipping_city','FGHEZ'),
(8532,1092,'_shipping_state','TR02'),
(8533,1092,'_shipping_postcode','80900'),
(8534,1092,'_shipping_country','TR'),
(8535,1092,'_order_currency','USD'),
(8536,1092,'_cart_discount','0'),
(8537,1092,'_cart_discount_tax','0'),
(8538,1092,'_order_shipping','3'),
(8539,1092,'_order_shipping_tax','0'),
(8540,1092,'_order_tax','0'),
(8541,1092,'_order_total','56.98'),
(8542,1092,'_order_version','9.1.4'),
(8543,1092,'_prices_include_tax','no'),
(8544,1092,'_billing_address_index','XCB CVBC VBCVB FGHEZ TR02 80900 TR aliveli@mail.com 555 2365864'),
(8545,1092,'_shipping_address_index','XCB CVBC VBCVB FGHEZ TR02 80900 TR '),
(8546,1092,'is_vat_exempt','no'),
(8547,1092,'_wc_order_attribution_source_type','typein'),
(8548,1092,'_wc_order_attribution_referrer','https://ipekyonetim.com/splash/'),
(8549,1092,'_wc_order_attribution_utm_source','(direct)'),
(8550,1092,'_wc_order_attribution_session_entry','https://ipekyonetim.com/'),
(8551,1092,'_wc_order_attribution_session_start_time','2024-08-31 15:23:58'),
(8552,1092,'_wc_order_attribution_session_pages','4'),
(8553,1092,'_wc_order_attribution_session_count','12'),
(8554,1092,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),
(8555,1092,'_wc_order_attribution_device_type','Desktop'),
(8556,1093,'_order_key','wc_order_jXG23wrwnnnLn'),
(8557,1093,'_customer_user','0'),
(8558,1093,'_payment_method','cod'),
(8559,1093,'_payment_method_title','Cash on delivery'),
(8560,1093,'_customer_ip_address','39.38.253.151'),
(8561,1093,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),
(8562,1093,'_created_via','checkout'),
(8563,1093,'_cart_hash','c1a554bd3c12e21df5c9a4c3ad1038c2'),
(8564,1093,'_download_permissions_granted','yes'),
(8565,1093,'_recorded_sales','yes'),
(8566,1093,'_recorded_coupon_usage_counts','yes'),
(8567,1093,'_new_order_email_sent','true'),
(8568,1093,'_order_stock_reduced','yes'),
(8569,1093,'_billing_first_name','Ihsan'),
(8570,1093,'_billing_last_name','Ullah'),
(8571,1093,'_billing_company','Sabirdivs'),
(8572,1093,'_billing_address_1','Zain Ullah, establishment section, Islamia College Peshawar.'),
(8573,1093,'_billing_city','Peshawar'),
(8574,1093,'_billing_state','KP'),
(8575,1093,'_billing_postcode','25000'),
(8576,1093,'_billing_country','PK'),
(8577,1093,'_billing_email','sabirdivhosting@gmail.com'),
(8578,1093,'_billing_phone','03429258478'),
(8579,1093,'_shipping_first_name','Ihsan'),
(8580,1093,'_shipping_last_name','Ullah'),
(8581,1093,'_shipping_company','Sabirdivs'),
(8582,1093,'_shipping_address_1','Zain Ullah, establishment section, Islamia College Peshawar.'),
(8583,1093,'_shipping_city','Peshawar'),
(8584,1093,'_shipping_state','KP'),
(8585,1093,'_shipping_postcode','25000'),
(8586,1093,'_shipping_country','PK'),
(8587,1093,'_order_currency','USD'),
(8588,1093,'_cart_discount','0'),
(8589,1093,'_cart_discount_tax','0'),
(8590,1093,'_order_shipping','2'),
(8591,1093,'_order_shipping_tax','0'),
(8592,1093,'_order_tax','0'),
(8593,1093,'_order_total','14.99'),
(8594,1093,'_order_version','9.1.4'),
(8595,1093,'_prices_include_tax','no'),
(8596,1093,'_billing_address_index','Ihsan Ullah Sabirdivs Zain Ullah, establishment section, Islamia College Peshawar. Peshawar KP 25000 PK sabirdivhosting@gmail.com 03429258478'),
(8597,1093,'_shipping_address_index','Ihsan Ullah Sabirdivs Zain Ullah, establishment section, Islamia College Peshawar. Peshawar KP 25000 PK '),
(8598,1093,'is_vat_exempt','no'),
(8599,1093,'_wc_order_attribution_source_type','typein'),
(8600,1093,'_wc_order_attribution_referrer','https://ipekyonetim.com/splash/'),
(8601,1093,'_wc_order_attribution_utm_source','(direct)'),
(8602,1093,'_wc_order_attribution_session_entry','https://ipekyonetim.com/homepage-2/'),
(8603,1093,'_wc_order_attribution_session_start_time','2024-09-16 18:11:15'),
(8604,1093,'_wc_order_attribution_session_pages','3'),
(8605,1093,'_wc_order_attribution_session_count','1'),
(8606,1093,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),
(8607,1093,'_wc_order_attribution_device_type','Desktop'),
(8608,1094,'_order_key','wc_order_xwN2rAgyF0HeE'),
(8609,1094,'_customer_user','0'),
(8610,1094,'_payment_method','cheque'),
(8611,1094,'_payment_method_title','Check payments'),
(8612,1094,'_customer_ip_address','89.81.33.199'),
(8613,1094,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8614,1094,'_created_via','checkout'),
(8615,1094,'_cart_hash','2eb19dc894e7716786bcec5ff5e1ddb8'),
(8616,1094,'_download_permissions_granted','no'),
(8617,1094,'_recorded_sales','yes'),
(8618,1094,'_recorded_coupon_usage_counts','yes'),
(8619,1094,'_new_order_email_sent','true'),
(8620,1094,'_order_stock_reduced','yes'),
(8621,1094,'_billing_first_name','François'),
(8622,1094,'_billing_last_name','Vidal'),
(8623,1094,'_billing_address_1','20 rue des droits de l\'homme'),
(8624,1094,'_billing_city','Le crès'),
(8625,1094,'_billing_postcode','34920'),
(8626,1094,'_billing_country','FR'),
(8627,1094,'_billing_email','vidalfrancois11@gmail.com'),
(8628,1094,'_billing_phone','0744441398'),
(8629,1094,'_shipping_first_name','François'),
(8630,1094,'_shipping_last_name','Vidal'),
(8631,1094,'_shipping_address_1','20 rue des droits de l\'homme'),
(8632,1094,'_shipping_city','Le crès'),
(8633,1094,'_shipping_postcode','34920'),
(8634,1094,'_shipping_country','FR'),
(8635,1094,'_order_currency','USD'),
(8636,1094,'_cart_discount','0'),
(8637,1094,'_cart_discount_tax','0'),
(8638,1094,'_order_shipping','2'),
(8639,1094,'_order_shipping_tax','0'),
(8640,1094,'_order_tax','0'),
(8641,1094,'_order_total','42.99'),
(8642,1094,'_order_version','9.1.4'),
(8643,1094,'_prices_include_tax','no'),
(8644,1094,'_billing_address_index','François Vidal 20 rue des droits de l\'homme Le crès 34920 FR vidalfrancois11@gmail.com 0744441398'),
(8645,1094,'_shipping_address_index','François Vidal 20 rue des droits de l\'homme Le crès 34920 FR '),
(8646,1094,'is_vat_exempt','no'),
(8647,1094,'_wc_order_attribution_source_type','typein'),
(8648,1094,'_wc_order_attribution_referrer','https://ipekyonetim.com/splash/'),
(8649,1094,'_wc_order_attribution_utm_source','(direct)'),
(8650,1094,'_wc_order_attribution_session_entry','https://ipekyonetim.com/'),
(8651,1094,'_wc_order_attribution_session_start_time','2024-10-01 07:28:40'),
(8652,1094,'_wc_order_attribution_session_pages','3'),
(8653,1094,'_wc_order_attribution_session_count','1'),
(8654,1094,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8655,1094,'_wc_order_attribution_device_type','Desktop'),
(8656,1096,'_edit_lock','1732628027:1'),
(8657,323,'_wpb_post_custom_layout','default'),
(8658,1097,'_wpb_post_custom_layout','default'),
(8660,1097,'_wpb_shortcodes_default_css_updated','1'),
(8693,1099,'_wp_attached_file','2025/03/TASLIZADE-2.png'),
(8694,1099,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:261;s:6:\"height\";i:241;s:4:\"file\";s:23:\"2025/03/TASLIZADE-2.png\";s:8:\"filesize\";i:29808;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"TASLIZADE-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24369;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"TASLIZADE-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13228;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8662,1097,'_wpb_shortcodes_custom_css_updated','1'),
(8663,70,'_wp_old_date','2024-08-07'),
(8669,63,'_wp_old_date','2024-08-07'),
(8671,62,'_wp_old_date','2024-08-07'),
(8730,57,'_wpb_post_custom_layout','default'),
(8731,1103,'_wpb_post_custom_layout','default'),
(8732,1103,'_wpb_shortcodes_custom_css','.vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}.vc_custom_1680607894674{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467123705080{padding-bottom: 0.3em !important;}.vc_custom_1467124307224{padding-bottom: 0.9em !important;background-color: #42494e !important;}'),
(8692,61,'_wp_old_date','2024-08-07'),
(8695,126,'_wp_old_slug','gourmet-flavour'),
(8712,62,'_wp_old_date','2024-11-27'),
(8729,1102,'_wpb_shortcodes_custom_css_updated','1'),
(8726,61,'_wp_old_date','2024-11-27');
/*!40000 ALTER TABLE `chkkP_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_posts`
--
DROP TABLE IF EXISTS `chkkP_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_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=MyISAM AUTO_INCREMENT=1104 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_posts`
--
LOCK TABLES `chkkP_posts` WRITE;
/*!40000 ALTER TABLE `chkkP_posts` DISABLE KEYS */;
INSERT INTO `chkkP_posts` VALUES
(2,1,'2016-06-07 14:48:26','2016-06-07 14:48:26','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"https://ipekyonetim.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2016-06-07 14:48:26','2016-06-07 14:48:26','',0,'https://ipekyonetim.com/?page_id=2',0,'page','',0),
(5,1,'2016-06-10 07:42:18','2016-06-10 07:42:18','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no. Error dicant eum ex, vel cu docendi minimum, ius no adhuc timeam feugait. Sint natum alterum mea ea, explicari torquatos an cum, ea summo doctus alienum qui. Ad est quas primis detracto, novum mentitum et pro.\n\nUt affert efficiendi conclusionemque pri, ex hinc zril tation vel, persecuti temporibus ei nec. Lorem noluisse appellantur usu eu, erroribus disputando ne usu. Eu altera audiam vulputate eum, an omnium accumsan praesent cum, idque fierent pertinax no vim. Tractatos salutandi no has, numquam mediocritatem pro an, eos mazim facete consulatu te. Ea alia dicam mea, elitr ornatus vis ne, eius augue efficiendi nam ea. Qui oratio nominati adipiscing in, ut graeco officiis detraxit eam.\n\nModo volutpat voluptatibus at mel, te vel atqui quidam docendi. Ea cum impetus apeirian corrumpit, eos everti nominavi no. Solum legere sit in. Solum velit nonumy ei per, id sed aeque dicit oportere. Ut vix nisl ceteros definitionem, unum praesent vel ei. Eos an vide falli causae, eum sensibus pericula an, mei lorem nulla epicuri ut.\n\nMea eu ceteros dissentiet, purto dicant suscipiantur duo ex. Quando putant ius te. At duo essent albucius efficiendi, ad aeterno eripuit est. Posidonium inciderint te his, qui te inani ignota detraxit. Ludus voluptua percipitur te mei, possit aperiam mel te. No mel probo solet, ius modo nulla iusto in, an deleniti appareat eam. Has erant zril ut, ut vis mentitum lobortis.\n\nPer impedit maiestatis cu. Nisl placerat antiopam quo an. An atqui expetenda qui, eum eu maiorum appellantur. Ne essent convenire qualisque quo, no his illud impetus meliore, qui an probo dicit salutandi.','How is Actually \"Liquid Gold\" Made?','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no.','publish','open','open','','how-is-actually-liquid-gold-made','','','2016-06-10 12:07:25','2016-06-10 12:07:25','',0,'https://ipekyonetim.com/?p=5',0,'post','',0),
(7,1,'2016-06-10 09:58:36','2016-06-10 09:58:36','','image-5','','inherit','open','closed','','image-5','','','2016-06-10 09:58:36','2016-06-10 09:58:36','',5,'https://ipekyonetim.com/wp-content/uploads/2016/06/image-5.jpg',0,'attachment','image/jpeg',0),
(8,1,'2016-06-10 10:30:58','2016-06-10 10:30:58','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no. Error dicant eum ex, vel cu docendi minimum, ius no adhuc timeam feugait. Sint natum alterum mea ea, explicari torquatos an cum, ea summo doctus alienum qui. Ad est quas primis detracto, novum mentitum et pro.\n\nUt affert efficiendi conclusionemque pri, ex hinc zril tation vel, persecuti temporibus ei nec. Lorem noluisse appellantur usu eu, erroribus disputando ne usu. Eu altera audiam vulputate eum, an omnium accumsan praesent cum, idque fierent pertinax no vim. Tractatos salutandi no has, numquam mediocritatem pro an, eos mazim facete consulatu te. Ea alia dicam mea, elitr ornatus vis ne, eius augue efficiendi nam ea. Qui oratio nominati adipiscing in, ut graeco officiis detraxit eam.\n\nModo volutpat voluptatibus at mel, te vel atqui quidam docendi. Ea cum impetus apeirian corrumpit, eos everti nominavi no. Solum legere sit in. Solum velit nonumy ei per, id sed aeque dicit oportere. Ut vix nisl ceteros definitionem, unum praesent vel ei. Eos an vide falli causae, eum sensibus pericula an, mei lorem nulla epicuri ut.\n\nMea eu ceteros dissentiet, purto dicant suscipiantur duo ex. Quando putant ius te. At duo essent albucius efficiendi, ad aeterno eripuit est. Posidonium inciderint te his, qui te inani ignota detraxit. Ludus voluptua percipitur te mei, possit aperiam mel te. No mel probo solet, ius modo nulla iusto in, an deleniti appareat eam. Has erant zril ut, ut vis mentitum lobortis.\n\nPer impedit maiestatis cu. Nisl placerat antiopam quo an. An atqui expetenda qui, eum eu maiorum appellantur. Ne essent convenire qualisque quo, no his illud impetus meliore, qui an probo dicit salutandi.','Why Olive Oil Is Good For You','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no.','publish','open','open','','why-olive-oil-is-good-for-you','','','2016-06-10 12:08:48','2016-06-10 12:08:48','',0,'https://ipekyonetim.com/?p=8',0,'post','',0),
(11,1,'2016-06-10 10:32:37','2016-06-10 10:32:37','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no. Error dicant eum ex, vel cu docendi minimum, ius no adhuc timeam feugait. Sint natum alterum mea ea, explicari torquatos an cum, ea summo doctus alienum qui. Ad est quas primis detracto, novum mentitum et pro.\n\nUt affert efficiendi conclusionemque pri, ex hinc zril tation vel, persecuti temporibus ei nec. Lorem noluisse appellantur usu eu, erroribus disputando ne usu. Eu altera audiam vulputate eum, an omnium accumsan praesent cum, idque fierent pertinax no vim. Tractatos salutandi no has, numquam mediocritatem pro an, eos mazim facete consulatu te. Ea alia dicam mea, elitr ornatus vis ne, eius augue efficiendi nam ea. Qui oratio nominati adipiscing in, ut graeco officiis detraxit eam.\n\nModo volutpat voluptatibus at mel, te vel atqui quidam docendi. Ea cum impetus apeirian corrumpit, eos everti nominavi no. Solum legere sit in. Solum velit nonumy ei per, id sed aeque dicit oportere. Ut vix nisl ceteros definitionem, unum praesent vel ei. Eos an vide falli causae, eum sensibus pericula an, mei lorem nulla epicuri ut.\n\nMea eu ceteros dissentiet, purto dicant suscipiantur duo ex. Quando putant ius te. At duo essent albucius efficiendi, ad aeterno eripuit est. Posidonium inciderint te his, qui te inani ignota detraxit. Ludus voluptua percipitur te mei, possit aperiam mel te. No mel probo solet, ius modo nulla iusto in, an deleniti appareat eam. Has erant zril ut, ut vis mentitum lobortis.\n\nPer impedit maiestatis cu. Nisl placerat antiopam quo an. An atqui expetenda qui, eum eu maiorum appellantur. Ne essent convenire qualisque quo, no his illud impetus meliore, qui an probo dicit salutandi.','4 Ways to Use Fresh Herbs And Olive Oil','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no.','publish','open','open','','4-ways-to-use-fresh-herbs-and-olive-oil','','','2016-06-10 12:07:03','2016-06-10 12:07:03','',0,'https://ipekyonetim.com/?p=11',0,'post','',0),
(13,1,'2016-06-10 10:33:00','2016-06-10 10:33:00','','image-7','','inherit','open','closed','','image-7','','','2016-06-10 10:33:00','2016-06-10 10:33:00','',11,'https://ipekyonetim.com/wp-content/uploads/2016/06/image-7.jpg',0,'attachment','image/jpeg',0),
(15,1,'2016-06-10 10:40:34','2016-06-10 10:40:34','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no. Error dicant eum ex, vel cu docendi minimum, ius no adhuc timeam feugait. Sint natum alterum mea ea, explicari torquatos an cum, ea summo doctus alienum qui. Ad est quas primis detracto, novum mentitum et pro.\n\nUt affert efficiendi conclusionemque pri, ex hinc zril tation vel, persecuti temporibus ei nec. Lorem noluisse appellantur usu eu, erroribus disputando ne usu. Eu altera audiam vulputate eum, an omnium accumsan praesent cum, idque fierent pertinax no vim. Tractatos salutandi no has, numquam mediocritatem pro an, eos mazim facete consulatu te. Ea alia dicam mea, elitr ornatus vis ne, eius augue efficiendi nam ea. Qui oratio nominati adipiscing in, ut graeco officiis detraxit eam.\n\nModo volutpat voluptatibus at mel, te vel atqui quidam docendi. Ea cum impetus apeirian corrumpit, eos everti nominavi no. Solum legere sit in. Solum velit nonumy ei per, id sed aeque dicit oportere. Ut vix nisl ceteros definitionem, unum praesent vel ei. Eos an vide falli causae, eum sensibus pericula an, mei lorem nulla epicuri ut.\n\nMea eu ceteros dissentiet, purto dicant suscipiantur duo ex. Quando putant ius te. At duo essent albucius efficiendi, ad aeterno eripuit est. Posidonium inciderint te his, qui te inani ignota detraxit. Ludus voluptua percipitur te mei, possit aperiam mel te. No mel probo solet, ius modo nulla iusto in, an deleniti appareat eam. Has erant zril ut, ut vis mentitum lobortis.\n\nPer impedit maiestatis cu. Nisl placerat antiopam quo an. An atqui expetenda qui, eum eu maiorum appellantur. Ne essent convenire qualisque quo, no his illud impetus meliore, qui an probo dicit salutandi.','Finding The Best Olive Oils in The World','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no.','publish','open','open','','finding-the-best-olive-oils-in-the-world','','','2016-06-10 12:08:18','2016-06-10 12:08:18','',0,'https://ipekyonetim.com/?p=15',0,'post','',0),
(16,1,'2016-06-10 10:40:26','2016-06-10 10:40:26','','image-8','','inherit','open','closed','','image-8','','','2016-06-10 10:40:26','2016-06-10 10:40:26','',15,'https://ipekyonetim.com/wp-content/uploads/2016/06/image-8.jpg',0,'attachment','image/jpeg',0),
(18,1,'2016-06-10 10:41:51','2016-06-10 10:41:51','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no. Error dicant eum ex, vel cu docendi minimum, ius no adhuc timeam feugait. Sint natum alterum mea ea, explicari torquatos an cum, ea summo doctus alienum qui. Ad est quas primis detracto, novum mentitum et pro.\n\nUt affert efficiendi conclusionemque pri, ex hinc zril tation vel, persecuti temporibus ei nec. Lorem noluisse appellantur usu eu, erroribus disputando ne usu. Eu altera audiam vulputate eum, an omnium accumsan praesent cum, idque fierent pertinax no vim. Tractatos salutandi no has, numquam mediocritatem pro an, eos mazim facete consulatu te. Ea alia dicam mea, elitr ornatus vis ne, eius augue efficiendi nam ea. Qui oratio nominati adipiscing in, ut graeco officiis detraxit eam.\n\nModo volutpat voluptatibus at mel, te vel atqui quidam docendi. Ea cum impetus apeirian corrumpit, eos everti nominavi no. Solum legere sit in. Solum velit nonumy ei per, id sed aeque dicit oportere. Ut vix nisl ceteros definitionem, unum praesent vel ei. Eos an vide falli causae, eum sensibus pericula an, mei lorem nulla epicuri ut.\n\nMea eu ceteros dissentiet, purto dicant suscipiantur duo ex. Quando putant ius te. At duo essent albucius efficiendi, ad aeterno eripuit est. Posidonium inciderint te his, qui te inani ignota detraxit. Ludus voluptua percipitur te mei, possit aperiam mel te. No mel probo solet, ius modo nulla iusto in, an deleniti appareat eam. Has erant zril ut, ut vis mentitum lobortis.\n\nPer impedit maiestatis cu. Nisl placerat antiopam quo an. An atqui expetenda qui, eum eu maiorum appellantur. Ne essent convenire qualisque quo, no his illud impetus meliore, qui an probo dicit salutandi.','5 Ways to Get Your Daily Dose of EVOO','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no.','publish','open','open','','5-ways-to-get-your-daily-dose-of-evoo','','','2016-06-10 12:06:56','2016-06-10 12:06:56','',0,'https://ipekyonetim.com/?p=18',0,'post','',0),
(19,1,'2016-06-10 10:41:45','2016-06-10 10:41:45','','image-2','','inherit','open','closed','','image-2','','','2016-06-10 10:41:45','2016-06-10 10:41:45','',18,'https://ipekyonetim.com/wp-content/uploads/2016/06/image-2.jpg',0,'attachment','image/jpeg',0),
(21,1,'2016-06-10 10:46:43','2016-06-10 10:46:43','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no. Error dicant eum ex, vel cu docendi minimum, ius no adhuc timeam feugait. Sint natum alterum mea ea, explicari torquatos an cum, ea summo doctus alienum qui. Ad est quas primis detracto, novum mentitum et pro.\n\nUt affert efficiendi conclusionemque pri, ex hinc zril tation vel, persecuti temporibus ei nec. Lorem noluisse appellantur usu eu, erroribus disputando ne usu. Eu altera audiam vulputate eum, an omnium accumsan praesent cum, idque fierent pertinax no vim. Tractatos salutandi no has, numquam mediocritatem pro an, eos mazim facete consulatu te. Ea alia dicam mea, elitr ornatus vis ne, eius augue efficiendi nam ea. Qui oratio nominati adipiscing in, ut graeco officiis detraxit eam.\n\nModo volutpat voluptatibus at mel, te vel atqui quidam docendi. Ea cum impetus apeirian corrumpit, eos everti nominavi no. Solum legere sit in. Solum velit nonumy ei per, id sed aeque dicit oportere. Ut vix nisl ceteros definitionem, unum praesent vel ei. Eos an vide falli causae, eum sensibus pericula an, mei lorem nulla epicuri ut.\n\nMea eu ceteros dissentiet, purto dicant suscipiantur duo ex. Quando putant ius te. At duo essent albucius efficiendi, ad aeterno eripuit est. Posidonium inciderint te his, qui te inani ignota detraxit. Ludus voluptua percipitur te mei, possit aperiam mel te. No mel probo solet, ius modo nulla iusto in, an deleniti appareat eam. Has erant zril ut, ut vis mentitum lobortis.\n\nPer impedit maiestatis cu. Nisl placerat antiopam quo an. An atqui expetenda qui, eum eu maiorum appellantur. Ne essent convenire qualisque quo, no his illud impetus meliore, qui an probo dicit salutandi.','10 Secrets of Olive Oil','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no.','publish','open','open','','10-secrets-of-olive-oil','','','2016-06-10 12:07:50','2016-06-10 12:07:50','',0,'https://ipekyonetim.com/?p=21',0,'post','',0),
(22,1,'2016-06-10 10:46:39','2016-06-10 10:46:39','','image-1','','inherit','open','closed','','image-1','','','2016-06-10 10:46:39','2016-06-10 10:46:39','',21,'https://ipekyonetim.com/wp-content/uploads/2016/06/image-1.jpg',0,'attachment','image/jpeg',0),
(24,1,'2016-06-10 10:52:33','2016-06-10 10:52:33','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no. Error dicant eum ex, vel cu docendi minimum, ius no adhuc timeam feugait. Sint natum alterum mea ea, explicari torquatos an cum, ea summo doctus alienum qui. Ad est quas primis detracto, novum mentitum et pro.\n\nUt affert efficiendi conclusionemque pri, ex hinc zril tation vel, persecuti temporibus ei nec. Lorem noluisse appellantur usu eu, erroribus disputando ne usu. Eu altera audiam vulputate eum, an omnium accumsan praesent cum, idque fierent pertinax no vim. Tractatos salutandi no has, numquam mediocritatem pro an, eos mazim facete consulatu te. Ea alia dicam mea, elitr ornatus vis ne, eius augue efficiendi nam ea. Qui oratio nominati adipiscing in, ut graeco officiis detraxit eam.\n\nModo volutpat voluptatibus at mel, te vel atqui quidam docendi. Ea cum impetus apeirian corrumpit, eos everti nominavi no. Solum legere sit in. Solum velit nonumy ei per, id sed aeque dicit oportere. Ut vix nisl ceteros definitionem, unum praesent vel ei. Eos an vide falli causae, eum sensibus pericula an, mei lorem nulla epicuri ut.\n\nMea eu ceteros dissentiet, purto dicant suscipiantur duo ex. Quando putant ius te. At duo essent albucius efficiendi, ad aeterno eripuit est. Posidonium inciderint te his, qui te inani ignota detraxit. Ludus voluptua percipitur te mei, possit aperiam mel te. No mel probo solet, ius modo nulla iusto in, an deleniti appareat eam. Has erant zril ut, ut vis mentitum lobortis.\n\nPer impedit maiestatis cu. Nisl placerat antiopam quo an. An atqui expetenda qui, eum eu maiorum appellantur. Ne essent convenire qualisque quo, no his illud impetus meliore, qui an probo dicit salutandi.','Olive Oil is the saviour For Skin','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no.','publish','open','open','','olive-oil-is-the-saviour-for-skin','','','2016-06-10 12:02:29','2016-06-10 12:02:29','',0,'https://ipekyonetim.com/?p=24',0,'post','',0),
(25,1,'2016-06-10 10:52:27','2016-06-10 10:52:27','','image-3','','inherit','open','closed','','image-3','','','2016-06-10 10:52:27','2016-06-10 10:52:27','',24,'https://ipekyonetim.com/wp-content/uploads/2016/06/image-3.jpg',0,'attachment','image/jpeg',0),
(27,1,'2016-06-10 10:54:05','2016-06-10 10:54:05','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no. Error dicant eum ex, vel cu docendi minimum, ius no adhuc timeam feugait. Sint natum alterum mea ea, explicari torquatos an cum, ea summo doctus alienum qui. Ad est quas primis detracto, novum mentitum et pro.\n\nUt affert efficiendi conclusionemque pri, ex hinc zril tation vel, persecuti temporibus ei nec. Lorem noluisse appellantur usu eu, erroribus disputando ne usu. Eu altera audiam vulputate eum, an omnium accumsan praesent cum, idque fierent pertinax no vim. Tractatos salutandi no has, numquam mediocritatem pro an, eos mazim facete consulatu te. Ea alia dicam mea, elitr ornatus vis ne, eius augue efficiendi nam ea. Qui oratio nominati adipiscing in, ut graeco officiis detraxit eam.\n\nModo volutpat voluptatibus at mel, te vel atqui quidam docendi. Ea cum impetus apeirian corrumpit, eos everti nominavi no. Solum legere sit in. Solum velit nonumy ei per, id sed aeque dicit oportere. Ut vix nisl ceteros definitionem, unum praesent vel ei. Eos an vide falli causae, eum sensibus pericula an, mei lorem nulla epicuri ut.\n\nMea eu ceteros dissentiet, purto dicant suscipiantur duo ex. Quando putant ius te. At duo essent albucius efficiendi, ad aeterno eripuit est. Posidonium inciderint te his, qui te inani ignota detraxit. Ludus voluptua percipitur te mei, possit aperiam mel te. No mel probo solet, ius modo nulla iusto in, an deleniti appareat eam. Has erant zril ut, ut vis mentitum lobortis.\n\nPer impedit maiestatis cu. Nisl placerat antiopam quo an. An atqui expetenda qui, eum eu maiorum appellantur. Ne essent convenire qualisque quo, no his illud impetus meliore, qui an probo dicit salutandi.','5 Things You Didn\'t Know You Could Do With Olive Oil','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no.','publish','open','open','','5-things-you-didnt-know-you-could-do-with-olive-oil','','','2016-06-10 12:05:06','2016-06-10 12:05:06','',0,'https://ipekyonetim.com/?p=27',0,'post','',0),
(28,1,'2016-06-10 10:53:55','2016-06-10 10:53:55','','image-6','','inherit','open','closed','','image-6','','','2016-06-10 10:53:55','2016-06-10 10:53:55','',27,'https://ipekyonetim.com/wp-content/uploads/2016/06/image-6.jpg',0,'attachment','image/jpeg',0),
(30,1,'2016-06-10 10:56:06','2016-06-10 10:56:06','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no. Error dicant eum ex, vel cu docendi minimum, ius no adhuc timeam feugait. Sint natum alterum mea ea, explicari torquatos an cum, ea summo doctus alienum qui. Ad est quas primis detracto, novum mentitum et pro.\n\nUt affert efficiendi conclusionemque pri, ex hinc zril tation vel, persecuti temporibus ei nec. Lorem noluisse appellantur usu eu, erroribus disputando ne usu. Eu altera audiam vulputate eum, an omnium accumsan praesent cum, idque fierent pertinax no vim. Tractatos salutandi no has, numquam mediocritatem pro an, eos mazim facete consulatu te. Ea alia dicam mea, elitr ornatus vis ne, eius augue efficiendi nam ea. Qui oratio nominati adipiscing in, ut graeco officiis detraxit eam.\n\nModo volutpat voluptatibus at mel, te vel atqui quidam docendi. Ea cum impetus apeirian corrumpit, eos everti nominavi no. Solum legere sit in. Solum velit nonumy ei per, id sed aeque dicit oportere. Ut vix nisl ceteros definitionem, unum praesent vel ei. Eos an vide falli causae, eum sensibus pericula an, mei lorem nulla epicuri ut.\n\nMea eu ceteros dissentiet, purto dicant suscipiantur duo ex. Quando putant ius te. At duo essent albucius efficiendi, ad aeterno eripuit est. Posidonium inciderint te his, qui te inani ignota detraxit. Ludus voluptua percipitur te mei, possit aperiam mel te. No mel probo solet, ius modo nulla iusto in, an deleniti appareat eam. Has erant zril ut, ut vis mentitum lobortis.\n\nPer impedit maiestatis cu. Nisl placerat antiopam quo an. An atqui expetenda qui, eum eu maiorum appellantur. Ne essent convenire qualisque quo, no his illud impetus meliore, qui an probo dicit salutandi.','3 Ingredients That Make Cooking Easier and Faster','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no.','publish','open','open','','3-ingredients-that-make-cooking-easier-and-faster','','','2016-06-10 12:04:39','2016-06-10 12:04:39','',0,'https://ipekyonetim.com/?p=30',0,'post','',0),
(31,1,'2016-06-10 10:55:56','2016-06-10 10:55:56','','image-10','','inherit','open','closed','','image-10','','','2016-06-10 10:55:56','2016-06-10 10:55:56','',30,'https://ipekyonetim.com/wp-content/uploads/2016/06/image-10.jpg',0,'attachment','image/jpeg',0),
(33,1,'2016-06-10 10:56:55','2016-06-10 10:56:55','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no. Error dicant eum ex, vel cu docendi minimum, ius no adhuc timeam feugait. Sint natum alterum mea ea, explicari torquatos an cum, ea summo doctus alienum qui. Ad est quas primis detracto, novum mentitum et pro.\n\nUt affert efficiendi conclusionemque pri, ex hinc zril tation vel, persecuti temporibus ei nec. Lorem noluisse appellantur usu eu, erroribus disputando ne usu. Eu altera audiam vulputate eum, an omnium accumsan praesent cum, idque fierent pertinax no vim. Tractatos salutandi no has, numquam mediocritatem pro an, eos mazim facete consulatu te. Ea alia dicam mea, elitr ornatus vis ne, eius augue efficiendi nam ea. Qui oratio nominati adipiscing in, ut graeco officiis detraxit eam.\n\nModo volutpat voluptatibus at mel, te vel atqui quidam docendi. Ea cum impetus apeirian corrumpit, eos everti nominavi no. Solum legere sit in. Solum velit nonumy ei per, id sed aeque dicit oportere. Ut vix nisl ceteros definitionem, unum praesent vel ei. Eos an vide falli causae, eum sensibus pericula an, mei lorem nulla epicuri ut.\n\nMea eu ceteros dissentiet, purto dicant suscipiantur duo ex. Quando putant ius te. At duo essent albucius efficiendi, ad aeterno eripuit est. Posidonium inciderint te his, qui te inani ignota detraxit. Ludus voluptua percipitur te mei, possit aperiam mel te. No mel probo solet, ius modo nulla iusto in, an deleniti appareat eam. Has erant zril ut, ut vis mentitum lobortis.\n\nPer impedit maiestatis cu. Nisl placerat antiopam quo an. An atqui expetenda qui, eum eu maiorum appellantur. Ne essent convenire qualisque quo, no his illud impetus meliore, qui an probo dicit salutandi.','How Olive Oil Fits in a Healthy Lifestyle','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no.','publish','open','open','','how-olive-oil-fits-in-a-healthy-lifestyle','','','2016-06-10 12:03:32','2016-06-10 12:03:32','',0,'https://ipekyonetim.com/?p=33',0,'post','',2),
(34,1,'2016-06-10 10:56:50','2016-06-10 10:56:50','','image-11','','inherit','open','closed','','image-11','','','2016-06-10 10:56:50','2016-06-10 10:56:50','',33,'https://ipekyonetim.com/wp-content/uploads/2016/06/image-11.jpg',0,'attachment','image/jpeg',0),
(36,1,'2016-06-10 10:57:49','2016-06-10 10:57:49','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no. Error dicant eum ex, vel cu docendi minimum, ius no adhuc timeam feugait. Sint natum alterum mea ea, explicari torquatos an cum, ea summo doctus alienum qui. Ad est quas primis detracto, novum mentitum et pro.\n\nUt affert efficiendi conclusionemque pri, ex hinc zril tation vel, persecuti temporibus ei nec. Lorem noluisse appellantur usu eu, erroribus disputando ne usu. Eu altera audiam vulputate eum, an omnium accumsan praesent cum, idque fierent pertinax no vim. Tractatos salutandi no has, numquam mediocritatem pro an, eos mazim facete consulatu te. Ea alia dicam mea, elitr ornatus vis ne, eius augue efficiendi nam ea. Qui oratio nominati adipiscing in, ut graeco officiis detraxit eam.\n\nModo volutpat voluptatibus at mel, te vel atqui quidam docendi. Ea cum impetus apeirian corrumpit, eos everti nominavi no. Solum legere sit in. Solum velit nonumy ei per, id sed aeque dicit oportere. Ut vix nisl ceteros definitionem, unum praesent vel ei. Eos an vide falli causae, eum sensibus pericula an, mei lorem nulla epicuri ut.\n\nMea eu ceteros dissentiet, purto dicant suscipiantur duo ex. Quando putant ius te. At duo essent albucius efficiendi, ad aeterno eripuit est. Posidonium inciderint te his, qui te inani ignota detraxit. Ludus voluptua percipitur te mei, possit aperiam mel te. No mel probo solet, ius modo nulla iusto in, an deleniti appareat eam. Has erant zril ut, ut vis mentitum lobortis.\n\nPer impedit maiestatis cu. Nisl placerat antiopam quo an. An atqui expetenda qui, eum eu maiorum appellantur. Ne essent convenire qualisque quo, no his illud impetus meliore, qui an probo dicit salutandi.','Producers of the Best Greek Olive Oils','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no.','publish','open','open','','producers-of-the-best-greek-olive-oils','','','2016-06-10 12:06:11','2016-06-10 12:06:11','',0,'https://ipekyonetim.com/?p=36',0,'post','',0),
(37,1,'2016-06-10 10:57:42','2016-06-10 10:57:42','','image-12','','inherit','open','closed','','image-12','','','2016-06-10 10:57:42','2016-06-10 10:57:42','',36,'https://ipekyonetim.com/wp-content/uploads/2016/06/image-12.jpg',0,'attachment','image/jpeg',0),
(39,1,'2016-06-10 11:00:18','2016-06-10 11:00:18','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no. Error dicant eum ex, vel cu docendi minimum, ius no adhuc timeam feugait. Sint natum alterum mea ea, explicari torquatos an cum, ea summo doctus alienum qui. Ad est quas primis detracto, novum mentitum et pro.\n\nUt affert efficiendi conclusionemque pri, ex hinc zril tation vel, persecuti temporibus ei nec. Lorem noluisse appellantur usu eu, erroribus disputando ne usu. Eu altera audiam vulputate eum, an omnium accumsan praesent cum, idque fierent pertinax no vim. Tractatos salutandi no has, numquam mediocritatem pro an, eos mazim facete consulatu te. Ea alia dicam mea, elitr ornatus vis ne, eius augue efficiendi nam ea. Qui oratio nominati adipiscing in, ut graeco officiis detraxit eam.\n\nModo volutpat voluptatibus at mel, te vel atqui quidam docendi. Ea cum impetus apeirian corrumpit, eos everti nominavi no. Solum legere sit in. Solum velit nonumy ei per, id sed aeque dicit oportere. Ut vix nisl ceteros definitionem, unum praesent vel ei. Eos an vide falli causae, eum sensibus pericula an, mei lorem nulla epicuri ut.\n\nMea eu ceteros dissentiet, purto dicant suscipiantur duo ex. Quando putant ius te. At duo essent albucius efficiendi, ad aeterno eripuit est. Posidonium inciderint te his, qui te inani ignota detraxit. Ludus voluptua percipitur te mei, possit aperiam mel te. No mel probo solet, ius modo nulla iusto in, an deleniti appareat eam. Has erant zril ut, ut vis mentitum lobortis.\n\nPer impedit maiestatis cu. Nisl placerat antiopam quo an. An atqui expetenda qui, eum eu maiorum appellantur. Ne essent convenire qualisque quo, no his illud impetus meliore, qui an probo dicit salutandi.','Want to Stay Healthy for Longer? Switch to Olive Oil','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no.','publish','open','open','','want-to-stay-healthy-for-longer-switch-to-olive-oil','','','2016-06-10 13:44:10','2016-06-10 13:44:10','',0,'https://ipekyonetim.com/?p=39',0,'post','',3),
(40,1,'2016-06-10 11:00:13','2016-06-10 11:00:13','','image-13','','inherit','open','closed','','image-13','','','2016-06-10 11:00:13','2016-06-10 11:00:13','',39,'https://ipekyonetim.com/wp-content/uploads/2016/06/image-13.jpg',0,'attachment','image/jpeg',0),
(42,1,'2016-06-10 11:04:48','2016-06-10 11:04:48','[vc_row][vc_column][trx_blogger style=\"excerpt\" descr=\"350\" ids=\"5,8,11,15,18,21,24,27,30,33,36,39\"][/vc_column][/vc_row]','Classic','','publish','closed','closed','','classic','','','2016-06-28 14:55:29','2016-06-28 14:55:29','',0,'https://ipekyonetim.com/?page_id=42',0,'page','',0),
(44,1,'2016-06-10 11:06:26','2016-06-10 11:06:26','[vc_row][vc_column][trx_blogger style=\"masonry_2\" descr=\"150\" ids=\"5,8,11,15,18,21,24,27,30,33,36,39\"][/vc_column][/vc_row]','Masonry 2 columns','','publish','closed','closed','','masonry-2-columns','','','2016-07-01 12:52:04','2016-07-01 12:52:04','',0,'https://ipekyonetim.com/?page_id=44',0,'page','',0),
(46,1,'2016-06-10 11:07:21','2016-06-10 11:07:21','[vc_row][vc_column][trx_blogger style=\"masonry_3\" descr=\"150\" ids=\"5,8,11,15,18,21,24,27,30,33,36,39\"][/vc_column][/vc_row]','Masonry 3 columns','','publish','closed','closed','','masonry-3-columns','','','2016-07-01 12:53:11','2016-07-01 12:53:11','',0,'https://ipekyonetim.com/?page_id=46',0,'page','',0),
(48,1,'2016-06-10 11:09:26','2016-06-10 11:09:26','[vc_row][vc_column][trx_blogger style=\"portfolio_2\" descr=\"0\" ids=\"5,8,11,15,18,21,24,27,30,33,36,39\"][/vc_column][/vc_row]','Portfolio 2 columns','','publish','closed','closed','','portfolio-2-columns','','','2016-06-10 11:09:26','2016-06-10 11:09:26','',0,'https://ipekyonetim.com/?page_id=48',0,'page','',0),
(50,1,'2016-06-10 11:10:19','2016-06-10 11:10:19','[vc_row][vc_column][trx_blogger style=\"portfolio_3\" descr=\"0\" ids=\"5,8,11,15,18,21,24,27,30,33,36,39\"][/vc_column][/vc_row]','Portfolio 3 columns','','publish','closed','closed','','portfolio-3-columns','','','2016-06-10 11:10:19','2016-06-10 11:10:19','',0,'https://ipekyonetim.com/?page_id=50',0,'page','',0),
(52,1,'2016-06-10 11:12:33','2016-06-10 11:12:33','','image-4','','inherit','open','closed','','image-4-2','','','2016-06-10 11:12:33','2016-06-10 11:12:33','',8,'https://ipekyonetim.com/wp-content/uploads/2016/06/image-4-1.jpg',0,'attachment','image/jpeg',0),
(53,1,'2016-06-10 11:16:10','2016-06-10 11:16:10','','Shop','','publish','closed','closed','','shop','','','2016-06-10 11:16:10','2016-06-10 11:16:10','',0,'https://ipekyonetim.com/?page_id=53',0,'page','',0),
(55,1,'2016-06-10 11:17:10','2016-06-10 11:17:10','[vc_row full_width=\"stretch_row\" inverse=\"\"][vc_column][trx_section class=\"slider_section\" top=\"huge\"][vc_empty_space height=\"1.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"tiny\"]Our Range[/trx_title][vc_empty_space height=\"0.5em\"][trx_columns count=\"3\" margins=\"no\"][trx_column_item span=\"2\"][cq_vc_coverslider images=\"505,507\" navstyle=\"customized\" contentcolor=\"#586067\" buttonbackground=\"#ffcf00\" arrowcolor=\"#586067\" arrowhovercolor=\"#586067\" buttonhoverbackground=\"rgba(55,62,68,0.3)\" isshadow=\"\"][/cq_vc_coverslider][/trx_column_item][trx_column_item bg_image=\"195\" bg_tile=\"\"][trx_block align=\"center\" bottom=\"large\"][trx_image url=\"194\" top=\"small\" bottom=\"null\"][vc_empty_space height=\"3.45em\" el_class=\"slider_es\"][trx_title type=\"4\" align=\"center\" top=\"null\" bottom=\"small\"]Choose From Our Superb Range of Quality Oils, From Extra Virgin to Infused Oils![/trx_title][/trx_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1467198478634{padding-top: 1.1em !important;}\"][vc_column][trx_section top=\"large\"][trx_services style=\"services-2\" cat=\"25\" columns=\"3\" count=\"6\" readmore=\"none\" top=\"medium\" bottom=\"medium\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1700121821178{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_title align=\"center\" color=\"#e9e4d0\" css=\"line-height:1.2;\" top=\"huge\" bottom=\"huge\"]Enjoy Our Lavish Olive Oils And\nBalsamic Vinegars![/trx_title][/vc_column][/vc_row]','Our Range','','publish','closed','closed','','our-range','','','2023-11-16 08:03:42','2023-11-16 08:03:42','',0,'https://ipekyonetim.com/?page_id=55',0,'page','',0),
(57,1,'2016-06-10 11:18:13','2016-06-10 11:18:13','[vc_row][vc_column offset=\"vc_hidden-xs\"][trx_section image=\"439\" image_bg_color=\"#ffffff\" class=\"our_story_section\" top=\"null\" bottom=\"huge\"][vc_empty_space height=\"0.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]Our Story[/trx_title][vc_empty_space height=\"0.5em\"][trx_block bd_section=\"yes\"][trx_columns count=\"12\" margins=\"\" bottom=\"tiny\"][trx_column_item span=\"5\" align=\"center\"][trx_image url=\"171\"][/trx_column_item][trx_column_item span=\"7\"][vc_empty_space height=\"1.1em\"][cq_vc_draggabletimeline avatarstyle=\"icon\" avataricons=\"icon-7,icon-7,icon-7,icon-7,icon-7\" avatarshape=\"circle\" avatarlabels=\"1957,1962,1974,2006,2016\" contenttitles=\"The Origins,Classic,Organic,High Quality,Extra Virgin\" labelcolor=\"#656d74\" iconbgcolors=\"#ffcf00,#ffcf00,#ffcf00,#ffcf00,#ffcf00\" defaultbarbgcolor=\"#e5e4e3\" draggingbarbgcolor=\"#e5e4e3\" isdragbutton=\"no\" dragbuttonwidth=\"15\"]\r\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\r\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\r\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\r\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\r\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\r\n[/cq_vc_draggabletimeline][/trx_column_item][/trx_columns][vc_empty_space height=\"0.7em\"][/trx_block][vc_empty_space height=\"1.1em\"][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}\"][vc_column][trx_section image=\"439\" image_bg_color=\"#f9f7f2\" top=\"null\" bottom=\"small\"][vc_empty_space height=\"0.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]What We Do[/trx_title][trx_services type=\"images\" cat=\"24\" columns=\"3\" count=\"3\" readmore=\"none\" top=\"null\" bottom=\"small\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1680607894674{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section top=\"huge\" bottom=\"huge\"][trx_title align=\"center\" color=\"#e9e4d0\"]Health Benefits[/trx_title][trx_services style=\"services-5\" image=\"203\" cat=\"0\" columns=\"2\" count=\"6\" readmore=\"none\" top=\"medium\" bottom=\"medium\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1467123705080{padding-bottom: 0.3em !important;}\"][vc_column][trx_section top=\"huge\" bottom=\"large\"][vc_empty_space height=\"1em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\"]Our Team[/trx_title][vc_empty_space height=\"0.5em\"][trx_team cat=\"0\" columns=\"4\" count=\"4\" orderby=\"date\" order=\"desc\"][/trx_team][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467124307224{padding-bottom: 0.9em !important;background-color: #42494e !important;}\"][vc_column][trx_section top=\"medium\" bottom=\"huge\"][vc_empty_space height=\"1em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" color=\"#e9e4d0\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\"]Awards[/trx_title][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"null\"][/trx_clients][/trx_section][/vc_column][/vc_row]','About us','','publish','closed','closed','','about-us','','','2025-03-20 18:28:00','2025-03-20 18:28:00','',0,'https://ipekyonetim.com/?page_id=57',0,'page','',0),
(59,1,'2016-06-10 11:18:48','2016-06-10 11:18:48','[vc_row css=\".vc_custom_1466754820165{padding-top: 1.9em !important;}\"][vc_column][trx_section top=\"huge\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\"]Visit Us or Leave Feedback[/trx_title][trx_columns count=\"3\" margins=\"\"][trx_column_item][trx_block align=\"center\"][trx_image url=\"205\"][vc_empty_space height=\"0.65em\"][trx_title type=\"4\" style=\"underline\" align=\"center\" top=\"tiny\" bottom=\"tiny\"]Address[/trx_title][vc_column_text]888 Broadway, New York, NY, 18813[/vc_column_text][/trx_block][/trx_column_item][trx_column_item][trx_block align=\"center\"][trx_image url=\"206\"][vc_empty_space height=\"0.65em\"][trx_title type=\"4\" style=\"underline\" align=\"center\" top=\"tiny\" bottom=\"tiny\"]Phone[/trx_title][vc_column_text]<a href=\"tel:123-456-7890\">123-456-7890</a>[/vc_column_text][/trx_block][/trx_column_item][trx_column_item][trx_block align=\"center\"][trx_image url=\"207\"][vc_empty_space height=\"0.65em\"][trx_title type=\"4\" style=\"underline\" align=\"center\" top=\"tiny\" bottom=\"tiny\"]Email[/trx_title][vc_column_text]<a href=\"mailto:info@yoursite.com\">info@yoursite.com</a>[/vc_column_text][/trx_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\"][vc_column][trx_section align=\"center\" columns=\"5_12\" bottom=\"medium\"][vc_empty_space height=\"4em\"][contact-form-7 id=\"733\"][vc_empty_space height=\"4em\"][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][trx_googlemap style=\"greyscale\" height=\"504\"][trx_googlemap_marker address=\"888 Broadway, New York, NY, 18813\"][/trx_googlemap_marker][/trx_googlemap][/vc_column][/vc_row]','Contact','','publish','closed','closed','','contact','','','2019-04-10 14:19:30','2019-04-10 14:19:30','',0,'https://ipekyonetim.com/?page_id=59',0,'page','',0),
(61,1,'2025-03-20 18:31:30','2016-06-10 11:31:11','','İletişim','','publish','closed','closed','','61','','','2025-03-20 18:31:30','2025-03-20 18:31:30','',0,'https://ipekyonetim.com/?p=61',4,'nav_menu_item','',0),
(62,1,'2025-03-20 18:31:30','2016-06-10 11:31:08','','Hakkımızda','','publish','closed','closed','','62','','','2025-03-20 18:31:30','2025-03-20 18:31:30','',0,'https://ipekyonetim.com/?p=62',3,'nav_menu_item','',0),
(63,1,'2025-03-20 18:31:30','2016-06-10 11:31:08','','Ürunler','','publish','closed','closed','','63','','','2025-03-20 18:31:30','2025-03-20 18:31:30','',0,'https://ipekyonetim.com/?p=63',2,'nav_menu_item','',0),
(70,1,'2025-03-20 18:31:29','2016-06-10 11:31:06','','Ana Sayfa','','publish','closed','closed','','home','','','2025-03-20 18:31:29','2025-03-20 18:31:29','',0,'https://ipekyonetim.com/?p=70',1,'nav_menu_item','',0),
(76,1,'2016-06-10 12:17:42','2016-06-10 12:17:42','[ess_grid alias=\"Grid\"]','Grid','','publish','closed','closed','','76-2','','','2016-06-10 12:17:51','2016-06-10 12:17:51','',0,'https://ipekyonetim.com/?page_id=76',0,'page','',0),
(79,1,'2016-06-10 12:21:23','2016-06-10 12:21:23','[ess_grid alias=\"Masonry\"]','Masonry','','publish','closed','closed','','masonry','','','2016-06-10 12:21:23','2016-06-10 12:21:23','',0,'https://ipekyonetim.com/?page_id=79',0,'page','',0),
(81,1,'2016-06-10 12:33:56','2016-06-10 12:33:56','[ess_grid alias=\"Cobbles\"]','Cobbles','','publish','closed','closed','','cobbles','','','2016-06-10 12:33:56','2016-06-10 12:33:56','',0,'https://ipekyonetim.com/?page_id=81',0,'page','',0),
(87,1,'2016-06-10 13:45:10','2016-06-10 13:45:10','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no. Error dicant eum ex, vel cu docendi minimum, ius no adhuc timeam feugait. Sint natum alterum mea ea, explicari torquatos an cum, ea summo doctus alienum qui. Ad est quas primis detracto, novum mentitum et pro.\n\nUt affert efficiendi conclusionemque pri, ex hinc zril tation vel, persecuti temporibus ei nec. Lorem noluisse appellantur usu eu, erroribus disputando ne usu. Eu altera audiam vulputate eum, an omnium accumsan praesent cum, idque fierent pertinax no vim. Tractatos salutandi no has, numquam mediocritatem pro an, eos mazim facete consulatu te. Ea alia dicam mea, elitr ornatus vis ne, eius augue efficiendi nam ea. Qui oratio nominati adipiscing in, ut graeco officiis detraxit eam.\n\nModo volutpat voluptatibus at mel, te vel atqui quidam docendi. Ea cum impetus apeirian corrumpit, eos everti nominavi no. Solum legere sit in. Solum velit nonumy ei per, id sed aeque dicit oportere. Ut vix nisl ceteros definitionem, unum praesent vel ei. Eos an vide falli causae, eum sensibus pericula an, mei lorem nulla epicuri ut.\n\nMea eu ceteros dissentiet, purto dicant suscipiantur duo ex. Quando putant ius te. At duo essent albucius efficiendi, ad aeterno eripuit est. Posidonium inciderint te his, qui te inani ignota detraxit. Ludus voluptua percipitur te mei, possit aperiam mel te. No mel probo solet, ius modo nulla iusto in, an deleniti appareat eam. Has erant zril ut, ut vis mentitum lobortis.\n\nPer impedit maiestatis cu. Nisl placerat antiopam quo an. An atqui expetenda qui, eum eu maiorum appellantur. Ne essent convenire qualisque quo, no his illud impetus meliore, qui an probo dicit salutandi.','Integration Of The Oil Mills In The Finca','Every single day we challenge our methods of modern and high-quality oil production. In doing so we strive for finding best production methods on a daily basis.','publish','open','open','','integration-of-the-oil-mills-in-the-finca','','','2021-10-18 08:51:02','2021-10-18 08:51:02','',0,'https://ipekyonetim.com/?p=87',0,'post','',0),
(93,1,'2016-06-10 13:48:31','2016-06-10 13:48:31','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no. Error dicant eum ex, vel cu docendi minimum, ius no adhuc timeam feugait. Sint natum alterum mea ea, explicari torquatos an cum, ea summo doctus alienum qui. Ad est quas primis detracto, novum mentitum et pro.\n\nUt affert efficiendi conclusionemque pri, ex hinc zril tation vel, persecuti temporibus ei nec. Lorem noluisse appellantur usu eu, erroribus disputando ne usu. Eu altera audiam vulputate eum, an omnium accumsan praesent cum, idque fierent pertinax no vim. Tractatos salutandi no has, numquam mediocritatem pro an, eos mazim facete consulatu te. Ea alia dicam mea, elitr ornatus vis ne, eius augue efficiendi nam ea. Qui oratio nominati adipiscing in, ut graeco officiis detraxit eam.\n\nModo volutpat voluptatibus at mel, te vel atqui quidam docendi. Ea cum impetus apeirian corrumpit, eos everti nominavi no. Solum legere sit in. Solum velit nonumy ei per, id sed aeque dicit oportere. Ut vix nisl ceteros definitionem, unum praesent vel ei. Eos an vide falli causae, eum sensibus pericula an, mei lorem nulla epicuri ut.\n\nMea eu ceteros dissentiet, purto dicant suscipiantur duo ex. Quando putant ius te. At duo essent albucius efficiendi, ad aeterno eripuit est. Posidonium inciderint te his, qui te inani ignota detraxit. Ludus voluptua percipitur te mei, possit aperiam mel te. No mel probo solet, ius modo nulla iusto in, an deleniti appareat eam. Has erant zril ut, ut vis mentitum lobortis.\n\nPer impedit maiestatis cu. Nisl placerat antiopam quo an. An atqui expetenda qui, eum eu maiorum appellantur. Ne essent convenire qualisque quo, no his illud impetus meliore, qui an probo dicit salutandi.','Gentle Manual Harvesting And Processing','Manual harvesting involves picking fruit by hand, using fruit clippers and knives etc. Properly trained workers harvest and handle the fruits with minimum damage. ','publish','open','open','','gentle-manual-harvesting-and-processing','','','2021-10-18 08:48:01','2021-10-18 08:48:01','',0,'https://ipekyonetim.com/?p=93',0,'post','',0),
(98,1,'2016-06-10 13:52:59','2016-06-10 13:52:59','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no. Error dicant eum ex, vel cu docendi minimum, ius no adhuc timeam feugait. Sint natum alterum mea ea, explicari torquatos an cum, ea summo doctus alienum qui. Ad est quas primis detracto, novum mentitum et pro.\n\nUt affert efficiendi conclusionemque pri, ex hinc zril tation vel, persecuti temporibus ei nec. Lorem noluisse appellantur usu eu, erroribus disputando ne usu. Eu altera audiam vulputate eum, an omnium accumsan praesent cum, idque fierent pertinax no vim. Tractatos salutandi no has, numquam mediocritatem pro an, eos mazim facete consulatu te. Ea alia dicam mea, elitr ornatus vis ne, eius augue efficiendi nam ea. Qui oratio nominati adipiscing in, ut graeco officiis detraxit eam.\n\nModo volutpat voluptatibus at mel, te vel atqui quidam docendi. Ea cum impetus apeirian corrumpit, eos everti nominavi no. Solum legere sit in. Solum velit nonumy ei per, id sed aeque dicit oportere. Ut vix nisl ceteros definitionem, unum praesent vel ei. Eos an vide falli causae, eum sensibus pericula an, mei lorem nulla epicuri ut.\n\nMea eu ceteros dissentiet, purto dicant suscipiantur duo ex. Quando putant ius te. At duo essent albucius efficiendi, ad aeterno eripuit est. Posidonium inciderint te his, qui te inani ignota detraxit. Ludus voluptua percipitur te mei, possit aperiam mel te. No mel probo solet, ius modo nulla iusto in, an deleniti appareat eam. Has erant zril ut, ut vis mentitum lobortis.\n\nPer impedit maiestatis cu. Nisl placerat antiopam quo an. An atqui expetenda qui, eum eu maiorum appellantur. Ne essent convenire qualisque quo, no his illud impetus meliore, qui an probo dicit salutandi.','Treating The Olive Trees Like Grapevines','Olive trees can be grown almost everywhere if you protect them during severe winters. You can even grow them in containers and bring indoors before the frost.','publish','open','open','','treating-the-olive-trees-like-grapevines','','','2021-10-18 08:40:21','2021-10-18 08:40:21','',0,'https://ipekyonetim.com/?p=98',0,'post','',0),
(101,1,'2016-06-10 14:02:37','2016-06-10 14:02:37','[vc_row][vc_column][trx_columns count=\"3\" margins=\"\" top=\"huge\" bottom=\"huge\"][trx_column_item][trx_image url=\"681\"][/trx_column_item][trx_column_item span=\"2\"][trx_title type=\"2\" align=\"left\" top=\"null\" bottom=\"null\"]Melissa Cox[/trx_title][trx_title type=\"5\" align=\"left\" top=\"null\" bottom=\"null\"]A grower[/trx_title][vc_column_text]Lorem ipsum dolor sit amet, ctetuer adipiscing elit. Praesent vestibullestie lacus. Phasellus portce sus. cipit varius mi. Cum sociis natoq ibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla dui. Fusce feugiat malesuada odio. Morbi nunc odio, gravida at, cursus nec, luctus a, lorem. Maecenas tristique orci ac sem. Duis ultricies pharetra magna.\n\nPhone: <a href=\"tel:0123 456 78 91\">0123 456 78 91</a>\nMail: <a href=\"mailto:name@mail.com\">name@mail.com</a>[/vc_column_text][trx_skills width=\"47%\" top=\"small\"][trx_skills_item title=\"Organic\" value=\"95%\" color=\"#ffd933\" style=\"1\"][/trx_skills_item][trx_skills_item title=\"Natural\" value=\"75%\" color=\"#ffd933\" style=\"1\"][/trx_skills_item][trx_skills_item title=\"Healty\" value=\"82%\" color=\"#ffd933\" style=\"1\"][/trx_skills_item][/trx_skills][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1467198665778{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;}\"][vc_column][trx_title align=\"center\" css=\"line-height:1.2;\" top=\"huge\" bottom=\"huge\"]<span style=\"color: #ffffff;\">Enjoy Our Lavish Olive Oils And</span>\n<span style=\"color: #ffffff;\">Balsamic Vinegars!</span>[/trx_title][/vc_column][/vc_row][vc_row][vc_column][trx_section align=\"center\" columns=\"1_2\" top=\"huge\" bottom=\"huge\"][vc_empty_space height=\"1.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"tiny\"]Drop A Line[/trx_title][vc_empty_space height=\"0.5em\"][contact-form-7 id=\"733\"][/trx_section][/vc_column][/vc_row]','Melissa Cox','','publish','closed','closed','','melissa-cox','','','2024-08-05 09:04:16','2024-08-05 09:04:16','',0,'https://ipekyonetim.com/?post_type=team&p=101',0,'team','',0),
(103,1,'2016-06-10 14:05:10','2016-06-10 14:05:10','[vc_row][vc_column][trx_columns count=\"3\" margins=\"\" top=\"huge\" bottom=\"huge\"][trx_column_item][trx_image url=\"680\"][/trx_column_item][trx_column_item span=\"2\"][trx_title type=\"2\" align=\"left\" top=\"null\" bottom=\"null\"]Joe Carter[/trx_title][trx_title type=\"5\" align=\"left\" top=\"null\" bottom=\"null\"]A grower[/trx_title][vc_column_text]Lorem ipsum dolor sit amet, ctetuer adipiscing elit. Praesent vestibullestie lacus. Phasellus portce sus. cipit varius mi. Cum sociis natoq ibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla dui. Fusce feugiat malesuada odio. Morbi nunc odio, gravida at, cursus nec, luctus a, lorem. Maecenas tristique orci ac sem. Duis ultricies pharetra magna.\n\nPhone: <a href=\"tel:0123 456 78 91\">0123 456 78 91</a>\nMail: <a href=\"mailto:name@mail.com\">name@mail.com</a>[/vc_column_text][trx_skills width=\"47%\" top=\"small\"][trx_skills_item title=\"Organic\" value=\"95%\" color=\"#ffd933\" style=\"1\"][/trx_skills_item][trx_skills_item title=\"Natural\" value=\"75%\" color=\"#ffd933\" style=\"1\"][/trx_skills_item][trx_skills_item title=\"Healty\" value=\"82%\" color=\"#ffd933\" style=\"1\"][/trx_skills_item][/trx_skills][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1467198665778{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;}\"][vc_column][trx_title align=\"center\" css=\"line-height:1.2;\" top=\"huge\" bottom=\"huge\"]<span style=\"color: #ffffff;\">Enjoy Our Lavish Olive Oils And</span>\n<span style=\"color: #ffffff;\">Balsamic Vinegars!</span>[/trx_title][/vc_column][/vc_row][vc_row][vc_column][trx_section align=\"center\" columns=\"1_2\" top=\"huge\" bottom=\"huge\"][vc_empty_space height=\"1.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"tiny\"]Drop A Line[/trx_title][vc_empty_space height=\"0.5em\"][contact-form-7 id=\"733\"][/trx_section][/vc_column][/vc_row]','Joe Carter','','publish','closed','closed','','joe-carter','','','2024-08-05 09:03:47','2024-08-05 09:03:47','',0,'https://ipekyonetim.com/?post_type=team&p=103',0,'team','',0),
(105,1,'2016-06-10 14:05:53','2016-06-10 14:05:53','[vc_row][vc_column][trx_columns count=\"3\" margins=\"\" top=\"huge\" bottom=\"huge\"][trx_column_item][trx_image url=\"679\"][/trx_column_item][trx_column_item span=\"2\"][trx_title type=\"2\" align=\"left\" top=\"null\" bottom=\"null\"]Laura Palmer[/trx_title][trx_title type=\"5\" align=\"left\" top=\"null\" bottom=\"null\"]A grower[/trx_title][vc_column_text]Lorem ipsum dolor sit amet, ctetuer adipiscing elit. Praesent vestibullestie lacus. Phasellus portce sus. cipit varius mi. Cum sociis natoq ibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla dui. Fusce feugiat malesuada odio. Morbi nunc odio, gravida at, cursus nec, luctus a, lorem. Maecenas tristique orci ac sem. Duis ultricies pharetra magna.\n\nPhone: <a href=\"tel:0123 456 78 91\">0123 456 78 91</a>\nMail: <a href=\"mailto:name@mail.com\">name@mail.com</a>[/vc_column_text][trx_skills width=\"47%\" top=\"small\"][trx_skills_item title=\"Organic\" value=\"95%\" color=\"#ffd933\" style=\"1\"][/trx_skills_item][trx_skills_item title=\"Natural\" value=\"75%\" color=\"#ffd933\" style=\"1\"][/trx_skills_item][trx_skills_item title=\"Healty\" value=\"82%\" color=\"#ffd933\" style=\"1\"][/trx_skills_item][/trx_skills][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1467198665778{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;}\"][vc_column][trx_title align=\"center\" css=\"line-height:1.2;\" top=\"huge\" bottom=\"huge\"]<span style=\"color: #ffffff;\">Enjoy Our Lavish Olive Oils And</span>\n<span style=\"color: #ffffff;\">Balsamic Vinegars!</span>[/trx_title][/vc_column][/vc_row][vc_row][vc_column][trx_section align=\"center\" columns=\"1_2\" top=\"huge\" bottom=\"huge\"][vc_empty_space height=\"1.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"tiny\"]Drop A Line[/trx_title][vc_empty_space height=\"0.5em\"][contact-form-7 id=\"733\"][/trx_section][/vc_column][/vc_row]','Laura Palmer','','publish','closed','closed','','laura-palmer','','','2024-08-05 09:03:25','2024-08-05 09:03:25','',0,'https://ipekyonetim.com/?post_type=team&p=105',0,'team','',0),
(107,1,'2016-06-10 14:07:12','2016-06-10 14:07:12','[vc_row][vc_column][trx_columns count=\"3\" margins=\"\" top=\"huge\" bottom=\"huge\"][trx_column_item][trx_image url=\"678\"][/trx_column_item][trx_column_item span=\"2\"][trx_title type=\"2\" align=\"left\" top=\"null\" bottom=\"null\"]Nathan Smith[/trx_title][trx_title type=\"5\" align=\"left\" top=\"null\" bottom=\"null\"]A grower[/trx_title][vc_column_text]Lorem ipsum dolor sit amet, ctetuer adipiscing elit. Praesent vestibullestie lacus. Phasellus portce sus. cipit varius mi. Cum sociis natoq ibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla dui. Fusce feugiat malesuada odio. Morbi nunc odio, gravida at, cursus nec, luctus a, lorem. Maecenas tristique orci ac sem. Duis ultricies pharetra magna.\n\nPhone: <a href=\"tel:0123 456 78 91\">0123 456 78 91</a>\nMail: <a href=\"mailto:name@mail.com\">name@mail.com</a>[/vc_column_text][trx_skills width=\"47%\" top=\"small\"][trx_skills_item title=\"Organic\" value=\"95%\" color=\"#ffd933\" style=\"1\"][/trx_skills_item][trx_skills_item title=\"Natural\" value=\"75%\" color=\"#ffd933\" style=\"1\"][/trx_skills_item][trx_skills_item title=\"Healty\" value=\"82%\" color=\"#ffd933\" style=\"1\"][/trx_skills_item][/trx_skills][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1467198665778{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;}\"][vc_column][trx_title align=\"center\" css=\"line-height:1.2;\" top=\"huge\" bottom=\"huge\"]<span style=\"color: #ffffff;\">Enjoy Our Lavish Olive Oils And</span>\n<span style=\"color: #ffffff;\">Balsamic Vinegars!</span>[/trx_title][/vc_column][/vc_row][vc_row][vc_column][trx_section align=\"center\" columns=\"1_2\" top=\"huge\" bottom=\"huge\"][vc_empty_space height=\"1.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"tiny\"]Drop A Line[/trx_title][vc_empty_space height=\"0.5em\"][contact-form-7 id=\"733\"][/trx_section][/vc_column][/vc_row]','Nathan Smith','','publish','closed','closed','','nathan-smith','','','2024-08-05 09:03:11','2024-08-05 09:03:11','',0,'https://ipekyonetim.com/?post_type=team&p=107',0,'team','',0),
(109,1,'2016-06-10 14:36:53','2016-06-10 14:36:53','','Client 1','','publish','open','closed','','client-1','','','2016-06-10 14:36:53','2016-06-10 14:36:53','',0,'https://ipekyonetim.com/?post_type=clients&p=109',0,'clients','',0),
(110,1,'2016-06-10 14:36:48','2016-06-10 14:36:48','','client-3','','inherit','open','closed','','client-3','','','2016-06-10 14:36:48','2016-06-10 14:36:48','',109,'https://ipekyonetim.com/wp-content/uploads/2016/06/client-3.png',0,'attachment','image/png',0),
(111,1,'2016-06-10 14:37:17','2016-06-10 14:37:17','','Client 2','','publish','open','closed','','client-2','','','2016-06-10 14:37:17','2016-06-10 14:37:17','',0,'https://ipekyonetim.com/?post_type=clients&p=111',0,'clients','',0),
(112,1,'2016-06-10 14:37:14','2016-06-10 14:37:14','','client-1','','inherit','open','closed','','client-1-2','','','2016-06-10 14:37:14','2016-06-10 14:37:14','',111,'https://ipekyonetim.com/wp-content/uploads/2016/06/client-1.png',0,'attachment','image/png',0),
(113,1,'2016-06-10 14:37:44','2016-06-10 14:37:44','','Client 3','','publish','open','closed','','client-3','','','2016-06-10 14:37:44','2016-06-10 14:37:44','',0,'https://ipekyonetim.com/?post_type=clients&p=113',0,'clients','',0),
(114,1,'2016-06-10 14:37:41','2016-06-10 14:37:41','','client-2','','inherit','open','closed','','client-2-2','','','2016-06-10 14:37:41','2016-06-10 14:37:41','',113,'https://ipekyonetim.com/wp-content/uploads/2016/06/client-2.png',0,'attachment','image/png',0),
(115,1,'2016-06-10 14:38:08','2016-06-10 14:38:08','','Client 4','','publish','open','closed','','client-4','','','2016-06-10 14:38:08','2016-06-10 14:38:08','',0,'https://ipekyonetim.com/?post_type=clients&p=115',0,'clients','',0),
(116,1,'2016-06-10 14:38:05','2016-06-10 14:38:05','','client-4','','inherit','open','closed','','client-4','','','2016-06-10 14:38:05','2016-06-10 14:38:05','',115,'https://ipekyonetim.com/wp-content/uploads/2016/06/client-4.png',0,'attachment','image/png',0),
(117,1,'2016-06-10 14:38:33','2016-06-10 14:38:33','','Client 5','','publish','open','closed','','client-5','','','2016-06-10 14:38:33','2016-06-10 14:38:33','',0,'https://ipekyonetim.com/?post_type=clients&p=117',0,'clients','',0),
(118,1,'2016-06-10 14:38:30','2016-06-10 14:38:30','','client-5','','inherit','open','closed','','client-5','','','2016-06-10 14:38:30','2016-06-10 14:38:30','',117,'https://ipekyonetim.com/wp-content/uploads/2016/06/client-5.png',0,'attachment','image/png',0),
(119,1,'2016-06-10 14:38:56','2016-06-10 14:38:56','','Client 6','','publish','open','closed','','client-6','','','2016-06-10 14:38:56','2016-06-10 14:38:56','',0,'https://ipekyonetim.com/?post_type=clients&p=119',0,'clients','',0),
(120,1,'2016-06-10 14:38:53','2016-06-10 14:38:53','','client-6','','inherit','open','closed','','client-6','','','2016-06-10 14:38:53','2016-06-10 14:38:53','',119,'https://ipekyonetim.com/wp-content/uploads/2016/06/client-6.png',0,'attachment','image/png',0),
(121,1,'2016-06-13 09:52:54','2016-06-13 09:52:54','Lorem ipsum dolor sit amet, nominati sapientem scriptorem est ex, te ius sonet graeco constituam. Cu dicam nullam intellegam has, cu vis splendide aliquando. Oporteat prodesset ex sed. Qui amet lobortis et. Sed alii expetenda accommodare ut, vix amet propriae dissentiet ea, ne duo vide mundi.\n\nUt vix quodsi forensibus, eu odio propriae volutpat per. Ea debitis argumentum mea. Ius gloriatur adolescens in, pri quot nostro te. Has et erant causae definitiones. Mel ei nostrud appellantur, has id accusam menandri quaestio.\n\nAt fugit laboramus his. Dolore labitur theophrastus vis ei, no tantas accusam vim, ut his facilis facilisis. Pri ad dicant officiis accusamus, iuvaret periculis ei est. Tollit iudicabit et pri, mei sint admodum no. Albucius atomorum no est, ridens alienum blandit nam et. Vim at officiis platonem, sit ad expetenda disputationi.\n\nNemore cotidieque has ut, ludus saepe ad sed, inani vidisse gubergren ei usu. Mei ei saperet salutatus omittantur, ne sit quem delicatissimi, sumo deterruisset est et. Augue antiopam eos id, no eum quis ridens. Eam ad timeam appetere. Ne modo temporibus necessitatibus mei, mea petentium intellegebat id.\n\nId elitr pertinacia eos, an mel augue putent, mei delicata tincidunt efficiantur et. No duo quem justo accusam. Nisl velit ea pro, cu facete suavitate mnesarchum sea. Suas reque aliquam has ut, cu mei meis falli, graeco recusabo mea ne. Dico utinam antiopam cu eam, vel ut enim scaevola.','Extraordinary Taste','We produce every day the extraordinary just-pressed organic olive oil.','publish','closed','closed','','extraordinary-taste','','','2016-06-30 07:58:48','2016-06-30 07:58:48','',0,'https://ipekyonetim.com/?post_type=services&p=121',0,'services','',0),
(122,1,'2016-06-13 09:52:24','2016-06-13 09:52:24','','image-21','','inherit','open','closed','','image-21','','','2016-06-13 09:52:24','2016-06-13 09:52:24','',121,'https://ipekyonetim.com/wp-content/uploads/2016/06/image-21.jpg',0,'attachment','image/jpeg',0),
(123,1,'2016-06-13 09:54:43','2016-06-13 09:54:43','Lorem ipsum dolor sit amet, nominati sapientem scriptorem est ex, te ius sonet graeco constituam. Cu dicam nullam intellegam has, cu vis splendide aliquando. Oporteat prodesset ex sed. Qui amet lobortis et. Sed alii expetenda accommodare ut, vix amet propriae dissentiet ea, ne duo vide mundi.\n\nUt vix quodsi forensibus, eu odio propriae volutpat per. Ea debitis argumentum mea. Ius gloriatur adolescens in, pri quot nostro te. Has et erant causae definitiones. Mel ei nostrud appellantur, has id accusam menandri quaestio.\n\nAt fugit laboramus his. Dolore labitur theophrastus vis ei, no tantas accusam vim, ut his facilis facilisis. Pri ad dicant officiis accusamus, iuvaret periculis ei est. Tollit iudicabit et pri, mei sint admodum no. Albucius atomorum no est, ridens alienum blandit nam et. Vim at officiis platonem, sit ad expetenda disputationi.\n\nNemore cotidieque has ut, ludus saepe ad sed, inani vidisse gubergren ei usu. Mei ei saperet salutatus omittantur, ne sit quem delicatissimi, sumo deterruisset est et. Augue antiopam eos id, no eum quis ridens. Eam ad timeam appetere. Ne modo temporibus necessitatibus mei, mea petentium intellegebat id.\n\nId elitr pertinacia eos, an mel augue putent, mei delicata tincidunt efficiantur et. No duo quem justo accusam. Nisl velit ea pro, cu facete suavitate mnesarchum sea. Suas reque aliquam has ut, cu mei meis falli, graeco recusabo mea ne. Dico utinam antiopam cu eam, vel ut enim scaevola.','Health Benefits','The health benefits of olive oil are unrivaled, and research reveals new every day.','publish','closed','closed','','health-benefits','','','2016-06-30 07:58:21','2016-06-30 07:58:21','',0,'https://ipekyonetim.com/?post_type=services&p=123',0,'services','',0),
(124,1,'2016-06-13 09:54:37','2016-06-13 09:54:37','','image-20','','inherit','open','closed','','image-20','','','2016-06-13 09:54:37','2016-06-13 09:54:37','',123,'https://ipekyonetim.com/wp-content/uploads/2016/06/image-20.jpg',0,'attachment','image/jpeg',0),
(125,1,'2016-06-13 09:56:41','2016-06-13 09:56:41','Lorem ipsum dolor sit amet, nominati sapientem scriptorem est ex, te ius sonet graeco constituam. Cu dicam nullam intellegam has, cu vis splendide aliquando. Oporteat prodesset ex sed. Qui amet lobortis et. Sed alii expetenda accommodare ut, vix amet propriae dissentiet ea, ne duo vide mundi.\n\nUt vix quodsi forensibus, eu odio propriae volutpat per. Ea debitis argumentum mea. Ius gloriatur adolescens in, pri quot nostro te. Has et erant causae definitiones. Mel ei nostrud appellantur, has id accusam menandri quaestio.\n\nAt fugit laboramus his. Dolore labitur theophrastus vis ei, no tantas accusam vim, ut his facilis facilisis. Pri ad dicant officiis accusamus, iuvaret periculis ei est. Tollit iudicabit et pri, mei sint admodum no. Albucius atomorum no est, ridens alienum blandit nam et. Vim at officiis platonem, sit ad expetenda disputationi.\n\nNemore cotidieque has ut, ludus saepe ad sed, inani vidisse gubergren ei usu. Mei ei saperet salutatus omittantur, ne sit quem delicatissimi, sumo deterruisset est et. Augue antiopam eos id, no eum quis ridens. Eam ad timeam appetere. Ne modo temporibus necessitatibus mei, mea petentium intellegebat id.\n\nId elitr pertinacia eos, an mel augue putent, mei delicata tincidunt efficiantur et. No duo quem justo accusam. Nisl velit ea pro, cu facete suavitate mnesarchum sea. Suas reque aliquam has ut, cu mei meis falli, graeco recusabo mea ne. Dico utinam antiopam cu eam, vel ut enim scaevola.','Special Oils','The taste, the aroma and the natural ingredients of olive oils are kept unaltered.','publish','closed','closed','','special-oils','','','2016-06-30 07:58:04','2016-06-30 07:58:04','',0,'https://ipekyonetim.com/?post_type=services&p=125',0,'services','',0),
(126,1,'2016-06-13 09:58:24','2016-06-13 09:58:24','Lorem ipsum dolor sit amet, nominati sapientem scriptorem est ex, te ius sonet graeco constituam. Cu dicam nullam intellegam has, cu vis splendide aliquando. Oporteat prodesset ex sed. Qui amet lobortis et. Sed alii expetenda accommodare ut, vix amet propriae dissentiet ea, ne duo vide mundi.\r\n\r\nUt vix quodsi forensibus, eu odio propriae volutpat per. Ea debitis argumentum mea. Ius gloriatur adolescens in, pri quot nostro te. Has et erant causae definitiones. Mel ei nostrud appellantur, has id accusam menandri quaestio.\r\n\r\nAt fugit laboramus his. Dolore labitur theophrastus vis ei, no tantas accusam vim, ut his facilis facilisis. Pri ad dicant officiis accusamus, iuvaret periculis ei est. Tollit iudicabit et pri, mei sint admodum no. Albucius atomorum no est, ridens alienum blandit nam et. Vim at officiis platonem, sit ad expetenda disputationi.\r\n\r\nNemore cotidieque has ut, ludus saepe ad sed, inani vidisse gubergren ei usu. Mei ei saperet salutatus omittantur, ne sit quem delicatissimi, sumo deterruisset est et. Augue antiopam eos id, no eum quis ridens. Eam ad timeam appetere. Ne modo temporibus necessitatibus mei, mea petentium intellegebat id.\r\n\r\nId elitr pertinacia eos, an mel augue putent, mei delicata tincidunt efficiantur et. No duo quem justo accusam. Nisl velit ea pro, cu facete suavitate mnesarchum sea. Suas reque aliquam has ut, cu mei meis falli, graeco recusabo mea ne. Dico utinam antiopam cu eam, vel ut enim scaevola.','Extra Virgin','Doğal katkısız sızma zeytinyağı ile sağlığınıza sağlık katar','publish','closed','closed','','extra-virgin-2','','','2025-03-19 21:00:11','2025-03-19 21:00:11','',0,'https://ipekyonetim.com/?post_type=services&p=126',0,'services','',0),
(127,1,'2016-06-13 10:00:06','2016-06-13 10:00:06','Lorem ipsum dolor sit amet, nominati sapientem scriptorem est ex, te ius sonet graeco constituam. Cu dicam nullam intellegam has, cu vis splendide aliquando. Oporteat prodesset ex sed. Qui amet lobortis et. Sed alii expetenda accommodare ut, vix amet propriae dissentiet ea, ne duo vide mundi.\n\nUt vix quodsi forensibus, eu odio propriae volutpat per. Ea debitis argumentum mea. Ius gloriatur adolescens in, pri quot nostro te. Has et erant causae definitiones. Mel ei nostrud appellantur, has id accusam menandri quaestio.\n\nAt fugit laboramus his. Dolore labitur theophrastus vis ei, no tantas accusam vim, ut his facilis facilisis. Pri ad dicant officiis accusamus, iuvaret periculis ei est. Tollit iudicabit et pri, mei sint admodum no. Albucius atomorum no est, ridens alienum blandit nam et. Vim at officiis platonem, sit ad expetenda disputationi.\n\nNemore cotidieque has ut, ludus saepe ad sed, inani vidisse gubergren ei usu. Mei ei saperet salutatus omittantur, ne sit quem delicatissimi, sumo deterruisset est et. Augue antiopam eos id, no eum quis ridens. Eam ad timeam appetere. Ne modo temporibus necessitatibus mei, mea petentium intellegebat id.\n\nId elitr pertinacia eos, an mel augue putent, mei delicata tincidunt efficiantur et. No duo quem justo accusam. Nisl velit ea pro, cu facete suavitate mnesarchum sea. Suas reque aliquam has ut, cu mei meis falli, graeco recusabo mea ne. Dico utinam antiopam cu eam, vel ut enim scaevola.','Gourmet Salts','Huge selection of gourmet salts for every flavor profile. Our variety of culinary sea salts add an impressive finishing touch to any meal.','publish','closed','closed','','gourmet-salts','','','2016-07-01 14:39:44','2016-07-01 14:39:44','',0,'https://ipekyonetim.com/?post_type=services&p=127',0,'services','',0),
(128,1,'2016-06-13 09:59:57','2016-06-13 09:59:57','','image-9','','inherit','open','closed','','image-9','','','2016-06-13 09:59:57','2016-06-13 09:59:57','',127,'https://ipekyonetim.com/wp-content/uploads/2016/06/image-9.jpg',0,'attachment','image/jpeg',0),
(129,1,'2016-06-13 10:01:01','2016-06-13 10:01:01','Lorem ipsum dolor sit amet, nominati sapientem scriptorem est ex, te ius sonet graeco constituam. Cu dicam nullam intellegam has, cu vis splendide aliquando. Oporteat prodesset ex sed. Qui amet lobortis et. Sed alii expetenda accommodare ut, vix amet propriae dissentiet ea, ne duo vide mundi.\n\nUt vix quodsi forensibus, eu odio propriae volutpat per. Ea debitis argumentum mea. Ius gloriatur adolescens in, pri quot nostro te. Has et erant causae definitiones. Mel ei nostrud appellantur, has id accusam menandri quaestio.\n\nAt fugit laboramus his. Dolore labitur theophrastus vis ei, no tantas accusam vim, ut his facilis facilisis. Pri ad dicant officiis accusamus, iuvaret periculis ei est. Tollit iudicabit et pri, mei sint admodum no. Albucius atomorum no est, ridens alienum blandit nam et. Vim at officiis platonem, sit ad expetenda disputationi.\n\nNemore cotidieque has ut, ludus saepe ad sed, inani vidisse gubergren ei usu. Mei ei saperet salutatus omittantur, ne sit quem delicatissimi, sumo deterruisset est et. Augue antiopam eos id, no eum quis ridens. Eam ad timeam appetere. Ne modo temporibus necessitatibus mei, mea petentium intellegebat id.\n\nId elitr pertinacia eos, an mel augue putent, mei delicata tincidunt efficiantur et. No duo quem justo accusam. Nisl velit ea pro, cu facete suavitate mnesarchum sea. Suas reque aliquam has ut, cu mei meis falli, graeco recusabo mea ne. Dico utinam antiopam cu eam, vel ut enim scaevola.','Aged Balsamic Vinegar','Balsamic vinegar is rich and has a complex flavour that balances the sweet and sour elements of the cooked grape juice with hints of wood.','publish','closed','closed','','aged-balsamic-vinegar','','','2016-07-01 14:37:43','2016-07-01 14:37:43','',0,'https://ipekyonetim.com/?post_type=services&p=129',0,'services','',0),
(130,1,'2016-06-13 10:02:13','2016-06-13 10:02:13','Lorem ipsum dolor sit amet, nominati sapientem scriptorem est ex, te ius sonet graeco constituam. Cu dicam nullam intellegam has, cu vis splendide aliquando. Oporteat prodesset ex sed. Qui amet lobortis et. Sed alii expetenda accommodare ut, vix amet propriae dissentiet ea, ne duo vide mundi.\n\nUt vix quodsi forensibus, eu odio propriae volutpat per. Ea debitis argumentum mea. Ius gloriatur adolescens in, pri quot nostro te. Has et erant causae definitiones. Mel ei nostrud appellantur, has id accusam menandri quaestio.\n\nAt fugit laboramus his. Dolore labitur theophrastus vis ei, no tantas accusam vim, ut his facilis facilisis. Pri ad dicant officiis accusamus, iuvaret periculis ei est. Tollit iudicabit et pri, mei sint admodum no. Albucius atomorum no est, ridens alienum blandit nam et. Vim at officiis platonem, sit ad expetenda disputationi.\n\nNemore cotidieque has ut, ludus saepe ad sed, inani vidisse gubergren ei usu. Mei ei saperet salutatus omittantur, ne sit quem delicatissimi, sumo deterruisset est et. Augue antiopam eos id, no eum quis ridens. Eam ad timeam appetere. Ne modo temporibus necessitatibus mei, mea petentium intellegebat id.\n\nId elitr pertinacia eos, an mel augue putent, mei delicata tincidunt efficiantur et. No duo quem justo accusam. Nisl velit ea pro, cu facete suavitate mnesarchum sea. Suas reque aliquam has ut, cu mei meis falli, graeco recusabo mea ne. Dico utinam antiopam cu eam, vel ut enim scaevola.','Extra Virgin Olive Oil','Olive oil is made simply by crushing olives and extracting the juice. It is the only cooking oil that is made without the use of chemicals.','publish','closed','closed','','extra-virgin-olive-oil','','','2016-07-01 14:36:19','2016-07-01 14:36:19','',0,'https://ipekyonetim.com/?post_type=services&p=130',0,'services','',0),
(131,1,'2016-06-13 10:04:06','2016-06-13 10:04:06','[vc_row][vc_column][trx_image url=\"25\"][trx_title type=\"2\" top=\"huge\" bottom=\"large\"]Organic Only[/trx_title][vc_empty_space height=\"1em\"][vc_column_text]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nSed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. nemo enim ipsam voluptatem, quia voluptas sit, aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos, qui ratione voluptatem sequi nesciunt, neque porro quisquam est, qui dolorem ipsum, quia dolor sit, amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt, ut labore et dolore magnam aliquam quaerat voluptatem. ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? quis autem vel eum iure reprehenderit, qui in ea voluptate velit esse, quam nihil molestiae consequatur, vel illum, qui dolorem eum fugiat, quo voluptas nulla pariatur?\n\nNibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][trx_section top=\"huge\" bottom=\"large\"][products columns=\"3\" orderby=\"date\" order=\"ASC\" ids=\"148, 150, 152\"][/trx_section][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.[/vc_column_text][trx_button size=\"medium\" align=\"left\" link=\"/shop/\" top=\"huge\" bottom=\"medium\"]Go to shop[/trx_button][/vc_column][/vc_row]','Organic Only','We produce high quality organic olive oil because we use only eco-friendly products.','publish','closed','closed','','organic-only','','','2016-06-29 13:52:06','2016-06-29 13:52:06','',0,'https://ipekyonetim.com/?post_type=services&p=131',0,'services','',0),
(132,1,'2016-06-13 10:04:57','2016-06-13 10:04:57','[vc_row][vc_column][trx_image url=\"22\"][trx_title type=\"2\" top=\"huge\" bottom=\"large\"]High Quality[/trx_title][vc_empty_space height=\"1em\"][vc_column_text]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nSed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. nemo enim ipsam voluptatem, quia voluptas sit, aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos, qui ratione voluptatem sequi nesciunt, neque porro quisquam est, qui dolorem ipsum, quia dolor sit, amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt, ut labore et dolore magnam aliquam quaerat voluptatem. ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? quis autem vel eum iure reprehenderit, qui in ea voluptate velit esse, quam nihil molestiae consequatur, vel illum, qui dolorem eum fugiat, quo voluptas nulla pariatur?\n\nNibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][trx_section top=\"huge\" bottom=\"large\"][products columns=\"3\" orderby=\"date\" order=\"ASC\" ids=\"148, 150, 152\"][/trx_section][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.[/vc_column_text][trx_button size=\"medium\" align=\"left\" link=\"/shop/\" top=\"huge\" bottom=\"medium\"]Go to shop[/trx_button][/vc_column][/vc_row]','High Quality','A high quality extra virgin olive oil is perfect as a condiment for fish, meat and vegetables.','publish','closed','closed','','high-quality','','','2016-07-01 14:31:17','2016-07-01 14:31:17','',0,'https://ipekyonetim.com/?post_type=services&p=132',0,'services','',0),
(133,1,'2016-06-13 10:05:49','2016-06-13 10:05:49','[vc_row][vc_column][trx_image url=\"52\"][trx_title type=\"2\" top=\"huge\" bottom=\"large\"]A Delicate Blend[/trx_title][vc_empty_space height=\"1em\"][vc_column_text]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nSed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. nemo enim ipsam voluptatem, quia voluptas sit, aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos, qui ratione voluptatem sequi nesciunt, neque porro quisquam est, qui dolorem ipsum, quia dolor sit, amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt, ut labore et dolore magnam aliquam quaerat voluptatem. ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? quis autem vel eum iure reprehenderit, qui in ea voluptate velit esse, quam nihil molestiae consequatur, vel illum, qui dolorem eum fugiat, quo voluptas nulla pariatur?\n\nNibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][trx_section top=\"huge\" bottom=\"large\"][products columns=\"3\" orderby=\"date\" order=\"ASC\" ids=\"148, 150, 152\"][/trx_section][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.[/vc_column_text][trx_button size=\"medium\" align=\"left\" link=\"/shop/\" top=\"huge\" bottom=\"medium\"]Go to shop[/trx_button][/vc_column][/vc_row]','A Delicate Blend','A delicate blending operation is required to ensure our olive oil has a perfect balance.','publish','closed','closed','','a-delicate-blend','','','2016-07-01 14:30:32','2016-07-01 14:30:32','',0,'https://ipekyonetim.com/?post_type=services&p=133',0,'services','',0),
(134,1,'2016-06-13 10:07:03','2016-06-13 10:07:03','[vc_row][vc_column][trx_image url=\"34\"][trx_title type=\"2\" top=\"huge\" bottom=\"large\"]Original Taste[/trx_title][vc_empty_space height=\"1em\"][vc_column_text]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nSed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. nemo enim ipsam voluptatem, quia voluptas sit, aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos, qui ratione voluptatem sequi nesciunt, neque porro quisquam est, qui dolorem ipsum, quia dolor sit, amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt, ut labore et dolore magnam aliquam quaerat voluptatem. ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? quis autem vel eum iure reprehenderit, qui in ea voluptate velit esse, quam nihil molestiae consequatur, vel illum, qui dolorem eum fugiat, quo voluptas nulla pariatur?\n\nNibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][trx_section top=\"huge\" bottom=\"large\"][products columns=\"3\" orderby=\"date\" order=\"ASC\" ids=\"148, 150, 152\"][/trx_section][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.[/vc_column_text][trx_button size=\"medium\" align=\"left\" link=\"/shop/\" top=\"huge\" bottom=\"medium\"]Go to shop[/trx_button][/vc_column][/vc_row]','Original Taste','The taste, the aroma and the natural ingredients of olive oils are kept unaltered.','publish','closed','closed','','original-taste','','','2016-06-29 13:43:22','2016-06-29 13:43:22','',0,'https://ipekyonetim.com/?post_type=services&p=134',0,'services','',0),
(135,1,'2016-06-13 10:07:52','2016-06-13 10:07:52','[vc_row][vc_column][trx_image url=\"37\"][trx_title type=\"2\" top=\"huge\" bottom=\"large\"]New Harvest[/trx_title][vc_empty_space height=\"1em\"][vc_column_text]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nSed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. nemo enim ipsam voluptatem, quia voluptas sit, aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos, qui ratione voluptatem sequi nesciunt, neque porro quisquam est, qui dolorem ipsum, quia dolor sit, amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt, ut labore et dolore magnam aliquam quaerat voluptatem. ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? quis autem vel eum iure reprehenderit, qui in ea voluptate velit esse, quam nihil molestiae consequatur, vel illum, qui dolorem eum fugiat, quo voluptas nulla pariatur?\n\nNibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][trx_section top=\"huge\" bottom=\"large\"][products columns=\"3\" orderby=\"date\" order=\"ASC\" ids=\"148, 150, 152\"][/trx_section][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.[/vc_column_text][trx_button size=\"medium\" align=\"left\" link=\"/shop/\" top=\"huge\" bottom=\"medium\"]Go to shop[/trx_button][/vc_column][/vc_row]','New Harvest','Harvest oil is dedicated to providing you high quality ultra premium olive oils and vinegar.','publish','closed','closed','','new-harvest','','','2016-06-29 13:41:27','2016-06-29 13:41:27','',0,'https://ipekyonetim.com/?post_type=services&p=135',0,'services','',0),
(137,1,'2016-06-13 10:09:27','2016-06-13 10:09:27','[vc_row][vc_column][trx_image url=\"28\"][trx_title type=\"2\" top=\"huge\" bottom=\"large\"]Extra Virgin[/trx_title][vc_empty_space height=\"1em\"][vc_column_text]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nSed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. nemo enim ipsam voluptatem, quia voluptas sit, aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos, qui ratione voluptatem sequi nesciunt, neque porro quisquam est, qui dolorem ipsum, quia dolor sit, amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt, ut labore et dolore magnam aliquam quaerat voluptatem. ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? quis autem vel eum iure reprehenderit, qui in ea voluptate velit esse, quam nihil molestiae consequatur, vel illum, qui dolorem eum fugiat, quo voluptas nulla pariatur?\n\nNibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][trx_section top=\"huge\" bottom=\"large\"][products columns=\"3\" orderby=\"date\" order=\"ASC\" ids=\"148, 150, 152\"][/trx_section][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.[/vc_column_text][trx_button size=\"medium\" align=\"left\" link=\"/shop/\" top=\"huge\" bottom=\"medium\"]Go to shop[/trx_button][/vc_column][/vc_row]','Extra Virgin','Olive oil comes from unadulterated oil production only, and is of higher quality.','publish','closed','closed','','extra-virgin','','','2016-07-01 14:28:39','2016-07-01 14:28:39','',0,'https://ipekyonetim.com/?post_type=services&p=137',0,'services','',0),
(138,1,'2016-06-13 10:31:50','2016-06-13 10:31:50','Lorem ipsum dolor sit amet, nominati sapientem scriptorem est ex, te ius sonet graeco constituam. Cu dicam nullam intellegam has, cu vis splendide aliquando. Oporteat prodesset ex sed. Qui amet lobortis et. Sed alii expetenda accommodare ut, vix amet propriae dissentiet ea, ne duo vide mundi.\n\nUt vix quodsi forensibus, eu odio propriae volutpat per. Ea debitis argumentum mea. Ius gloriatur adolescens in, pri quot nostro te. Has et erant causae definitiones. Mel ei nostrud appellantur, has id accusam menandri quaestio.\n\nAt fugit laboramus his. Dolore labitur theophrastus vis ei, no tantas accusam vim, ut his facilis facilisis. Pri ad dicant officiis accusamus, iuvaret periculis ei est. Tollit iudicabit et pri, mei sint admodum no. Albucius atomorum no est, ridens alienum blandit nam et. Vim at officiis platonem, sit ad expetenda disputationi.\n\nNemore cotidieque has ut, ludus saepe ad sed, inani vidisse gubergren ei usu. Mei ei saperet salutatus omittantur, ne sit quem delicatissimi, sumo deterruisset est et. Augue antiopam eos id, no eum quis ridens. Eam ad timeam appetere. Ne modo temporibus necessitatibus mei, mea petentium intellegebat id.\n\nId elitr pertinacia eos, an mel augue putent, mei delicata tincidunt efficiantur et. No duo quem justo accusam. Nisl velit ea pro, cu facete suavitate mnesarchum sea. Suas reque aliquam has ut, cu mei meis falli, graeco recusabo mea ne. Dico utinam antiopam cu eam, vel ut enim scaevola.','Prevents Blood Clotting','Olive oil can reduce the risk of heart attacks and stroke, also improve blood clotting.','publish','closed','closed','','prevents-blood-clotting','','','2016-06-17 09:15:05','2016-06-17 09:15:05','',0,'https://ipekyonetim.com/?post_type=services&p=138',0,'services','',0),
(139,1,'2016-06-13 11:05:58','2016-06-13 11:05:58','Lorem ipsum dolor sit amet, nominati sapientem scriptorem est ex, te ius sonet graeco constituam. Cu dicam nullam intellegam has, cu vis splendide aliquando. Oporteat prodesset ex sed. Qui amet lobortis et. Sed alii expetenda accommodare ut, vix amet propriae dissentiet ea, ne duo vide mundi.\n\nUt vix quodsi forensibus, eu odio propriae volutpat per. Ea debitis argumentum mea. Ius gloriatur adolescens in, pri quot nostro te. Has et erant causae definitiones. Mel ei nostrud appellantur, has id accusam menandri quaestio.\n\nAt fugit laboramus his. Dolore labitur theophrastus vis ei, no tantas accusam vim, ut his facilis facilisis. Pri ad dicant officiis accusamus, iuvaret periculis ei est. Tollit iudicabit et pri, mei sint admodum no. Albucius atomorum no est, ridens alienum blandit nam et. Vim at officiis platonem, sit ad expetenda disputationi.\n\nNemore cotidieque has ut, ludus saepe ad sed, inani vidisse gubergren ei usu. Mei ei saperet salutatus omittantur, ne sit quem delicatissimi, sumo deterruisset est et. Augue antiopam eos id, no eum quis ridens. Eam ad timeam appetere. Ne modo temporibus necessitatibus mei, mea petentium intellegebat id.\n\nId elitr pertinacia eos, an mel augue putent, mei delicata tincidunt efficiantur et. No duo quem justo accusam. Nisl velit ea pro, cu facete suavitate mnesarchum sea. Suas reque aliquam has ut, cu mei meis falli, graeco recusabo mea ne. Dico utinam antiopam cu eam, vel ut enim scaevola.','Helps Digestion','Although high in calories, olive oil has shown to help reduce levels of obesity.','publish','closed','closed','','helps-digestion','','','2016-06-17 09:04:36','2016-06-17 09:04:36','',0,'https://ipekyonetim.com/?post_type=services&p=139',0,'services','',0),
(140,1,'2016-06-13 11:10:27','2016-06-13 11:10:27','Lorem ipsum dolor sit amet, nominati sapientem scriptorem est ex, te ius sonet graeco constituam. Cu dicam nullam intellegam has, cu vis splendide aliquando. Oporteat prodesset ex sed. Qui amet lobortis et. Sed alii expetenda accommodare ut, vix amet propriae dissentiet ea, ne duo vide mundi.\n\nUt vix quodsi forensibus, eu odio propriae volutpat per. Ea debitis argumentum mea. Ius gloriatur adolescens in, pri quot nostro te. Has et erant causae definitiones. Mel ei nostrud appellantur, has id accusam menandri quaestio.\n\nAt fugit laboramus his. Dolore labitur theophrastus vis ei, no tantas accusam vim, ut his facilis facilisis. Pri ad dicant officiis accusamus, iuvaret periculis ei est. Tollit iudicabit et pri, mei sint admodum no. Albucius atomorum no est, ridens alienum blandit nam et. Vim at officiis platonem, sit ad expetenda disputationi.\n\nNemore cotidieque has ut, ludus saepe ad sed, inani vidisse gubergren ei usu. Mei ei saperet salutatus omittantur, ne sit quem delicatissimi, sumo deterruisset est et. Augue antiopam eos id, no eum quis ridens. Eam ad timeam appetere. Ne modo temporibus necessitatibus mei, mea petentium intellegebat id.\n\nId elitr pertinacia eos, an mel augue putent, mei delicata tincidunt efficiantur et. No duo quem justo accusam. Nisl velit ea pro, cu facete suavitate mnesarchum sea. Suas reque aliquam has ut, cu mei meis falli, graeco recusabo mea ne. Dico utinam antiopam cu eam, vel ut enim scaevola.','Reduces Cholesterol Levels','The health benefits of olive oil include lower cholesterol levels in the your blood.','publish','closed','closed','','reduces-cholesterol-levels','','','2016-06-17 08:21:02','2016-06-17 08:21:02','',0,'https://ipekyonetim.com/?post_type=services&p=140',0,'services','',0),
(142,1,'2016-06-13 10:57:38','2016-06-13 10:57:38','Lorem ipsum dolor sit amet, nominati sapientem scriptorem est ex, te ius sonet graeco constituam. Cu dicam nullam intellegam has, cu vis splendide aliquando. Oporteat prodesset ex sed. Qui amet lobortis et. Sed alii expetenda accommodare ut, vix amet propriae dissentiet ea, ne duo vide mundi.\n\nUt vix quodsi forensibus, eu odio propriae volutpat per. Ea debitis argumentum mea. Ius gloriatur adolescens in, pri quot nostro te. Has et erant causae definitiones. Mel ei nostrud appellantur, has id accusam menandri quaestio.\n\nAt fugit laboramus his. Dolore labitur theophrastus vis ei, no tantas accusam vim, ut his facilis facilisis. Pri ad dicant officiis accusamus, iuvaret periculis ei est. Tollit iudicabit et pri, mei sint admodum no. Albucius atomorum no est, ridens alienum blandit nam et. Vim at officiis platonem, sit ad expetenda disputationi.\n\nNemore cotidieque has ut, ludus saepe ad sed, inani vidisse gubergren ei usu. Mei ei saperet salutatus omittantur, ne sit quem delicatissimi, sumo deterruisset est et. Augue antiopam eos id, no eum quis ridens. Eam ad timeam appetere. Ne modo temporibus necessitatibus mei, mea petentium intellegebat id.\n\nId elitr pertinacia eos, an mel augue putent, mei delicata tincidunt efficiantur et. No duo quem justo accusam. Nisl velit ea pro, cu facete suavitate mnesarchum sea. Suas reque aliquam has ut, cu mei meis falli, graeco recusabo mea ne. Dico utinam antiopam cu eam, vel ut enim scaevola.','Helps Fight Cancer','The elements in olive oil can decrease the risk of breast cancer and its recurrence.','publish','closed','closed','','helps-fight-cancer','','','2016-06-17 08:00:37','2016-06-17 08:00:37','',0,'https://ipekyonetim.com/?post_type=services&p=142',0,'services','',0),
(143,1,'2016-06-13 11:09:03','2016-06-13 11:09:03','Lorem ipsum dolor sit amet, nominati sapientem scriptorem est ex, te ius sonet graeco constituam. Cu dicam nullam intellegam has, cu vis splendide aliquando. Oporteat prodesset ex sed. Qui amet lobortis et. Sed alii expetenda accommodare ut, vix amet propriae dissentiet ea, ne duo vide mundi.\n\nUt vix quodsi forensibus, eu odio propriae volutpat per. Ea debitis argumentum mea. Ius gloriatur adolescens in, pri quot nostro te. Has et erant causae definitiones. Mel ei nostrud appellantur, has id accusam menandri quaestio.\n\nAt fugit laboramus his. Dolore labitur theophrastus vis ei, no tantas accusam vim, ut his facilis facilisis. Pri ad dicant officiis accusamus, iuvaret periculis ei est. Tollit iudicabit et pri, mei sint admodum no. Albucius atomorum no est, ridens alienum blandit nam et. Vim at officiis platonem, sit ad expetenda disputationi.\n\nNemore cotidieque has ut, ludus saepe ad sed, inani vidisse gubergren ei usu. Mei ei saperet salutatus omittantur, ne sit quem delicatissimi, sumo deterruisset est et. Augue antiopam eos id, no eum quis ridens. Eam ad timeam appetere. Ne modo temporibus necessitatibus mei, mea petentium intellegebat id.\n\nId elitr pertinacia eos, an mel augue putent, mei delicata tincidunt efficiantur et. No duo quem justo accusam. Nisl velit ea pro, cu facete suavitate mnesarchum sea. Suas reque aliquam has ut, cu mei meis falli, graeco recusabo mea ne. Dico utinam antiopam cu eam, vel ut enim scaevola.','Improves Your Memory','Olive oils\' antioxidants have been shown reverse of disease-related memory deficits.','publish','closed','closed','','improves-your-memory','','','2016-06-17 07:51:08','2016-06-17 07:51:08','',0,'https://ipekyonetim.com/?post_type=services&p=143',0,'services','',0),
(144,1,'2016-06-13 11:11:36','2016-06-13 11:11:36','Lorem ipsum dolor sit amet, nominati sapientem scriptorem est ex, te ius sonet graeco constituam. Cu dicam nullam intellegam has, cu vis splendide aliquando. Oporteat prodesset ex sed. Qui amet lobortis et. Sed alii expetenda accommodare ut, vix amet propriae dissentiet ea, ne duo vide mundi.\n\nUt vix quodsi forensibus, eu odio propriae volutpat per. Ea debitis argumentum mea. Ius gloriatur adolescens in, pri quot nostro te. Has et erant causae definitiones. Mel ei nostrud appellantur, has id accusam menandri quaestio.\n\nAt fugit laboramus his. Dolore labitur theophrastus vis ei, no tantas accusam vim, ut his facilis facilisis. Pri ad dicant officiis accusamus, iuvaret periculis ei est. Tollit iudicabit et pri, mei sint admodum no. Albucius atomorum no est, ridens alienum blandit nam et. Vim at officiis platonem, sit ad expetenda disputationi.\n\nNemore cotidieque has ut, ludus saepe ad sed, inani vidisse gubergren ei usu. Mei ei saperet salutatus omittantur, ne sit quem delicatissimi, sumo deterruisset est et. Augue antiopam eos id, no eum quis ridens. Eam ad timeam appetere. Ne modo temporibus necessitatibus mei, mea petentium intellegebat id.\n\nId elitr pertinacia eos, an mel augue putent, mei delicata tincidunt efficiantur et. No duo quem justo accusam. Nisl velit ea pro, cu facete suavitate mnesarchum sea. Suas reque aliquam has ut, cu mei meis falli, graeco recusabo mea ne. Dico utinam antiopam cu eam, vel ut enim scaevola.','Prevents Heart Attacks','Olive oil is one of the healthiest types of fat around, so you should choose fats wisely.','publish','closed','closed','','prevents-heart-attacks','','','2016-06-16 14:58:04','2016-06-16 14:58:04','',0,'https://ipekyonetim.com/?post_type=services&p=144',0,'services','',0),
(145,1,'2016-06-13 11:15:01','2016-06-13 11:15:01','','image-22','','inherit','open','closed','','image-22','','','2016-06-13 11:15:01','2016-06-13 11:15:01','',140,'https://ipekyonetim.com/wp-content/uploads/2016/06/image-22.jpg',0,'attachment','image/jpeg',0),
(146,1,'2016-06-13 11:15:20','2016-06-13 11:15:20','','image-23','','inherit','open','closed','','image-23','','','2016-06-13 11:15:20','2016-06-13 11:15:20','',142,'https://ipekyonetim.com/wp-content/uploads/2016/06/image-23.jpg',0,'attachment','image/jpeg',0),
(148,1,'2016-06-13 13:43:28','2016-06-13 13:43:28','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisied ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto.','Blended Olive Oil','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.','publish','open','closed','','blended-olive-oil','','','2024-08-05 07:38:43','2024-08-05 07:38:43','',0,'https://ipekyonetim.com/?post_type=product&p=148',0,'product','',0),
(149,1,'2016-06-13 13:43:16','2016-06-13 13:43:16','','product-7','','inherit','open','closed','','product-7','','','2016-06-13 13:43:16','2016-06-13 13:43:16','',148,'https://ipekyonetim.com/wp-content/uploads/2016/06/product-7.jpg',0,'attachment','image/jpeg',0),
(150,1,'2016-06-13 14:04:17','2016-06-13 14:04:17','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisied ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto.','Crude Olive-Pomace Oil','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.','publish','open','closed','','crude-olive-pomace-oil','','','2024-11-02 15:10:05','2024-11-02 15:10:05','',0,'https://ipekyonetim.com/?post_type=product&p=150',0,'product','',0),
(151,1,'2016-06-13 14:04:07','2016-06-13 14:04:07','','product-5','','inherit','open','closed','','product-5','','','2016-06-13 14:04:07','2016-06-13 14:04:07','',150,'https://ipekyonetim.com/wp-content/uploads/2016/06/product-5.jpg',0,'attachment','image/jpeg',0),
(152,1,'2016-06-13 14:11:22','2016-06-13 14:11:22','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisied ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto.','Extra Virgin Olive Oil','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.','publish','open','closed','','extra-virgin-olive-oil','','','2016-06-14 08:05:44','2016-06-14 08:05:44','',0,'https://ipekyonetim.com/?post_type=product&p=152',0,'product','',0),
(153,1,'2016-06-13 14:09:46','2016-06-13 14:09:46','','product-4','','inherit','open','closed','','product-4','','','2016-06-13 14:09:46','2016-06-13 14:09:46','',152,'https://ipekyonetim.com/wp-content/uploads/2016/06/product-4.jpg',0,'attachment','image/jpeg',0),
(154,1,'2016-06-13 14:15:28','2016-06-13 14:15:28','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisied ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto.','High Quality Olive Oil','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.','publish','open','closed','','high-quality-olive-oil','','','2016-06-14 08:05:14','2016-06-14 08:05:14','',0,'https://ipekyonetim.com/?post_type=product&p=154',0,'product','',0),
(155,1,'2016-06-13 14:15:06','2016-06-13 14:15:06','','product-8','','inherit','open','closed','','product-8','','','2016-06-13 14:15:06','2016-06-13 14:15:06','',154,'https://ipekyonetim.com/wp-content/uploads/2016/06/product-8.jpg',0,'attachment','image/jpeg',0),
(156,1,'2016-06-13 14:17:20','2016-06-13 14:17:20','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisied ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto.','Lampante Virgin Olive Oil','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.','publish','open','closed','','lampante-virgin-olive-oil','','','2016-06-14 08:03:35','2016-06-14 08:03:35','',0,'https://ipekyonetim.com/?post_type=product&p=156',0,'product','',0),
(157,1,'2016-06-13 14:17:35','2016-06-13 14:17:35','','product-9','','inherit','open','closed','','product-9','','','2016-06-13 14:17:35','2016-06-13 14:17:35','',156,'https://ipekyonetim.com/wp-content/uploads/2016/06/product-9.jpg',0,'attachment','image/jpeg',0),
(158,1,'2016-06-13 14:19:05','2016-06-13 14:19:05','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisied ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto.','Light Olive Oil','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.','publish','open','closed','','light-olive-oil','','','2016-06-14 08:02:53','2016-06-14 08:02:53','',0,'https://ipekyonetim.com/?post_type=product&p=158',0,'product','',0),
(159,1,'2016-06-13 14:19:00','2016-06-13 14:19:00','','product-10','','inherit','open','closed','','product-10','','','2016-06-13 14:19:00','2016-06-13 14:19:00','',158,'https://ipekyonetim.com/wp-content/uploads/2016/06/product-10.jpg',0,'attachment','image/jpeg',0),
(160,1,'2016-06-13 14:23:37','2016-06-13 14:23:37','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisied ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto.','Ordinary Virgin Olive Oil','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.','publish','open','closed','','ordinary-virgin-olive-oil','','','2016-06-14 08:02:20','2016-06-14 08:02:20','',0,'https://ipekyonetim.com/?post_type=product&p=160',0,'product','',0),
(161,1,'2016-06-13 14:23:29','2016-06-13 14:23:29','','product-3','','inherit','open','closed','','product-3','','','2016-06-13 14:23:29','2016-06-13 14:23:29','',160,'https://ipekyonetim.com/wp-content/uploads/2016/06/product-3.jpg',0,'attachment','image/jpeg',0),
(162,1,'2016-06-13 14:24:44','2016-06-13 14:24:44','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisied ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto.','Pure Olive Oil','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.','publish','open','closed','','pure-olive-oil','','','2016-06-14 08:01:54','2016-06-14 08:01:54','',0,'https://ipekyonetim.com/?post_type=product&p=162',0,'product','',0),
(163,1,'2016-06-13 14:24:37','2016-06-13 14:24:37','','product-2','','inherit','open','closed','','product-2','','','2016-06-13 14:24:37','2016-06-13 14:24:37','',162,'https://ipekyonetim.com/wp-content/uploads/2016/06/product-2.jpg',0,'attachment','image/jpeg',0),
(164,1,'2016-06-13 14:25:56','2016-06-13 14:25:56','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisied ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto.','Refined Olive-Pomace Oil','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.','publish','open','closed','','refined-olive-pomace-oil','','','2016-06-14 08:00:10','2016-06-14 08:00:10','',0,'https://ipekyonetim.com/?post_type=product&p=164',0,'product','',0),
(165,1,'2016-06-13 14:25:51','2016-06-13 14:25:51','','product-1','','inherit','open','closed','','product-1','','','2016-06-13 14:25:51','2016-06-13 14:25:51','',164,'https://ipekyonetim.com/wp-content/uploads/2016/06/product-1.jpg',0,'attachment','image/jpeg',0),
(166,1,'2016-06-13 14:27:42','2016-06-13 14:27:42','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisied ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto.','Unfiltered Olive Oil','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.','publish','open','closed','','unfiltered-olive-oil','','','2016-06-14 07:59:42','2016-06-14 07:59:42','',0,'https://ipekyonetim.com/?post_type=product&p=166',0,'product','',0),
(167,1,'2016-06-13 14:27:35','2016-06-13 14:27:35','','product-6','','inherit','open','closed','','product-6','','','2016-06-13 14:27:35','2016-06-13 14:27:35','',166,'https://ipekyonetim.com/wp-content/uploads/2016/06/product-6.jpg',0,'attachment','image/jpeg',0),
(169,1,'2016-06-14 08:55:16','2016-06-14 08:55:16','','background-1','','inherit','open','closed','','background-1','','','2016-06-14 08:55:16','2016-06-14 08:55:16','',107,'https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg',0,'attachment','image/jpeg',0),
(171,1,'2016-06-14 09:23:29','2016-06-14 09:23:29','','background-2','','inherit','open','closed','','background-2','','','2016-06-14 09:23:29','2016-06-14 09:23:29','',57,'https://ipekyonetim.com/wp-content/uploads/2016/06/background-2.jpg',0,'attachment','image/jpeg',0),
(178,1,'2016-06-14 10:35:37','2016-06-14 10:35:37','','background-2','','inherit','open','closed','','background-2-2','','','2016-06-14 10:35:37','2016-06-14 10:35:37','',57,'https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg',0,'attachment','image/jpeg',0),
(186,1,'2016-06-14 10:59:10','2016-06-14 10:59:10','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1467376872141{background-color: #f9f7f2 !important;}\"][vc_column][trx_section top=\"huge\" bottom=\"medium\"][vc_empty_space height=\"1.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"tiny\"]Hello[/trx_title][vc_empty_space height=\"0.5em\"][trx_services cat=\"23\" readmore=\"none\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\"][vc_column][trx_section class=\"slider_section\" top=\"huge\"][vc_empty_space height=\"1.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"tiny\"]Our Range[/trx_title][vc_empty_space height=\"0.5em\"][trx_columns count=\"3\" margins=\"no\"][trx_column_item span=\"2\"][cq_vc_coverslider images=\"505,507\" navstyle=\"customized\" contentcolor=\"#586067\" buttonbackground=\"#ffcf00\" arrowcolor=\"#586067\" arrowhovercolor=\"#586067\" buttonhoverbackground=\"rgba(55,62,68,0.3)\" isshadow=\"\"][/cq_vc_coverslider][/trx_column_item][trx_column_item bg_image=\"195\" bg_tile=\"\"][trx_block align=\"center\" bottom=\"large\"][trx_image url=\"194\" top=\"small\" bottom=\"null\"][vc_empty_space height=\"3.45em\" el_class=\"slider_es\"][trx_title type=\"4\" align=\"center\" top=\"null\" bottom=\"small\"]Choose From Our Superb Range of Quality Oils, From Extra Virgin to Infused Oils![/trx_title][/trx_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1467198478634{padding-top: 1.1em !important;}\"][vc_column][trx_section top=\"large\"][trx_services style=\"services-2\" cat=\"25\" columns=\"3\" count=\"6\" readmore=\"none\" top=\"medium\" bottom=\"medium\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1467123705080{padding-bottom: 0.3em !important;}\"][vc_column][trx_section top=\"medium\" bottom=\"large\"][vc_empty_space height=\"1.6em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\"]Our Team[/trx_title][vc_empty_space height=\"0.5em\"][trx_team cat=\"0\" columns=\"4\" count=\"4\" orderby=\"date\" order=\"desc\"][/trx_team][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}\"][vc_column][trx_section top=\"medium\" bottom=\"medium\"][vc_empty_space height=\"1em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" color=\"#e9e4d0\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\"]Awards[/trx_title][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"null\"][/trx_clients][/trx_section][/vc_column][/vc_row]','About us style 2','','publish','closed','closed','','about-us-style-2','','','2020-12-02 11:54:20','2020-12-02 11:54:20','',0,'https://ipekyonetim.com/?page_id=186',0,'page','',0),
(194,1,'2016-06-15 07:59:10','2016-06-15 07:59:10','','icon-1','','inherit','open','closed','','icon-1','','','2016-06-15 07:59:10','2016-06-15 07:59:10','',186,'https://ipekyonetim.com/wp-content/uploads/2016/06/icon-1.png',0,'attachment','image/png',0),
(195,1,'2016-06-15 08:01:58','2016-06-15 08:01:58','','background-4','','inherit','open','closed','','background-4','','','2016-06-15 08:01:58','2016-06-15 08:01:58','',186,'https://ipekyonetim.com/wp-content/uploads/2016/06/background-4.jpg',0,'attachment','image/jpeg',0),
(203,1,'2016-06-15 08:51:44','2016-06-15 08:51:44','','Purple olives in oil with leaves','','inherit','open','closed','','purple-olives-in-oil-with-leaves-2','','','2016-06-15 08:51:44','2016-06-15 08:51:44','',57,'https://ipekyonetim.com/wp-content/uploads/2016/06/image-30.jpg',0,'attachment','image/jpeg',0),
(205,1,'2016-06-15 09:06:20','2016-06-15 09:06:20','','icon-2','','inherit','open','closed','','icon-2','','','2016-06-15 09:06:20','2016-06-15 09:06:20','',59,'https://ipekyonetim.com/wp-content/uploads/2016/06/icon-2.png',0,'attachment','image/png',0),
(206,1,'2016-06-15 09:07:34','2016-06-15 09:07:34','','icon-3','','inherit','open','closed','','icon-3','','','2016-06-15 09:07:34','2016-06-15 09:07:34','',59,'https://ipekyonetim.com/wp-content/uploads/2016/06/icon-3.png',0,'attachment','image/png',0),
(207,1,'2016-06-15 09:08:10','2016-06-15 09:08:10','','icon-4','','inherit','open','closed','','icon-4','','','2016-06-15 09:08:10','2016-06-15 09:08:10','',59,'https://ipekyonetim.com/wp-content/uploads/2016/06/icon-4.png',0,'attachment','image/png',0),
(213,1,'2016-06-15 11:53:26','2016-06-15 11:53:26','','Extra Virgin','','publish','closed','closed','','extra-virgin','','','2016-06-15 11:53:26','2016-06-15 11:53:26','',0,'https://ipekyonetim.com/?p=213',1,'nav_menu_item','',0),
(214,1,'2016-06-15 11:53:26','2016-06-15 11:53:26','','A Delicate Blend','','publish','closed','closed','','a-delicate-blend','','','2016-06-15 11:53:26','2016-06-15 11:53:26','',0,'https://ipekyonetim.com/?p=214',2,'nav_menu_item','',0),
(215,1,'2016-06-15 11:53:26','2016-06-15 11:53:26','','New Harvest','','publish','closed','closed','','new-harvest','','','2016-06-15 11:53:26','2016-06-15 11:53:26','',0,'https://ipekyonetim.com/?p=215',3,'nav_menu_item','',0),
(216,1,'2016-06-15 11:53:27','2016-06-15 11:53:27','','High Quality','','publish','closed','closed','','high-quality','','','2016-06-15 11:53:27','2016-06-15 11:53:27','',0,'https://ipekyonetim.com/?p=216',4,'nav_menu_item','',0),
(217,1,'2016-06-15 11:53:27','2016-06-15 11:53:27','','Original Taste','','publish','closed','closed','','original-taste','','','2016-06-15 11:53:27','2016-06-15 11:53:27','',0,'https://ipekyonetim.com/?p=217',5,'nav_menu_item','',0),
(218,1,'2016-06-15 11:53:27','2016-06-15 11:53:27','','Organic Only','','publish','closed','closed','','organic-only','','','2016-06-15 11:53:27','2016-06-15 11:53:27','',0,'https://ipekyonetim.com/?p=218',6,'nav_menu_item','',0),
(219,1,'2016-06-15 12:38:13','2016-06-15 12:38:13','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1465994172301{background-color: #ffcf00 !important;}\"][vc_column][trx_services cat=\"23\" readmore=\"none\" top=\"small\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}\"][vc_column][trx_section image=\"439\" image_bg_color=\"#f9f7f2\" top=\"null\" bottom=\"small\"][vc_empty_space height=\"0.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]What We Do[/trx_title][trx_services type=\"images\" cat=\"24\" columns=\"3\" count=\"3\" readmore=\"none\" top=\"null\" bottom=\"small\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-xs\"][trx_section image=\"439\" image_bg_color=\"#ffffff\" class=\"our_story_section\" top=\"null\" bottom=\"huge\"][vc_empty_space height=\"0.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]Our Story[/trx_title][vc_empty_space height=\"0.5em\"][trx_block bd_section=\"yes\"][trx_columns count=\"12\" margins=\"\" bottom=\"tiny\"][trx_column_item span=\"5\" align=\"center\"][trx_image url=\"171\"][/trx_column_item][trx_column_item span=\"7\"][vc_empty_space height=\"1.1em\"][cq_vc_draggabletimeline avatarstyle=\"icon\" avataricons=\"icon-7,icon-7,icon-7,icon-7,icon-7\" avatarshape=\"circle\" avatarlabels=\"1957,1962,1974,2006,2016\" contenttitles=\"The Origins,Classic,Organic,High Quality,Extra Virgin\" labelcolor=\"#656d74\" iconbgcolors=\"#ffcf00,#ffcf00,#ffcf00,#ffcf00,#ffcf00\" defaultbarbgcolor=\"#e5e4e3\" draggingbarbgcolor=\"#e5e4e3\" isdragbutton=\"no\" dragbuttonwidth=\"15\"]\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n[/cq_vc_draggabletimeline][/trx_column_item][/trx_columns][vc_empty_space height=\"0.7em\"][/trx_block][vc_empty_space height=\"1.1em\"][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1700119064292{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-8.jpg?id=225) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_title align=\"center\" color=\"#e9e4d0\" css=\"line-height:1.2;\" top=\"huge\" bottom=\"huge\"]The poetry of olives for heartfelt\nculinary inspiration[/trx_title][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\"][vc_column][trx_section class=\"slider_section\" top=\"large\"][vc_empty_space height=\"2.2em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"tiny\"]Our Range[/trx_title][vc_empty_space height=\"0.5em\"][trx_columns count=\"3\" margins=\"no\"][trx_column_item span=\"2\"][cq_vc_coverslider images=\"505,507\" navstyle=\"customized\" contentcolor=\"#586067\" buttonbackground=\"#ffcf00\" arrowcolor=\"#586067\" arrowhovercolor=\"#586067\" buttonhoverbackground=\"rgba(55,62,68,0.3)\" isshadow=\"\"][/cq_vc_coverslider][/trx_column_item][trx_column_item bg_image=\"195\" bg_tile=\"\"][trx_block align=\"center\" bottom=\"large\"][trx_image url=\"194\" top=\"small\" bottom=\"null\"][vc_empty_space height=\"3.45em\" el_class=\"slider_es\"][trx_title type=\"4\" align=\"center\" top=\"null\" bottom=\"small\"]Choose From Our Superb Range of Quality Oils, From Extra Virgin to Infused Oils![/trx_title][/trx_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1467198478634{padding-top: 1.1em !important;}\"][vc_column][trx_section top=\"large\"][trx_services style=\"services-2\" cat=\"25\" columns=\"3\" count=\"6\" readmore=\"none\" top=\"medium\" bottom=\"medium\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1467277555088{padding-bottom: 2.3em !important;background-color: #f9f7f2 !important;}\"][vc_column][trx_section align=\"center\" image=\"439\" image_bg_color=\"#f9f7f2\" top=\"null\" bottom=\"huge\"][vc_empty_space height=\"0.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]New Products[/trx_title][products columns=\"4\" orderby=\"date\" order=\"ASC\" ids=\"148, 150, 152, 166\"][vc_empty_space height=\"0.5em\"][trx_button size=\"medium\" link=\"/shop/\" top=\"medium\"]view all[/trx_button][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1680607733196{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section top=\"huge\" bottom=\"huge\"][trx_title align=\"center\" color=\"#e9e4d0\"]Health Benefits[/trx_title][trx_services style=\"services-5\" image=\"203\" cat=\"0\" columns=\"2\" count=\"6\" readmore=\"none\" top=\"medium\" bottom=\"medium\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1467123705080{padding-bottom: 0.3em !important;}\"][vc_column][trx_section top=\"medium\" bottom=\"large\"][vc_empty_space height=\"1.6em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\"]Our Team[/trx_title][vc_empty_space height=\"0.5em\"][trx_team cat=\"0\" columns=\"4\" count=\"4\" orderby=\"date\" order=\"desc\"][/trx_team][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1467277936339{background-color: #f9f7f2 !important;}\"][vc_column][trx_section align=\"center\" columns=\"2_3\" image=\"439\" image_bg_color=\"#f9f7f2\" top=\"null\" bottom=\"large\"][vc_empty_space height=\"0.6em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]Tasting Experience[/trx_title][vc_empty_space height=\"0.5em\"][trx_video url=\"https://vimeo.com/154709932\" top_rated=\"yes\" image=\"40\"][vc_empty_space height=\"0.7em\"][trx_title type=\"4\" style=\"underline\" align=\"center\" top=\"small\" bottom=\"null\"]Passion For Quality[/trx_title][vc_column_text css=\".vc_custom_1467278419787{margin-top: 0.55em !important;}\"]\n<p style=\"text-align: center;\">We love what we do and how we do! We put our care, quality and passion into\ncreating our extra virgin olive oil. Our passion pushes us to continually craft the\nfreshest extra virgin olive oil.</p>\n[/vc_column_text][trx_button size=\"medium\" link=\"/treee/\" top=\"small\" bottom=\"medium\"]View event calendar[/trx_button][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1700119140149{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_title align=\"center\" color=\"#e9e4d0\" css=\"line-height:1.2;\" top=\"huge\" bottom=\"huge\"]Enjoy Our Lavish Olive Oils And\nBalsamic Vinegars![/trx_title][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1700119107031{padding-bottom: 6.7em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg?id=235) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section top=\"medium\" bottom=\"huge\"][vc_empty_space height=\"1.6em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\" bottom=\"huge\"]The Blog[/trx_title][trx_blogger style=\"classic_3\" descr=\"150\" readmore=\"Read more\" ids=\"98,93,87\" top=\"large\" bottom=\"huge\"][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}\"][vc_column][trx_section top=\"medium\" bottom=\"medium\"][vc_empty_space height=\"1em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" color=\"#e9e4d0\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\"]Awards[/trx_title][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"null\"][/trx_clients][/trx_section][/vc_column][/vc_row]','Homepage 1','','publish','closed','closed','','homepage-1','','','2023-11-16 07:19:01','2023-11-16 07:19:01','',0,'https://ipekyonetim.com/?page_id=219',0,'page','',0),
(225,1,'2016-06-15 12:43:54','2016-06-15 12:43:54','','background-8','','inherit','open','closed','','background-8','','','2016-06-15 12:43:54','2016-06-15 12:43:54','',219,'https://ipekyonetim.com/wp-content/uploads/2016/06/background-8.jpg',0,'attachment','image/jpeg',0),
(235,1,'2016-06-15 14:00:40','2016-06-15 14:00:40','','background-9','','inherit','open','closed','','background-9','','','2016-06-15 14:00:40','2016-06-15 14:00:40','',219,'https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg',0,'attachment','image/jpeg',0),
(238,1,'2016-06-15 14:15:10','2016-06-15 14:15:10','<p>[vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1742417956357{background-color: #82B735 !important;}\"][vc_column][trx_services cat=\"23\" readmore=\"none\" top=\"small\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}\"][vc_column][trx_section image=\"439\" image_bg_color=\"#f9f7f2\" top=\"null\" bottom=\"small\"][vc_empty_space height=\"0.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]What We Do[/trx_title][trx_services type=\"images\" cat=\"24\" columns=\"3\" count=\"3\" readmore=\"none\" top=\"null\" bottom=\"small\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-xs\"][trx_section image=\"439\" image_bg_color=\"#ffffff\" class=\"our_story_section\" top=\"null\" bottom=\"huge\"][vc_empty_space height=\"0.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]Our Story[/trx_title][vc_empty_space height=\"0.5em\"][trx_block bd_section=\"yes\"][trx_columns count=\"12\" margins=\"\" bottom=\"tiny\"][trx_column_item span=\"5\" align=\"center\"][trx_image url=\"171\"][/trx_column_item][trx_column_item span=\"7\"][vc_empty_space height=\"1.1em\"][cq_vc_draggabletimeline avatarstyle=\"icon\" avataricons=\"icon-7,icon-7,icon-7,icon-7,icon-7\" avatarshape=\"circle\" avatarlabels=\"1957,1962,1974,2006,2016\" contenttitles=\"The Origins,Classic,Organic,High Quality,Extra Virgin\" labelcolor=\"#656d74\" iconbgcolors=\"#ffcf00,#ffcf00,#ffcf00,#ffcf00,#ffcf00\" defaultbarbgcolor=\"#e5e4e3\" draggingbarbgcolor=\"#e5e4e3\" isdragbutton=\"no\" dragbuttonwidth=\"15\"]</p>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<p>[/cq_vc_draggabletimeline][/trx_column_item][/trx_columns][vc_empty_space height=\"0.7em\"][/trx_block][vc_empty_space height=\"1.1em\"][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1700119318197{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-8.jpg?id=225) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_title align=\"center\" color=\"#e9e4d0\" top=\"huge\" bottom=\"huge\" css=\"line-height:1.2;\"]The poetry of olives for heartfelt<br />\nculinary inspiration[/trx_title][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\"][vc_column][trx_section class=\"slider_section\" top=\"large\"][vc_empty_space height=\"2.2em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"tiny\"]Our Range[/trx_title][vc_empty_space height=\"0.5em\"][trx_columns count=\"3\" margins=\"no\"][trx_column_item span=\"2\"][cq_vc_coverslider images=\"505,507\" navstyle=\"customized\" contentcolor=\"#586067\" buttonbackground=\"#ffcf00\" arrowcolor=\"#586067\" arrowhovercolor=\"#586067\" buttonhoverbackground=\"rgba(55,62,68,0.3)\" isshadow=\"\"][/cq_vc_coverslider][/trx_column_item][trx_column_item bg_image=\"195\" bg_tile=\"\"][trx_block align=\"center\" bottom=\"large\"][trx_image url=\"194\" top=\"small\" bottom=\"null\"][vc_empty_space height=\"3.45em\" el_class=\"slider_es\"][trx_title type=\"4\" align=\"center\" top=\"null\" bottom=\"small\"]Choose From Our Superb Range of Quality Oils, From Extra Virgin to Infused Oils![/trx_title][/trx_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1467198478634{padding-top: 1.1em !important;}\"][vc_column][trx_section top=\"large\"][trx_services style=\"services-2\" cat=\"25\" columns=\"3\" count=\"6\" readmore=\"none\" top=\"medium\" bottom=\"medium\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1680607813767{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section top=\"huge\" bottom=\"huge\"][trx_title align=\"center\" color=\"#e9e4d0\"]Health Benefits[/trx_title][trx_services style=\"services-5\" image=\"203\" cat=\"0\" columns=\"2\" count=\"6\" readmore=\"none\" top=\"medium\" bottom=\"medium\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1467123705080{padding-bottom: 0.3em !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1467277936339{background-color: #f9f7f2 !important;}\"][vc_column][trx_section align=\"center\" columns=\"2_3\" image=\"439\" image_bg_color=\"#f9f7f2\" top=\"null\" bottom=\"large\"][vc_empty_space height=\"0.6em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]Tasting Experience[/trx_title][vc_empty_space height=\"0.5em\"][trx_video url=\"https://vimeo.com/131157321\" top_rated=\"yes\" image=\"40\"][vc_empty_space height=\"0.7em\"][trx_title type=\"4\" style=\"underline\" align=\"center\" top=\"small\" bottom=\"null\"]Passion For Quality[/trx_title][vc_column_text css=\".vc_custom_1467278419787{margin-top: 0.55em !important;}\"]</p>\n<p style=\"text-align: center;\">We love what we do and how we do! We put our care, quality and passion into<br />\ncreating our extra virgin olive oil. Our passion pushes us to continually craft the<br />\nfreshest extra virgin olive oil.[/vc_column_text][trx_button size=\"medium\" link=\"/treee/\" top=\"small\" bottom=\"medium\"]View event calendar[/trx_button][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1700119238090{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_title align=\"center\" color=\"#e9e4d0\" top=\"huge\" bottom=\"huge\" css=\"line-height:1.2;\"]Enjoy Our Lavish Olive Oils And<br />\nBalsamic Vinegars![/trx_title][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}\"][vc_column][trx_section top=\"medium\" bottom=\"medium\"][vc_empty_space height=\"1em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" color=\"#e9e4d0\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\"]Awards[/trx_title][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"null\"][/trx_clients][/trx_section][/vc_column][/vc_row]</p>\n','Homepage 2','','publish','closed','closed','','homepage-2','','','2025-03-20 18:24:01','2025-03-20 18:24:01','',0,'https://ipekyonetim.com/?page_id=238',0,'page','',0),
(239,1,'2016-06-15 14:17:38','2016-06-15 14:17:38','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1465994172301{background-color: #ffcf00 !important;}\"][vc_column][trx_services cat=\"23\" readmore=\"none\" top=\"small\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}\"][vc_column][trx_section image=\"439\" image_bg_color=\"#f9f7f2\" top=\"null\" bottom=\"small\"][vc_empty_space height=\"0.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]What We Do[/trx_title][trx_services type=\"images\" cat=\"24\" columns=\"3\" count=\"3\" readmore=\"none\" top=\"null\" bottom=\"small\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-xs\"][trx_section image=\"439\" image_bg_color=\"#ffffff\" class=\"our_story_section\" top=\"null\" bottom=\"huge\"][vc_empty_space height=\"0.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]Our Story[/trx_title][vc_empty_space height=\"0.5em\"][trx_block bd_section=\"yes\"][trx_columns count=\"12\" margins=\"\" bottom=\"tiny\"][trx_column_item span=\"5\" align=\"center\"][trx_image url=\"171\"][/trx_column_item][trx_column_item span=\"7\"][vc_empty_space height=\"1.1em\"][cq_vc_draggabletimeline avatarstyle=\"icon\" avataricons=\"icon-7,icon-7,icon-7,icon-7,icon-7\" avatarshape=\"circle\" avatarlabels=\"1957,1962,1974,2006,2016\" contenttitles=\"The Origins,Classic,Organic,High Quality,Extra Virgin\" labelcolor=\"#656d74\" iconbgcolors=\"#ffcf00,#ffcf00,#ffcf00,#ffcf00,#ffcf00\" defaultbarbgcolor=\"#e5e4e3\" draggingbarbgcolor=\"#e5e4e3\" isdragbutton=\"no\" dragbuttonwidth=\"15\"]</p>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<p>[/cq_vc_draggabletimeline][/trx_column_item][/trx_columns][vc_empty_space height=\"0.7em\"][/trx_block][vc_empty_space height=\"1.1em\"][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1467274860875{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-8.jpg?id=225) !important;}\"][vc_column][trx_title align=\"center\" color=\"#e9e4d0\" css=\"line-height:1.2;\" top=\"huge\" bottom=\"huge\"]The poetry of olives for heartfelt<br />\nculinary inspiration[/trx_title][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\"][vc_column][trx_section class=\"slider_section\" top=\"large\"][vc_empty_space height=\"2.2em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"tiny\"]Our Range[/trx_title][vc_empty_space height=\"0.5em\"][trx_columns count=\"3\" margins=\"no\"][trx_column_item span=\"2\"][cq_vc_coverslider images=\"505,507\" navstyle=\"customized\" contentcolor=\"#586067\" buttonbackground=\"#ffcf00\" arrowcolor=\"#586067\" arrowhovercolor=\"#586067\" buttonhoverbackground=\"rgba(55,62,68,0.3)\" isshadow=\"\"][/cq_vc_coverslider][/trx_column_item][trx_column_item bg_image=\"195\" bg_tile=\"\"][trx_block align=\"center\" bottom=\"large\"][trx_image url=\"194\" top=\"small\" bottom=\"null\"][vc_empty_space height=\"3.45em\" el_class=\"slider_es\"][trx_title type=\"4\" align=\"center\" top=\"null\" bottom=\"small\"]Choose From Our Superb Range of Quality Oils, From Extra Virgin to Infused Oils![/trx_title][/trx_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1467198478634{padding-top: 1.1em !important;}\"][vc_column][trx_section top=\"large\"][trx_services style=\"services-2\" cat=\"25\" columns=\"3\" count=\"6\" readmore=\"none\" top=\"medium\" bottom=\"medium\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1467277555088{padding-bottom: 2.3em !important;background-color: #f9f7f2 !important;}\"][vc_column][trx_section align=\"center\" image=\"439\" image_bg_color=\"#f9f7f2\" top=\"null\" bottom=\"huge\"][vc_empty_space height=\"0.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]New Products[/trx_title][products columns=\"4\" orderby=\"date\" order=\"ASC\" ids=\"148, 150, 152, 166\"][vc_empty_space height=\"0.5em\"][trx_button size=\"medium\" link=\"/shop/\" top=\"medium\"]view all[/trx_button][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1680607843004{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section top=\"huge\" bottom=\"huge\"][trx_title align=\"center\" color=\"#e9e4d0\"]Health Benefits[/trx_title][trx_services style=\"services-5\" image=\"203\" cat=\"0\" columns=\"2\" count=\"6\" readmore=\"none\" top=\"medium\" bottom=\"medium\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1467123705080{padding-bottom: 0.3em !important;}\"][vc_column][trx_section top=\"medium\" bottom=\"large\"][vc_empty_space height=\"1.6em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\"]Our Team[/trx_title][vc_empty_space height=\"0.5em\"][trx_team cat=\"0\" columns=\"4\" count=\"4\" orderby=\"date\" order=\"desc\"][/trx_team][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1467277936339{background-color: #f9f7f2 !important;}\"][vc_column][trx_section align=\"center\" columns=\"2_3\" image=\"439\" image_bg_color=\"#f9f7f2\" top=\"null\" bottom=\"large\"][vc_empty_space height=\"0.6em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]Tasting Experience[/trx_title][vc_empty_space height=\"0.5em\"][trx_video url=\"https://vimeo.com/131157321\" top_rated=\"yes\" image=\"40\"][vc_empty_space height=\"0.7em\"][trx_title type=\"4\" style=\"underline\" align=\"center\" top=\"small\" bottom=\"null\"]Passion For Quality[/trx_title][vc_column_text css=\".vc_custom_1467278419787{margin-top: 0.55em !important;}\"]</p>\n<p style=\"text-align: center;\">We love what we do and how we do! We put our care, quality and passion into<br />\ncreating our extra virgin olive oil. Our passion pushes us to continually craft the<br />\nfreshest extra virgin olive oil.</p>\n<p>[/vc_column_text][trx_button size=\"medium\" link=\"/treee/\" top=\"small\" bottom=\"medium\"]View event calendar[/trx_button][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1467198665778{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;}\"][vc_column][trx_title align=\"center\" color=\"#e9e4d0\" css=\"line-height:1.2;\" top=\"huge\" bottom=\"huge\"]Enjoy Our Lavish Olive Oils And<br />\nBalsamic Vinegars![/trx_title][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467285103608{padding-bottom: 6.7em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg?id=235) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][trx_section top=\"medium\" bottom=\"huge\"][vc_empty_space height=\"1.6em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\" bottom=\"huge\"]The Blog[/trx_title][trx_blogger style=\"classic_3\" descr=\"150\" readmore=\"Read more\" ids=\"98,93,87\" top=\"large\" bottom=\"huge\"][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}\"][vc_column][trx_section top=\"medium\" bottom=\"medium\"][vc_empty_space height=\"1em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" color=\"#e9e4d0\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\"]Awards[/trx_title][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"null\"][/trx_clients][/trx_section][/vc_column][/vc_row]</p>\n','Home Boxed','','publish','closed','closed','','home-boxed','','','2023-04-04 11:30:44','2023-04-04 11:30:44','',0,'https://ipekyonetim.com/?page_id=239',0,'page','',0),
(244,1,'2016-06-15 14:58:07','2016-06-15 14:58:07','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1467369921728{padding-top: 0.35em !important;padding-bottom: 0.35em !important;background-color: #f9f7f2 !important;}\"][vc_column][trx_columns margins=\"\" top=\"huge\" bottom=\"huge\"][trx_column_item][trx_section align=\"center\" bg_image=\"576\" bg_tile=\"\"][vc_empty_space height=\"0.9em\"][trx_title type=\"3\" font_weight=\"700\" css=\"line-height:1.2;\" top=\"large\" bottom=\"small\"]Introducing\nThe World’s Best Olive Oils\nFor 2016[/trx_title][trx_button link=\"/shop/\" bottom=\"large\"]read more[/trx_button][/trx_section][/trx_column_item][trx_column_item][trx_section align=\"center\" bg_image=\"577\" bg_tile=\"\"][vc_empty_space height=\"0.9em\"][trx_title type=\"3\" font_weight=\"700\" css=\"line-height:1.2;\" top=\"large\" bottom=\"small\"]Premium\nIngredients Define Gourmet\nCooking[/trx_title][trx_button link=\"/shop/\" bottom=\"large\"]read more[/trx_button][/trx_section][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\"][vc_column][trx_section class=\"slider_section\" top=\"huge\"][vc_empty_space height=\"1.3em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"tiny\"]Our Range[/trx_title][vc_empty_space height=\"0.5em\"][trx_columns count=\"3\" margins=\"no\"][trx_column_item span=\"2\"][cq_vc_coverslider images=\"505,507\" navstyle=\"customized\" contentcolor=\"#586067\" buttonbackground=\"#ffcf00\" arrowcolor=\"#586067\" arrowhovercolor=\"#586067\" buttonhoverbackground=\"rgba(55,62,68,0.3)\" isshadow=\"\"][/cq_vc_coverslider][/trx_column_item][trx_column_item bg_image=\"195\" bg_tile=\"\"][trx_block align=\"center\" bottom=\"large\"][trx_image url=\"194\" top=\"small\" bottom=\"null\"][vc_empty_space height=\"3.45em\" el_class=\"slider_es\"][trx_title type=\"4\" align=\"center\" top=\"null\" bottom=\"small\"]Choose From Our Superb Range of Quality Oils, From Extra Virgin to Infused Oils![/trx_title][/trx_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1467198478634{padding-top: 1.1em !important;}\"][vc_column][trx_section top=\"large\"][trx_services style=\"services-2\" cat=\"25\" columns=\"3\" count=\"6\" readmore=\"none\" top=\"medium\" bottom=\"medium\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1467370355936{padding-bottom: 1.15em !important;background-color: #f9f7f2 !important;}\"][vc_column][trx_section align=\"center\" top=\"null\" bottom=\"huge\"][vc_empty_space height=\"0.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]New Products[/trx_title][products columns=\"4\" orderby=\"date\" order=\"ASC\" ids=\"148, 150, 152, 166\"][vc_empty_space height=\"0.5em\"][trx_button size=\"medium\" link=\"/shop/\" top=\"medium\"]view all[/trx_button][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1467372229047{padding-bottom: 1em !important;background-color: #f9f7f2 !important;}\"][vc_column][trx_section bg_image=\"597\" bg_tile=\"\" top=\"null\" bottom=\"huge\"][vc_empty_space height=\"1.3em\"][trx_title align=\"center\" css=\"line-height:1.2;\" top=\"large\" bottom=\"null\"]Enjoy[/trx_title][vc_empty_space height=\"0.2em\"][trx_title type=\"3\" align=\"center\" font_weight=\"700\" css=\"line-height:1.2em;\" top=\"tiny\" bottom=\"huge\"]Our Lavish Olive Oils And\nBalsamic Vinegars![/trx_title][vc_empty_space height=\"0.2em\"][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1700119430540{padding-bottom: 6.7em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg?id=235) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section top=\"medium\" bottom=\"huge\"][vc_empty_space height=\"1.6em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\" bottom=\"huge\"]The Blog[/trx_title][trx_blogger style=\"classic_3\" descr=\"150\" readmore=\"Read more\" ids=\"98,93,87\" top=\"large\" bottom=\"huge\"][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}\"][vc_column][trx_section top=\"medium\" bottom=\"medium\"][vc_empty_space height=\"1em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" color=\"#e9e4d0\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\"]Awards[/trx_title][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"null\"][/trx_clients][/trx_section][/vc_column][/vc_row]','Homepage 4','','publish','closed','closed','','homepage-4','','','2023-11-16 07:23:52','2023-11-16 07:23:52','',0,'https://ipekyonetim.com/?page_id=244',0,'page','',0),
(255,1,'2016-06-15 15:01:30','2016-06-15 15:01:30','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no. Error dicant eum ex, vel cu docendi minimum, ius no adhuc timeam feugait. Sint natum alterum mea ea, explicari torquatos an cum, ea summo doctus alienum qui. Ad est quas primis detracto, novum mentitum et pro.\n\nUt affert efficiendi conclusionemque pri, ex hinc zril tation vel, persecuti temporibus ei nec. Lorem noluisse appellantur usu eu, erroribus disputando ne usu. Eu altera audiam vulputate eum, an omnium accumsan praesent cum, idque fierent pertinax no vim. Tractatos salutandi no has, numquam mediocritatem pro an, eos mazim facete consulatu te. Ea alia dicam mea, elitr ornatus vis ne, eius augue efficiendi nam ea. Qui oratio nominati adipiscing in, ut graeco officiis detraxit eam.\n\nModo volutpat voluptatibus at mel, te vel atqui quidam docendi. Ea cum impetus apeirian corrumpit, eos everti nominavi no. Solum legere sit in. Solum velit nonumy ei per, id sed aeque dicit oportere. Ut vix nisl ceteros definitionem, unum praesent vel ei. Eos an vide falli causae, eum sensibus pericula an, mei lorem nulla epicuri ut.\n\nMea eu ceteros dissentiet, purto dicant suscipiantur duo ex. Quando putant ius te. At duo essent albucius efficiendi, ad aeterno eripuit est. Posidonium inciderint te his, qui te inani ignota detraxit. Ludus voluptua percipitur te mei, possit aperiam mel te. No mel probo solet, ius modo nulla iusto in, an deleniti appareat eam. Has erant zril ut, ut vis mentitum lobortis.\n\nPer impedit maiestatis cu. Nisl placerat antiopam quo an. An atqui expetenda qui, eum eu maiorum appellantur. Ne essent convenire qualisque quo, no his illud impetus meliore, qui an probo dicit salutandi.','Premium Ingredients Define Gourmet Cooking','','publish','open','open','','premium-ingredients-define-gourmet-cooking','','','2016-06-15 15:01:48','2016-06-15 15:01:48','',0,'https://ipekyonetim.com/?p=255',0,'post','',0),
(257,1,'2016-06-15 15:02:32','2016-06-15 15:02:32','Lorem ipsum dolor sit amet, id suscipit vituperatoribus has. An dicat solet delenit ius, eam te tale convenire, mundi populo nam ea. Vis etiam verear argumentum no. Error dicant eum ex, vel cu docendi minimum, ius no adhuc timeam feugait. Sint natum alterum mea ea, explicari torquatos an cum, ea summo doctus alienum qui. Ad est quas primis detracto, novum mentitum et pro.\n\nUt affert efficiendi conclusionemque pri, ex hinc zril tation vel, persecuti temporibus ei nec. Lorem noluisse appellantur usu eu, erroribus disputando ne usu. Eu altera audiam vulputate eum, an omnium accumsan praesent cum, idque fierent pertinax no vim. Tractatos salutandi no has, numquam mediocritatem pro an, eos mazim facete consulatu te. Ea alia dicam mea, elitr ornatus vis ne, eius augue efficiendi nam ea. Qui oratio nominati adipiscing in, ut graeco officiis detraxit eam.\n\nModo volutpat voluptatibus at mel, te vel atqui quidam docendi. Ea cum impetus apeirian corrumpit, eos everti nominavi no. Solum legere sit in. Solum velit nonumy ei per, id sed aeque dicit oportere. Ut vix nisl ceteros definitionem, unum praesent vel ei. Eos an vide falli causae, eum sensibus pericula an, mei lorem nulla epicuri ut.\n\nMea eu ceteros dissentiet, purto dicant suscipiantur duo ex. Quando putant ius te. At duo essent albucius efficiendi, ad aeterno eripuit est. Posidonium inciderint te his, qui te inani ignota detraxit. Ludus voluptua percipitur te mei, possit aperiam mel te. No mel probo solet, ius modo nulla iusto in, an deleniti appareat eam. Has erant zril ut, ut vis mentitum lobortis.\n\nPer impedit maiestatis cu. Nisl placerat antiopam quo an. An atqui expetenda qui, eum eu maiorum appellantur. Ne essent convenire qualisque quo, no his illud impetus meliore, qui an probo dicit salutandi.','Introducing The World’s Best Olive Oils For 2016','','publish','open','open','','introducing-the-worlds-best-olive-oils-for-2016','','','2016-06-15 15:02:32','2016-06-15 15:02:32','',0,'https://ipekyonetim.com/?p=257',0,'post','',0),
(289,1,'2016-06-16 09:12:24','2016-06-16 09:12:24','','Venue','','publish','closed','closed','','venue','','','2016-06-16 09:12:24','2016-06-16 09:12:24','',0,'https://ipekyonetim.com/?post_type=tribe_venue&p=289',0,'tribe_venue','',0),
(290,1,'2016-06-16 09:14:10','2016-06-16 09:14:10','','Nathan Smith','','publish','closed','closed','','organizer','','','2016-06-16 09:14:51','2016-06-16 09:14:51','',0,'https://ipekyonetim.com/?post_type=tribe_organizer&p=290',0,'tribe_organizer','',0),
(291,1,'2016-06-16 09:17:05','2016-06-16 09:17:05','Lorem ipsum dolor sit amet, ad labore doctus qui, id pri sonet erroribus. Omnesque menandri deseruisse in pro, ea dissentiet concludaturque vis. Vim ne ridens discere vituperatoribus, mei et consequat vituperata. Ea vel iisque phaedrum principes, summo vivendum accommodare vel ut. Ea nam habeo prima iisque. Nobis dolor iudicabit in ius, wisi detraxit concludaturque nam ei.\n\nPurto prodesset theophrastus ne ius. Illum lorem eligendi sit eu, mel an movet constituam. Cu alia atqui paulo vel. Quo minim paulo legimus ne. Eum ne aperiam nusquam. Mel eu vocent repudiare rationibus, ei offendit similique temporibus vis, meis temporibus cum cu.\n\nTe nostrum omittantur sit, id accommodare suscipiantur nec. Eu cum stet veniam ignota, eum ea nisl summo essent. Dolor elaboraret sadipscing cu usu, cu tractatos repudiandae mei. Mel aeque lucilius et, no quo illum saepe invidunt. Reque eligendi usu et, integre consequuntur id mel, ea saepe nostro quo.\n\nMel ut soluta populo. Vide singulis necessitatibus et vis, pri quis atqui omittam ne. Vim dolorum legimus et. In ius brute integre, et pro libris essent aliquando. Ei democritum cotidieque vix, dolor semper ius in.\n\nSea tale omnis in. Nisl modus petentium nec et, no mollis percipit adipisci qui. Ocurreret ullamcorper has ut. Tota paulo sit et, ius magna sadipscing an. Ut his numquam appellantur.','Social Mixer and Olive Oil Awards','','publish','open','closed','','social-mixer-and-olive-oil-awards','','','2024-08-05 04:59:54','2024-08-05 04:59:54','',0,'https://ipekyonetim.com/?post_type=tribe_events&p=291',0,'tribe_events','',0),
(292,1,'2016-06-16 09:20:57','2016-06-16 09:20:57','Lorem ipsum dolor sit amet, ad labore doctus qui, id pri sonet erroribus. Omnesque menandri deseruisse in pro, ea dissentiet concludaturque vis. Vim ne ridens discere vituperatoribus, mei et consequat vituperata. Ea vel iisque phaedrum principes, summo vivendum accommodare vel ut. Ea nam habeo prima iisque. Nobis dolor iudicabit in ius, wisi detraxit concludaturque nam ei.\n\nPurto prodesset theophrastus ne ius. Illum lorem eligendi sit eu, mel an movet constituam. Cu alia atqui paulo vel. Quo minim paulo legimus ne. Eum ne aperiam nusquam. Mel eu vocent repudiare rationibus, ei offendit similique temporibus vis, meis temporibus cum cu.\n\nTe nostrum omittantur sit, id accommodare suscipiantur nec. Eu cum stet veniam ignota, eum ea nisl summo essent. Dolor elaboraret sadipscing cu usu, cu tractatos repudiandae mei. Mel aeque lucilius et, no quo illum saepe invidunt. Reque eligendi usu et, integre consequuntur id mel, ea saepe nostro quo.\n\nMel ut soluta populo. Vide singulis necessitatibus et vis, pri quis atqui omittam ne. Vim dolorum legimus et. In ius brute integre, et pro libris essent aliquando. Ei democritum cotidieque vix, dolor semper ius in.\n\nSea tale omnis in. Nisl modus petentium nec et, no mollis percipit adipisci qui. Ocurreret ullamcorper has ut. Tota paulo sit et, ius magna sadipscing an. Ut his numquam appellantur.','Open Olive Dish Cooking Contest','','publish','open','closed','','open-olive-dish-cooking-contest','','','2024-08-05 05:00:19','2024-08-05 05:00:19','',0,'https://ipekyonetim.com/?post_type=tribe_events&p=292',0,'tribe_events','',0),
(293,1,'2016-06-16 09:22:45','2016-06-16 09:22:45','Lorem ipsum dolor sit amet, ad labore doctus qui, id pri sonet erroribus. Omnesque menandri deseruisse in pro, ea dissentiet concludaturque vis. Vim ne ridens discere vituperatoribus, mei et consequat vituperata. Ea vel iisque phaedrum principes, summo vivendum accommodare vel ut. Ea nam habeo prima iisque. Nobis dolor iudicabit in ius, wisi detraxit concludaturque nam ei.\n\nPurto prodesset theophrastus ne ius. Illum lorem eligendi sit eu, mel an movet constituam. Cu alia atqui paulo vel. Quo minim paulo legimus ne. Eum ne aperiam nusquam. Mel eu vocent repudiare rationibus, ei offendit similique temporibus vis, meis temporibus cum cu.\n\nTe nostrum omittantur sit, id accommodare suscipiantur nec. Eu cum stet veniam ignota, eum ea nisl summo essent. Dolor elaboraret sadipscing cu usu, cu tractatos repudiandae mei. Mel aeque lucilius et, no quo illum saepe invidunt. Reque eligendi usu et, integre consequuntur id mel, ea saepe nostro quo.\n\nMel ut soluta populo. Vide singulis necessitatibus et vis, pri quis atqui omittam ne. Vim dolorum legimus et. In ius brute integre, et pro libris essent aliquando. Ei democritum cotidieque vix, dolor semper ius in.\n\nSea tale omnis in. Nisl modus petentium nec et, no mollis percipit adipisci qui. Ocurreret ullamcorper has ut. Tota paulo sit et, ius magna sadipscing an. Ut his numquam appellantur.','Free Olive Oil and Olive Product Sampling','','publish','open','closed','','free-olive-oil-and-olive-product-sampling','','','2024-08-05 05:00:52','2024-08-05 05:00:52','',0,'https://ipekyonetim.com/?post_type=tribe_events&p=293',0,'tribe_events','',0),
(294,1,'2016-06-16 09:24:08','2016-06-16 09:24:08','Lorem ipsum dolor sit amet, ad labore doctus qui, id pri sonet erroribus. Omnesque menandri deseruisse in pro, ea dissentiet concludaturque vis. Vim ne ridens discere vituperatoribus, mei et consequat vituperata. Ea vel iisque phaedrum principes, summo vivendum accommodare vel ut. Ea nam habeo prima iisque. Nobis dolor iudicabit in ius, wisi detraxit concludaturque nam ei.\n\nPurto prodesset theophrastus ne ius. Illum lorem eligendi sit eu, mel an movet constituam. Cu alia atqui paulo vel. Quo minim paulo legimus ne. Eum ne aperiam nusquam. Mel eu vocent repudiare rationibus, ei offendit similique temporibus vis, meis temporibus cum cu.\n\nTe nostrum omittantur sit, id accommodare suscipiantur nec. Eu cum stet veniam ignota, eum ea nisl summo essent. Dolor elaboraret sadipscing cu usu, cu tractatos repudiandae mei. Mel aeque lucilius et, no quo illum saepe invidunt. Reque eligendi usu et, integre consequuntur id mel, ea saepe nostro quo.\n\nMel ut soluta populo. Vide singulis necessitatibus et vis, pri quis atqui omittam ne. Vim dolorum legimus et. In ius brute integre, et pro libris essent aliquando. Ei democritum cotidieque vix, dolor semper ius in.\n\nSea tale omnis in. Nisl modus petentium nec et, no mollis percipit adipisci qui. Ocurreret ullamcorper has ut. Tota paulo sit et, ius magna sadipscing an. Ut his numquam appellantur.','St. Mary’s Olive Oil Festiva','','publish','open','closed','','st-marys-olive-oil-festiva','','','2024-08-05 05:00:38','2024-08-05 05:00:38','',0,'https://ipekyonetim.com/?post_type=tribe_events&p=294',0,'tribe_events','',0),
(299,1,'2016-06-16 09:54:17','2016-06-16 09:54:17','[vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\n\nSed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. nemo enim ipsam voluptatem, quia voluptas sit, aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos, qui ratione voluptatem sequi nesciunt, neque porro quisquam est, qui dolorem ipsum, quia dolor sit, amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt, ut labore et dolore magnam aliquam quaerat voluptatem. ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur.[/vc_column_text][trx_title]This is a text example of H1 Heading[/trx_title][vc_column_text]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.[/vc_column_text][trx_title type=\"2\" position=\"top\"]This is a text example of H2 Heading. Lorem ipsum dolor sit amet.[/trx_title][vc_column_text]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.[/vc_column_text][trx_title type=\"3\" position=\"top\"]This is a text example of H3 Heading. Lorem ipsum dolor sit amet.[/trx_title][vc_column_text]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.[/vc_column_text][trx_title type=\"4\" position=\"top\"]This is a text example of H4 Heading. Lorem ipsum dolor sit amet, has et dolores voluptatibus, sit at cibo expetenda.[/trx_title][vc_column_text]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.[/vc_column_text][trx_title type=\"5\" position=\"top\"]This is a text example of H5 Heading. Lorem ipsum dolor sit amet, has et dolores voluptatibus, sit at cibo expetenda.[/trx_title][vc_column_text]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.[/vc_column_text][trx_title type=\"6\" position=\"top\"]This is a text example of H6 Heading. Lorem ipsum dolor sit amet, has et dolores voluptatibus, sit at cibo expetenda. Ei mediocrem gloriatur definiebas duo.[/trx_title][vc_column_text]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}\"][vc_column][trx_line top=\"huge\" bottom=\"medium\"][/vc_column][/vc_row][vc_row][vc_column][trx_title type=\"2\" top=\"medium\"]Standard Inline Elements[/trx_title][vc_column_text]<strong>Bold text</strong> dolor sit amet, consectetur <span style=\"color: #ffcf00;\">accent color</span> adipisicing elit, hovered accents sed do eiusmod tempor hovered ut labore et dolore magna aliqu quis nostrud exercitation ullamco laboris nisllum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident [trx_highlight type=\"1\"]sunt in culpa qui[/trx_highlight] officia deserunt m est laborum.\n\n<strong><em>Italic text</em></strong> example iste natus error sit voluptatem italic text example doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore vei [trx_tooltip title=\"Tooltip Title\"] architecto [/trx_tooltip] beatae explicabo. Nemo enptatem quia oluptas sit aspernatur Tooltip Title aut odit aut fugit, sed quia consequuntur magni dolores eos quiet.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}\"][vc_column][trx_line top=\"huge\" bottom=\"medium\"][/vc_column][/vc_row][vc_row][vc_column][trx_title type=\"2\" top=\"medium\"]Dropcaps[/trx_title][trx_columns fluid=\"no\"][trx_column_item][trx_dropcaps style=\"2\" css=\"max-width: 350px;\"][vc_column_text]D Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euis\nmod tincidunt ut laoreet dolore magna iriure dolor in hendrerit velit esse molestie conseat. Ut wisi enim ad minim veniam, quis nostrud exerci ion ullamcorper suscipit lobortis nisl ut aliquip ex ea com\nmodo consequat. Duis autem vel eum iriure dolor.[/vc_column_text][/trx_dropcaps][/trx_column_item][trx_column_item][trx_dropcaps style=\"3\" css=\"max-width: 350px;\"][vc_column_text]D Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euis\nmod tincidunt ut laoreet dolore magna iriure dolor in hendrerit velit esse molestie conseat. Ut wisi enim ad minim veniam, quis nostrud exerci ion ullamcorper suscipit lobortis nisl ut aliquip ex ea com\nmodo consequat. Duis autem vel eum iriure dolor.[/vc_column_text][/trx_dropcaps][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row css=\".vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}\"][vc_column][trx_line top=\"huge\" bottom=\"medium\"][/vc_column][/vc_row][vc_row][vc_column][trx_title type=\"2\" top=\"medium\"]Blockquote[/trx_title][trx_quote title=\"Marta Green\" bg_image=\"358\" image=\"114\"]“Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim...”[/trx_quote][/vc_column][/vc_row][vc_row css=\".vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}\"][vc_column][trx_line top=\"huge\" bottom=\"medium\"][/vc_column][/vc_row][vc_row][vc_column][trx_title type=\"2\" top=\"medium\"]Image Alignment[/trx_title][vc_column_text css=\".vc_custom_1466662599982{margin-bottom: 0.25em !important;}\"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate. Ea mei perfecto insolens, tale nemore.[/vc_column_text][trx_image url=\"316\" align=\"left\" title=\"Title of Image\" class=\"mb2\" width=\"370\" height=\"243\"][vc_column_text css=\".vc_custom_1466662682781{margin-top: 1.5em !important;}\"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit.\n\nSed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beae vitae dicta sunt, explicabo. nemo enim ipsam voluptatem, quia voluptas sit, aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos, qui ratione voluptatem sequi nesciunt, neque porro quisquam.[/vc_column_text][vc_column_text css=\".vc_custom_1466662197134{margin-top: 1.4em !important;}\"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim[/vc_column_text][trx_image url=\"317\" align=\"right\" link=\"https://ipekyonetim.com/wp-content/uploads/2016/06/image-32.jpg\" class=\"hover_iconed mb2\" width=\"370\" height=\"224\"][vc_column_text css=\".vc_custom_1466662835037{margin-top: 1.6em !important;}\"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis.\n\nSed ut perspiciatis, unde omnis iste nar sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. nemo enim ipsam voluptatem, quia voluptas sit, aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos, qui ratione voluptatem sequi nesciunt, neque porro quisquam est.[/vc_column_text][vc_column_text css=\".vc_custom_1466662844510{margin-top: 1.5em !important;}\"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}\"][vc_column][trx_line top=\"huge\" bottom=\"medium\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1442828730380{margin-bottom: 1.55em !important;}\"][trx_title type=\"2\" top=\"medium\"]Lists[/trx_title][vc_column_text css=\".vc_custom_1465217444491{margin-bottom: 1.9em !important;}\"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.[/vc_column_text][vc_empty_space][trx_columns count=\"3\" margins=\"\" class=\"columns_lists\" bottom=\"null\"][trx_column_item][trx_list][trx_list_item title=\"Lorem ipsum dolor\"][/trx_list_item][trx_list_item title=\"Quaerendum vel ne\"][/trx_list_item][trx_list_item title=\"Admodum minimum\"][/trx_list_item][trx_list_item title=\"Youth Programs\"][/trx_list_item][trx_list_item title=\"Eam alia doming\"][/trx_list_item][/trx_list][/trx_column_item][trx_column_item][trx_list style=\"iconed\"][trx_list_item title=\"Lorem ipsum dolor\"][/trx_list_item][trx_list_item title=\"Quaerendum vel ne\"][/trx_list_item][trx_list_item title=\"Admodum minimum\"][/trx_list_item][trx_list_item title=\"Youth Programs\"][/trx_list_item][trx_list_item title=\"Eam alia doming\"][/trx_list_item][/trx_list][/trx_column_item][trx_column_item][trx_list style=\"ol\"][trx_list_item title=\"Lorem ipsum dolor\"][/trx_list_item][trx_list_item title=\"Quaerendum vel ne\"][/trx_list_item][trx_list_item title=\"Admodum minimum\"][/trx_list_item][trx_list_item title=\"Youth Programs\"][/trx_list_item][trx_list_item title=\"Eam alia doming\"][/trx_list_item][/trx_list][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row css=\".vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}\"][vc_column][trx_line top=\"huge\" bottom=\"medium\"][/vc_column][/vc_row][vc_row][vc_column][trx_section][trx_title type=\"2\" top=\"medium\"]Table[/trx_title][trx_table]\n<table>\n<tbody>\n<tr>\n<td>#</td>\n<td>Column 1</td>\n<td>Column 2</td>\n<td>Column 3</td>\n<td>Column 4</td>\n</tr>\n<tr>\n<td>1</td>\n<td>Row 1 cell1</td>\n<td>Row 1 cell2</td>\n<td>Row 1 cell3</td>\n<td>Row 1 cell4</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Row 2 cell1</td>\n<td>Row 2 cell2</td>\n<td>Row 2 cell3</td>\n<td>Row 2 cell4</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Row 3 cell1</td>\n<td>Row 3 cell2</td>\n<td>Row 3 cell3</td>\n<td>Row 3 cell4</td>\n</tr>\n</tbody>\n</table>\n[/trx_table][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1466596188084{padding-top: 0.75em !important;padding-bottom: 0.75em !important;}\"][vc_column][trx_line top=\"huge\" bottom=\"medium\"][/vc_column][/vc_row][vc_row][vc_column][trx_title type=\"2\" top=\"medium\"]Inputs & Buttons[/trx_title][trx_columns][trx_column_item][trx_form return_page=\"none\"][trx_form_item name=\"Input Heading\" value=\"Input field example\" label=\"Input Heading\" bottom=\"medium\" placeholder=\"Input field example\" size=\"40%\"][/trx_form][/trx_column_item][trx_column_item][trx_form return_page=\"none\"][trx_form_item type=\"select\" name=\"Dropdown Heading\" options=\"option1=Dropdown input field example|option2=option2|option3=option3\" label=\"Dropdown Heading\" bottom=\"medium\" size=\"40%\"][/trx_form][/trx_column_item][trx_column_item][trx_form return_page=\"none\"][trx_form_item name=\"Hovered Input\" value=\"Your name\" label=\"Hovered Input\" class=\"hovered\" bottom=\"tiny\" placeholder=\"Hovered field example\" size=\"40%\"][/trx_form][/trx_column_item][trx_column_item][trx_form return_page=\"none\"][trx_form_item name=\"Focused input\" value=\"Enter email\" label=\"Focused input\" class=\"focuses\" bottom=\"small\" placeholder=\"Focuces field example\" size=\"40%\"][/trx_form][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row][vc_column][trx_columns][trx_column_item][trx_button size=\"medium\" top=\"medium\" right=\"huge\"]BIG BUTTON[/trx_button][trx_button top=\"small\" right=\"huge\"]SMALL BUTTON[/trx_button][/trx_column_item][trx_column_item][/trx_column_item][/trx_columns][/vc_column][/vc_row]','Typography','','publish','closed','closed','','typography','','','2022-11-10 10:50:48','2022-11-10 10:50:48','',0,'https://ipekyonetim.com/?page_id=299',0,'page','',0),
(316,1,'2016-06-16 11:26:25','2016-06-16 11:26:25','','image-31','','inherit','open','closed','','image-31','','','2016-06-16 11:26:25','2016-06-16 11:26:25','',299,'https://ipekyonetim.com/wp-content/uploads/2016/06/image-31.jpg',0,'attachment','image/jpeg',0),
(317,1,'2016-06-16 11:26:57','2016-06-16 11:26:57','','image-32','','inherit','open','closed','','image-32','','','2016-06-16 11:26:57','2016-06-16 11:26:57','',299,'https://ipekyonetim.com/wp-content/uploads/2016/06/image-32.jpg',0,'attachment','image/jpeg',0),
(318,1,'2016-06-16 11:42:19','2016-06-16 11:42:19','','background-5','','inherit','open','closed','','background-5','','','2016-06-16 11:42:19','2016-06-16 11:42:19','',299,'https://ipekyonetim.com/wp-content/uploads/2016/06/background-5.jpg',0,'attachment','image/jpeg',0),
(319,1,'2016-06-16 11:42:31','2016-06-16 11:42:31','','background-6','','inherit','open','closed','','background-6','','','2016-06-16 11:42:31','2016-06-16 11:42:31','',299,'https://ipekyonetim.com/wp-content/uploads/2016/06/background-6.jpg',0,'attachment','image/jpeg',0),
(323,1,'2016-06-16 11:52:12','2016-06-16 11:52:12','[vc_row][vc_column width=\"1/2\"][trx_title type=\"2\" top=\"null\"]Video[/trx_title][trx_video url=\"https://vimeo.com/154709932\" image=\"7\" height=\"321\"][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"83px\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][trx_title type=\"2\" top=\"null\"]Gallery[/trx_title][trx_slider cat=\"10\" ids=\"8,11,15\" pagination=\"yes\"][/trx_slider][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1466669072431{padding-top: 0.3em !important;}\"][vc_column][trx_line top=\"huge\" bottom=\"medium\"][/vc_column][/vc_row][vc_row][vc_column][trx_columns][trx_column_item][trx_section][trx_title type=\"2\" top=\"medium\"]Audio[/trx_title][trx_audio url=\"https://ipekyonetim.com/wp-content/uploads/2016/06/sample-melody.mp3\" title=\"Insert Audio Title Here\" author=\"Lily Hunter\"][/trx_section][/trx_column_item][trx_column_item][trx_section][trx_title type=\"2\" top=\"medium\"]Progress Bar[/trx_title][trx_skills type=\"pie\" layout=\"columns\" columns=\"3\" color=\"#ed4848\" bg_color=\"#eefafc\" pie_compact=\"no\" pie_cutout=\"95\"][trx_skills_item title=\"Graphic Design\" value=\"80%\" color=\"#ffd933\" bg_color=\"#f8f8f8\" border_color=\"#f8f8f8\" style=\"1\"][/trx_skills_item][trx_skills_item title=\"HTML & CSS3\" value=\"75%\" color=\"#ffd933\" bg_color=\"#f8f8f8\" border_color=\"#f8f8f8\" style=\"1\"][/trx_skills_item][trx_skills_item title=\"Illustration\" value=\"90%\" color=\"#ffd933\" bg_color=\"#f8f8f8\" border_color=\"#f8f8f8\" style=\"1\"][/trx_skills_item][/trx_skills][/trx_section][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1466669072431{padding-top: 0.3em !important;}\"][vc_column][trx_line top=\"huge\" bottom=\"medium\"][/vc_column][/vc_row][vc_row][vc_column][trx_columns][trx_column_item][trx_section][trx_title type=\"2\" top=\"medium\"]Countdowns[/trx_title][trx_countdown date=\"2025-10-18\" time=\"12:20:20\" style=\"1\"][/trx_section][/trx_column_item][trx_column_item][trx_section][trx_title type=\"2\" top=\"medium\"]Skills[/trx_title][trx_skills color=\"#ed4848\" css=\"max-width: 534px;\"][trx_skills_item title=\"Graphic design\" value=\"85%\" color=\"#ffd933\" style=\"1\"][/trx_skills_item][trx_skills_item title=\"HTML5 & Css3\" value=\"50%\" color=\"#ffd933\" style=\"1\"][/trx_skills_item][trx_skills_item title=\"Web design\" value=\"45%\" color=\"#ffd933\" style=\"1\"][/trx_skills_item][trx_skills_item title=\"Wordpress\" value=\"70%\" color=\"#ffd933\" style=\"1\"][/trx_skills_item][/trx_skills][/trx_section][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1466669072431{padding-top: 0.3em !important;}\"][vc_column][trx_line top=\"huge\" bottom=\"medium\"][/vc_column][/vc_row][vc_row][vc_column][trx_section][trx_title type=\"2\" align=\"center\" top=\"medium\"]Price Plans[/trx_title][trx_columns count=\"3\" margins=\"\"][trx_column_item][trx_price_block style=\"1\" title=\"Regular Plan\" link=\"#\" link_text=\"Choose Plan\" money=\"45\" period=\"month\" bg_color=\"#fe9a33\"][trx_list][trx_list_item title=\"Lorem ipsum dolor sit amet\"][/trx_list_item][trx_list_item title=\"Consectetuer adipiscing\"][/trx_list_item][trx_list_item title=\"Sed diam nonummy nibh\"][/trx_list_item][trx_list_item title=\"Euismod tincidunt ut laoreet\"][/trx_list_item][/trx_list][/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"1\" title=\"Silver Plan\" link=\"#\" link_text=\"Choose Plan\" money=\"55\" period=\"month\" bg_color=\"#fe9a33\"][trx_list][trx_list_item title=\"Lorem ipsum dolor sit amet\"][/trx_list_item][trx_list_item title=\"Consectetuer adipiscing\"][/trx_list_item][trx_list_item title=\"Sed diam nonummy nibh\"][/trx_list_item][trx_list_item title=\"Euismod tincidunt ut laoreet\"][/trx_list_item][/trx_list][/trx_price_block][/trx_column_item][trx_column_item][trx_price_block style=\"1\" title=\"Gold Plan\" link=\"#\" link_text=\"Choose Plan\" money=\"75\" period=\"month\" bg_color=\"#fe9a33\"][trx_list][trx_list_item title=\"Lorem ipsum dolor sit amet\"][/trx_list_item][trx_list_item title=\"Consectetuer adipiscing\"][/trx_list_item][trx_list_item title=\"Sed diam nonummy nibh\"][/trx_list_item][trx_list_item title=\"Euismod tincidunt ut laoreet\"][/trx_list_item][/trx_list][/trx_price_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1466669072431{padding-top: 0.3em !important;}\"][vc_column][trx_line top=\"huge\" bottom=\"medium\"][/vc_column][/vc_row][vc_row][vc_column][trx_columns count=\"12\" margins=\"\"][trx_column_item span=\"7\"][trx_title type=\"2\" top=\"medium\"]Call to Action[/trx_title][vc_cta h2=\"Enjoy Our Lavish Olive Oils And Balsamic Vinegars!\" h2_font_container=\"font_size:2.643em|color:%23e9e4d0|line_height:1.2\" h2_google_fonts=\"font_family:Playfair%20Display%3Aregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:700%20bold%20regular%3A700%3Anormal\" txt_align=\"center\" shape=\"square\" style=\"custom\" css=\".vc_custom_1466677883564{background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-7.jpg?id=332) !important;}\" use_custom_fonts_h2=\"true\"][trx_button link=\'/shop/\' size=\'medium\']Buy now![/trx_button][/vc_cta][/trx_column_item][trx_column_item span=\"5\"][trx_title type=\"2\" top=\"medium\"]Map[/trx_title][trx_googlemap style=\"greyscale\" class=\"typography_map\" height=\"420\"][trx_googlemap_marker address=\"888 Broadway New York, NY, 18813\"][/trx_googlemap_marker][/trx_googlemap][/trx_column_item][/trx_columns][/vc_column][/vc_row][vc_row inverse=\"\" css=\".vc_custom_1466669072431{padding-top: 0.3em !important;}\"][vc_column][trx_line top=\"huge\" bottom=\"medium\"][/vc_column][/vc_row][vc_row][vc_column][trx_title type=\"2\" top=\"medium\"]Promo Block[/trx_title][trx_promo image=\"334\" text_margins=\"3em 4em\" text_align=\"none\" title=\"Enjoy Our Lavish Olive Oils And Balsamic Vinegars!\" link=\"#\" link_caption=\"Buy Now!\"][/trx_promo][/vc_column][/vc_row]','Shortcodes','','publish','closed','closed','','shortcodes','','','2024-11-26 20:46:46','2024-11-26 20:46:46','',0,'https://ipekyonetim.com/?page_id=323',0,'page','',0),
(328,1,'2016-06-16 11:59:44','2016-06-16 11:59:44','\"Sample Melody\" from TRex by Sample.','Sample Melody','','inherit','open','closed','','sample-melody','','','2023-11-15 12:59:03','2023-11-15 12:59:03','',0,'https://ipekyonetim.com/wp-content/uploads/2016/06/sample-melody.mp3',0,'attachment','audio/mpeg',0),
(332,1,'2016-06-16 12:25:19','2016-06-16 12:25:19','','background-7','','inherit','open','closed','','background-7','','','2016-06-16 12:25:19','2016-06-16 12:25:19','',323,'https://ipekyonetim.com/wp-content/uploads/2016/06/background-7.jpg',0,'attachment','image/jpeg',0),
(334,1,'2016-06-16 12:34:50','2016-06-16 12:34:50','','background-8','','inherit','open','closed','','background-8-2','','','2016-06-16 12:34:50','2016-06-16 12:34:50','',323,'https://ipekyonetim.com/wp-content/uploads/2016/06/background-8-1.jpg',0,'attachment','image/jpeg',0),
(358,1,'2016-06-22 14:56:08','2016-06-22 14:56:08','','quote_bg','','inherit','open','closed','','quote_bg','','','2016-06-22 14:56:08','2016-06-22 14:56:08','',299,'https://ipekyonetim.com/wp-content/uploads/2016/06/quote_bg.jpg',0,'attachment','image/jpeg',0),
(399,1,'2016-06-23 10:43:49','2016-06-23 10:43:49','','pointer','','inherit','open','closed','','pointer','','','2016-06-23 10:43:49','2016-06-23 10:43:49','',0,'https://ipekyonetim.com/wp-content/uploads/2016/06/pointer.png',0,'attachment','image/png',0),
(404,1,'2016-06-23 11:09:19','2016-06-23 11:09:19','','1','','inherit','open','closed','','1','','','2016-06-23 11:09:19','2016-06-23 11:09:19','',0,'https://ipekyonetim.com/wp-content/uploads/2016/06/1.jpg',0,'attachment','image/jpeg',0),
(406,1,'2016-06-23 11:29:00','2016-06-23 11:29:00','','logo','','inherit','open','closed','','logo','','','2016-06-23 11:29:00','2016-06-23 11:29:00','',0,'https://ipekyonetim.com/wp-content/uploads/2016/06/logo.png',0,'attachment','image/png',0),
(408,1,'2016-06-24 06:56:47','2016-06-24 06:56:47','','title_img','','inherit','open','closed','','title_img','','','2016-06-24 06:56:47','2016-06-24 06:56:47','',59,'https://ipekyonetim.com/wp-content/uploads/2016/06/title_img.png',0,'attachment','image/png',0),
(433,1,'2016-06-24 11:37:30','2016-06-24 11:37:30','','Layer 31 copy','','inherit','open','closed','','layer-31-copy','','','2016-06-24 11:37:30','2016-06-24 11:37:30','',57,'https://ipekyonetim.com/wp-content/uploads/2016/06/Layer-31-copy.png',0,'attachment','image/png',0),
(439,1,'2016-06-24 12:19:45','2016-06-24 12:19:45','','Depositphotos_5896747_original','','inherit','open','closed','','depositphotos_5896747_original','','','2016-06-24 12:19:45','2016-06-24 12:19:45','',57,'https://ipekyonetim.com/wp-content/uploads/2016/06/Depositphotos_5896747_original.png',0,'attachment','image/png',0),
(505,1,'2016-06-29 10:38:36','2016-06-29 10:38:36','','slide_bg_1','','inherit','open','closed','','slide_bg_1','','','2016-06-29 10:38:36','2016-06-29 10:38:36','',55,'https://ipekyonetim.com/wp-content/uploads/2016/06/slide_bg_1.jpg',0,'attachment','image/jpeg',0),
(507,1,'2016-06-29 10:42:12','2016-06-29 10:42:12','','slide_bg_2','','inherit','open','closed','','slide_bg_2','','','2016-06-29 10:42:12','2016-06-29 10:42:12','',55,'https://ipekyonetim.com/wp-content/uploads/2016/06/slide_bg_2.jpg',0,'attachment','image/jpeg',0),
(521,1,'2016-06-29 12:53:40','2016-06-29 12:53:40','[woocommerce_cart]','Cart','','publish','closed','closed','','cart','','','2025-03-19 17:37:31','2025-03-19 17:37:31','',0,'https://ipekyonetim.com/cart/',0,'page','',0),
(522,1,'2016-06-29 12:53:40','2016-06-29 12:53:40','[woocommerce_checkout]','Checkout','','publish','closed','closed','','checkout','','','2016-06-29 12:53:40','2016-06-29 12:53:40','',0,'https://ipekyonetim.com/checkout/',0,'page','',0),
(523,1,'2016-06-29 12:53:40','2016-06-29 12:53:40','[woocommerce_my_account]','My Account','','publish','closed','closed','','my-account','','','2016-06-29 12:53:40','2016-06-29 12:53:40','',0,'https://ipekyonetim.com/my-account/',0,'page','',0),
(571,1,'2016-06-30 14:02:17','2016-06-30 14:02:17','','2','','inherit','open','closed','','2','','','2016-06-30 14:02:17','2016-06-30 14:02:17','',0,'https://ipekyonetim.com/wp-content/uploads/2016/06/2.jpg',0,'attachment','image/jpeg',0),
(575,1,'2016-07-01 06:11:53','2016-07-01 06:11:53','','logo_2','','inherit','open','closed','','logo_2','','','2016-07-01 06:11:53','2016-07-01 06:11:53','',244,'https://ipekyonetim.com/wp-content/uploads/2016/06/logo_2.png',0,'attachment','image/png',0),
(576,1,'2016-07-01 07:36:50','2016-07-01 07:36:50','','banner-1','','inherit','open','closed','','banner-1','','','2016-07-01 07:36:50','2016-07-01 07:36:50','',244,'https://ipekyonetim.com/wp-content/uploads/2016/06/banner-1.jpg',0,'attachment','image/jpeg',0),
(577,1,'2016-07-01 07:36:51','2016-07-01 07:36:51','','banner-2','','inherit','open','closed','','banner-2','','','2016-07-01 07:36:51','2016-07-01 07:36:51','',244,'https://ipekyonetim.com/wp-content/uploads/2016/06/banner-2.jpg',0,'attachment','image/jpeg',0),
(597,1,'2016-07-01 11:09:44','2016-07-01 11:09:44','','banner-3','','inherit','open','closed','','banner-3','','','2016-07-01 11:09:44','2016-07-01 11:09:44','',244,'https://ipekyonetim.com/wp-content/uploads/2016/06/banner-3.jpg',0,'attachment','image/jpeg',0),
(621,1,'2016-07-01 13:32:22','2016-07-01 13:32:22','[vc_row][vc_column][trx_events cat=\"0\" columns=\"2\" readmore=\"none\"][/vc_column][/vc_row]','Events','','publish','closed','closed','','treee','','','2016-07-01 13:35:44','2016-07-01 13:35:44','',0,'https://ipekyonetim.com/?page_id=621',0,'page','',0),
(642,1,'2016-07-03 07:33:11','2016-07-03 07:33:11','','post-3','','inherit','open','closed','','post-3','','','2016-07-03 07:33:11','2016-07-03 07:33:11','',87,'https://ipekyonetim.com/wp-content/uploads/2016/06/post-3.jpg',0,'attachment','image/jpeg',0),
(674,1,'2016-07-04 14:52:35','2016-07-04 14:52:35','','new_team_1','','inherit','open','closed','','new_team_1','','','2016-07-04 14:52:35','2016-07-04 14:52:35','',105,'https://ipekyonetim.com/wp-content/uploads/2016/06/new_team_1.jpg',0,'attachment','image/jpeg',0),
(675,1,'2016-07-04 14:52:45','2016-07-04 14:52:45','','new_team_2','','inherit','open','closed','','new_team_2','','','2016-07-04 14:52:45','2016-07-04 14:52:45','',105,'https://ipekyonetim.com/wp-content/uploads/2016/06/new_team_2.jpg',0,'attachment','image/jpeg',0),
(676,1,'2016-07-04 14:52:47','2016-07-04 14:52:47','','new_team_3','','inherit','open','closed','','new_team_3','','','2016-07-04 14:52:47','2016-07-04 14:52:47','',105,'https://ipekyonetim.com/wp-content/uploads/2016/06/new_team_3.jpg',0,'attachment','image/jpeg',0),
(677,1,'2016-07-04 14:52:48','2016-07-04 14:52:48','','new_team_4','','inherit','open','closed','','new_team_4','','','2016-07-04 14:52:48','2016-07-04 14:52:48','',105,'https://ipekyonetim.com/wp-content/uploads/2016/06/new_team_4.jpg',0,'attachment','image/jpeg',0),
(678,1,'2016-07-04 14:55:15','2016-07-04 14:55:15','','team 1','','inherit','open','closed','','team-1','','','2016-07-04 14:55:15','2016-07-04 14:55:15','',107,'https://ipekyonetim.com/wp-content/uploads/2016/06/team-1.jpg',0,'attachment','image/jpeg',0),
(679,1,'2016-07-04 14:55:17','2016-07-04 14:55:17','','team 2','','inherit','open','closed','','team-2','','','2016-07-04 14:55:17','2016-07-04 14:55:17','',107,'https://ipekyonetim.com/wp-content/uploads/2016/06/team-2.jpg',0,'attachment','image/jpeg',0),
(680,1,'2016-07-04 14:55:18','2016-07-04 14:55:18','','team 3','','inherit','open','closed','','team-3','','','2016-07-04 14:55:18','2016-07-04 14:55:18','',107,'https://ipekyonetim.com/wp-content/uploads/2016/06/team-3.jpg',0,'attachment','image/jpeg',0),
(681,1,'2016-07-04 14:55:20','2016-07-04 14:55:20','','team 4','','inherit','open','closed','','team-4','','','2016-07-04 14:55:20','2016-07-04 14:55:20','',107,'https://ipekyonetim.com/wp-content/uploads/2016/06/team-4.jpg',0,'attachment','image/jpeg',0),
(705,1,'2024-04-30 11:41:26','2024-04-30 11:41:26','<input type=\"email\" name=\"EMAIL\" placeholder=\"Your Email\" required /><div class=\"mcfwp-agree-input\">\n<label><input type=\"checkbox\" name=\"AGREE_TO_TERMS\" value=\"1\" required=\"\">I have read and agree to the <a href=\"/privacy-policy/\" target=\"_blank\">terms & conditions</a></label>\n</div>\n<input type=\"submit\" value=\"Subscribe\" />\n','Subscribe','','publish','closed','closed','','subscribe','','','2024-04-30 11:41:26','2024-04-30 11:41:26','',0,'https://ipekyonetim.com/mc4wp-form/subscribe/',0,'mc4wp-form','',0),
(730,1,'2018-10-17 09:24:15','2018-10-17 09:24:15','[vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690588959{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_column_text]\n<h5>1. INTRODUCTION</h5>\n<span style=\"font-weight: 400;\">AncoraThemes (website url address: <a href=\"https://ancorathemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">https://ancorathemes.com/</a>) appreciates your business and trust</span><span style=\"font-weight: 400;\">. We are Cyprus based company, creating products to enhance your website building experience. Please read this Privacy Policy, providing consent to both documents in order to have permission to use our services.</span>[/vc_column_text][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_mobile=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690597112{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_column_text]\n<h5>2. DATA COLLECTED</h5>\n<h6><span style=\"font-weight: 400;\">DATA STORAGE LOCATION</span></h6>\n<span style=\"font-weight: 400;\">We are Cyprus based company and operate web servers hosted in Germany. Our hosting provider Hetzner Online GmbH adheres to the EU/US “Privacy Shield”, ensuring that your data is securely stored and GDPR compliant. For more information on Hetzner Online GmbH privacy policy, please see here: </span><a href=\"https://www.hetzner.com/rechtliches/datenschutz\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">Hetzner Data Privacy Policy</span></a><span style=\"font-weight: 400;\">.</span>\n<h6><span style=\"font-weight: 400;\">REGISTRATION DATA</span></h6>\n<span style=\"font-weight: 400;\">If you register on our website, we store your chosen username and your email address and any additional personal information added to your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit this information.</span>\n<h6><span style=\"font-weight: 400;\">PURCHASE DATA</span></h6>\n<span style=\"font-weight: 400;\">To receive product support, you have to have one or more Envato/AncoraThemes purchase codes on our website. These purchase codes will be stored together with support expiration dates and your user data. This is required for us to provide you with downloads, product support and other customer services.</span>\n<h6><span style=\"font-weight: 400;\">SUPPORT DATA</span></h6>\n<span style=\"font-weight: 400;\">If you have registered on our website and have a valid support account, you can submit support tickets for assistance. Support form submissions are sent to our third party Ticksy ticketing system. Only the data you explicitly provided is sent, and you are asked for consent, each time you want to create a new support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: </span><a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">Ticksy Privacy Policy</span></a><span style=\"font-weight: 400;\">.</span>\n<h6><span style=\"font-weight: 400;\">COMMENTS</span></h6>\n<span style=\"font-weight: 400;\">When you leave comments on the website we collect the data shown in the comments form, and also the IP address and browser user agent string to help spam detection.</span>\n<h6><span style=\"font-weight: 400;\">CONTACT FORM</span></h6>\n<span style=\"font-weight: 400;\">Information submitted through the contact form on our site is sent to our company email, hosted by Zoho. Zoho adheres to the EU/US “Privacy Shield” policy and you can find more information about this here: </span><a href=\"https://www.zoho.com/privacy.html\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">Zoho Privacy Policy</span></a><span style=\"font-weight: 400;\">.</span>\n\n<span style=\"font-weight: 400;\">These submissions are only kept for customer service purposes they are never used for marketing purposes or shared with third parties.</span>\n<h6><span style=\"font-weight: 400;\">GOOGLE ANALYTICS</span></h6>\n<span style=\"font-weight: 400;\">We use Google Analytics on our site for anonymous reporting of site usage. So, no personalized data is stored. If you would like to opt-out of Google Analytics monitoring your behavior on our website please use this link: </span><a href=\"https://tools.google.com/dlpage/gaoptout/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">Google Analytics Opt-out</span></a><span style=\"font-weight: 400;\">.</span>\n<h6><span style=\"font-weight: 400;\">CASES FOR USING THE PERSONAL DATA</span></h6>\n<strong>We use your personal information in the following cases:</strong>\n<ul>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Verification/identification of the user during website usage;</span></li>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Providing Technical Assistance;</span></li>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Sending updates to our users with important information to inform about news/changes;</span></li>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Checking the accounts’ activity in order to prevent fraudulent transactions and ensure the security</span></li>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">over our customers’ personal information;</span></li>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Customize the website to make your experience more personal and engaging;</span></li>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Guarantee overall performance and administrative functions run smoothly.</span></li>\n</ul>\n[/vc_column_text][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_mobile=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690601612{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_column_text]\n<h5>3. EMBEDDED CONTENT</h5>\n<span style=\"font-weight: 400;\">Pages on this site may include embedded content, like YouTube videos, for example. Embedded content from other websites behaves in the exact same way as if you visited the other website.</span>\n\n<span style=\"font-weight: 400;\">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. Below you can find a list of the services we use:</span>\n<h6><span style=\"font-weight: 400;\">FACEBOOK</span></h6>\n<span style=\"font-weight: 400;\">The Facebook page plugin is used to display our Facebook timeline on our site. Facebook has its own cookie and privacy policies over which we have no control. There is no installation of cookies from Facebook and your IP is not sent to a Facebook server until you consent to it. See their privacy policy here: </span><a href=\"https://www.facebook.com/privacy/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">Facebook Privacy Policy </span></a><span style=\"font-weight: 400;\">.</span>\n<h6><span style=\"font-weight: 400;\">TWITTER</span></h6>\n<span style=\"font-weight: 400;\">We use the Twitter API to display our tweets timeline on our site. Twitter has its own cookie and privacy policies over which we have no control. Your IP is not sent to a Twitter server until you consent to it. See their privacy policy here: </span><a href=\"https://twitter.com/privacy\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">Twitter Privacy Policy </span></a><span style=\"font-weight: 400;\">.</span>\n<h6><span style=\"font-weight: 400;\">YOUTUBE</span></h6>\n<span style=\"font-weight: 400;\">We use YouTube videos embedded on our site. YouTube has its own cookie and privacy policies over which we have no control. There is no installation of cookies from YouTube and your IP is not sent to a YouTube server until you consent to it. See their privacy policy here: </span><a href=\"https://www.youtube.com/static?template=privacy_guidelines\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">YouTube Privacy Policy</span></a><span style=\"font-weight: 400;\">.</span>\n[/vc_column_text][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_mobile=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690606563{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_column_text]\n<h5>4. COOKIES</h5>\n<span style=\"font-weight: 400;\">This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymized tracking data to third party applications like Google Analytics. Cookies generally exist to make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the help section of your browser.</span>\n<h6><span style=\"font-weight: 400;\">NECESSARY COOKIES (ALL SITE VISITORS)</span></h6>\n<ul>\n <li style=\"font-weight: 400;\"><b>cfduid:</b><span style=\"font-weight: 400;\"> Is used for our CDN CloudFlare to identify individual clients behind a shared IP address and apply security settings on a per-client basis. See more information on privacy here: </span><a href=\"https://www.cloudflare.com/privacypolicy/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">CloudFlare Privacy Policy</span></a><span style=\"font-weight: 400;\">.</span></li>\n <li style=\"font-weight: 400;\"><b>PHPSESSID:</b><span style=\"font-weight: 400;\"> To identify your unique session on the website.</span></li>\n</ul>\n<h6><span style=\"font-weight: 400;\">NECESSARY COOKIES (ADDITIONAL FOR LOGGED IN CUSTOMERS)</span></h6>\n<ul>\n <li style=\"font-weight: 400;\"><b>wp-auth:</b><span style=\"font-weight: 400;\"> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.</span></li>\n <li style=\"font-weight: 400;\"><b>wordpress_logged_in_{hash}:</b><span style=\"font-weight: 400;\"> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.</span></li>\n <li style=\"font-weight: 400;\"><b>wordpress_test_cookie</b><span style=\"font-weight: 400;\"> Used by WordPress to ensure cookies are working correctly.</span></li>\n <li style=\"font-weight: 400;\"><b>wp-settings-[UID]:</b><span style=\"font-weight: 400;\"> WordPress sets a few wp-settings-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.</span></li>\n <li style=\"font-weight: 400;\"><b>wp-settings-[UID]:</b><span style=\"font-weight: 400;\">WordPress also sets a few wp-settings-{time}-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.</span></li>\n</ul>\n[/vc_column_text][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_mobile=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690611459{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_column_text]\n<h5>5. WHO HAS ACCESS TO YOUR DATA</h5>\n<span style=\"font-weight: 400;\">If you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.</span>\n\n<span style=\"font-weight: 400;\">If you are a client with a registered account, your personal information can be accessed by:</span>\n<ul>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Our system administrators.</span></li>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.</span></li>\n</ul>\n[/vc_column_text][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_mobile=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690611459{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_column_text]\n<h5>6. THIRD PARTY ACCESS TO YOUR DATA</h5>\n<span style=\"font-weight: 400;\">We don’t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:</span>\n<h6><span style=\"font-weight: 400;\">ENVATO PTY LTD</span></h6>\n<span style=\"font-weight: 400;\">For the purpose of validating and getting your purchase information regarding licenses for our theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: </span><a href=\"https://envato.com/privacy/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">Envato Privacy Policy</span></a><span style=\"font-weight: 400;\">.</span>\n<h6><span style=\"font-weight: 400;\">TICKSY</span></h6>\n<span style=\"font-weight: 400;\">Ticksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: </span><a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">Ticksy Privacy Policy</span></a><span style=\"font-weight: 400;\">.</span>[/vc_column_text][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_mobile=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690611459{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_column_text]\n<h5>7. HOW LONG WE RETAIN YOUR DATA</h5>\n<span style=\"font-weight: 400;\">When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.</span>\n\n<span style=\"font-weight: 400;\">If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.</span>[/vc_column_text][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_mobile=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690611459{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_column_text]\n<h5>8. SECURITY MEASURES</h5>\n<span style=\"font-weight: 400;\">We use the SSL/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personal identifiable information is not captured/hijacked by third parties without authorization.</span>\n\n<span style=\"font-weight: 400;\">In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.</span>[/vc_column_text][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_mobile=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690611459{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_column_text]\n<h5>9. YOUR DATA RIGHTS</h5>\n<h6>GENERAL RIGHTS</h6>\n<span style=\"font-weight: 400;\">If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.</span>\n\n<span style=\"font-weight: 400;\">\nYou can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).</span>\n\n<span style=\"font-weight: 400;\">If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.</span>\n<h6>GDPR RIGHTS</h6>\n<span style=\"font-weight: 400;\">Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AncoraThemes permits residents of the European Union to use its Service. Therefore, it is the intent of AncoraThemes to comply with the European General Data Protection Regulation. For more details please see here: <a href=\"https://www.eugdpr.org/\" target=\"_blank\" rel=\"noopener noreferrer\">EU GDPR Information Portal.</a></span>[/vc_column_text][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_mobile=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690611459{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_column_text]\n<h5>10. THIRD PARTY WEBSITES</h5>\n<span style=\"font-weight: 400;\">AncoraThemes may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AncoraThemes, and you release us from any liability for the conduct of these third party websites.</span>\n\n<span style=\"font-weight: 400;\">All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties, unless you explicitly click on them.</span>\n\n<span style=\"font-weight: 400;\">Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AncoraThemes bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.</span>[/vc_column_text][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_mobile=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690611459{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_column_text]\n<h5>11. RELEASE OF YOUR DATA FOR LEGAL PURPOSES</h5>\n<span style=\"font-weight: 400;\">At times it may become necessary or desirable to AncoraThemes, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.</span>\n\n<span style=\"font-weight: 400;\">Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.</span>[/vc_column_text][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_mobile=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690611459{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_column_text]\n<h5>12. AMENDMENTS</h5>\n<span style=\"font-weight: 400;\">We may amend this Privacy Policy from time to time. When we amend this Privacy Policy, we will update this page accordingly and require you to accept the amendments in order to be permitted to continue using our services.</span>[/vc_column_text][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_mobile=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\"][/vc_column][/vc_row]','Privacy Policy','','publish','closed','closed','','privacy-policy','','','2023-11-16 07:07:17','2023-11-16 07:07:17','',0,'https://ipekyonetim.com/?page_id=730',0,'page','',0),
(733,1,'2018-10-17 10:02:30','2018-10-17 10:02:30','<div class=\"flex\">\n<div class=\'itm row\' >[text* your-name placeholder \"Your name*\"]</div> \n<div class=\'itm row\'>[email* your-email placeholder \"Your e-mail*\"]</div></div>\n<div class=\'\'>[textarea* your-message placeholder \"Your message*\"]</div>\n<div>[acceptance acceptance-157] I agree that my submitted data is being collected and stored. [/acceptance]</div> \n<div class=\"sc_form_field sc_form_field_button sc_form_field_submit\">[submit \"Send Message\"]</div>\n1\nOlive Oil Production \"[your-subject]\"\n[your-name] <wordpress@ipekyonetim.com>\ninfo@themerex.net\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 Olive Oil Production (https://ipekyonetim.com)\nReply-To: [your-email]\n\n\n\n\nOlive Oil Production \"[your-subject]\"\nOlive Oil Production <wordpress@ipekyonetim.com>\n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Olive Oil Production (https://ipekyonetim.com)\nReply-To: info@themerex.net\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2023-11-15 11:46:44','2023-11-15 11:46:44','',0,'https://ipekyonetim.com/?post_type=wpcf7_contact_form&p=733',0,'wpcf7_contact_form','',0),
(747,0,'2019-04-17 21:14:43','2019-04-17 21:14:43','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2019-04-17 21:14:43','2019-04-17 21:14:43','',0,'https://ipekyonetim.com/wp-content/uploads/2019/04/woocommerce-placeholder.png',0,'attachment','image/png',0),
(904,1,'2019-10-05 11:11:58','2019-10-05 11:11:58','[vc_row][vc_column][vc_column_text]\n<h2>Dear Customers,</h2>\nOur primary goal is developing a secure and customizable theme framework that meets the needs of the end user. Therefore, our customers are able to create websites using our templates as easy as 1-2-3! This process requires minimum knowledge of WordPress and coding, and extended documentation and our Support Team is always at your service. However, we ask you to keep in mind that sometimes issues occur not because of templates malfunction. There might be situations when it doesn\'t depend on us and the framework. For example, server settings, some extra functional that requires deep file customization, or additional plugins usage. And of course, an attempt to build a website in a very short time.\n\nWe know our theme framework perfectly and have a highly-professional team of developers. They will help you to develop the website you need. If you need website customization, contact us for <a href=\"https://themerex.net/support/\" target=\"_blank\" rel=\"noopener noreferrer\">further information</a>.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][trx_title type=\"2\"]\n<p style=\"text-align: center;\">Packages</p>\n[/trx_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Installation + Logo change\" link=\"https://themerex.net/downloads/theme-installation/?utm_source=demosplus&utm_medium=demosplus&utm_campaign=demosplus\" link_text=\"Grab this deal\" money=\"45\" subtitle=\"regular\"][trx_list][trx_list_item title=\"The template will be installed on your server exactly as the demo looks like. You will get access to the admin panel, so you can manage your website\"][/trx_list_item][trx_list_item title=\"We will replace the template’s logo with yours on each page of the template. The logo has to be in good quality in .PSD, .EPS, .PNG, .JPG format. Logo width should be 300px and 600px\"][/trx_list_item][/trx_list][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Ready-to-use Website\" link=\"https://themerex.net/downloads/ready-use-website/?utm_source=demosplus&utm_medium=demosplus&utm_campaign=demosplus\" link_text=\"Grab this deal\" money=\"395\" css=\"````\" subtitle=\"silver\"][trx_list][trx_list_item title=\"Theme installation on your server with your logo\"][/trx_list_item][trx_list_item title=\"Google map with your address set\"][/trx_list_item][trx_list_item title=\"Content and images replacement up to 6 pages (without layout change)\"][/trx_list_item][trx_list_item title=\"Removing elements that you do not need on your website\"][/trx_list_item][trx_list_item title=\"Social icons set (without changing theme layout)\"][/trx_list_item][trx_list_item title=\"Color scheme replacement\"][/trx_list_item][/trx_list][/trx_price_block][/vc_column][vc_column width=\"1/3\"][trx_price_block style=\"1\" title=\"Full Website Package\" link=\"https://themerex.net/downloads/full-website-package/?utm_source=demosplus&utm_medium=demosplus&utm_campaign=demosplus\" link_text=\"Grab this deal\" money=\"699\" subtitle=\"gold\"][trx_list][trx_list_item title=\"WordPress and theme installation\"][/trx_list_item][trx_list_item title=\"Customization of website branding\"][/trx_list_item][trx_list_item title=\"Color scheme replacement\"][/trx_list_item][trx_list_item title=\"Content setup (adding 6 pages, 6 posts, Revolution sliders)\"][/trx_list_item][trx_list_item title=\"SEO Essentials\"][/trx_list_item][trx_list_item title=\"Website speed optimization\"][/trx_list_item][/trx_list][/trx_price_block][/vc_column][/vc_row]','Service Plus','','publish','closed','closed','','service-plus','','','2024-05-01 04:35:19','2024-05-01 04:35:19','',0,'https://ipekyonetim.com/?page_id=904',0,'page','',0),
(1030,1,'2022-11-10 11:05:08','2022-11-10 11:05:08','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-oliveoil','','','2022-11-10 11:05:08','2022-11-10 11:05:08','',0,'https://ipekyonetim.com/wp-global-styles-oliveoil/',0,'wp_global_styles','',0),
(1080,1,'2024-04-30 09:11:02','2024-04-30 09:11:02','Lorem ipsum dolor sit amet, ad labore doctus qui, id pri sonet erroribus. Omnesque menandri deseruisse in pro, ea dissentiet concludaturque vis. Vim ne ridens discere vituperatoribus, mei et consequat vituperata. Ea vel iisque phaedrum principes, summo vivendum accommodare vel ut. Ea nam habeo prima iisque. Nobis dolor iudicabit in ius, wisi detraxit concludaturque nam ei.\n\nPurto prodesset theophrastus ne ius. Illum lorem eligendi sit eu, mel an movet constituam. Cu alia atqui paulo vel. Quo minim paulo legimus ne. Eum ne aperiam nusquam. Mel eu vocent repudiare rationibus, ei offendit similique temporibus vis, meis temporibus cum cu.\n\nTe nostrum omittantur sit, id accommodare suscipiantur nec. Eu cum stet veniam ignota, eum ea nisl summo essent. Dolor elaboraret sadipscing cu usu, cu tractatos repudiandae mei. Mel aeque lucilius et, no quo illum saepe invidunt. Reque eligendi usu et, integre consequuntur id mel, ea saepe nostro quo.\n\nMel ut soluta populo. Vide singulis necessitatibus et vis, pri quis atqui omittam ne. Vim dolorum legimus et. In ius brute integre, et pro libris essent aliquando. Ei democritum cotidieque vix, dolor semper ius in.\n\nSea tale omnis in. Nisl modus petentium nec et, no mollis percipit adipisci qui. Ocurreret ullamcorper has ut. Tota paulo sit et, ius magna sadipscing an. Ut his numquam appellantur.','Los Olivos Jazz and Olive Festival','','publish','open','closed','','los-olivos-jazz-and-olive-festival','','','2024-08-05 05:00:05','2024-08-05 05:00:05','',0,'https://ipekyonetim.com/?post_type=tribe_events&p=1080',0,'tribe_events','',0),
(1086,1,'2024-07-30 08:27:33','2024-07-30 08:27:33','','Order – July 30, 2024 @ 08:27 AM','','wc-on-hold','open','closed','wc_order_PCOMvQ96BGW5d','order-jul-30-2024-0827-am','','','2024-07-30 08:27:33','2024-07-30 08:27:33','',0,'https://ipekyonetim.com/?post_type=shop_order&p=1086',0,'shop_order','',1),
(1092,1,'2024-09-07 09:35:58','2024-09-07 09:35:58','','Order – September 7, 2024 @ 09:35 AM','','wc-on-hold','open','closed','wc_order_KtS1gF8fdT2hW','order-sep-07-2024-0935-am','','','2024-09-07 09:35:58','2024-09-07 09:35:58','',0,'https://ipekyonetim.com/?post_type=shop_order&p=1092',0,'shop_order','',1),
(1093,1,'2024-09-16 18:13:33','2024-09-16 18:13:33','','Order – September 16, 2024 @ 06:13 PM','','wc-processing','open','closed','wc_order_jXG23wrwnnnLn','order-sep-16-2024-0613-pm','','','2024-09-16 18:13:33','2024-09-16 18:13:33','',0,'https://ipekyonetim.com/?post_type=shop_order&p=1093',0,'shop_order','',1),
(1094,1,'2024-10-01 07:31:01','2024-10-01 07:31:01','','Order – October 1, 2024 @ 07:31 AM','','wc-on-hold','open','closed','wc_order_xwN2rAgyF0HeE','order-oct-01-2024-0731-am','','','2024-10-01 07:31:01','2024-10-01 07:31:01','',0,'https://ipekyonetim.com/?post_type=shop_order&p=1094',0,'shop_order','',1),
(1095,1,'2024-11-25 19:30:54','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2024-11-25 19:30:54','0000-00-00 00:00:00','',0,'https://ipekyonetim.com/?p=1095',0,'post','',0),
(1096,1,'2024-11-26 12:29:32','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2024-11-26 12:29:32','0000-00-00 00:00:00','',0,'https://ipekyonetim.com/?p=1096',0,'post','',0),
(1097,1,'2025-03-19 17:37:31','2025-03-19 17:37:31','[woocommerce_cart]','Cart','','inherit','closed','closed','','521-revision-v1','','','2025-03-19 17:37:31','2025-03-19 17:37:31','',521,'https://ipekyonetim.com/?p=1097',0,'revision','',0),
(1098,1,'2025-03-19 17:44:09','0000-00-00 00:00:00','','Otomatik taslak','','auto-draft','open','open','','','','','2025-03-19 17:44:09','0000-00-00 00:00:00','',0,'https://ipekyonetim.com/?p=1098',0,'post','',0),
(1099,1,'2025-03-19 17:53:59','2025-03-19 17:53:59','','TAŞLIZADE (2)','','inherit','open','closed','','taslizade-2','','','2025-03-19 17:53:59','2025-03-19 17:53:59','',0,'https://ipekyonetim.com/wp-content/uploads/2025/03/TASLIZADE-2.png',0,'attachment','image/png',0),
(1101,1,'2025-03-20 18:24:01','2025-03-20 18:24:01','<p>[vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1742417956357{background-color: #82B735 !important;}\"][vc_column][trx_services cat=\"23\" readmore=\"none\" top=\"small\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}\"][vc_column][trx_section image=\"439\" image_bg_color=\"#f9f7f2\" top=\"null\" bottom=\"small\"][vc_empty_space height=\"0.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]What We Do[/trx_title][trx_services type=\"images\" cat=\"24\" columns=\"3\" count=\"3\" readmore=\"none\" top=\"null\" bottom=\"small\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-xs\"][trx_section image=\"439\" image_bg_color=\"#ffffff\" class=\"our_story_section\" top=\"null\" bottom=\"huge\"][vc_empty_space height=\"0.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]Our Story[/trx_title][vc_empty_space height=\"0.5em\"][trx_block bd_section=\"yes\"][trx_columns count=\"12\" margins=\"\" bottom=\"tiny\"][trx_column_item span=\"5\" align=\"center\"][trx_image url=\"171\"][/trx_column_item][trx_column_item span=\"7\"][vc_empty_space height=\"1.1em\"][cq_vc_draggabletimeline avatarstyle=\"icon\" avataricons=\"icon-7,icon-7,icon-7,icon-7,icon-7\" avatarshape=\"circle\" avatarlabels=\"1957,1962,1974,2006,2016\" contenttitles=\"The Origins,Classic,Organic,High Quality,Extra Virgin\" labelcolor=\"#656d74\" iconbgcolors=\"#ffcf00,#ffcf00,#ffcf00,#ffcf00,#ffcf00\" defaultbarbgcolor=\"#e5e4e3\" draggingbarbgcolor=\"#e5e4e3\" isdragbutton=\"no\" dragbuttonwidth=\"15\"]</p>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<p>[/cq_vc_draggabletimeline][/trx_column_item][/trx_columns][vc_empty_space height=\"0.7em\"][/trx_block][vc_empty_space height=\"1.1em\"][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1700119318197{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-8.jpg?id=225) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_title align=\"center\" color=\"#e9e4d0\" top=\"huge\" bottom=\"huge\" css=\"line-height:1.2;\"]The poetry of olives for heartfelt<br />\nculinary inspiration[/trx_title][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\"][vc_column][trx_section class=\"slider_section\" top=\"large\"][vc_empty_space height=\"2.2em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"tiny\"]Our Range[/trx_title][vc_empty_space height=\"0.5em\"][trx_columns count=\"3\" margins=\"no\"][trx_column_item span=\"2\"][cq_vc_coverslider images=\"505,507\" navstyle=\"customized\" contentcolor=\"#586067\" buttonbackground=\"#ffcf00\" arrowcolor=\"#586067\" arrowhovercolor=\"#586067\" buttonhoverbackground=\"rgba(55,62,68,0.3)\" isshadow=\"\"][/cq_vc_coverslider][/trx_column_item][trx_column_item bg_image=\"195\" bg_tile=\"\"][trx_block align=\"center\" bottom=\"large\"][trx_image url=\"194\" top=\"small\" bottom=\"null\"][vc_empty_space height=\"3.45em\" el_class=\"slider_es\"][trx_title type=\"4\" align=\"center\" top=\"null\" bottom=\"small\"]Choose From Our Superb Range of Quality Oils, From Extra Virgin to Infused Oils![/trx_title][/trx_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1467198478634{padding-top: 1.1em !important;}\"][vc_column][trx_section top=\"large\"][trx_services style=\"services-2\" cat=\"25\" columns=\"3\" count=\"6\" readmore=\"none\" top=\"medium\" bottom=\"medium\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1680607813767{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section top=\"huge\" bottom=\"huge\"][trx_title align=\"center\" color=\"#e9e4d0\"]Health Benefits[/trx_title][trx_services style=\"services-5\" image=\"203\" cat=\"0\" columns=\"2\" count=\"6\" readmore=\"none\" top=\"medium\" bottom=\"medium\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1467123705080{padding-bottom: 0.3em !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1467277936339{background-color: #f9f7f2 !important;}\"][vc_column][trx_section align=\"center\" columns=\"2_3\" image=\"439\" image_bg_color=\"#f9f7f2\" top=\"null\" bottom=\"large\"][vc_empty_space height=\"0.6em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]Tasting Experience[/trx_title][vc_empty_space height=\"0.5em\"][trx_video url=\"https://vimeo.com/131157321\" top_rated=\"yes\" image=\"40\"][vc_empty_space height=\"0.7em\"][trx_title type=\"4\" style=\"underline\" align=\"center\" top=\"small\" bottom=\"null\"]Passion For Quality[/trx_title][vc_column_text css=\".vc_custom_1467278419787{margin-top: 0.55em !important;}\"]</p>\n<p style=\"text-align: center;\">We love what we do and how we do! We put our care, quality and passion into<br />\ncreating our extra virgin olive oil. Our passion pushes us to continually craft the<br />\nfreshest extra virgin olive oil.[/vc_column_text][trx_button size=\"medium\" link=\"/treee/\" top=\"small\" bottom=\"medium\"]View event calendar[/trx_button][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1700119238090{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_title align=\"center\" color=\"#e9e4d0\" top=\"huge\" bottom=\"huge\" css=\"line-height:1.2;\"]Enjoy Our Lavish Olive Oils And<br />\nBalsamic Vinegars![/trx_title][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}\"][vc_column][trx_section top=\"medium\" bottom=\"medium\"][vc_empty_space height=\"1em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" color=\"#e9e4d0\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\"]Awards[/trx_title][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"null\"][/trx_clients][/trx_section][/vc_column][/vc_row]</p>\n','Homepage 2','','inherit','closed','closed','','238-revision-v1','','','2025-03-20 18:24:01','2025-03-20 18:24:01','',238,'https://ipekyonetim.com/?p=1101',0,'revision','',0),
(1100,1,'2025-03-19 21:00:25','2025-03-19 21:00:25','<p>[vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1742417956357{background-color: #82B735 !important;}\"][vc_column][trx_services cat=\"23\" readmore=\"none\" top=\"small\"][trx_services_item title=\"Service item 1\"][/trx_services_item][trx_services_item title=\"Service item 2\"][/trx_services_item][trx_services_item title=\"Service item 3\"][/trx_services_item][trx_services_item title=\"Service item 4\"][/trx_services_item][/trx_services][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}\"][vc_column][trx_section image=\"439\" image_bg_color=\"#f9f7f2\" top=\"null\" bottom=\"small\"][vc_empty_space height=\"0.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]What We Do[/trx_title][trx_services type=\"images\" cat=\"24\" columns=\"3\" count=\"3\" readmore=\"none\" top=\"null\" bottom=\"small\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-xs\"][trx_section image=\"439\" image_bg_color=\"#ffffff\" class=\"our_story_section\" top=\"null\" bottom=\"huge\"][vc_empty_space height=\"0.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]Our Story[/trx_title][vc_empty_space height=\"0.5em\"][trx_block bd_section=\"yes\"][trx_columns count=\"12\" margins=\"\" bottom=\"tiny\"][trx_column_item span=\"5\" align=\"center\"][trx_image url=\"171\"][/trx_column_item][trx_column_item span=\"7\"][vc_empty_space height=\"1.1em\"][cq_vc_draggabletimeline avatarstyle=\"icon\" avataricons=\"icon-7,icon-7,icon-7,icon-7,icon-7\" avatarshape=\"circle\" avatarlabels=\"1957,1962,1974,2006,2016\" contenttitles=\"The Origins,Classic,Organic,High Quality,Extra Virgin\" labelcolor=\"#656d74\" iconbgcolors=\"#ffcf00,#ffcf00,#ffcf00,#ffcf00,#ffcf00\" defaultbarbgcolor=\"#e5e4e3\" draggingbarbgcolor=\"#e5e4e3\" isdragbutton=\"no\" dragbuttonwidth=\"15\"]</p>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\n<p>[/cq_vc_draggabletimeline][/trx_column_item][/trx_columns][vc_empty_space height=\"0.7em\"][/trx_block][vc_empty_space height=\"1.1em\"][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1700119318197{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-8.jpg?id=225) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_title align=\"center\" color=\"#e9e4d0\" top=\"huge\" bottom=\"huge\" css=\"line-height:1.2;\"]The poetry of olives for heartfelt<br />\nculinary inspiration[/trx_title][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\"][vc_column][trx_section class=\"slider_section\" top=\"large\"][vc_empty_space height=\"2.2em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"tiny\"]Our Range[/trx_title][vc_empty_space height=\"0.5em\"][trx_columns count=\"3\" margins=\"no\"][trx_column_item span=\"2\"][cq_vc_coverslider images=\"505,507\" navstyle=\"customized\" contentcolor=\"#586067\" buttonbackground=\"#ffcf00\" arrowcolor=\"#586067\" arrowhovercolor=\"#586067\" buttonhoverbackground=\"rgba(55,62,68,0.3)\" isshadow=\"\"][/cq_vc_coverslider][/trx_column_item][trx_column_item bg_image=\"195\" bg_tile=\"\"][trx_block align=\"center\" bottom=\"large\"][trx_image url=\"194\" top=\"small\" bottom=\"null\"][vc_empty_space height=\"3.45em\" el_class=\"slider_es\"][trx_title type=\"4\" align=\"center\" top=\"null\" bottom=\"small\"]Choose From Our Superb Range of Quality Oils, From Extra Virgin to Infused Oils![/trx_title][/trx_block][/trx_column_item][/trx_columns][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1467198478634{padding-top: 1.1em !important;}\"][vc_column][trx_section top=\"large\"][trx_services style=\"services-2\" cat=\"25\" columns=\"3\" count=\"6\" readmore=\"none\" top=\"medium\" bottom=\"medium\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1467277555088{padding-bottom: 2.3em !important;background-color: #f9f7f2 !important;}\"][vc_column][trx_section align=\"center\" image=\"439\" image_bg_color=\"#f9f7f2\" top=\"null\" bottom=\"huge\"][vc_empty_space height=\"0.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]New Products[/trx_title][products columns=\"4\" orderby=\"date\" order=\"ASC\" ids=\"148, 150, 152, 166\"][vc_empty_space height=\"0.5em\"][trx_button size=\"medium\" link=\"/shop/\" top=\"medium\"]view all[/trx_button][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1680607813767{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section top=\"huge\" bottom=\"huge\"][trx_title align=\"center\" color=\"#e9e4d0\"]Health Benefits[/trx_title][trx_services style=\"services-5\" image=\"203\" cat=\"0\" columns=\"2\" count=\"6\" readmore=\"none\" top=\"medium\" bottom=\"medium\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1467123705080{padding-bottom: 0.3em !important;}\"][vc_column][trx_section top=\"medium\" bottom=\"large\"][vc_empty_space height=\"1.6em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\"]Our Team[/trx_title][vc_empty_space height=\"0.5em\"][trx_team cat=\"0\" columns=\"4\" count=\"4\" orderby=\"date\" order=\"desc\"][/trx_team][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1467277936339{background-color: #f9f7f2 !important;}\"][vc_column][trx_section align=\"center\" columns=\"2_3\" image=\"439\" image_bg_color=\"#f9f7f2\" top=\"null\" bottom=\"large\"][vc_empty_space height=\"0.6em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]Tasting Experience[/trx_title][vc_empty_space height=\"0.5em\"][trx_video url=\"https://vimeo.com/131157321\" top_rated=\"yes\" image=\"40\"][vc_empty_space height=\"0.7em\"][trx_title type=\"4\" style=\"underline\" align=\"center\" top=\"small\" bottom=\"null\"]Passion For Quality[/trx_title][vc_column_text css=\".vc_custom_1467278419787{margin-top: 0.55em !important;}\"]</p>\n<p style=\"text-align: center;\">We love what we do and how we do! We put our care, quality and passion into<br />\ncreating our extra virgin olive oil. Our passion pushes us to continually craft the<br />\nfreshest extra virgin olive oil.[/vc_column_text][trx_button size=\"medium\" link=\"/treee/\" top=\"small\" bottom=\"medium\"]View event calendar[/trx_button][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1700119238090{padding-top: 4.4em !important;padding-bottom: 5.2em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-1.jpg?id=169) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_title align=\"center\" color=\"#e9e4d0\" top=\"huge\" bottom=\"huge\" css=\"line-height:1.2;\"]Enjoy Our Lavish Olive Oils And<br />\nBalsamic Vinegars![/trx_title][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1700119270789{padding-bottom: 6.7em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-9.jpg?id=235) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section top=\"medium\" bottom=\"huge\"][vc_empty_space height=\"1.6em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\" bottom=\"huge\"]The Blog[/trx_title][trx_blogger style=\"classic_3\" descr=\"150\" readmore=\"Read more\" ids=\"98,93,87\" top=\"large\" bottom=\"huge\"][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467285297052{padding-bottom: 0.9em !important;background-color: #42494e !important;}\"][vc_column][trx_section top=\"medium\" bottom=\"medium\"][vc_empty_space height=\"1em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" color=\"#e9e4d0\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\"]Awards[/trx_title][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"null\"][/trx_clients][/trx_section][/vc_column][/vc_row]</p>\n','Homepage 2','','inherit','closed','closed','','238-revision-v1','','','2025-03-19 21:00:25','2025-03-19 21:00:25','',238,'https://ipekyonetim.com/?p=1100',0,'revision','',0),
(1102,1,'2025-03-20 18:25:03','2025-03-20 18:25:03','[vc_row][vc_column offset=\"vc_hidden-xs\"][trx_section image=\"439\" image_bg_color=\"#ffffff\" class=\"our_story_section\" top=\"null\" bottom=\"huge\"][vc_empty_space height=\"0.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]Our Story[/trx_title][vc_empty_space height=\"0.5em\"][trx_block bd_section=\"yes\"][trx_columns count=\"12\" margins=\"\" bottom=\"tiny\"][trx_column_item span=\"5\" align=\"center\"][trx_image url=\"171\"][/trx_column_item][trx_column_item span=\"7\"][vc_empty_space height=\"1.1em\"][cq_vc_draggabletimeline avatarstyle=\"icon\" avataricons=\"icon-7,icon-7,icon-7,icon-7,icon-7\" avatarshape=\"circle\" avatarlabels=\"1957,1962,1974,2006,2016\" contenttitles=\"The Origins,Classic,Organic,High Quality,Extra Virgin\" labelcolor=\"#656d74\" iconbgcolors=\"#ffcf00,#ffcf00,#ffcf00,#ffcf00,#ffcf00\" defaultbarbgcolor=\"#e5e4e3\" draggingbarbgcolor=\"#e5e4e3\" isdragbutton=\"no\" dragbuttonwidth=\"15\"]\r\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\r\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\r\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\r\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\r\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\r\n[/cq_vc_draggabletimeline][/trx_column_item][/trx_columns][vc_empty_space height=\"0.7em\"][/trx_block][vc_empty_space height=\"1.1em\"][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}\"][vc_column][trx_section image=\"439\" image_bg_color=\"#f9f7f2\" top=\"null\" bottom=\"small\"][vc_empty_space height=\"0.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]What We Do[/trx_title][trx_services type=\"images\" cat=\"24\" columns=\"3\" count=\"3\" readmore=\"none\" top=\"null\" bottom=\"small\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1680607894674{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section top=\"huge\" bottom=\"huge\"][trx_title align=\"center\" color=\"#e9e4d0\"]Health Benefits[/trx_title][trx_services style=\"services-5\" image=\"203\" cat=\"0\" columns=\"2\" count=\"6\" readmore=\"none\" top=\"medium\" bottom=\"medium\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1467123705080{padding-bottom: 0.3em !important;}\"][vc_column][trx_section top=\"huge\" bottom=\"large\"][vc_empty_space height=\"1em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\"]Our Team[/trx_title][vc_empty_space height=\"0.5em\"][trx_team cat=\"0\" columns=\"4\" count=\"4\" orderby=\"date\" order=\"desc\"][/trx_team][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467124307224{padding-bottom: 0.9em !important;background-color: #42494e !important;}\"][vc_column][trx_section top=\"medium\" bottom=\"huge\"][vc_empty_space height=\"1em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" color=\"#e9e4d0\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\"]Awards[/trx_title][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"null\"][/trx_clients][/trx_section][/vc_column][/vc_row]','About us','','inherit','closed','closed','','57-autosave-v1','','','2025-03-20 18:25:03','2025-03-20 18:25:03','',57,'https://ipekyonetim.com/?p=1102',0,'revision','',0),
(1103,1,'2025-03-20 18:28:00','2025-03-20 18:28:00','[vc_row][vc_column offset=\"vc_hidden-xs\"][trx_section image=\"439\" image_bg_color=\"#ffffff\" class=\"our_story_section\" top=\"null\" bottom=\"huge\"][vc_empty_space height=\"0.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]Our Story[/trx_title][vc_empty_space height=\"0.5em\"][trx_block bd_section=\"yes\"][trx_columns count=\"12\" margins=\"\" bottom=\"tiny\"][trx_column_item span=\"5\" align=\"center\"][trx_image url=\"171\"][/trx_column_item][trx_column_item span=\"7\"][vc_empty_space height=\"1.1em\"][cq_vc_draggabletimeline avatarstyle=\"icon\" avataricons=\"icon-7,icon-7,icon-7,icon-7,icon-7\" avatarshape=\"circle\" avatarlabels=\"1957,1962,1974,2006,2016\" contenttitles=\"The Origins,Classic,Organic,High Quality,Extra Virgin\" labelcolor=\"#656d74\" iconbgcolors=\"#ffcf00,#ffcf00,#ffcf00,#ffcf00,#ffcf00\" defaultbarbgcolor=\"#e5e4e3\" draggingbarbgcolor=\"#e5e4e3\" isdragbutton=\"no\" dragbuttonwidth=\"15\"]\r\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\r\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\r\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\r\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\r\n<div class=\"timeline-content\">The oil is produced by pressing whole olives and is commonly used in cooking, cosmetics, pharmaceuticals and is used throughout the world.</div>\r\n[/cq_vc_draggabletimeline][/trx_column_item][/trx_columns][vc_empty_space height=\"0.7em\"][/trx_block][vc_empty_space height=\"1.1em\"][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467118389148{padding-bottom: 0.45em !important;background-color: #f9f7f2 !important;}\"][vc_column][trx_section image=\"439\" image_bg_color=\"#f9f7f2\" top=\"null\" bottom=\"small\"][vc_empty_space height=\"0.5em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"huge\"]What We Do[/trx_title][trx_services type=\"images\" cat=\"24\" columns=\"3\" count=\"3\" readmore=\"none\" top=\"null\" bottom=\"small\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" inverse=\"\" css=\".vc_custom_1680607894674{padding-top: 2.4em !important;padding-bottom: 0.55em !important;background-image: url(https://ipekyonetim.com/wp-content/uploads/2016/06/background-2-1.jpg?id=178) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][trx_section top=\"huge\" bottom=\"huge\"][trx_title align=\"center\" color=\"#e9e4d0\"]Health Benefits[/trx_title][trx_services style=\"services-5\" image=\"203\" cat=\"0\" columns=\"2\" count=\"6\" readmore=\"none\" top=\"medium\" bottom=\"medium\"][/trx_services][/trx_section][/vc_column][/vc_row][vc_row css=\".vc_custom_1467123705080{padding-bottom: 0.3em !important;}\"][vc_column][trx_section top=\"huge\" bottom=\"large\"][vc_empty_space height=\"1em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\"]Our Team[/trx_title][vc_empty_space height=\"0.5em\"][trx_team cat=\"0\" columns=\"4\" count=\"4\" orderby=\"date\" order=\"desc\"][/trx_team][/trx_section][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1467124307224{padding-bottom: 0.9em !important;background-color: #42494e !important;}\"][vc_column][trx_section top=\"medium\" bottom=\"huge\"][vc_empty_space height=\"1em\"][trx_title type=\"2\" style=\"iconed\" align=\"center\" color=\"#e9e4d0\" picture=\"408\" image_size=\"large\" position=\"top\" top=\"small\"]Awards[/trx_title][trx_clients slider=\"yes\" cat=\"0\" columns=\"6\" count=\"6\" orderby=\"date\" order=\"desc\" top=\"null\"][/trx_clients][/trx_section][/vc_column][/vc_row]','About us','','inherit','closed','closed','','57-revision-v1','','','2025-03-20 18:28:00','2025-03-20 18:28:00','',57,'https://ipekyonetim.com/?p=1103',0,'revision','',0);
/*!40000 ALTER TABLE `chkkP_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_revslider_css`
--
DROP TABLE IF EXISTS `chkkP_revslider_css`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_revslider_css` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`handle` text NOT NULL,
`settings` longtext DEFAULT NULL,
`hover` longtext DEFAULT NULL,
`advanced` longtext DEFAULT NULL,
`params` longtext NOT NULL,
PRIMARY KEY (`id`),
KEY `handle_index` (`handle`(64))
) ENGINE=MyISAM AUTO_INCREMENT=110 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_revslider_css`
--
LOCK TABLES `chkkP_revslider_css` WRITE;
/*!40000 ALTER TABLE `chkkP_revslider_css` DISABLE KEYS */;
INSERT INTO `chkkP_revslider_css` VALUES
(1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),
(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),
(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":[]}','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),
(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":[]}','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":[]}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),
(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),
(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":[]}','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":[]}','[]'),
(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":[]}','{\"color\":\"#000\"}'),
(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":[]}','[]'),
(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":[]}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":[]}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":[]}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":[]}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":[]}','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),
(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":[]}','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":[]}','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":[]}','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":[]}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":[]}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":[]}','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":[]}','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),
(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"power2.inOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":[\"\"],\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"power3.inOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"power3.inOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"back.out\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power3.out\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"power3.out\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power2.inOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"power3.out\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');
/*!40000 ALTER TABLE `chkkP_revslider_css` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_revslider_layer_animations`
--
DROP TABLE IF EXISTS `chkkP_revslider_layer_animations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_revslider_layer_animations` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`handle` text NOT NULL,
`params` text NOT NULL,
`settings` text DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_revslider_layer_animations`
--
LOCK TABLES `chkkP_revslider_layer_animations` WRITE;
/*!40000 ALTER TABLE `chkkP_revslider_layer_animations` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_revslider_layer_animations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_revslider_navigations`
--
DROP TABLE IF EXISTS `chkkP_revslider_navigations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_revslider_navigations` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`name` varchar(191) NOT NULL,
`handle` varchar(191) NOT NULL,
`type` varchar(191) NOT NULL,
`css` longtext NOT NULL,
`markup` longtext NOT NULL,
`settings` longtext DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_revslider_navigations`
--
LOCK TABLES `chkkP_revslider_navigations` WRITE;
/*!40000 ALTER TABLE `chkkP_revslider_navigations` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_revslider_navigations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_revslider_sliders`
--
DROP TABLE IF EXISTS `chkkP_revslider_sliders`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_revslider_sliders` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`title` tinytext NOT NULL,
`alias` tinytext DEFAULT NULL,
`params` longtext NOT NULL,
`settings` text DEFAULT NULL,
`type` varchar(191) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `type_index` (`type`(8))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_revslider_sliders`
--
LOCK TABLES `chkkP_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `chkkP_revslider_sliders` DISABLE KEYS */;
INSERT INTO `chkkP_revslider_sliders` VALUES
(1,'Home 1','home-1','{\"addOns\":[],\"version\":\"6.7.23\",\"pakps\":false,\"shortcode\":\"[rev_slider alias=\\\"home-1\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"auto\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\",\"token_source\":\"account\",\"connect_with\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\",\"token_source\":\"account\",\"connect_with\":\"\",\"page_id\":\"\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"enableUpscaling\":false,\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":0,\"minHeight\":0,\"maxWidth\":\"\",\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":955,\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":955,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false,\"ignoreHeightChanges\":true},\"codes\":{\"css\":\".hesperiden .sr7-bullet{\\n\\tbox-sizing: border-box!important;\\n\\tborder-color: #8c8a7f!important;\\n\\t-webkit-transition: all 0.3s ease 0s!important;\\n\\t-moz-transition: all 0.3s ease 0s!important;\\n\\t-ms-transition: all 0.3s ease 0s!important;\\n\\t-o-transition: all 0.3s ease 0s!important;\\n\\ttransition: all 0.3s ease 0s!important;\\n}\\n\\n.hesperiden .sr7-bullet.sr7-touchhover,\\n.hesperiden .sr7-bullet.selected{\\n\\tborder-color: #e9e4d0!important;\\n}\",\"javascript\":\"\",\"javascript7\":\"\"},\"carousel\":{\"orientation\":\"h\",\"prevNextVis\":\"50px\",\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"maxOpacity\":100,\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false,\"skewX\":0,\"skewY\":0,\"spin\":\"off\",\"spinAngle\":0,\"overshoot\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"dottedOverlaySize\":1,\"dottedColorA\":\"transparent\",\"dottedColorB\":\"#000000\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"globalViewPort\":\"true\",\"globalViewDist\":\"-200px\"},\"progressbar\":{\"set\":false,\"alignby\":\"slider\",\"style\":\"horizontal\",\"size\":\"5\",\"radius\":10,\"vertical\":\"top\",\"horizontal\":\"left\",\"x\":0,\"y\":0,\"color\":\"rgba(0,0,0,0.15)\",\"bgcolor\":\"transparent\",\"basedon\":\"slide\",\"gapsize\":0,\"gap\":false,\"gapcolor\":\"rgba(255,255,255,0.5)\",\"reset\":\"reset\",\"visibility\":{\"d\":true,\"m\":true,\"n\":true,\"t\":true}},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"icache\":\"default\",\"DPR\":\"dpr\",\"observeWrap\":false,\"layerSelection\":false,\"lazyLoad\":\"smart\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"freezeOnBlur\":false,\"mISB\":false,\"enableurlhash\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false,\"perspective\":600,\"perspectiveType\":\"local\"},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":true,\"setOnDesktop\":true,\"setMobileCarousel\":true,\"setDesktopCarousel\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":false,\"reverse\":\"default\",\"viewport\":50,\"calldelay\":1000,\"threshold\":50},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":1000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\",\"mhoffset\":0,\"mvoffset\":0},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\",\"mhoffset\":0,\"mvoffset\":0},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":true,\"rtl\":false,\"style\":\"3000\",\"preset\":\"\",\"presets\":{\"bullet-size\":\"12\",\"bullet-size-def\":true,\"bullet-bg-top\":\"#8c8a7f\",\"bullet-bg-top-def\":true,\"bullet-bg-bottom\":\"#8c8a7f\",\"bullet-bg-bottom-def\":true,\"border-color\":\"#e9e4d0\",\"border-color-def\":true,\"border-size\":\"2\",\"border-size-def\":true,\"hover-bullet-bg\":\"rgba(102, 102, 102, 0)\",\"hover-bullet-bg-def\":true},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"65px\",\"align\":\"slider\",\"space\":\"10\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"768px\"},\"scrubber\":{\"set\":false,\"preset\":\"default\",\"animSpeed\":\"1000ms\",\"on\":true,\"direction\":\"horizontal\",\"s\":1000,\"dIn\":1000,\"dOut\":1200,\"show\":true,\"space\":5,\"width\":100,\"widthMin\":100,\"height\":30,\"align\":\"slider\",\"anim\":\"fade\",\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"vertical\":\"bottom\",\"horizontal\":\"center\",\"wrapperColor\":\"transparent\",\"spanWrapper\":false,\"padding\":5,\"thumbScale\":100,\"handleScale\":100,\"hoverScale\":false,\"thumbnail\":false,\"handleProgress\":false,\"progressAlign\":\"left\",\"scale\":100,\"fade\":true,\"animScale\":false,\"translate\":0,\"spin\":false,\"handleArrows\":true,\"trackPattern\":\"dots\",\"minSize\":\"60%\",\"thumbOffset\":0,\"skew\":0,\"changeOnRelease\":false,\"style\":\"5000\",\"presets\":[]}},\"troubleshooting\":{\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false,\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"debugMode\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\",\"omulti\":1,\"smulti\":1,\"env\":\"single\",\"dir\":\"same\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"allowPageScroll\":false,\"coverColor\":\"rgba(0,0,0,0.5)\",\"coverSpeed\":1000},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":\"30\"},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500,\"pullcontent\":false},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\",\"ref\":[]},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\",\"ref\":[]},{\"alias\":\"Content Text\",\"v\":\"#00ffff\",\"ref\":[]}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"home-1\\\"][\\/rev_slider]\"}','{\"version\":\"6.7.23\"}','');
/*!40000 ALTER TABLE `chkkP_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_revslider_sliders7`
--
DROP TABLE IF EXISTS `chkkP_revslider_sliders7`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_revslider_sliders7` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`title` tinytext NOT NULL,
`alias` tinytext DEFAULT NULL,
`params` longtext NOT NULL,
`settings` text DEFAULT NULL,
`type` varchar(191) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `type_index` (`type`(8))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_revslider_sliders7`
--
LOCK TABLES `chkkP_revslider_sliders7` WRITE;
/*!40000 ALTER TABLE `chkkP_revslider_sliders7` DISABLE KEYS */;
INSERT INTO `chkkP_revslider_sliders7` VALUES
(1,'Home 1','home-1','{\"migrated\":\"sr6\",\"title\":\"Home 1\",\"alias\":\"home-1\",\"type\":\"standard\",\"fonts\":{\"Catamaran\":{\"name\":\"Catamaran\",\"normal\":{\"200\":true},\"subset\":{\"latin\":true}},\"\'Playfair+Display\'\":{\"name\":\"\'Playfair Display\'\",\"normal\":{\"700\":true},\"subset\":{\"latin\":true}},\"Arial\":{\"name\":\"Arial\",\"normal\":{\"400\":true},\"subset\":{\"latin\":true}}},\"lazyLoad\":\"smart\",\"vPort\":[\"-200px\",\"-200px\",\"-200px\",\"-200px\",\"-200px\"],\"size\":{\"fullWidth\":false,\"contentFH\":true,\"width\":[1240,1240,1024,778,480],\"height\":[955,955,789,599,370],\"cachedHeight\":[955,955,768,960,720],\"maxWidth\":\"\",\"p\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]},\"m\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]}},\"default\":{\"len\":\"9000\"},\"codes\":{\"css\":\".hesperiden .sr7-bullet{\\n\\tbox-sizing: border-box!important;\\n\\tborder-color: #8c8a7f!important;\\n\\t-webkit-transition: all 0.3s ease 0s!important;\\n\\t-moz-transition: all 0.3s ease 0s!important;\\n\\t-ms-transition: all 0.3s ease 0s!important;\\n\\t-o-transition: all 0.3s ease 0s!important;\\n\\ttransition: all 0.3s ease 0s!important;\\n}\\n\\n.hesperiden .sr7-bullet.sr7-touchhover,\\n.hesperiden .sr7-bullet.selected{\\n\\tborder-color: #e9e4d0!important;\\n}\"},\"carousel\":{\"type\":\"h\",\"align\":\"center\",\"maxV\":3,\"justify\":false,\"scale\":false,\"minS\":50,\"vScale\":false,\"oScale\":false,\"space\":\"0\",\"rotation\":false,\"maxR\":\"0\",\"varR\":false,\"opacity\":true,\"maxO\":100,\"varO\":false,\"spin\":\"off\",\"spinA\":0,\"snap\":true,\"infinity\":false,\"skewX\":0,\"skewY\":0,\"ease\":\"power3.inOut\",\"dur\":800,\"overshoot\":false,\"stretch\":false,\"showAllLayers\":false,\"jMWidth\":false,\"bR\":\"0\",\"pNV\":\"50px\",\"pT\":\"0\",\"pB\":\"0\"},\"pLoader\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"slideshow\":{\"initDelay\":\"0\"},\"general\":{\"perspectiveType\":\"local\"},\"shdw\":\"0\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"mod\":{\"d3d\":27.5,\"t\":\"mouse\"},\"nav\":{\"m\":{\"use\":false,\"cd\":1000},\"s\":{\"use\":true,\"desk\":true,\"t\":\"1\"},\"p\":{\"w\":\"100\",\"h\":\"50\"},\"bullets\":{\"set\":true,\"def\":{\"bullet-size\":{\"title\":\"Bullet-Size\",\"type\":\"custom\",\"data\":\"12\"},\"bullet-bg-top\":{\"title\":\"Bullet-BG-Top\",\"type\":\"color\",\"data\":\"#999999\"},\"bullet-bg-bottom\":{\"title\":\"Bullet-BG-Bottom\",\"type\":\"color\",\"data\":\"#e1e1e1\"},\"border-color\":{\"title\":\"Border-Color\",\"type\":\"color\",\"data\":\"#e5e5e5\"},\"border-size\":{\"title\":\"Border-Size\",\"type\":\"custom\",\"data\":\"3\"},\"hover-bullet-bg\":{\"title\":\"Hover-Bullet-BG\",\"type\":\"color\",\"data\":\"#666666\"}},\"cst\":{\"bullet-size\":\"12\",\"bullet-size-def\":true,\"bullet-bg-top\":\"#8c8a7f\",\"bullet-bg-top-def\":true,\"bullet-bg-bottom\":\"#8c8a7f\",\"bullet-bg-bottom-def\":true,\"border-color\":\"#e9e4d0\",\"border-color-def\":true,\"border-size\":\"2\",\"border-size-def\":true,\"hover-bullet-bg\":\"rgba(102, 102, 102, 0)\",\"hover-bullet-bg-def\":true},\"key\":\"hesperiden\",\"t\":\"3000\",\"css\":\".hesperiden.sr7-bullets {\\n}\\n.hesperiden.sr7-bullets:before {\\n\\tcontent:\' \';\\n\\tposition:absolute;\\n\\twidth:100%;\\n\\theight:100%;\\n\\tbackground:transparent;\\n\\tpadding:10px;\\n\\tmargin-left:-10px;margin-top:-10px;\\n\\tbox-sizing:content-box;\\n border-radius:8px;\\n \\n}\\n.hesperiden .sr7-bullet {\\n\\twidth:##bullet-size##px;\\n\\theight:##bullet-size##px;\\n\\tposition:absolute;\\n\\tbackground: ##bullet-bg-top##; \\/* old browsers *\\/\\n background: -moz-linear-gradient(top, ##bullet-bg-top## 0%, ##bullet-bg-bottom## 100%); \\/* ff3.6+ *\\/\\n background: -webkit-linear-gradient(top, ##bullet-bg-top## 0%,##bullet-bg-bottom## 100%); \\/* chrome10+,safari5.1+ *\\/\\n background: -o-linear-gradient(top, ##bullet-bg-top## 0%,##bullet-bg-bottom## 100%); \\/* opera 11.10+ *\\/\\n background: -ms-linear-gradient(top, ##bullet-bg-top## 0%,##bullet-bg-bottom## 100%); \\/* ie10+ *\\/\\n background: linear-gradient(to bottom, ##bullet-bg-top## 0%,##bullet-bg-bottom## 100%); \\/* w3c *\\/\\n filter: progid:dximagetransform.microsoft.gradient( \\n startcolorstr=\'##bullet-bg-top##\', endcolorstr=\'##bullet-bg-bottom##\',gradienttype=0 ); \\/* ie6-9 *\\/\\n\\tborder:##border-size##px solid ##border-color##;\\n\\tborder-radius:50%;\\n\\tcursor: pointer;\\n\\tbox-sizing:content-box;\\n}\\n.hesperiden .sr7-bullet.sr7-touchhover,\\n.hesperiden .sr7-bullet.selected {\\n\\tbackground:##hover-bullet-bg##;\\n}\\n.hesperiden .sr7-bullimg {\\n}\\n.hesperiden .sr7-bullet-title {\\n}\\n\",\"html\":\"\",\"on\":true,\"d\":[\"#a\",\"horizontal\",\"#a\",\"#a\",\"#a\"],\"ps\":\"default\",\"s\":1000,\"dIn\":[\"#a\",1000,\"#a\",\"#a\",\"#a\"],\"dOut\":[\"#a\",200,\"#a\",\"#a\",\"1200\"],\"show\":[true,true,true,true,false],\"g\":10,\"a\":\"slider\",\"anim\":\"fade\",\"x\":[\"#a\",\"0\",\"#a\",\"#a\",\"#a\"],\"y\":[\"#a\",\"65px\",\"#a\",\"#a\",\"#a\"],\"v\":[\"#a\",\"bottom\",\"#a\",\"#a\",\"#a\"],\"h\":[\"#a\",\"center\",\"#a\",\"#a\",\"#a\"]}},\"thumb\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/uploads\\/2016\\/06\\/1.jpg\",\"aU\":[],\"imgs\":[{\"lib_id\":404,\"lib\":\"\",\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/uploads\\/2016\\/06\\/1.jpg\"},{\"lib_id\":178,\"lib\":\"\",\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/uploads\\/2016\\/06\\/background-2-1.jpg\"},{\"lib_id\":571,\"lib\":\"\",\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/uploads\\/2016\\/06\\/2.jpg\"}],\"hasYT\":false}','{\"version\":\"6.7.23\"}','');
/*!40000 ALTER TABLE `chkkP_revslider_sliders7` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_revslider_slides`
--
DROP TABLE IF EXISTS `chkkP_revslider_slides`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_revslider_slides` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`slider_id` int(9) NOT NULL,
`slide_order` int(11) NOT NULL,
`params` longtext NOT NULL,
`layers` longtext NOT NULL,
`settings` text NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `slider_id_index` (`slider_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_revslider_slides`
--
LOCK TABLES `chkkP_revslider_slides` WRITE;
/*!40000 ALTER TABLE `chkkP_revslider_slides` DISABLE KEYS */;
INSERT INTO `chkkP_revslider_slides` VALUES
(1,1,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/uploads\\/2016\\/06\\/1.jpg\",\"imageId\":404,\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\"},\"imageWidth\":1903,\"imageHeight\":955,\"imageRatio\":1.9926701570680627195741863033617846667766571044921875},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]},\"slideChange\":{\"adpr\":false,\"in\":{\"o\":0},\"out\":{\"a\":false},\"title\":\"*opacity* Fade In\",\"main\":\"basic\",\"group\":\"fade\",\"preset\":\"fade\"},\"panzoom\":{\"set\":true,\"fitEnd\":\"110\",\"xEnd\":\"100\",\"yEnd\":\"30\",\"xStart\":\"-100\",\"yStart\":\"-30\"},\"nav\":{\"bullets\":{\"presets\":{\"bullet-size\":\"12\",\"bullet-size-def\":false,\"bullet-bg-top\":\"#999999\",\"bullet-bg-top-def\":false,\"bullet-bg-bottom\":\"#e1e1e1\",\"bullet-bg-bottom-def\":false,\"border-color\":\"#e5e5e5\",\"border-color-def\":false,\"border-size\":\"3\",\"border-size-def\":false,\"hover-bullet-bg\":\"#666666\",\"hover-bullet-bg-def\":false}}}}','{\"1\":{\"text\":\"En iyi zeytinya\\u011f\\u0131n\\u0131\",\"alias\":\"We produce\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"364px\",\"e\":true},\"n\":{\"v\":\"364px\"},\"t\":{\"v\":\"364px\"},\"m\":{\"v\":\"364px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":8},\"attributes\":{\"classes\":\"Home-1-Subtitle\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"opacity\":1},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":500,\"endWithSlide\":false},\"chars\":{\"use\":true,\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"opacity\":\"1\",\"rotationZ\":\"35deg\"}},\"frame_1\":{\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":500,\"endWithSlide\":false,\"frameLength\":2850},\"chars\":{\"use\":true}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":true,\"sessionFilterUsed\":false},\"idle\":{\"style\":\"Home-1-Subtitle\",\"color\":{\"d\":{\"v\":\"rgba(233,228,208,1)\",\"e\":true},\"n\":{\"v\":\"rgba(233,228,208,1)\"},\"t\":{\"v\":\"rgba(233,228,208,1)\"},\"m\":{\"v\":\"rgba(233,228,208,1)\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontFamily\":\"Catamaran\",\"fontSize\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"40px\"},\"t\":{\"v\":\"40px\"},\"m\":{\"v\":\"40px\"}},\"fontWeight\":{\"d\":{\"v\":\"200\",\"e\":true},\"n\":{\"v\":\"200\"},\"t\":{\"v\":\"200\"},\"m\":{\"v\":\"200\"}},\"lineHeight\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"40px\"},\"t\":{\"v\":\"40px\"},\"m\":{\"v\":\"40px\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(233,228,208,1)\",\"e\":true},\"n\":{\"v\":\"rgba(233,228,208,1)\"},\"t\":{\"v\":\"rgba(233,228,208,1)\"},\"m\":{\"v\":\"rgba(233,228,208,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"2\":{\"text\":\"Sizler i\\u00e7in \\u00fcretiyoruz!\",\"alias\":\"The best olive oil!\",\"uid\":2,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"420px\",\"e\":true},\"n\":{\"v\":\"420px\"},\"t\":{\"v\":\"420px\"},\"m\":{\"v\":\"420px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"opacity\":1},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":500,\"endWithSlide\":false},\"chars\":{\"use\":true,\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"opacity\":\"1\",\"rotationZ\":\"35deg\"}},\"frame_1\":{\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":500,\"endWithSlide\":false,\"frameLength\":3050},\"chars\":{\"use\":true}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":true,\"sessionFilterUsed\":false},\"idle\":{\"style\":\"Home-1-Title\",\"color\":{\"d\":{\"v\":\"rgba(233,228,208,1)\",\"e\":true},\"n\":{\"v\":\"rgba(233,228,208,1)\"},\"t\":{\"v\":\"rgba(233,228,208,1)\"},\"m\":{\"v\":\"rgba(233,228,208,1)\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontFamily\":\"Playfair Display\",\"fontSize\":{\"d\":{\"v\":\"90px\",\"e\":true},\"n\":{\"v\":\"90px\"},\"t\":{\"v\":\"90px\"},\"m\":{\"v\":\"90px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"120px\",\"e\":true},\"n\":{\"v\":\"120px\"},\"t\":{\"v\":\"120px\"},\"m\":{\"v\":\"120px\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(233,228,208,1)\",\"e\":true},\"n\":{\"v\":\"rgba(233,228,208,1)\"},\"t\":{\"v\":\"rgba(233,228,208,1)\"},\"m\":{\"v\":\"rgba(233,228,208,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":5},\"text\":\"\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":4},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":4},\"text\":\"\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":3},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":3},\"text\":\"\"}}','{\"version\":\"6.7.23\"}'),
(2,1,2,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/uploads\\/2016\\/06\\/background-2-1.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\"},\"imageWidth\":1903,\"imageHeight\":811,\"imageRatio\":2.346485819975339115472934281569905579090118408203125,\"imageId\":178},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]},\"slideChange\":{\"adpr\":false,\"in\":{\"o\":0},\"out\":{\"a\":false},\"title\":\"*opacity* Fade In\",\"main\":\"basic\",\"group\":\"fade\",\"preset\":\"fade\"},\"panzoom\":{\"set\":true,\"fitEnd\":\"110\",\"xEnd\":\"100\",\"yEnd\":\"30\",\"xStart\":\"-100\",\"yStart\":\"-30\"},\"nav\":{\"bullets\":{\"presets\":{\"bullet-size\":\"12\",\"bullet-size-def\":false,\"bullet-bg-top\":\"#999999\",\"bullet-bg-top-def\":false,\"bullet-bg-bottom\":\"#e1e1e1\",\"bullet-bg-bottom-def\":false,\"border-color\":\"#e5e5e5\",\"border-color-def\":false,\"border-size\":\"3\",\"border-size-def\":false,\"hover-bullet-bg\":\"#666666\",\"hover-bullet-bg-def\":false}}},\"version\":\"6.7.15\"}','{\"1\":{\"text\":\"High quality \\nolive oils and balsamic vinegars\",\"alias\":\"We produce\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"364px\",\"e\":true},\"n\":{\"v\":\"364px\"},\"t\":{\"v\":\"364px\"},\"m\":{\"v\":\"364px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":5},\"attributes\":{\"classes\":\"Home-1-Subtitle\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"opacity\":1},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":500,\"endWithSlide\":false},\"chars\":{\"use\":true,\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"opacity\":\"1\",\"rotationZ\":\"35deg\"}},\"frame_1\":{\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":500,\"endWithSlide\":false,\"frameLength\":2000},\"chars\":{\"use\":true}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":true,\"sessionFilterUsed\":false},\"idle\":{\"style\":\"Home-1-Subtitle\",\"color\":{\"d\":{\"v\":\"rgba(233,228,208,1)\",\"e\":true},\"n\":{\"v\":\"rgba(233,228,208,1)\"},\"t\":{\"v\":\"rgba(233,228,208,1)\"},\"m\":{\"v\":\"rgba(233,228,208,1)\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontFamily\":\"Catamaran\",\"fontSize\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"40px\"},\"t\":{\"v\":\"40px\"},\"m\":{\"v\":\"40px\"}},\"fontWeight\":{\"d\":{\"v\":\"200\",\"e\":true},\"n\":{\"v\":\"200\"},\"t\":{\"v\":\"200\"},\"m\":{\"v\":\"200\"}},\"lineHeight\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"40px\"},\"t\":{\"v\":\"40px\"},\"m\":{\"v\":\"40px\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(233,228,208,1)\",\"e\":true},\"n\":{\"v\":\"rgba(233,228,208,1)\"},\"t\":{\"v\":\"rgba(233,228,208,1)\"},\"m\":{\"v\":\"rgba(233,228,208,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"2\":{\"text\":\"Olive Oils and Vinegars!\",\"alias\":\"The best olive oil!\",\"uid\":2,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"420px\",\"e\":true},\"n\":{\"v\":\"420px\"},\"t\":{\"v\":\"420px\"},\"m\":{\"v\":\"420px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"opacity\":1},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":500,\"endWithSlide\":false},\"chars\":{\"use\":true,\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"opacity\":\"1\",\"rotationZ\":\"35deg\"}},\"frame_1\":{\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":500,\"endWithSlide\":false,\"frameLength\":2000},\"chars\":{\"use\":true}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":true,\"sessionFilterUsed\":false},\"idle\":{\"style\":\"Home-1-Title\",\"color\":{\"d\":{\"v\":\"rgba(233,228,208,1)\",\"e\":true},\"n\":{\"v\":\"rgba(233,228,208,1)\"},\"t\":{\"v\":\"rgba(233,228,208,1)\"},\"m\":{\"v\":\"rgba(233,228,208,1)\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontFamily\":\"Playfair Display\",\"fontSize\":{\"d\":{\"v\":\"90px\",\"e\":true},\"n\":{\"v\":\"90px\"},\"t\":{\"v\":\"90px\"},\"m\":{\"v\":\"90px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"120px\",\"e\":true},\"n\":{\"v\":\"120px\"},\"t\":{\"v\":\"120px\"},\"m\":{\"v\":\"120px\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(233,228,208,1)\",\"e\":true},\"n\":{\"v\":\"rgba(233,228,208,1)\"},\"t\":{\"v\":\"rgba(233,228,208,1)\"},\"m\":{\"v\":\"rgba(233,228,208,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"3\":{\"text\":\"[trx_button size=\\\"medium\\\" link=\\\"\\/shop\\/\\\"]shop now![\\/trx_button]\",\"alias\":\"[trx_button size=\\\"medium\\\" link=\\\"\\/shop\\/\\\"]shop now![\\/trx_button]\",\"uid\":3,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"597px\",\"e\":true},\"n\":{\"v\":\"597px\"},\"t\":{\"v\":\"597px\"},\"m\":{\"v\":\"597px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":7},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"scaleX\":\"2\",\"scaleY\":\"2\",\"opacity\":\"1\",\"rotationZ\":\"90deg\"},\"timeline\":{\"speed\":1500,\"start\":500,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"speed\":1500,\"start\":500,\"endWithSlide\":false,\"frameLength\":1500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"style\":\"Home-1-Shortcodes\",\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontFamily\":\"Arial\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\"},\"m\":{\"v\":\"14px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\"},\"m\":{\"v\":\"14px\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\"}}','{\"version\":\"6.7.15\"}'),
(3,1,3,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/uploads\\/2016\\/06\\/2.jpg\",\"imageId\":571,\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\"},\"imageWidth\":1903,\"imageHeight\":955,\"imageRatio\":1.9926701570680627195741863033617846667766571044921875},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]},\"slideChange\":{\"adpr\":false,\"in\":{\"o\":0},\"out\":{\"a\":false},\"title\":\"*opacity* Fade In\",\"main\":\"basic\",\"group\":\"fade\",\"preset\":\"fade\"},\"panzoom\":{\"set\":true,\"fitEnd\":\"110\",\"xEnd\":\"100\",\"yEnd\":\"30\",\"xStart\":\"-100\",\"yStart\":\"-30\"},\"nav\":{\"bullets\":{\"presets\":{\"bullet-size\":\"12\",\"bullet-size-def\":false,\"bullet-bg-top\":\"#999999\",\"bullet-bg-top-def\":false,\"bullet-bg-bottom\":\"#e1e1e1\",\"bullet-bg-bottom-def\":false,\"border-color\":\"#e5e5e5\",\"border-color-def\":false,\"border-size\":\"3\",\"border-size-def\":false,\"hover-bullet-bg\":\"#666666\",\"hover-bullet-bg-def\":false}}}}','{\"1\":{\"text\":\"Beautifully Crafted\",\"alias\":\"We produce\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"364px\",\"e\":true},\"n\":{\"v\":\"364px\"},\"t\":{\"v\":\"364px\"},\"m\":{\"v\":\"364px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":5},\"attributes\":{\"classes\":\"Home-1-Subtitle\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"opacity\":1},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":500,\"endWithSlide\":false},\"chars\":{\"use\":true,\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"opacity\":\"1\",\"rotationZ\":\"35deg\"}},\"frame_1\":{\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":500,\"endWithSlide\":false,\"frameLength\":2900},\"chars\":{\"use\":true}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":true,\"sessionFilterUsed\":false},\"idle\":{\"style\":\"Home-1-Subtitle\",\"color\":{\"d\":{\"v\":\"rgba(233,228,208,1)\",\"e\":true},\"n\":{\"v\":\"rgba(233,228,208,1)\"},\"t\":{\"v\":\"rgba(233,228,208,1)\"},\"m\":{\"v\":\"rgba(233,228,208,1)\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontFamily\":\"Catamaran\",\"fontSize\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"40px\"},\"t\":{\"v\":\"40px\"},\"m\":{\"v\":\"40px\"}},\"fontWeight\":{\"d\":{\"v\":\"200\",\"e\":true},\"n\":{\"v\":\"200\"},\"t\":{\"v\":\"200\"},\"m\":{\"v\":\"200\"}},\"lineHeight\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"40px\"},\"t\":{\"v\":\"40px\"},\"m\":{\"v\":\"40px\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(233,228,208,1)\",\"e\":true},\"n\":{\"v\":\"rgba(233,228,208,1)\"},\"t\":{\"v\":\"rgba(233,228,208,1)\"},\"m\":{\"v\":\"rgba(233,228,208,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"2\":{\"text\":\"Extra Virgin Olive Oils!\",\"alias\":\"The best olive oil!\",\"uid\":2,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"420px\",\"e\":true},\"n\":{\"v\":\"420px\"},\"t\":{\"v\":\"420px\"},\"m\":{\"v\":\"420px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"opacity\":1},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":500,\"endWithSlide\":false},\"chars\":{\"use\":true,\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"opacity\":\"1\",\"rotationZ\":\"35deg\"}},\"frame_1\":{\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":500,\"endWithSlide\":false,\"frameLength\":3050},\"chars\":{\"use\":true}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":true,\"sessionFilterUsed\":false},\"idle\":{\"style\":\"Home-1-Title\",\"color\":{\"d\":{\"v\":\"rgba(233,228,208,1)\",\"e\":true},\"n\":{\"v\":\"rgba(233,228,208,1)\"},\"t\":{\"v\":\"rgba(233,228,208,1)\"},\"m\":{\"v\":\"rgba(233,228,208,1)\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontFamily\":\"Playfair Display\",\"fontSize\":{\"d\":{\"v\":\"90px\",\"e\":true},\"n\":{\"v\":\"90px\"},\"t\":{\"v\":\"90px\"},\"m\":{\"v\":\"90px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"120px\",\"e\":true},\"n\":{\"v\":\"120px\"},\"t\":{\"v\":\"120px\"},\"m\":{\"v\":\"120px\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(233,228,208,1)\",\"e\":true},\"n\":{\"v\":\"rgba(233,228,208,1)\"},\"t\":{\"v\":\"rgba(233,228,208,1)\"},\"m\":{\"v\":\"rgba(233,228,208,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"3\":{\"text\":\"[trx_button size=\\\"medium\\\" link=\\\"\\/shop\\/\\\"]shop now![\\/trx_button]\",\"alias\":\"[trx_button size=\\\"medium\\\" link=\\\"\\/shop\\/\\\"]shop now![\\/trx_button]\",\"uid\":3,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"597px\",\"e\":true},\"n\":{\"v\":\"597px\"},\"t\":{\"v\":\"597px\"},\"m\":{\"v\":\"597px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":7},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"scaleX\":\"2\",\"scaleY\":\"2\",\"opacity\":\"1\",\"rotationZ\":\"90deg\"},\"timeline\":{\"speed\":1500,\"start\":500,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"speed\":1500,\"start\":500,\"endWithSlide\":false,\"frameLength\":1500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"style\":\"Home-1-Shortcodes\",\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontFamily\":\"Arial\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\"},\"m\":{\"v\":\"14px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\"},\"m\":{\"v\":\"14px\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\"}}','{\"version\":\"6.7.23\"}');
/*!40000 ALTER TABLE `chkkP_revslider_slides` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_revslider_slides7`
--
DROP TABLE IF EXISTS `chkkP_revslider_slides7`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_revslider_slides7` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`slider_id` int(11) NOT NULL,
`slide_order` int(11) NOT NULL,
`params` longtext NOT NULL,
`layers` longtext NOT NULL,
`settings` text NOT NULL DEFAULT '',
`static` varchar(191) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `slider_id_index` (`slider_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_revslider_slides7`
--
LOCK TABLES `chkkP_revslider_slides7` WRITE;
/*!40000 ALTER TABLE `chkkP_revslider_slides7` DISABLE KEYS */;
INSERT INTO `chkkP_revslider_slides7` VALUES
(1,1,1,'{\"addOns\":[],\"id\":1,\"version\":\"7.0.0\",\"title\":\"Slide\",\"parentId\":null,\"language\":\"default\",\"order\":1,\"thumb\":{\"src\":\"\",\"srcId\":\"\",\"admin\":\"\",\"adminId\":\"\",\"dimension\":\"slider\",\"default\":{\"image\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/uploads\\/2016\\/06\\/1.jpg\",\"repeat\":\"\",\"size\":\"cover\",\"pos\":{\"x\":\"50%\",\"y\":\"50%\"}}}},\"description\":\"\",\"attr\":{\"class\":\"\",\"data\":\"\",\"id\":\"\",\"a\":\"\",\"aO\":\"ml\",\"t\":\"\",\"tO\":\"\",\"deepLink\":\"\",\"attr\":\"\"},\"publish\":{\"from\":\"\",\"to\":\"\",\"state\":\"published\",\"sch\":true},\"slideshow\":{\"stop\":false,\"len\":\"default\",\"hal\":0,\"hom\":false,\"hfn\":false},\"loop\":{\"u\":false,\"r\":-1,\"s\":0,\"e\":99999}}','{\"1\":{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":1,\"alias\":\"We produce\",\"content\":{\"text\":\"En iyi zeytinya\\u011f\\u0131n\\u0131\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[0,0,0,0,0],\"y\":[\"364px\",\"364px\",\"364px\",\"364px\",\"364px\"],\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":8,\"order\":8,\"style\":\"Home-1-Subtitle\",\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"class\":\"Home-1-Subtitle\",\"tO\":\"ml\"},\"tl\":{\"in\":{\"chars\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":500,\"d\":0,\"f\":0,\"e\":\"power4.inOut\",\"x\":[0,0,0,0,0],\"y\":[\"-100%\",\"-100%\",\"-100%\",\"-100%\",\"-100%\"],\"o\":\"1\",\"rZ\":\"35deg\",\"dir\":\"start\",\"delay\":5,\"xRe\":1,\"yRe\":1,\"off\":0},{\"t\":500,\"d\":2000,\"f\":2000,\"e\":\"power4.inOut\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"rZ\":0,\"dir\":\"start\",\"delay\":5,\"xRe\":1,\"yRe\":1,\"off\":0}]},\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":500,\"d\":0,\"f\":0,\"e\":\"power4.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":500,\"d\":2850,\"f\":2850,\"e\":\"power4.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]},\"mask\":{\"all\":[{\"t\":500,\"d\":0,\"f\":0,\"e\":\"power4.inOut\",\"x\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"y\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"oflow\":\"hidden\",\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":500,\"d\":2850,\"f\":2850,\"e\":\"power4.inOut\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"oflow\":\"hidden\",\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"chars\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"nothing\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":1,\"dir\":\"start\",\"delay\":\"10\",\"xRe\":1,\"yRe\":1,\"off\":0}]},\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"nothing\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":\"0\",\"xRe\":0,\"yRe\":0,\"off\":0}]},\"mask\":{\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"nothing\",\"oflow\":\"visible\",\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]},\"m\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]},\"ws\":[\"nowrap\",\"nowrap\",\"nowrap\",\"nowrap\",\"nowrap\"],\"radius\":{\"t\":\"0\",\"r\":\"0\",\"b\":\"0\",\"l\":\"0\"},\"color\":[\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\"],\"font\":{\"family\":\"Catamaran\",\"size\":[\"40px\",\"40px\",\"40px\",\"40px\",\"40px\"],\"weight\":[\"200\",\"200\",\"200\",\"200\",\"200\"],\"ls\":[0,0,0,0,0]},\"lh\":[\"40px\",\"40px\",\"40px\",\"40px\",\"40px\"],\"type\":\"text\"},\"2\":{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":2,\"alias\":\"The best olive oil!\",\"content\":{\"text\":\"Sizler i\\u00e7in \\u00fcretiyoruz!\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[0,0,0,0,0],\"y\":[\"420px\",\"420px\",\"420px\",\"420px\",\"420px\"],\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":6,\"order\":6,\"style\":\"Home-1-Title\",\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"tl\":{\"in\":{\"chars\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":500,\"d\":0,\"f\":0,\"e\":\"power4.inOut\",\"x\":[0,0,0,0,0],\"y\":[\"-100%\",\"-100%\",\"-100%\",\"-100%\",\"-100%\"],\"o\":\"1\",\"rZ\":\"35deg\",\"dir\":\"start\",\"delay\":5,\"xRe\":1,\"yRe\":1,\"off\":0},{\"t\":500,\"d\":2000,\"f\":2000,\"e\":\"power4.inOut\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"rZ\":0,\"dir\":\"start\",\"delay\":5,\"xRe\":1,\"yRe\":1,\"off\":0}]},\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":500,\"d\":0,\"f\":0,\"e\":\"power4.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":500,\"d\":3050,\"f\":3050,\"e\":\"power4.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]},\"mask\":{\"all\":[{\"t\":500,\"d\":0,\"f\":0,\"e\":\"power4.inOut\",\"x\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"y\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"oflow\":\"hidden\",\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":500,\"d\":3050,\"f\":3050,\"e\":\"power4.inOut\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"oflow\":\"hidden\",\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"chars\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"nothing\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":1,\"dir\":\"start\",\"delay\":\"10\",\"xRe\":1,\"yRe\":1,\"off\":0}]},\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"nothing\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":\"0\",\"xRe\":0,\"yRe\":0,\"off\":0}]},\"mask\":{\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"nothing\",\"oflow\":\"visible\",\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]},\"m\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]},\"ws\":[\"nowrap\",\"nowrap\",\"nowrap\",\"nowrap\",\"nowrap\"],\"radius\":{\"t\":\"0\",\"r\":\"0\",\"b\":\"0\",\"l\":\"0\"},\"color\":[\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\"],\"font\":{\"family\":\"\'Playfair Display\'\",\"size\":[\"90px\",\"90px\",\"90px\",\"90px\",\"90px\"],\"weight\":[\"700\",\"700\",\"700\",\"700\",\"700\"],\"ls\":[0,0,0,0,0]},\"lh\":[\"120px\",\"120px\",\"120px\",\"120px\",\"120px\"],\"type\":\"text\"},\"3\":{\"rTo\":\"slide\",\"id\":3,\"alias\":\"Slide BG Layer\",\"subtype\":\"slidebg\",\"size\":{\"cMode\":\"cover\"},\"pos\":{\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"v\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\"},\"zIndex\":0,\"order\":0,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"bg\":{\"image\":{\"ratio\":1.9926701570680627195741863033617846667766571044921875,\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/uploads\\/2016\\/06\\/1.jpg\",\"lib\":\"\",\"lib_id\":404,\"lib_size\":\"\",\"fromStream\":false,\"streamType\":\"gallery\",\"pos\":{\"x\":\"50%\",\"y\":\"50%\"},\"repeat\":\"\",\"size\":\"cover\",\"sizeVal\":\"100%\",\"seo\":false}},\"tl\":{\"in\":{\"bg\":{\"ms\":1000,\"rnd\":false,\"temp\":{\"t\":\"*opacity* Fade In\",\"p\":\"fade\",\"m\":\"basic\",\"g\":\"fade\"},\"addOns\":[],\"adpr\":false,\"in\":{\"o\":0},\"out\":{\"a\":false}},\"pan\":{\"pers\":600,\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":300,\"d\":0,\"f\":0,\"e\":\"none\",\"x\":\"-100\",\"y\":\"-30\",\"sX\":\"100%\",\"rZ\":0,\"off\":0},{\"t\":300,\"d\":10000,\"f\":10000,\"e\":\"none\",\"x\":\"100\",\"y\":\"30\",\"sX\":\"110\",\"rZ\":0,\"off\":0}]}}},\"type\":\"shape\"}}','{\"version\":\"6.7.23\"}',''),
(2,1,2,'{\"addOns\":[],\"id\":2,\"version\":\"7.0.0\",\"title\":\"Slide\",\"parentId\":null,\"language\":\"default\",\"order\":2,\"thumb\":{\"src\":\"\",\"srcId\":\"\",\"admin\":\"\",\"adminId\":\"\",\"dimension\":\"slider\",\"default\":{\"image\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/uploads\\/2016\\/06\\/background-2-1.jpg\",\"repeat\":\"\",\"size\":\"cover\",\"pos\":{\"x\":\"50%\",\"y\":\"50%\"}}}},\"description\":\"\",\"attr\":{\"class\":\"\",\"data\":\"\",\"id\":\"\",\"a\":\"\",\"aO\":\"ml\",\"t\":\"\",\"tO\":\"\",\"deepLink\":\"\",\"attr\":\"\"},\"publish\":{\"from\":\"\",\"to\":\"\",\"state\":\"published\",\"sch\":true},\"slideshow\":{\"stop\":false,\"len\":\"default\",\"hal\":0,\"hom\":false,\"hfn\":false},\"loop\":{\"u\":false,\"r\":-1,\"s\":0,\"e\":99999}}','{\"1\":{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":1,\"alias\":\"We produce\",\"content\":{\"text\":\"High quality \\nolive oils and balsamic vinegars\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[0,0,0,0,0],\"y\":[\"364px\",\"364px\",\"364px\",\"364px\",\"364px\"],\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"order\":0,\"style\":\"Home-1-Subtitle\",\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"class\":\"Home-1-Subtitle\",\"tO\":\"ml\"},\"tl\":{\"in\":{\"chars\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":500,\"d\":0,\"f\":0,\"e\":\"power4.inOut\",\"x\":[0,0,0,0,0],\"y\":[\"-100%\",\"-100%\",\"-100%\",\"-100%\",\"-100%\"],\"o\":\"1\",\"rZ\":\"35deg\",\"dir\":\"start\",\"delay\":5,\"xRe\":1,\"yRe\":1,\"off\":0},{\"t\":500,\"d\":2000,\"f\":2000,\"e\":\"power4.inOut\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"rZ\":0,\"dir\":\"start\",\"delay\":5,\"xRe\":1,\"yRe\":1,\"off\":0}]},\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":500,\"d\":0,\"f\":0,\"e\":\"power4.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":500,\"d\":3950,\"f\":3950,\"e\":\"power4.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]},\"mask\":{\"all\":[{\"t\":500,\"d\":0,\"f\":0,\"e\":\"power4.inOut\",\"x\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"y\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"oflow\":\"hidden\",\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":500,\"d\":3950,\"f\":3950,\"e\":\"power4.inOut\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"oflow\":\"hidden\",\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"chars\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"nothing\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":1,\"dir\":\"start\",\"delay\":\"10\",\"xRe\":1,\"yRe\":1,\"off\":0}]},\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"nothing\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":\"0\",\"xRe\":0,\"yRe\":0,\"off\":0}]},\"mask\":{\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"nothing\",\"oflow\":\"visible\",\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]},\"m\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]},\"ws\":[\"nowrap\",\"nowrap\",\"nowrap\",\"nowrap\",\"nowrap\"],\"radius\":{\"t\":\"0\",\"r\":\"0\",\"b\":\"0\",\"l\":\"0\"},\"color\":[\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\"],\"font\":{\"family\":\"Catamaran\",\"size\":[\"40px\",\"40px\",\"40px\",\"40px\",\"40px\"],\"weight\":[\"200\",\"200\",\"200\",\"200\",\"200\"],\"ls\":[0,0,0,0,0]},\"lh\":[\"40px\",\"40px\",\"40px\",\"40px\",\"40px\"],\"type\":\"text\"},\"2\":{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":2,\"alias\":\"The best olive oil!\",\"content\":{\"text\":\"Olive Oils and Vinegars!\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[0,0,0,0,0],\"y\":[\"420px\",\"420px\",\"420px\",\"420px\",\"420px\"],\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":6,\"order\":1,\"style\":\"Home-1-Title\",\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"tl\":{\"in\":{\"chars\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":500,\"d\":0,\"f\":0,\"e\":\"power4.inOut\",\"x\":[0,0,0,0,0],\"y\":[\"-100%\",\"-100%\",\"-100%\",\"-100%\",\"-100%\"],\"o\":\"1\",\"rZ\":\"35deg\",\"dir\":\"start\",\"delay\":5,\"xRe\":1,\"yRe\":1,\"off\":0},{\"t\":500,\"d\":2000,\"f\":2000,\"e\":\"power4.inOut\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"rZ\":0,\"dir\":\"start\",\"delay\":5,\"xRe\":1,\"yRe\":1,\"off\":0}]},\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":500,\"d\":0,\"f\":0,\"e\":\"power4.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":500,\"d\":3050,\"f\":3050,\"e\":\"power4.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]},\"mask\":{\"all\":[{\"t\":500,\"d\":0,\"f\":0,\"e\":\"power4.inOut\",\"x\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"y\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"oflow\":\"hidden\",\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":500,\"d\":3050,\"f\":3050,\"e\":\"power4.inOut\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"oflow\":\"hidden\",\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"chars\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"nothing\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":1,\"dir\":\"start\",\"delay\":\"10\",\"xRe\":1,\"yRe\":1,\"off\":0}]},\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"nothing\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":\"0\",\"xRe\":0,\"yRe\":0,\"off\":0}]},\"mask\":{\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"nothing\",\"oflow\":\"visible\",\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]},\"m\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]},\"ws\":[\"nowrap\",\"nowrap\",\"nowrap\",\"nowrap\",\"nowrap\"],\"radius\":{\"t\":\"0\",\"r\":\"0\",\"b\":\"0\",\"l\":\"0\"},\"color\":[\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\"],\"font\":{\"family\":\"\'Playfair Display\'\",\"size\":[\"90px\",\"90px\",\"90px\",\"90px\",\"90px\"],\"weight\":[\"700\",\"700\",\"700\",\"700\",\"700\"],\"ls\":[0,0,0,0,0]},\"lh\":[\"120px\",\"120px\",\"120px\",\"120px\",\"120px\"],\"type\":\"text\"},\"3\":{\"fluid\":{\"sp\":true},\"id\":3,\"alias\":\"[trx_button size=\\\"medium\\\" link=\\\"\\/shop\\/\\\"]shop now![\\/trx_button]\",\"content\":{\"text\":\"[trx_button size=\\\"medium\\\" link=\\\"\\/shop\\/\\\"]shop now![\\/trx_button]\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[0,0,0,0,0],\"y\":[\"597px\",\"597px\",\"597px\",\"597px\",\"597px\"],\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":7,\"order\":2,\"style\":\"Home-1-Shortcodes\",\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":500,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"bottom\",\"bottom\",\"bottom\",\"bottom\",\"bottom\"],\"sX\":\"2\",\"sY\":\"2\",\"o\":\"1\",\"rZ\":\"90deg\",\"xRe\":0,\"yRe\":1,\"off\":0},{\"t\":500,\"d\":1500,\"f\":1500,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"sX\":1,\"sY\":1,\"o\":1,\"rZ\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"nothing\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":\"0\",\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]},\"m\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]},\"ws\":[\"nowrap\",\"nowrap\",\"nowrap\",\"nowrap\",\"nowrap\"],\"radius\":{\"t\":\"0\",\"r\":\"0\",\"b\":\"0\",\"l\":\"0\"},\"color\":[\"rgba(255,255,255,1)\",\"rgba(255,255,255,1)\",\"rgba(255,255,255,1)\",\"rgba(255,255,255,1)\",\"rgba(255,255,255,1)\"],\"font\":{\"family\":\"Arial\",\"size\":[\"14px\",\"14px\",\"14px\",\"14px\",\"14px\"],\"weight\":[400,400,400,400,400],\"ls\":[0,0,0,0,0]},\"lh\":[\"14px\",\"14px\",\"14px\",\"14px\",\"14px\"],\"type\":\"text\"},\"4\":{\"rTo\":\"slide\",\"id\":4,\"alias\":\"Slide BG Layer\",\"subtype\":\"slidebg\",\"size\":{\"cMode\":\"cover\"},\"pos\":{\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"v\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\"},\"zIndex\":0,\"order\":0,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"bg\":{\"image\":{\"ratio\":2.346485819975339115472934281569905579090118408203125,\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/uploads\\/2016\\/06\\/background-2-1.jpg\",\"lib\":\"\",\"lib_id\":178,\"lib_size\":\"\",\"fromStream\":false,\"streamType\":\"gallery\",\"pos\":{\"x\":\"50%\",\"y\":\"50%\"},\"repeat\":\"\",\"size\":\"cover\",\"sizeVal\":\"100%\",\"seo\":false}},\"tl\":{\"in\":{\"bg\":{\"ms\":1000,\"rnd\":false,\"temp\":{\"t\":\"*opacity* Fade In\",\"p\":\"fade\",\"m\":\"basic\",\"g\":\"fade\"},\"addOns\":[],\"adpr\":false,\"in\":{\"o\":0},\"out\":{\"a\":false}},\"pan\":{\"pers\":600,\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":300,\"d\":0,\"f\":0,\"e\":\"none\",\"x\":\"-100\",\"y\":\"-30\",\"sX\":\"100%\",\"rZ\":0,\"off\":0},{\"t\":300,\"d\":10000,\"f\":10000,\"e\":\"none\",\"x\":\"100\",\"y\":\"30\",\"sX\":\"110\",\"rZ\":0,\"off\":0}]}}},\"type\":\"shape\"}}','{\"version\":\"6.7.23\"}',''),
(3,1,3,'{\"addOns\":[],\"id\":3,\"version\":\"7.0.0\",\"title\":\"Slide\",\"parentId\":null,\"language\":\"default\",\"order\":3,\"thumb\":{\"src\":\"\",\"srcId\":\"\",\"admin\":\"\",\"adminId\":\"\",\"dimension\":\"slider\",\"default\":{\"image\":{\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/uploads\\/2016\\/06\\/2.jpg\",\"repeat\":\"\",\"size\":\"cover\",\"pos\":{\"x\":\"50%\",\"y\":\"50%\"}}}},\"description\":\"\",\"attr\":{\"class\":\"\",\"data\":\"\",\"id\":\"\",\"a\":\"\",\"aO\":\"ml\",\"t\":\"\",\"tO\":\"\",\"deepLink\":\"\",\"attr\":\"\"},\"publish\":{\"from\":\"\",\"to\":\"\",\"state\":\"published\",\"sch\":true},\"slideshow\":{\"stop\":false,\"len\":\"default\",\"hal\":0,\"hom\":false,\"hfn\":false},\"loop\":{\"u\":false,\"r\":-1,\"s\":0,\"e\":99999}}','{\"1\":{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":1,\"alias\":\"We produce\",\"content\":{\"text\":\"Beautifully Crafted\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[0,0,0,0,0],\"y\":[\"364px\",\"364px\",\"364px\",\"364px\",\"364px\"],\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"order\":0,\"style\":\"Home-1-Subtitle\",\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"class\":\"Home-1-Subtitle\",\"tO\":\"ml\"},\"tl\":{\"in\":{\"chars\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":500,\"d\":0,\"f\":0,\"e\":\"power4.inOut\",\"x\":[0,0,0,0,0],\"y\":[\"-100%\",\"-100%\",\"-100%\",\"-100%\",\"-100%\"],\"o\":\"1\",\"rZ\":\"35deg\",\"dir\":\"start\",\"delay\":5,\"xRe\":1,\"yRe\":1,\"off\":0},{\"t\":500,\"d\":2000,\"f\":2000,\"e\":\"power4.inOut\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"rZ\":0,\"dir\":\"start\",\"delay\":5,\"xRe\":1,\"yRe\":1,\"off\":0}]},\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":500,\"d\":0,\"f\":0,\"e\":\"power4.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":500,\"d\":2900,\"f\":2900,\"e\":\"power4.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]},\"mask\":{\"all\":[{\"t\":500,\"d\":0,\"f\":0,\"e\":\"power4.inOut\",\"x\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"y\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"oflow\":\"hidden\",\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":500,\"d\":2900,\"f\":2900,\"e\":\"power4.inOut\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"oflow\":\"hidden\",\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"chars\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"nothing\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":1,\"dir\":\"start\",\"delay\":\"10\",\"xRe\":1,\"yRe\":1,\"off\":0}]},\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"nothing\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":\"0\",\"xRe\":0,\"yRe\":0,\"off\":0}]},\"mask\":{\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"nothing\",\"oflow\":\"visible\",\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]},\"m\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]},\"ws\":[\"nowrap\",\"nowrap\",\"nowrap\",\"nowrap\",\"nowrap\"],\"radius\":{\"t\":\"0\",\"r\":\"0\",\"b\":\"0\",\"l\":\"0\"},\"color\":[\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\"],\"font\":{\"family\":\"Catamaran\",\"size\":[\"40px\",\"40px\",\"40px\",\"40px\",\"40px\"],\"weight\":[\"200\",\"200\",\"200\",\"200\",\"200\"],\"ls\":[0,0,0,0,0]},\"lh\":[\"40px\",\"40px\",\"40px\",\"40px\",\"40px\"],\"type\":\"text\"},\"2\":{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":2,\"alias\":\"The best olive oil!\",\"content\":{\"text\":\"Extra Virgin Olive Oils!\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[0,0,0,0,0],\"y\":[\"420px\",\"420px\",\"420px\",\"420px\",\"420px\"],\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":6,\"order\":1,\"style\":\"Home-1-Title\",\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"tl\":{\"in\":{\"chars\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":500,\"d\":0,\"f\":0,\"e\":\"power4.inOut\",\"x\":[0,0,0,0,0],\"y\":[\"-100%\",\"-100%\",\"-100%\",\"-100%\",\"-100%\"],\"o\":\"1\",\"rZ\":\"35deg\",\"dir\":\"start\",\"delay\":5,\"xRe\":1,\"yRe\":1,\"off\":0},{\"t\":500,\"d\":2000,\"f\":2000,\"e\":\"power4.inOut\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"rZ\":0,\"dir\":\"start\",\"delay\":5,\"xRe\":1,\"yRe\":1,\"off\":0}]},\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":500,\"d\":0,\"f\":0,\"e\":\"power4.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":500,\"d\":3050,\"f\":3050,\"e\":\"power4.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]},\"mask\":{\"all\":[{\"t\":500,\"d\":0,\"f\":0,\"e\":\"power4.inOut\",\"x\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"y\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"oflow\":\"hidden\",\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":500,\"d\":3050,\"f\":3050,\"e\":\"power4.inOut\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"oflow\":\"hidden\",\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"chars\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"nothing\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":1,\"dir\":\"start\",\"delay\":\"10\",\"xRe\":1,\"yRe\":1,\"off\":0}]},\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"nothing\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":\"0\",\"xRe\":0,\"yRe\":0,\"off\":0}]},\"mask\":{\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"nothing\",\"oflow\":\"visible\",\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]},\"m\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]},\"ws\":[\"nowrap\",\"nowrap\",\"nowrap\",\"nowrap\",\"nowrap\"],\"radius\":{\"t\":\"0\",\"r\":\"0\",\"b\":\"0\",\"l\":\"0\"},\"color\":[\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\",\"rgba(233,228,208,1)\"],\"font\":{\"family\":\"\'Playfair Display\'\",\"size\":[\"90px\",\"90px\",\"90px\",\"90px\",\"90px\"],\"weight\":[\"700\",\"700\",\"700\",\"700\",\"700\"],\"ls\":[0,0,0,0,0]},\"lh\":[\"120px\",\"120px\",\"120px\",\"120px\",\"120px\"],\"type\":\"text\"},\"3\":{\"fluid\":{\"sp\":true},\"id\":3,\"alias\":\"[trx_button size=\\\"medium\\\" link=\\\"\\/shop\\/\\\"]shop now![\\/trx_button]\",\"content\":{\"text\":\"[trx_button size=\\\"medium\\\" link=\\\"\\/shop\\/\\\"]shop now![\\/trx_button]\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[0,0,0,0,0],\"y\":[\"597px\",\"597px\",\"597px\",\"597px\",\"597px\"],\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":7,\"order\":2,\"style\":\"Home-1-Shortcodes\",\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":500,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"bottom\",\"bottom\",\"bottom\",\"bottom\",\"bottom\"],\"sX\":\"2\",\"sY\":\"2\",\"o\":\"1\",\"rZ\":\"90deg\",\"xRe\":0,\"yRe\":1,\"off\":0},{\"t\":500,\"d\":1500,\"f\":1500,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"sX\":1,\"sY\":1,\"o\":1,\"rZ\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"nothing\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":\"0\",\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]},\"m\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]},\"ws\":[\"nowrap\",\"nowrap\",\"nowrap\",\"nowrap\",\"nowrap\"],\"radius\":{\"t\":\"0\",\"r\":\"0\",\"b\":\"0\",\"l\":\"0\"},\"color\":[\"rgba(255,255,255,1)\",\"rgba(255,255,255,1)\",\"rgba(255,255,255,1)\",\"rgba(255,255,255,1)\",\"rgba(255,255,255,1)\"],\"font\":{\"family\":\"Arial\",\"size\":[\"14px\",\"14px\",\"14px\",\"14px\",\"14px\"],\"weight\":[400,400,400,400,400],\"ls\":[0,0,0,0,0]},\"lh\":[\"14px\",\"14px\",\"14px\",\"14px\",\"14px\"],\"type\":\"text\"},\"4\":{\"rTo\":\"slide\",\"id\":4,\"alias\":\"Slide BG Layer\",\"subtype\":\"slidebg\",\"size\":{\"cMode\":\"cover\"},\"pos\":{\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"v\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\"},\"zIndex\":0,\"order\":0,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"bg\":{\"image\":{\"ratio\":1.9926701570680627195741863033617846667766571044921875,\"src\":\"https:\\/\\/ipekyonetim.com\\/wp-content\\/uploads\\/2016\\/06\\/2.jpg\",\"lib\":\"\",\"lib_id\":571,\"lib_size\":\"\",\"fromStream\":false,\"streamType\":\"gallery\",\"pos\":{\"x\":\"50%\",\"y\":\"50%\"},\"repeat\":\"\",\"size\":\"cover\",\"sizeVal\":\"100%\",\"seo\":false}},\"tl\":{\"in\":{\"bg\":{\"ms\":1000,\"rnd\":false,\"temp\":{\"t\":\"*opacity* Fade In\",\"p\":\"fade\",\"m\":\"basic\",\"g\":\"fade\"},\"addOns\":[],\"adpr\":false,\"in\":{\"o\":0},\"out\":{\"a\":false}},\"pan\":{\"pers\":600,\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":300,\"d\":0,\"f\":0,\"e\":\"none\",\"x\":\"-100\",\"y\":\"-30\",\"sX\":\"100%\",\"rZ\":0,\"off\":0},{\"t\":300,\"d\":10000,\"f\":10000,\"e\":\"none\",\"x\":\"100\",\"y\":\"30\",\"sX\":\"110\",\"rZ\":0,\"off\":0}]}}},\"type\":\"shape\"}}','{\"version\":\"6.7.23\"}',''),
(4,1,0,'{\"addOns\":[],\"id\":4,\"version\":\"7.0.0\",\"title\":\"Global Layers\",\"parentId\":null,\"language\":\"default\",\"oflow\":false,\"global\":true,\"respVP\":true,\"pos\":\"front\",\"fullHeight\":true}','[]','{\"version\":\"6.7.23\"}','1');
/*!40000 ALTER TABLE `chkkP_revslider_slides7` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_revslider_static_slides`
--
DROP TABLE IF EXISTS `chkkP_revslider_static_slides`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_revslider_static_slides` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`slider_id` int(9) NOT NULL,
`params` longtext NOT NULL,
`layers` longtext NOT NULL,
`settings` text NOT NULL,
PRIMARY KEY (`id`),
KEY `slider_id_index` (`slider_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_revslider_static_slides`
--
LOCK TABLES `chkkP_revslider_static_slides` WRITE;
/*!40000 ALTER TABLE `chkkP_revslider_static_slides` DISABLE KEYS */;
INSERT INTO `chkkP_revslider_static_slides` VALUES
(1,1,'{\"version\":\"6.6.21\",\"slideChange\":{\"adpr\":false},\"bg\":{\"image\":\"\"},\"static\":{\"isstatic\":true}}','[]','{\"version\":\"6.6.21\"}');
/*!40000 ALTER TABLE `chkkP_revslider_static_slides` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_tec_events`
--
DROP TABLE IF EXISTS `chkkP_tec_events`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_tec_events` (
`event_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL,
`start_date` varchar(19) NOT NULL,
`end_date` varchar(19) DEFAULT NULL,
`timezone` varchar(30) NOT NULL DEFAULT 'UTC',
`start_date_utc` varchar(19) NOT NULL,
`end_date_utc` varchar(19) DEFAULT NULL,
`duration` mediumint(30) DEFAULT 7200,
`updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`hash` varchar(40) NOT NULL,
PRIMARY KEY (`event_id`),
UNIQUE KEY `post_id` (`post_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_tec_events`
--
LOCK TABLES `chkkP_tec_events` WRITE;
/*!40000 ALTER TABLE `chkkP_tec_events` DISABLE KEYS */;
INSERT INTO `chkkP_tec_events` VALUES
(1,291,'2025-06-18 07:00:00','2025-06-24 12:00:00','UTC+0','2025-06-18 07:00:00','2025-06-24 12:00:00',536400,'2025-03-19 17:42:20',''),
(2,292,'2025-08-07 11:00:00','2025-08-14 18:00:00','UTC+0','2025-08-07 11:00:00','2025-08-14 18:00:00',630000,'2025-03-19 17:42:20',''),
(3,293,'2025-07-17 00:00:00','2025-07-24 15:00:00','UTC+0','2025-07-17 00:00:00','2025-07-24 15:00:00',658800,'2025-03-19 17:42:20',''),
(4,294,'2025-05-08 10:00:00','2025-05-14 18:00:00','UTC+0','2025-05-08 10:00:00','2025-05-14 18:00:00',547200,'2025-03-19 17:42:20',''),
(5,1080,'2024-12-06 08:00:00','2024-12-12 17:00:00','UTC+0','2024-12-06 08:00:00','2024-12-12 17:00:00',550800,'2025-03-19 17:42:20','');
/*!40000 ALTER TABLE `chkkP_tec_events` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_tec_occurrences`
--
DROP TABLE IF EXISTS `chkkP_tec_occurrences`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_tec_occurrences` (
`occurrence_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`event_id` bigint(20) unsigned NOT NULL,
`post_id` bigint(20) unsigned NOT NULL,
`start_date` varchar(19) NOT NULL,
`start_date_utc` varchar(19) NOT NULL,
`end_date` varchar(19) NOT NULL,
`end_date_utc` varchar(19) NOT NULL,
`duration` mediumint(30) DEFAULT 7200,
`hash` varchar(40) NOT NULL,
`updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`occurrence_id`),
UNIQUE KEY `hash` (`hash`),
KEY `event_id` (`event_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_tec_occurrences`
--
LOCK TABLES `chkkP_tec_occurrences` WRITE;
/*!40000 ALTER TABLE `chkkP_tec_occurrences` DISABLE KEYS */;
INSERT INTO `chkkP_tec_occurrences` VALUES
(1,1,291,'2025-06-18 07:00:00','2025-06-18 07:00:00','2025-06-24 12:00:00','2025-06-24 12:00:00',536400,'0c73f4c61a32450ff99554e65ec4425e3e46c63c','2025-03-19 14:42:20'),
(2,2,292,'2025-08-07 11:00:00','2025-08-07 11:00:00','2025-08-14 18:00:00','2025-08-14 18:00:00',630000,'fa8ea98b57cbe86c977f46e9c17b682c79a60b37','2025-03-19 14:42:20'),
(3,3,293,'2025-07-17 00:00:00','2025-07-17 00:00:00','2025-07-24 15:00:00','2025-07-24 15:00:00',658800,'eef163a5f0ec0d870c9f172442afab97994d34c8','2025-03-19 14:42:20'),
(4,4,294,'2025-05-08 10:00:00','2025-05-08 10:00:00','2025-05-14 18:00:00','2025-05-14 18:00:00',547200,'20f111c2862a82fb967f182264df5c2786d4138e','2025-03-19 14:42:20'),
(5,5,1080,'2024-12-06 08:00:00','2024-12-06 08:00:00','2024-12-12 17:00:00','2024-12-12 17:00:00',550800,'92c835b7d88b0e156e83848dcbfe0e55a44bc4fd','2025-03-19 14:42:20');
/*!40000 ALTER TABLE `chkkP_tec_occurrences` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_term_relationships`
--
DROP TABLE IF EXISTS `chkkP_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_order` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_term_relationships`
--
LOCK TABLES `chkkP_term_relationships` WRITE;
/*!40000 ALTER TABLE `chkkP_term_relationships` DISABLE KEYS */;
INSERT INTO `chkkP_term_relationships` VALUES
(5,12,0),
(5,17,0),
(8,8,0),
(8,13,0),
(8,16,0),
(11,13,0),
(11,18,0),
(15,10,0),
(15,20,0),
(18,8,0),
(18,18,0),
(21,14,0),
(21,16,0),
(24,12,0),
(24,14,0),
(24,21,0),
(27,6,0),
(27,12,0),
(27,13,0),
(27,17,0),
(27,19,0),
(27,20,0),
(30,10,0),
(30,12,0),
(30,18,0),
(30,19,0),
(33,6,0),
(33,16,0),
(33,18,0),
(33,21,0),
(36,10,0),
(36,19,0),
(36,20,0),
(39,8,0),
(39,17,0),
(61,15,0),
(62,15,0),
(63,15,0),
(70,15,0),
(87,22,0),
(93,22,0),
(98,22,0),
(121,23,0),
(123,23,0),
(125,23,0),
(126,23,0),
(127,24,0),
(129,24,0),
(130,24,0),
(131,25,0),
(132,25,0),
(133,25,0),
(134,25,0),
(135,25,0),
(137,25,0),
(138,26,0),
(139,26,0),
(140,26,0),
(142,26,0),
(143,26,0),
(144,26,0),
(148,2,0),
(148,27,0),
(148,28,0),
(148,32,0),
(148,34,0),
(150,2,0),
(150,27,0),
(150,30,0),
(150,33,0),
(150,35,0),
(152,2,0),
(152,27,0),
(152,33,0),
(152,35,0),
(152,37,0),
(154,2,0),
(154,28,0),
(154,32,0),
(154,34,0),
(154,38,0),
(156,2,0),
(156,29,0),
(156,33,0),
(156,36,0),
(156,39,0),
(158,2,0),
(158,29,0),
(158,30,0),
(158,37,0),
(158,38,0),
(160,2,0),
(160,28,0),
(160,32,0),
(160,34,0),
(160,35,0),
(162,2,0),
(162,29,0),
(162,32,0),
(162,36,0),
(162,39,0),
(164,2,0),
(164,28,0),
(164,30,0),
(164,33,0),
(164,35,0),
(164,37,0),
(166,2,0),
(166,27,0),
(166,29,0),
(166,30,0),
(166,34,0),
(166,38,0),
(213,40,0),
(214,40,0),
(215,40,0),
(216,40,0),
(217,40,0),
(218,40,0),
(255,22,0),
(257,22,0),
(1030,54,0);
/*!40000 ALTER TABLE `chkkP_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_term_taxonomy`
--
DROP TABLE IF EXISTS `chkkP_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_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=MyISAM AUTO_INCREMENT=55 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_term_taxonomy`
--
LOCK TABLES `chkkP_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `chkkP_term_taxonomy` DISABLE KEYS */;
INSERT INTO `chkkP_term_taxonomy` VALUES
(1,1,'category','',0,0),
(2,2,'product_type','',0,10),
(3,3,'product_type','',0,0),
(4,4,'product_type','',0,0),
(5,5,'product_type','',0,0),
(6,6,'category','',0,2),
(8,8,'category','',0,3),
(10,10,'category','',0,3),
(12,12,'category','',0,4),
(13,13,'category','',0,3),
(14,14,'category','',0,2),
(15,15,'nav_menu','',0,4),
(16,16,'post_tag','',0,3),
(17,17,'post_tag','',0,3),
(18,18,'post_tag','',0,4),
(19,19,'post_tag','',0,3),
(20,20,'post_tag','',0,3),
(21,21,'post_tag','',0,2),
(22,22,'category','',0,5),
(23,23,'services_group','',0,4),
(24,24,'services_group','',0,3),
(25,25,'services_group','',0,6),
(26,26,'services_group','',0,6),
(27,27,'product_cat','',0,4),
(28,28,'product_cat','',0,4),
(29,29,'product_cat','',0,4),
(30,30,'product_cat','',0,4),
(32,32,'product_cat','',0,4),
(33,33,'product_cat','',0,4),
(34,34,'product_tag','',0,4),
(35,35,'product_tag','',0,4),
(36,36,'product_tag','',0,2),
(37,37,'product_tag','',0,3),
(38,38,'product_tag','',0,3),
(39,39,'product_tag','',0,2),
(40,40,'nav_menu','',0,6),
(41,41,'category','',0,0),
(42,42,'product_visibility','',0,0),
(43,43,'product_visibility','',0,0),
(44,44,'product_visibility','',0,0),
(45,45,'product_visibility','',0,0),
(46,46,'product_visibility','',0,0),
(47,47,'product_visibility','',0,0),
(48,48,'product_visibility','',0,0),
(49,49,'product_visibility','',0,0),
(50,50,'product_visibility','',0,0),
(51,51,'product_cat','',0,0),
(52,52,'action-group','',0,0),
(53,53,'action-group','',0,0),
(54,54,'wp_theme','',0,1);
/*!40000 ALTER TABLE `chkkP_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_termmeta`
--
DROP TABLE IF EXISTS `chkkP_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_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=MyISAM AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_termmeta`
--
LOCK TABLES `chkkP_termmeta` WRITE;
/*!40000 ALTER TABLE `chkkP_termmeta` DISABLE KEYS */;
INSERT INTO `chkkP_termmeta` VALUES
(1,27,'order','1'),
(2,27,'display_type',''),
(3,27,'thumbnail_id','0'),
(4,28,'order','2'),
(5,28,'display_type',''),
(6,28,'thumbnail_id','0'),
(7,29,'order','3'),
(8,29,'display_type',''),
(9,29,'thumbnail_id','0'),
(10,30,'order','4'),
(11,30,'display_type',''),
(12,30,'thumbnail_id','0'),
(13,32,'order','5'),
(14,32,'display_type',''),
(15,32,'thumbnail_id','0'),
(16,33,'order','6'),
(17,33,'display_type',''),
(18,33,'thumbnail_id','0'),
(19,27,'product_count_product_cat','4'),
(20,28,'product_count_product_cat','4'),
(21,30,'product_count_product_cat','4'),
(22,33,'product_count_product_cat','4'),
(23,29,'product_count_product_cat','4'),
(24,32,'product_count_product_cat','4'),
(25,34,'product_count_product_tag','4'),
(26,38,'product_count_product_tag','3'),
(27,35,'product_count_product_tag','4'),
(28,37,'product_count_product_tag','3'),
(29,36,'product_count_product_tag','2'),
(30,39,'product_count_product_tag','2'),
(31,51,'product_count_product_cat','0');
/*!40000 ALTER TABLE `chkkP_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_terms`
--
DROP TABLE IF EXISTS `chkkP_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_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=MyISAM AUTO_INCREMENT=55 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_terms`
--
LOCK TABLES `chkkP_terms` WRITE;
/*!40000 ALTER TABLE `chkkP_terms` DISABLE KEYS */;
INSERT INTO `chkkP_terms` VALUES
(1,'Uncategorized','uncategorized',0),
(2,'simple','simple',0),
(3,'grouped','grouped',0),
(4,'variable','variable',0),
(5,'external','external',0),
(6,'Health','health',0),
(8,'Cooking','cooking',0),
(10,'Tasting','tasting',0),
(12,'Beauty','beauty',0),
(13,'Food','food',0),
(14,'Cosmetics','cosmetics',0),
(15,'Main Menu','main-menu',0),
(16,'Nutrition','nutrition',0),
(17,'Featured','featured',0),
(18,'Benefits','benefits',0),
(19,'Industry','industry',0),
(20,'Recipes','recipes',0),
(21,'Wholesome food','wholesome-food',0),
(22,'News','news',0),
(23,'Home 1','home-1',0),
(24,'What We Do','what-we-do',0),
(25,'Range','range',0),
(26,'Health Benefits','health-benefits',0),
(27,'Extra Virgin','extra-virgin',0),
(28,'A Delicate Blend','a-delicate-blend',0),
(29,'New Harvest','new-harvest',0),
(30,'High Quality','high-quality',0),
(32,'Original Taste','original-taste',0),
(33,'Organic Only','organic-only',0),
(34,'extra virgin','extra-virgin',0),
(35,'vinegars','vinegars',0),
(36,'harvest','harvest',0),
(37,'flavor','flavor',0),
(38,'intensity','intensity',0),
(39,'pantry','pantry',0),
(40,'Services menu','services-menu',0),
(41,'Blogger','blogger',0),
(42,'exclude-from-search','exclude-from-search',0),
(43,'exclude-from-catalog','exclude-from-catalog',0),
(44,'featured','featured',0),
(45,'outofstock','outofstock',0),
(46,'rated-1','rated-1',0),
(47,'rated-2','rated-2',0),
(48,'rated-3','rated-3',0),
(49,'rated-4','rated-4',0),
(50,'rated-5','rated-5',0),
(51,'Uncategorized','uncategorized',0),
(52,'woocommerce-db-updates','woocommerce-db-updates',0),
(53,'wc_update_product_lookup_tables','wc_update_product_lookup_tables',0),
(54,'oliveoil','oliveoil',0);
/*!40000 ALTER TABLE `chkkP_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_usermeta`
--
DROP TABLE IF EXISTS `chkkP_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_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=MyISAM AUTO_INCREMENT=848 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_usermeta`
--
LOCK TABLES `chkkP_usermeta` WRITE;
/*!40000 ALTER TABLE `chkkP_usermeta` DISABLE KEYS */;
INSERT INTO `chkkP_usermeta` VALUES
(1,1,'nickname','admin_4cbz4fee'),
(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,'chkkP_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(13,1,'chkkP_user_level','10'),
(14,1,'dismissed_wp_pointers','vc_pointers_backend_editor'),
(15,1,'show_welcome_panel','1'),
(16,1,'session_tokens','a:6:{s:64:\"15b8b959f2258258b463183febaa3a76af72bf95c45b27e591a293886fd1e32e\";a:4:{s:10:\"expiration\";i:1742578296;s:2:\"ip\";s:13:\"24.133.104.97\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36\";s:5:\"login\";i:1742405496;}s:64:\"1e5c7fef289ba24020303d9f08ae5855ed8f81c178493d7467c4129d92b89560\";a:4:{s:10:\"expiration\";i:1742590218;s:2:\"ip\";s:13:\"24.133.104.97\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36\";s:5:\"login\";i:1742417418;}s:64:\"a8f92b20550af72883ab4c367678b873e24991faad44bb054d0cdb606f1f4f88\";a:4:{s:10:\"expiration\";i:1742590260;s:2:\"ip\";s:13:\"24.133.104.97\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36\";s:5:\"login\";i:1742417460;}s:64:\"b2dfdc9a6f9b624e05a78af35bd0d2d61ae99d406582e1a85b97ea213420e1c5\";a:4:{s:10:\"expiration\";i:1743702796;s:2:\"ip\";s:13:\"24.133.104.97\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36\";s:5:\"login\";i:1742493196;}s:64:\"2f97c042bbafb4f0ff4c1e258b1c07b2b0b8aea55c0bfb28845b4959b4a71331\";a:4:{s:10:\"expiration\";i:1742670500;s:2:\"ip\";s:12:\"5.26.251.105\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0\";s:5:\"login\";i:1742497700;}s:64:\"fb56639d8495b9db14626210a3abd45833a642ccab6b1a41611c61074be82dcf\";a:4:{s:10:\"expiration\";i:1742670503;s:2:\"ip\";s:12:\"5.26.251.105\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0\";s:5:\"login\";i:1742497703;}}'),
(17,1,'chkkP_user-settings','libraryContent=browse&editor=tinymce&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=800px&edit_element_vcUIPanelTop=74px&post_settings_vcUIPanelWidth=650&post_settings_vcUIPanelLeft=800px&post_settings_vcUIPanelTop=74px'),
(18,1,'chkkP_user-settings-time','1742406640'),
(19,1,'chkkP_dashboard_quick_press_last_post_id','1098'),
(20,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"5.26.251.0\";}'),
(21,1,'_woocommerce_tracks_anon_id','woo:Z/Bg7Ilb+mlzOGcy/7I9mUGy'),
(22,1,'billing_address_2',''),
(23,1,'billing_city',''),
(24,1,'billing_postcode',''),
(25,1,'billing_country','US'),
(26,1,'billing_state','VL'),
(27,1,'billing_phone',''),
(28,1,'billing_email','user1@user-mail.net'),
(29,1,'shipping_first_name',''),
(30,1,'shipping_last_name',''),
(31,1,'shipping_company',''),
(32,1,'shipping_address_1',''),
(33,1,'shipping_address_2',''),
(34,1,'shipping_city',''),
(35,1,'shipping_postcode',''),
(36,1,'shipping_country','US'),
(37,1,'shipping_state','VL'),
(38,1,'closedpostboxes_post','a:0:{}'),
(39,1,'metaboxhidden_post','a:5:{i:0;s:13:\"trackbacksdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),
(40,1,'wp_user-settings','editor=tinymce&ampampampamplibraryContent=browse&ampampampampedit_element_vcUIPanelWidth=650&ampampampampedit_element_vcUIPanelLeft=673px&ampampampampedit_element_vcUIPanelTop=0px&ampampampamphidetb=1&ampampedit_element_vcUIPanelWidth=650&ampampedit_element_vcUIPanelLeft=334px&ampampedit_element_vcUIPanelTop=0px&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=422px&edit_element_vcUIPanelTop=68px&libraryContent=browse&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=263px&edit_element_vcUIPanelTop=78px'),
(41,1,'wp_user-settings-time','1732654001'),
(42,1,'wp_media_library_mode','grid'),
(43,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(44,1,'metaboxhidden_nav-menus','a:27:{i:0;s:30:\"woocommerce_endpoints_nav_link\";i:1;s:21:\"add-post-type-product\";i:2;s:21:\"add-post-type-clients\";i:3;s:21:\"add-post-type-courses\";i:4;s:20:\"add-post-type-lesson\";i:5;s:21:\"add-post-type-matches\";i:6;s:23:\"add-post-type-menuitems\";i:7;s:21:\"add-post-type-players\";i:8;s:22:\"add-post-type-services\";i:9;s:18:\"add-post-type-team\";i:10;s:25:\"add-post-type-testimonial\";i:11;s:28:\"add-post-type-essential_grid\";i:12;s:12:\"add-post_tag\";i:13;s:15:\"add-post_format\";i:14;s:15:\"add-product_cat\";i:15;s:15:\"add-product_tag\";i:16;s:17:\"add-clients_group\";i:17;s:17:\"add-courses_group\";i:18;s:15:\"add-courses_tag\";i:19;s:17:\"add-matches_group\";i:20;s:19:\"add-menuitems_group\";i:21;s:17:\"add-players_group\";i:22;s:18:\"add-services_group\";i:23;s:14:\"add-team_group\";i:24;s:21:\"add-testimonial_group\";i:25;s:16:\"add-media_folder\";i:26;s:27:\"add-essential_grid_category\";}'),
(45,1,'nav_menu_recently_edited','15'),
(46,2,'nickname','user2'),
(47,2,'first_name','FName2'),
(48,2,'last_name','LName2'),
(49,2,'description',''),
(50,2,'rich_editing','true'),
(51,2,'comment_shortcuts','false'),
(52,2,'admin_color','fresh'),
(53,2,'use_ssl','0'),
(54,2,'show_admin_bar_front','true'),
(55,2,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),
(56,2,'wp_user_level','0'),
(57,2,'dismissed_wp_pointers',''),
(58,3,'nickname','user3'),
(59,3,'first_name','FName3'),
(60,3,'last_name','LName3'),
(61,3,'description',''),
(62,3,'rich_editing','true'),
(63,3,'comment_shortcuts','false'),
(64,3,'admin_color','fresh'),
(65,3,'use_ssl','0'),
(66,3,'show_admin_bar_front','true'),
(67,3,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),
(68,3,'wp_user_level','0'),
(69,3,'dismissed_wp_pointers',''),
(70,4,'nickname','user4'),
(71,4,'first_name','FName4'),
(72,4,'last_name','LName4'),
(73,4,'description',''),
(74,4,'rich_editing','true'),
(75,4,'comment_shortcuts','false'),
(76,4,'admin_color','fresh'),
(77,4,'use_ssl','0'),
(78,4,'show_admin_bar_front','true'),
(79,4,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),
(80,4,'wp_user_level','0'),
(81,4,'dismissed_wp_pointers',''),
(83,1,'_woocommerce_persistent_cart','a:1:{s:4:\"cart\";a:3:{s:32:\"47d1e990583c9c67424d369f3414728e\";a:9:{s:10:\"product_id\";i:148;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:10:\"line_total\";d:81.9800000000000039790393202565610408782958984375;s:8:\"line_tax\";d:0;s:13:\"line_subtotal\";d:81.9800000000000039790393202565610408782958984375;s:17:\"line_subtotal_tax\";d:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}s:32:\"1d7f7abc18fcb43975065399b0d1e48e\";a:9:{s:10:\"product_id\";i:154;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:40.99000000000000198951966012828052043914794921875;s:8:\"line_tax\";d:0;s:13:\"line_subtotal\";d:40.99000000000000198951966012828052043914794921875;s:17:\"line_subtotal_tax\";d:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}s:32:\"fa7cdfad1a5aaf8370ebeda47a1ff1c3\";a:9:{s:10:\"product_id\";i:164;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:10:\"line_total\";d:57.97999999999999687361196265555918216705322265625;s:8:\"line_tax\";d:0;s:13:\"line_subtotal\";d:57.97999999999999687361196265555918216705322265625;s:17:\"line_subtotal_tax\";d:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}}'),
(84,1,'tribe_setDefaultNavMenuBoxes','1'),
(85,1,'closedpostboxes_page','a:1:{i:0;s:11:\"eg-meta-box\";}'),
(86,1,'metaboxhidden_page','a:4:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),
(87,1,'closedpostboxes_services','a:1:{i:0;s:11:\"eg-meta-box\";}'),
(88,1,'metaboxhidden_services','a:1:{i:0;s:7:\"slugdiv\";}'),
(89,1,'tgmpa_dismissed_notice_tgmpa','1'),
(129,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"5.26.251.0\";}'),
(170,1,'wc_last_active','1742342400'),
(262,1,'_woocommerce_tracks_anon_id','woo:R4KIOtn/qys4mw2UqrOkrBsn'),
(264,2,'wc_last_active','1569369600'),
(266,3,'wc_last_active','1569369600'),
(268,4,'wc_last_active','1569369600'),
(356,1,'syntax_highlighting','true'),
(357,1,'locale',''),
(358,1,'last_update','1700113974'),
(359,1,'shipping_method','a:1:{i:0;s:29:\"legacy_international_delivery\";}'),
(404,1,'user_twitter',''),
(405,1,'user_facebook',''),
(406,1,'user_pinterest-circled',''),
(407,1,'user_linkedin',''),
(410,1,'meta-box-order_services','a:3:{s:4:\"side\";s:40:\"submitdiv,services_groupdiv,postimagediv\";s:6:\"normal\";s:123:\"eg-meta-box,post-override-options,wpb_visual_composer,postexcerpt,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),
(411,1,'screen_layout_services','2'),
(513,1,'dismissed_update_notice','1'),
(530,1,'closedpostboxes_team','a:1:{i:0;s:10:\"postcustom\";}'),
(531,1,'metaboxhidden_team','a:1:{i:0;s:7:\"slugdiv\";}'),
(541,1,'shipping_phone',''),
(620,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"37a749d808e46495a8da1e5352d03cae\";a:11:{s:3:\"key\";s:32:\"37a749d808e46495a8da1e5352d03cae\";s:10:\"product_id\";i:152;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:57.97999999999999687361196265555918216705322265625;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:57.97999999999999687361196265555918216705322265625;s:8:\"line_tax\";d:0;}}}'),
(622,1,'meta-box-order_product','a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'),
(748,1,'wp_persisted_preferences','a:3:{s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2023-11-16T05:52:54.021Z\";s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}}'),
(794,1,'_vc_editor_promo_popup','8.0.1'),
(844,1,'session_tokens','a:6:{s:64:\"15b8b959f2258258b463183febaa3a76af72bf95c45b27e591a293886fd1e32e\";a:4:{s:10:\"expiration\";i:1742578296;s:2:\"ip\";s:13:\"24.133.104.97\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36\";s:5:\"login\";i:1742405496;}s:64:\"1e5c7fef289ba24020303d9f08ae5855ed8f81c178493d7467c4129d92b89560\";a:4:{s:10:\"expiration\";i:1742590218;s:2:\"ip\";s:13:\"24.133.104.97\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36\";s:5:\"login\";i:1742417418;}s:64:\"a8f92b20550af72883ab4c367678b873e24991faad44bb054d0cdb606f1f4f88\";a:4:{s:10:\"expiration\";i:1742590260;s:2:\"ip\";s:13:\"24.133.104.97\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36\";s:5:\"login\";i:1742417460;}s:64:\"b2dfdc9a6f9b624e05a78af35bd0d2d61ae99d406582e1a85b97ea213420e1c5\";a:4:{s:10:\"expiration\";i:1743702796;s:2:\"ip\";s:13:\"24.133.104.97\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36\";s:5:\"login\";i:1742493196;}s:64:\"2f97c042bbafb4f0ff4c1e258b1c07b2b0b8aea55c0bfb28845b4959b4a71331\";a:4:{s:10:\"expiration\";i:1742670500;s:2:\"ip\";s:12:\"5.26.251.105\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0\";s:5:\"login\";i:1742497700;}s:64:\"fb56639d8495b9db14626210a3abd45833a642ccab6b1a41611c61074be82dcf\";a:4:{s:10:\"expiration\";i:1742670503;s:2:\"ip\";s:12:\"5.26.251.105\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0\";s:5:\"login\";i:1742497703;}}'),
(847,1,'chkkP_persisted_preferences','a:3:{s:4:\"core\";a:1:{s:26:\"isComplementaryAreaVisible\";b:1;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2025-03-20T18:26:31.946Z\";}');
/*!40000 ALTER TABLE `chkkP_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_users`
--
DROP TABLE IF EXISTS `chkkP_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_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=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_users`
--
LOCK TABLES `chkkP_users` WRITE;
/*!40000 ALTER TABLE `chkkP_users` DISABLE KEYS */;
INSERT INTO `chkkP_users` VALUES
(1,'admin_4cbz4fee','$P$BA8JJbybjVtGb4CIexyLmS/5iQ0Zc7/','admin_4cbz4fee','erer@webservis.com.tr','https://ipekyonetim.com','2025-03-19 17:30:53','',0,'admin'),
(2,'user2','','user2','user2@user-mail.net','','2016-06-13 11:18:37','1465816718:$P$BRcGBRgdbDDgAfs8raX8ZslTjhFNys.',0,'User 2'),
(3,'user3','','user3','user3@user-mail.net','','2016-06-13 11:19:21','1465816762:$P$BOBN3.p/0Yzb5m4zvLFd1ykpTCLYjE.',0,'User 3'),
(4,'user4','','user4','user4@user-mail.net','','2016-06-13 11:20:13','1465816813:$P$BmLJJ13i/IJCxarEnrh4VKaI7IFM1E/',0,'User 4');
/*!40000 ALTER TABLE `chkkP_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_wc_admin_note_actions`
--
DROP TABLE IF EXISTS `chkkP_wc_admin_note_actions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_wc_admin_note_actions` (
`action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`note_id` bigint(20) unsigned NOT NULL,
`name` varchar(255) NOT NULL,
`label` varchar(255) NOT NULL,
`query` longtext NOT NULL,
`status` varchar(255) NOT NULL,
`actioned_text` varchar(255) NOT NULL,
`nonce_action` varchar(255) DEFAULT NULL,
`nonce_name` varchar(255) DEFAULT NULL,
PRIMARY KEY (`action_id`),
KEY `note_id` (`note_id`)
) ENGINE=MyISAM AUTO_INCREMENT=163 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_wc_admin_note_actions`
--
LOCK TABLES `chkkP_wc_admin_note_actions` WRITE;
/*!40000 ALTER TABLE `chkkP_wc_admin_note_actions` DISABLE KEYS */;
INSERT INTO `chkkP_wc_admin_note_actions` VALUES
(1,1,'notify-refund-returns-page','Edit page','https://ipekyonetim.com/wp-admin/post.php?post=12&action=edit','actioned','',NULL,NULL),
(77,2,'update-db_learn-more','Learn more about updates','https://woocommerce.com/document/how-to-update-woocommerce/','unactioned','',NULL,NULL),
(76,2,'update-db_run','Update WooCommerce Database','https://ipekyonetim.com/wp-admin/?do_update_woocommerce=true&return_url=https://ipekyonetim.com/wp-admin/plugins.php?action=deactivate&plugin=woocommerce%2Fwoocommerce.php&plugin_status=all&paged=1&s','unactioned','wc_db_update','wc_db_update','wc_db_update_nonce'),
(78,3,'wayflyer_bnpl_q4_2021','Level up with funding','https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021','actioned','',NULL,NULL),
(79,4,'wc_shipping_mobile_app_usps_q4_2021','Get WooCommerce Shipping','https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021','actioned','',NULL,NULL),
(80,5,'learn-more','Learn more','https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','actioned','',NULL,NULL),
(81,6,'optimizing-the-checkout-flow','Learn more','https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow','actioned','',NULL,NULL),
(82,7,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/woopayments-new-user-feedback','actioned','',NULL,NULL),
(83,8,'share-feedback','Share feedback','http://automattic.survey.fm/paypal-feedback','unactioned','',NULL,NULL),
(84,9,'get-started','Get started','https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started','actioned','',NULL,NULL),
(85,10,'update-wc-subscriptions-3-0-15','View latest version','https://ipekyonetim.com/wp-admin/&page=wc-addons§ion=helper','actioned','',NULL,NULL),
(86,11,'update-wc-core-5-4-0','How to update WooCommerce','https://docs.woocommerce.com/document/how-to-update-woocommerce/','actioned','',NULL,NULL),
(87,14,'ppxo-pps-install-paypal-payments-1','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL),
(88,15,'ppxo-pps-install-paypal-payments-2','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL),
(89,16,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),
(90,16,'dismiss','Dismiss','','actioned','',NULL,NULL),
(91,17,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),
(92,17,'dismiss','Dismiss','','actioned','',NULL,NULL),
(93,18,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),
(94,18,'dismiss','Dismiss','','actioned','',NULL,NULL),
(95,19,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),
(96,19,'dismiss','Dismiss','','actioned','',NULL,NULL),
(97,20,'share-feedback','Share feedback','https://automattic.survey.fm/store-management','unactioned','',NULL,NULL),
(98,21,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL),
(99,21,'woocommerce-core-paypal-march-2022-dismiss','Dismiss','','actioned','',NULL,NULL),
(100,22,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL),
(101,22,'dismiss','Dismiss','','actioned','',NULL,NULL),
(102,23,'pinterest_03_2022_update','Update Instructions','https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3','actioned','',NULL,NULL),
(103,24,'store_setup_survey_survey_q2_2022_share_your_thoughts','Tell us how it’s going','https://automattic.survey.fm/store-setup-survey-2022','actioned','',NULL,NULL),
(104,25,'needs-update-eway-payment-gateway-rin-action-button-2022-12-20','See available updates','https://ipekyonetim.com/wp-admin/update-core.php','unactioned','',NULL,NULL),
(105,25,'needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned','',NULL,NULL),
(106,26,'updated-eway-payment-gateway-rin-action-button-2022-12-20','See all updates','https://ipekyonetim.com/wp-admin/update-core.php','unactioned','',NULL,NULL),
(107,26,'updated-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned','',NULL,NULL),
(108,27,'share-navigation-survey-feedback','Share feedback','https://automattic.survey.fm/new-ecommerce-plan-navigation','actioned','',NULL,NULL),
(109,28,'woopay-beta-merchantrecruitment-activate-04MAY23','Activate WooPay','https://ipekyonetim.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),
(110,28,'woopay-beta-merchantrecruitment-activate-learnmore-04MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23','unactioned','',NULL,NULL),
(111,29,'woocommerce-wcpay-march-2023-update-needed-button','See Blog Post','https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know','unactioned','',NULL,NULL),
(112,29,'woocommerce-wcpay-march-2023-update-needed-dismiss-button','Dismiss','#','actioned','',NULL,NULL),
(113,30,'tap_to_pay_iphone_q2_2023_no_wcpay','Simplify my payments','https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_no_wcpay','actioned','',NULL,NULL),
(114,31,'extension-settings','See available updates','https://ipekyonetim.com/wp-admin/update-core.php','unactioned','',NULL,NULL),
(115,31,'dismiss','Dismiss','#','actioned','',NULL,NULL),
(116,32,'woopay-beta-merchantrecruitment-update-WCPay-04MAY23','Update WooCommerce Payments','https://ipekyonetim.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),
(117,32,'woopay-beta-merchantrecruitment-update-activate-04MAY23','Activate WooPay','https://ipekyonetim.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),
(118,33,'woopay-beta-existingmerchants-noaction-documentation-27APR23','Documentation','https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23','actioned','',NULL,NULL),
(119,34,'woopay-beta-existingmerchants-update-WCPay-27APR23','Update WooCommerce Payments','https://ipekyonetim.com/wp-admin/plugins.php?plugin_status=all','actioned','',NULL,NULL),
(120,35,'woopay-beta-merchantrecruitment-short-activate-04MAY23','Activate WooPay','https://ipekyonetim.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),
(121,35,'woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23','actioned','',NULL,NULL),
(122,36,'woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23','Update WooCommerce Payments','https://ipekyonetim.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),
(123,36,'woopay-beta-merchantrecruitment-short-update-activate-04MAY23','Activate WooPay','https://ipekyonetim.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),
(124,37,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA','Activate WooPay Test A','https://ipekyonetim.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),
(125,37,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','unactioned','',NULL,NULL),
(126,38,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB','Activate WooPay Test B','https://ipekyonetim.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),
(127,38,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','unactioned','',NULL,NULL),
(128,39,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC','Activate WooPay Test C','https://ipekyonetim.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),
(129,39,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC','unactioned','',NULL,NULL),
(130,40,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD','Activate WooPay Test D','https://ipekyonetim.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),
(131,40,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD','unactioned','',NULL,NULL),
(132,41,'woopay-beta-merchantrecruitment-short-activate-button-09MAY23','Activate WooPay','https://ipekyonetim.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),
(133,41,'woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23','unactioned','',NULL,NULL),
(134,42,'woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23','Update WooCommerce Payments','https://ipekyonetim.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),
(135,42,'woopay-beta-merchantrecruitment-short-update-activate-09MAY23','Activate WooPay','https://ipekyonetim.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),
(136,43,'woocommerce-WCSubscriptions-June-2023-updated-needed-Plugin-Settings','See available updates','https://ipekyonetim.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),
(137,43,'woocommerce-WCSubscriptions-June-2023-updated-needed-dismiss','Dismiss','#','actioned','',NULL,NULL),
(138,44,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','See available updates','https://ipekyonetim.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),
(139,44,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','Dismiss','#','actioned','',NULL,NULL),
(140,45,'woocommerce-WCOPC-June-2023-updated-needed','See available updates','https://ipekyonetim.com/wp-admin/plugins.php?plugin_status=all','actioned','',NULL,NULL),
(141,45,'woocommerce-WCOPC-June-2023-updated-needed','Dismiss','https://ipekyonetim.com/wp-admin/#','actioned','',NULL,NULL),
(142,46,'woocommerce-WCGC-July-2023-update-needed','See available updates','https://ipekyonetim.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),
(143,46,'woocommerce-WCGC-July-2023-update-needed','Dismiss','#','actioned','',NULL,NULL),
(144,47,'learn-more','Learn more','https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage','unactioned','',NULL,NULL),
(145,48,'plugin-list','See available updates','https://ipekyonetim.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),
(146,48,'dismiss','Dismiss','https://ipekyonetim.com/wp-admin/admin.php?page=wc-admin','actioned','',NULL,NULL),
(147,49,'woocommerce-WCStripe-Aug-2023-update-needed','See available updates','https://ipekyonetim.com/wp-admin/update-core.php?','unactioned','',NULL,NULL),
(148,49,'dismiss','Dismiss','#','actioned','',NULL,NULL),
(149,50,'dismiss','Dismiss','#','actioned','',NULL,NULL),
(150,51,'dismiss','Dismiss','#','actioned','',NULL,NULL),
(151,52,'avalara_q3-2023_noAvaTax','Automate my sales tax','https://woocommerce.com/products/woocommerce-avatax/?utm_source=inbox_note&utm_medium=product&utm_campaign=avalara_q3-2023_noAvaTax','unactioned','',NULL,NULL),
(152,53,'woocommerce-usermeta-Sept2023-productvendors','See available updates','https://ipekyonetim.com/wp-admin/plugins.php','unactioned','',NULL,NULL),
(153,53,'dismiss','Dismiss','https://ipekyonetim.com/wp-admin/#','actioned','',NULL,NULL),
(154,54,'woocommerce-STRIPE-Oct-2023-update-needed','See available updates','https://ipekyonetim.com/wp-admin/update-core.php','unactioned','',NULL,NULL),
(155,54,'dismiss','Dismiss','#','actioned','',NULL,NULL),
(156,55,'amazon-mcf-review-button-2023-12-07','Leave a review','https://woocommerce.com/products/woocommerce-amazon-fulfillment/?review&utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-review-button-2023-12-07','actioned','',NULL,NULL),
(157,55,'amazon-mcf-support-button-2023-12-07','Request support','https://woocommerce.com/my-account/contact-support/?utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-support-button-2023-12-07','actioned','',NULL,NULL),
(158,56,'view_docs','Learn about Deposit schedules','https://woocommerce.com/document/woopayments/deposits/deposit-schedule/?utm_source=inbox_note&utm_medium=product&utm_campaign=view_docs#available-funds','unactioned','',NULL,NULL),
(159,57,'sirt-woo-2024-11-xss-admin','See available updates','https://ipekyonetim.com/wp-admin/update-core.php?','unactioned','',NULL,NULL),
(160,57,'sirt-woo-2024-11-xss-admin','Dismiss','#','actioned','',NULL,NULL),
(161,58,'woocommerce-analytics-order-attribution-promotions-december-2024-find-out-more','Find out more','https://wordpress.org/plugins/woocommerce-analytics','actioned','',NULL,NULL),
(162,59,'paypal-braintree-sdk-depreciation-2025-02-20-button','Upgrade now','https://ipekyonetim.com/wp-admin/wp-admin/plugins.php','actioned','',NULL,NULL);
/*!40000 ALTER TABLE `chkkP_wc_admin_note_actions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_wc_admin_notes`
--
DROP TABLE IF EXISTS `chkkP_wc_admin_notes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_wc_admin_notes` (
`note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`type` varchar(20) NOT NULL,
`locale` varchar(20) NOT NULL,
`title` longtext NOT NULL,
`content` longtext NOT NULL,
`content_data` longtext DEFAULT NULL,
`status` varchar(200) NOT NULL,
`source` varchar(200) NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_reminder` datetime DEFAULT NULL,
`is_snoozable` tinyint(1) NOT NULL DEFAULT 0,
`layout` varchar(20) NOT NULL DEFAULT '',
`image` varchar(200) DEFAULT NULL,
`is_deleted` tinyint(1) NOT NULL DEFAULT 0,
`is_read` tinyint(1) NOT NULL DEFAULT 0,
`icon` varchar(200) NOT NULL DEFAULT 'info',
PRIMARY KEY (`note_id`)
) ENGINE=MyISAM AUTO_INCREMENT=60 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_wc_admin_notes`
--
LOCK TABLES `chkkP_wc_admin_notes` WRITE;
/*!40000 ALTER TABLE `chkkP_wc_admin_notes` DISABLE KEYS */;
INSERT INTO `chkkP_wc_admin_notes` VALUES
(1,'wc-refund-returns-page','info','en_US','Setup a Refund and Returns Policy page to boost your store\'s credibility.','We have created a sample draft Refund and Returns Policy page for you. Please have a look and update it to fit your store.','{}','unactioned','woocommerce-core','2025-03-19 17:35:00',NULL,0,'plain','',0,0,'info'),
(2,'wc-update-db-reminder','update','en_US','WooCommerce database update required','WooCommerce has been updated! To keep things running smoothly, we have to update your database to the newest version. The database update process runs in the background and may take a little while, so please be patient. Advanced users can alternatively update via <a href=\"https://github.com/woocommerce/woocommerce/wiki/Upgrading-the-database-using-WP-CLI\">WP CLI</a>.','{}','unactioned','woocommerce-core','2025-03-19 17:44:08',NULL,0,'plain','',0,0,'info'),
(3,'wayflyer_bnpl_q4_2021','marketing','en_US','Grow your business with funding through Wayflyer','Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(4,'wc_shipping_mobile_app_usps_q4_2021','marketing','en_US','Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App','Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(5,'your-first-product','info','en_US','Your first product','That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br /><br />Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(6,'wc-admin-optimizing-the-checkout-flow','info','en_US','Optimizing the checkout flow','It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.','{}','unactioned','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(7,'wc-payments-qualitative-feedback','info','en_US','WooPayments setup - let us know what you think','Congrats on enabling WooPayments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(8,'share-your-feedback-on-paypal','info','en_US','Share your feedback on PayPal','Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(9,'google_listings_and_ads_install','marketing','en_US','Drive traffic and sales with Google','Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(10,'wc-subscriptions-security-update-3-0-15','info','en_US','WooCommerce Subscriptions security update!','We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br /><br />Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br /><br />We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br /><br />If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(11,'woocommerce-core-update-5-4-0','info','en_US','Update to WooCommerce 5.4.1 now','WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(12,'wcpay-promo-2020-11','marketing','en_US','wcpay-promo-2020-11','wcpay-promo-2020-11','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(13,'wcpay-promo-2020-12','marketing','en_US','wcpay-promo-2020-12','wcpay-promo-2020-12','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(14,'ppxo-pps-upgrade-paypal-payments-1','info','en_US','Get the latest PayPal extension for WooCommerce','Heads up! There’s a new PayPal on the block!<br /><br />Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br /><br />Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(15,'ppxo-pps-upgrade-paypal-payments-2','info','en_US','Upgrade your PayPal experience!','Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(16,'woocommerce-core-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(17,'woocommerce-blocks-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(18,'woocommerce-core-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(19,'woocommerce-blocks-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(20,'habit-moment-survey','marketing','en_US','We’re all ears! Share your experience so far with WooCommerce','We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(21,'woocommerce-core-paypal-march-2022-updated','update','en_US','Security auto-update of WooCommerce','<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(22,'woocommerce-core-paypal-march-2022-updated-nopp','update','en_US','Security auto-update of WooCommerce','<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(23,'pinterest_03_2022_update','marketing','en_US','Your Pinterest for WooCommerce plugin is out of date!','Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins > Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(24,'store_setup_survey_survey_q2_2022','survey','en_US','How is your store setup going?','Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(25,'needs-update-eway-payment-gateway-rin-2022-12-20','update','en_US','Security vulnerability patched in WooCommerce Eway Gateway','In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(26,'updated-eway-payment-gateway-rin-2022-12-20','update','en_US','WooCommerce Eway Gateway has been automatically updated','Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(27,'ecomm-wc-navigation-survey-2023','info','en_US','Navigating WooCommerce on WordPress.com','We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(28,'woopay-beta-merchantrecruitment-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','WooPay, a new express checkout feature built into WooCommerce Payments, is now available —and we’re inviting you to be one of the first to try it. \r\n<br><br>\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br><br>\r\nGet started in seconds.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(29,'woocommerce-wcpay-march-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Payments','<strong>Your store requires a security update for WooCommerce Payments</strong>. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(30,'tap_to_pay_iphone_q2_2023_no_wcpay','marketing','en_US','Accept in-person contactless payments on your iPhone','Tap to Pay on iPhone and WooCommerce Payments is quick, secure, and simple to set up — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person.','{}','unactioned','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(31,'woocommerce-WCPreOrders-april-2023-update-needed','update','en_US','Action required: Security update of WooCommerce Pre-Orders extension','<strong>Your store requires a security update for the WooCommerce Pre-Orders extension</strong>. Please update the WooCommerce Pre-Orders extension immediately to address a potential vulnerability discovered on April 11.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(32,'woopay-beta-merchantrecruitment-update-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','WooPay, a new express checkout feature built into WooCommerce Payments, is now available — and you’re invited to try it. \r\n<br /><br />\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br /><br />\r\nUpdate WooCommerce Payments to get started.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(33,'woopay-beta-existingmerchants-noaction-27APR23','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed. No action is required on your part.\r\n<br /><br />\r\nYou can now continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(34,'woopay-beta-existingmerchants-update-27APR23','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(35,'woopay-beta-merchantrecruitment-short-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(36,'woopay-beta-merchantrecruitment-short-update-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(37,'woopay-beta-merchantrecruitment-short-06MAY23-TESTA','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(38,'woopay-beta-merchantrecruitment-short-06MAY23-TESTB','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(39,'woopay-beta-merchantrecruitment-short-06MAY23-TESTC','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(40,'woopay-beta-merchantrecruitment-short-06MAY23-TESTD','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(41,'woopay-beta-merchantrecruitment-short-09MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(42,'woopay-beta-merchantrecruitment-short-update-09MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(43,'woocommerce-WCSubscriptions-June-2023-updated-needed','marketing','en_US','Action required: Security update of WooCommerce Subscriptions','<strong>Your store requires a security update for the WooCommerce Subscriptions plugin</strong>. Please update the WooCommerce Subscriptions plugin immediately to address a potential vulnerability.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(44,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce Returns and Warranty Requests extension','<strong>Your store requires a security update for the Returns and Warranty Requests extension</strong>. Please update to the latest version of the WooCommerce Returns and Warranty Requests extension immediately to address a potential vulnerability discovered on May 31.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(45,'woocommerce-WCOPC-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce One Page Checkout','<strong>Your shop requires a security update to address a vulnerability in the WooCommerce One Page Checkout extension</strong>. The fix for this vulnerability was released for this extension on June 13th. Please update immediately.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(46,'woocommerce-WCGC-July-2023-update-needed','update','en_US','Action required: Security update of WooCommerce GoCardless Extension','<strong>Your shop requires a security update to address a vulnerability in the WooCommerce GoCardless extension</strong>. The fix for this vulnerability was released on July 4th. Please update immediately.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(47,'woocommerce-shipping-fedex-api-outage-2023-07-16','warning','en_US','Scheduled FedEx API outage — July 2023','On July 16 there will be a full outage of the FedEx API from 04:00 to 08:00 AM UTC. Due to planned maintenance by FedEx, you\'ll be unable to provide FedEx shipping rates during this time. Follow the link below for more information and recommendations on how to minimize impact.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(48,'wcship-2023-07-hazmat-update-needed','update','en_US','Action required: USPS HAZMAT compliance update for WooCommerce Shipping & Tax extension','<strong>Your store requires an update for the WooCommerce Shipping extension</strong>. Please update to the latest version of the WooCommerce Shipping & Tax extension immediately to ensure compliance with new USPS HAZMAT rules currently in effect.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(49,'woocommerce-WCStripe-Aug-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Stripe plugin','<strong>Your shop requires an important security update for the WooCommerce Stripe plugin</strong>. The fix for this vulnerability was released on July 31. Please update immediately.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(50,'woocommerce-WCStripe-Aug-2023-security-updated','update','en_US','Security update of WooCommerce Stripe plugin','<strong>Your store has been updated to the latest secure version of the WooCommerce Stripe plugin</strong>. This update was released on July 31.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(51,'woocommerce-WooPayments-Aug-2023-security-updated','update','en_US','Security update of WooPayments (WooCommerce Payments) plugin','<strong>Your store has been updated to the more secure version of WooPayments (WooCommerce Payments)</strong>. This update was released on July 31.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(52,'avalara_q3-2023_noAvaTax','marketing','en_US','Automatically calculate VAT in real time','Take the effort out of determining tax rates and sell confidently across borders with automated tax management from Avalara AvaTax— including built-in VAT calculation when you sell into or across the EU and UK. Save time and stay compliant when you let Avalara do the heavy lifting.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(53,'woocommerce-usermeta-Sept2023-productvendors','update','en_US','Your store requires a security update','<strong>Your shop needs an update to address a vulnerability in WooCommerce.</strong> The fix was released on Sept 15. Please update WooCommerce to the latest version immediately. <a href=\"https://developer.woocommerce.com/2023/09/16/woocommerce-vulnerability-reintroduced-from-7-0-1/\" />Read our developer update</a> for more information.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(54,'woocommerce-STRIPE-Oct-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Stripe Gateway','<strong>Your shop requires a security update to address a vulnerability in the WooCommerce Stripe Gateway</strong>. The fix for this vulnerability was released on October 17. Please update immediately.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(55,'amazon-mcf-reviews-2023-12-07','marketing','en_US','Enjoying Amazon MCF for WooCommerce?','We\'re Never Settle, the developers behind Amazon MCF for WooCommerce, and would be deeply honored to have your review. Reviews help immensely as other users can learn how MCF can solve their needs too! Not happy or need help? Please reach out for support and we’d love to make things right!','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(56,'remove_estimated_deposits_2024','marketing','en_US','Estimated deposits are going away','To provide more accurate deposit information and support the expansion of instant deposits, estimated deposit details will no longer be available in WooPayments. We recommend upgrading to the latest version of WooPayments for more detailed balance status information.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(57,'sirt-woo-2024-11-xss-admin','update','en_US','An important update is required for WooCommerce','This update addresses a security vulnerability that could allow unauthorized access to administrative privileges on your site. <a href=\"https://developer.woocommerce.com/2024/12/03/woocommerce-9-4-3-and-woocommerce-9-3-4-available-now/\">Learn more</a>.\r\n<br><br>\r\n<strong>Please ensure your site is updated to the latest version to stay secure.</strong>','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(58,'woocommerce-analytics-order-attribution-promotions-december-2024','marketing','en_US','Discover what drives your sales','Use our powerful <strong>Order Attribution</strong> extension to understand what truly drives your revenue. Track your sales journey, identify your most effective marketing channels, and optimize your sales strategy.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info'),
(59,'paypal-braintree-sdk-depreciation-2025-02-20','update','en_US','Update required for your PayPal Braintree extension','To continue securely accepting payments, you must update your PayPal Braintree extension to version 3.2.4 or newer before June 30, 2025. Your current extension version will not support payment processing after this date due to an SSL certificate update.','{}','pending','woocommerce.com','2025-03-19 21:03:41',NULL,0,'plain','',0,0,'info');
/*!40000 ALTER TABLE `chkkP_wc_admin_notes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_wc_category_lookup`
--
DROP TABLE IF EXISTS `chkkP_wc_category_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_wc_category_lookup` (
`category_tree_id` bigint(20) unsigned NOT NULL,
`category_id` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`category_tree_id`,`category_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_wc_category_lookup`
--
LOCK TABLES `chkkP_wc_category_lookup` WRITE;
/*!40000 ALTER TABLE `chkkP_wc_category_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_wc_category_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_wc_customer_lookup`
--
DROP TABLE IF EXISTS `chkkP_wc_customer_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_wc_customer_lookup` (
`customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned DEFAULT NULL,
`username` varchar(60) NOT NULL DEFAULT '',
`first_name` varchar(255) NOT NULL,
`last_name` varchar(255) NOT NULL,
`email` varchar(100) DEFAULT NULL,
`date_last_active` timestamp NULL DEFAULT NULL,
`date_registered` timestamp NULL DEFAULT NULL,
`country` char(2) NOT NULL DEFAULT '',
`postcode` varchar(20) NOT NULL DEFAULT '',
`city` varchar(100) NOT NULL DEFAULT '',
`state` varchar(100) NOT NULL DEFAULT '',
PRIMARY KEY (`customer_id`),
UNIQUE KEY `user_id` (`user_id`),
KEY `email` (`email`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_wc_customer_lookup`
--
LOCK TABLES `chkkP_wc_customer_lookup` WRITE;
/*!40000 ALTER TABLE `chkkP_wc_customer_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_wc_customer_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_wc_download_log`
--
DROP TABLE IF EXISTS `chkkP_wc_download_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_wc_download_log` (
`download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`timestamp` datetime NOT NULL,
`permission_id` bigint(20) unsigned NOT NULL,
`user_id` bigint(20) unsigned DEFAULT NULL,
`user_ip_address` varchar(100) DEFAULT '',
PRIMARY KEY (`download_log_id`),
KEY `permission_id` (`permission_id`),
KEY `timestamp` (`timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_wc_download_log`
--
LOCK TABLES `chkkP_wc_download_log` WRITE;
/*!40000 ALTER TABLE `chkkP_wc_download_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_wc_download_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_wc_order_addresses`
--
DROP TABLE IF EXISTS `chkkP_wc_order_addresses`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_wc_order_addresses` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`order_id` bigint(20) unsigned NOT NULL,
`address_type` varchar(20) DEFAULT NULL,
`first_name` text DEFAULT NULL,
`last_name` text DEFAULT NULL,
`company` text DEFAULT NULL,
`address_1` text DEFAULT NULL,
`address_2` text DEFAULT NULL,
`city` text DEFAULT NULL,
`state` text DEFAULT NULL,
`postcode` text DEFAULT NULL,
`country` text DEFAULT NULL,
`email` varchar(320) DEFAULT NULL,
`phone` varchar(100) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `address_type_order_id` (`address_type`,`order_id`),
KEY `order_id` (`order_id`),
KEY `email` (`email`(191)),
KEY `phone` (`phone`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_wc_order_addresses`
--
LOCK TABLES `chkkP_wc_order_addresses` WRITE;
/*!40000 ALTER TABLE `chkkP_wc_order_addresses` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_wc_order_addresses` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_wc_order_coupon_lookup`
--
DROP TABLE IF EXISTS `chkkP_wc_order_coupon_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_wc_order_coupon_lookup` (
`order_id` bigint(20) unsigned NOT NULL,
`coupon_id` bigint(20) NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`discount_amount` double NOT NULL DEFAULT 0,
PRIMARY KEY (`order_id`,`coupon_id`),
KEY `coupon_id` (`coupon_id`),
KEY `date_created` (`date_created`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_wc_order_coupon_lookup`
--
LOCK TABLES `chkkP_wc_order_coupon_lookup` WRITE;
/*!40000 ALTER TABLE `chkkP_wc_order_coupon_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_wc_order_coupon_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_wc_order_operational_data`
--
DROP TABLE IF EXISTS `chkkP_wc_order_operational_data`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_wc_order_operational_data` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`order_id` bigint(20) unsigned DEFAULT NULL,
`created_via` varchar(100) DEFAULT NULL,
`woocommerce_version` varchar(20) DEFAULT NULL,
`prices_include_tax` tinyint(1) DEFAULT NULL,
`coupon_usages_are_counted` tinyint(1) DEFAULT NULL,
`download_permission_granted` tinyint(1) DEFAULT NULL,
`cart_hash` varchar(100) DEFAULT NULL,
`new_order_email_sent` tinyint(1) DEFAULT NULL,
`order_key` varchar(100) DEFAULT NULL,
`order_stock_reduced` tinyint(1) DEFAULT NULL,
`date_paid_gmt` datetime DEFAULT NULL,
`date_completed_gmt` datetime DEFAULT NULL,
`shipping_tax_amount` decimal(26,8) DEFAULT NULL,
`shipping_total_amount` decimal(26,8) DEFAULT NULL,
`discount_tax_amount` decimal(26,8) DEFAULT NULL,
`discount_total_amount` decimal(26,8) DEFAULT NULL,
`recorded_sales` tinyint(1) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `order_id` (`order_id`),
KEY `order_key` (`order_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_wc_order_operational_data`
--
LOCK TABLES `chkkP_wc_order_operational_data` WRITE;
/*!40000 ALTER TABLE `chkkP_wc_order_operational_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_wc_order_operational_data` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_wc_order_product_lookup`
--
DROP TABLE IF EXISTS `chkkP_wc_order_product_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_wc_order_product_lookup` (
`order_item_id` bigint(20) unsigned NOT NULL,
`order_id` bigint(20) unsigned NOT NULL,
`product_id` bigint(20) unsigned NOT NULL,
`variation_id` bigint(20) unsigned NOT NULL,
`customer_id` bigint(20) unsigned DEFAULT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`product_qty` int(11) NOT NULL,
`product_net_revenue` double NOT NULL DEFAULT 0,
`product_gross_revenue` double NOT NULL DEFAULT 0,
`coupon_amount` double NOT NULL DEFAULT 0,
`tax_amount` double NOT NULL DEFAULT 0,
`shipping_amount` double NOT NULL DEFAULT 0,
`shipping_tax_amount` double NOT NULL DEFAULT 0,
PRIMARY KEY (`order_item_id`),
KEY `order_id` (`order_id`),
KEY `product_id` (`product_id`),
KEY `customer_id` (`customer_id`),
KEY `date_created` (`date_created`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_wc_order_product_lookup`
--
LOCK TABLES `chkkP_wc_order_product_lookup` WRITE;
/*!40000 ALTER TABLE `chkkP_wc_order_product_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_wc_order_product_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_wc_order_stats`
--
DROP TABLE IF EXISTS `chkkP_wc_order_stats`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_wc_order_stats` (
`order_id` bigint(20) unsigned NOT NULL,
`parent_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_paid` datetime DEFAULT '0000-00-00 00:00:00',
`date_completed` datetime DEFAULT '0000-00-00 00:00:00',
`num_items_sold` int(11) NOT NULL DEFAULT 0,
`total_sales` double NOT NULL DEFAULT 0,
`tax_total` double NOT NULL DEFAULT 0,
`shipping_total` double NOT NULL DEFAULT 0,
`net_total` double NOT NULL DEFAULT 0,
`returning_customer` tinyint(1) DEFAULT NULL,
`status` varchar(200) NOT NULL,
`customer_id` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`order_id`),
KEY `date_created` (`date_created`),
KEY `customer_id` (`customer_id`),
KEY `status` (`status`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_wc_order_stats`
--
LOCK TABLES `chkkP_wc_order_stats` WRITE;
/*!40000 ALTER TABLE `chkkP_wc_order_stats` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_wc_order_stats` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_wc_order_tax_lookup`
--
DROP TABLE IF EXISTS `chkkP_wc_order_tax_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_wc_order_tax_lookup` (
`order_id` bigint(20) unsigned NOT NULL,
`tax_rate_id` bigint(20) unsigned NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`shipping_tax` double NOT NULL DEFAULT 0,
`order_tax` double NOT NULL DEFAULT 0,
`total_tax` double NOT NULL DEFAULT 0,
PRIMARY KEY (`order_id`,`tax_rate_id`),
KEY `tax_rate_id` (`tax_rate_id`),
KEY `date_created` (`date_created`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_wc_order_tax_lookup`
--
LOCK TABLES `chkkP_wc_order_tax_lookup` WRITE;
/*!40000 ALTER TABLE `chkkP_wc_order_tax_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_wc_order_tax_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_wc_orders`
--
DROP TABLE IF EXISTS `chkkP_wc_orders`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_wc_orders` (
`id` bigint(20) unsigned NOT NULL,
`status` varchar(20) DEFAULT NULL,
`currency` varchar(10) DEFAULT NULL,
`type` varchar(20) DEFAULT NULL,
`tax_amount` decimal(26,8) DEFAULT NULL,
`total_amount` decimal(26,8) DEFAULT NULL,
`customer_id` bigint(20) unsigned DEFAULT NULL,
`billing_email` varchar(320) DEFAULT NULL,
`date_created_gmt` datetime DEFAULT NULL,
`date_updated_gmt` datetime DEFAULT NULL,
`parent_order_id` bigint(20) unsigned DEFAULT NULL,
`payment_method` varchar(100) DEFAULT NULL,
`payment_method_title` text DEFAULT NULL,
`transaction_id` varchar(100) DEFAULT NULL,
`ip_address` varchar(100) DEFAULT NULL,
`user_agent` text DEFAULT NULL,
`customer_note` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `status` (`status`),
KEY `date_created` (`date_created_gmt`),
KEY `customer_id_billing_email` (`customer_id`,`billing_email`(171)),
KEY `billing_email` (`billing_email`(191)),
KEY `type_status_date` (`type`,`status`,`date_created_gmt`),
KEY `parent_order_id` (`parent_order_id`),
KEY `date_updated` (`date_updated_gmt`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_wc_orders`
--
LOCK TABLES `chkkP_wc_orders` WRITE;
/*!40000 ALTER TABLE `chkkP_wc_orders` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_wc_orders` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_wc_orders_meta`
--
DROP TABLE IF EXISTS `chkkP_wc_orders_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_wc_orders_meta` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`order_id` bigint(20) unsigned DEFAULT NULL,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `meta_key_value` (`meta_key`(100),`meta_value`(82)),
KEY `order_id_meta_key_meta_value` (`order_id`,`meta_key`(100),`meta_value`(82))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_wc_orders_meta`
--
LOCK TABLES `chkkP_wc_orders_meta` WRITE;
/*!40000 ALTER TABLE `chkkP_wc_orders_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_wc_orders_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_wc_product_attributes_lookup`
--
DROP TABLE IF EXISTS `chkkP_wc_product_attributes_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_wc_product_attributes_lookup` (
`product_id` bigint(20) NOT NULL,
`product_or_parent_id` bigint(20) NOT NULL,
`taxonomy` varchar(32) NOT NULL,
`term_id` bigint(20) NOT NULL,
`is_variation_attribute` tinyint(1) NOT NULL,
`in_stock` tinyint(1) NOT NULL,
PRIMARY KEY (`product_or_parent_id`,`term_id`,`product_id`,`taxonomy`),
KEY `is_variation_attribute_term_id` (`is_variation_attribute`,`term_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_wc_product_attributes_lookup`
--
LOCK TABLES `chkkP_wc_product_attributes_lookup` WRITE;
/*!40000 ALTER TABLE `chkkP_wc_product_attributes_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_wc_product_attributes_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_wc_product_download_directories`
--
DROP TABLE IF EXISTS `chkkP_wc_product_download_directories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_wc_product_download_directories` (
`url_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`url` varchar(256) NOT NULL,
`enabled` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`url_id`),
KEY `url` (`url`(191))
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_wc_product_download_directories`
--
LOCK TABLES `chkkP_wc_product_download_directories` WRITE;
/*!40000 ALTER TABLE `chkkP_wc_product_download_directories` DISABLE KEYS */;
INSERT INTO `chkkP_wc_product_download_directories` VALUES
(1,'file:///home/ipekyonetim/public_html/wp-content/uploads/woocommerce_uploads/',1),
(2,'https://ipekyonetim.com/wp-content/uploads/woocommerce_uploads/',1);
/*!40000 ALTER TABLE `chkkP_wc_product_download_directories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_wc_product_meta_lookup`
--
DROP TABLE IF EXISTS `chkkP_wc_product_meta_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_wc_product_meta_lookup` (
`product_id` bigint(20) NOT NULL,
`sku` varchar(100) DEFAULT '',
`global_unique_id` varchar(100) DEFAULT '',
`virtual` tinyint(1) DEFAULT 0,
`downloadable` tinyint(1) DEFAULT 0,
`min_price` decimal(19,4) DEFAULT NULL,
`max_price` decimal(19,4) DEFAULT NULL,
`onsale` tinyint(1) DEFAULT 0,
`stock_quantity` double DEFAULT NULL,
`stock_status` varchar(100) DEFAULT 'instock',
`rating_count` bigint(20) DEFAULT 0,
`average_rating` decimal(3,2) DEFAULT 0.00,
`total_sales` bigint(20) DEFAULT 0,
`tax_status` varchar(100) DEFAULT 'taxable',
`tax_class` varchar(100) DEFAULT '',
PRIMARY KEY (`product_id`),
KEY `virtual` (`virtual`),
KEY `downloadable` (`downloadable`),
KEY `stock_status` (`stock_status`),
KEY `stock_quantity` (`stock_quantity`),
KEY `onsale` (`onsale`),
KEY `min_max_price` (`min_price`,`max_price`),
KEY `sku` (`sku`(50))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_wc_product_meta_lookup`
--
LOCK TABLES `chkkP_wc_product_meta_lookup` WRITE;
/*!40000 ALTER TABLE `chkkP_wc_product_meta_lookup` DISABLE KEYS */;
INSERT INTO `chkkP_wc_product_meta_lookup` VALUES
(148,'','',0,0,40.9900,40.9900,0,NULL,'instock',0,0.00,46,'taxable',''),
(150,'','',0,0,12.9900,12.9900,0,NULL,'instock',0,0.00,37,'taxable',''),
(152,'','',0,0,28.9900,28.9900,0,NULL,'instock',0,0.00,19,'',''),
(154,'','',0,0,40.9900,40.9900,0,NULL,'instock',0,0.00,6,'',''),
(156,'','',0,0,12.9900,12.9900,0,NULL,'instock',0,0.00,3,'',''),
(158,'','',0,0,28.9900,28.9900,0,NULL,'instock',0,0.00,3,'',''),
(160,'','',0,0,40.9900,40.9900,0,NULL,'instock',0,0.00,1,NULL,NULL),
(162,'','',0,0,12.9900,12.9900,0,NULL,'instock',0,0.00,0,NULL,NULL),
(164,'','',0,0,28.9900,28.9900,0,NULL,'instock',0,0.00,3,'',''),
(166,'','',0,0,28.9900,28.9900,0,NULL,'instock',0,0.00,5,'','');
/*!40000 ALTER TABLE `chkkP_wc_product_meta_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_wc_rate_limits`
--
DROP TABLE IF EXISTS `chkkP_wc_rate_limits`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_wc_rate_limits` (
`rate_limit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`rate_limit_key` varchar(200) NOT NULL,
`rate_limit_expiry` bigint(20) unsigned NOT NULL,
`rate_limit_remaining` smallint(10) NOT NULL DEFAULT 0,
PRIMARY KEY (`rate_limit_id`),
UNIQUE KEY `rate_limit_key` (`rate_limit_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_wc_rate_limits`
--
LOCK TABLES `chkkP_wc_rate_limits` WRITE;
/*!40000 ALTER TABLE `chkkP_wc_rate_limits` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_wc_rate_limits` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_wc_reserved_stock`
--
DROP TABLE IF EXISTS `chkkP_wc_reserved_stock`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_wc_reserved_stock` (
`order_id` bigint(20) NOT NULL,
`product_id` bigint(20) NOT NULL,
`stock_quantity` double NOT NULL DEFAULT 0,
`timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`order_id`,`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_wc_reserved_stock`
--
LOCK TABLES `chkkP_wc_reserved_stock` WRITE;
/*!40000 ALTER TABLE `chkkP_wc_reserved_stock` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_wc_reserved_stock` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_wc_tax_rate_classes`
--
DROP TABLE IF EXISTS `chkkP_wc_tax_rate_classes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_wc_tax_rate_classes` (
`tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) NOT NULL DEFAULT '',
PRIMARY KEY (`tax_rate_class_id`),
UNIQUE KEY `slug` (`slug`(191))
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_wc_tax_rate_classes`
--
LOCK TABLES `chkkP_wc_tax_rate_classes` WRITE;
/*!40000 ALTER TABLE `chkkP_wc_tax_rate_classes` DISABLE KEYS */;
INSERT INTO `chkkP_wc_tax_rate_classes` VALUES
(1,'Reduced rate','reduced-rate'),
(2,'Zero rate','zero-rate');
/*!40000 ALTER TABLE `chkkP_wc_tax_rate_classes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_wc_webhooks`
--
DROP TABLE IF EXISTS `chkkP_wc_webhooks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_wc_webhooks` (
`webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`status` varchar(200) NOT NULL,
`name` text NOT NULL,
`user_id` bigint(20) unsigned NOT NULL,
`delivery_url` text NOT NULL,
`secret` text NOT NULL,
`topic` varchar(200) NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`api_version` smallint(4) NOT NULL,
`failure_count` smallint(10) NOT NULL DEFAULT 0,
`pending_delivery` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`webhook_id`),
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_wc_webhooks`
--
LOCK TABLES `chkkP_wc_webhooks` WRITE;
/*!40000 ALTER TABLE `chkkP_wc_webhooks` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_wc_webhooks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_woocommerce_api_keys`
--
DROP TABLE IF EXISTS `chkkP_woocommerce_api_keys`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_woocommerce_api_keys` (
`key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL,
`description` varchar(200) DEFAULT NULL,
`permissions` varchar(10) NOT NULL,
`consumer_key` char(64) NOT NULL,
`consumer_secret` char(43) NOT NULL,
`nonces` longtext DEFAULT NULL,
`truncated_key` char(7) NOT NULL,
`last_access` datetime DEFAULT NULL,
PRIMARY KEY (`key_id`),
KEY `consumer_key` (`consumer_key`),
KEY `consumer_secret` (`consumer_secret`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_woocommerce_api_keys`
--
LOCK TABLES `chkkP_woocommerce_api_keys` WRITE;
/*!40000 ALTER TABLE `chkkP_woocommerce_api_keys` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_woocommerce_api_keys` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_woocommerce_attribute_taxonomies`
--
DROP TABLE IF EXISTS `chkkP_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_woocommerce_attribute_taxonomies` (
`attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`attribute_name` varchar(200) NOT NULL,
`attribute_label` varchar(200) DEFAULT NULL,
`attribute_type` varchar(20) NOT NULL,
`attribute_orderby` varchar(20) NOT NULL,
`attribute_public` int(1) NOT NULL DEFAULT 1,
PRIMARY KEY (`attribute_id`),
KEY `attribute_name` (`attribute_name`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_woocommerce_attribute_taxonomies`
--
LOCK TABLES `chkkP_woocommerce_attribute_taxonomies` WRITE;
/*!40000 ALTER TABLE `chkkP_woocommerce_attribute_taxonomies` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_woocommerce_attribute_taxonomies` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_woocommerce_downloadable_product_permissions`
--
DROP TABLE IF EXISTS `chkkP_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_woocommerce_downloadable_product_permissions` (
`permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`download_id` varchar(36) NOT NULL,
`product_id` bigint(20) unsigned NOT NULL,
`order_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`order_key` varchar(200) NOT NULL,
`user_email` varchar(200) NOT NULL,
`user_id` bigint(20) unsigned DEFAULT NULL,
`downloads_remaining` varchar(9) DEFAULT NULL,
`access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`access_expires` datetime DEFAULT NULL,
`download_count` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`permission_id`),
KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
KEY `order_id` (`order_id`),
KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_woocommerce_downloadable_product_permissions`
--
LOCK TABLES `chkkP_woocommerce_downloadable_product_permissions` WRITE;
/*!40000 ALTER TABLE `chkkP_woocommerce_downloadable_product_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_woocommerce_downloadable_product_permissions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_woocommerce_log`
--
DROP TABLE IF EXISTS `chkkP_woocommerce_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_woocommerce_log` (
`log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`timestamp` datetime NOT NULL,
`level` smallint(4) NOT NULL,
`source` varchar(200) NOT NULL,
`message` longtext NOT NULL,
`context` longtext DEFAULT NULL,
PRIMARY KEY (`log_id`),
KEY `level` (`level`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_woocommerce_log`
--
LOCK TABLES `chkkP_woocommerce_log` WRITE;
/*!40000 ALTER TABLE `chkkP_woocommerce_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_woocommerce_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_woocommerce_order_itemmeta`
--
DROP TABLE IF EXISTS `chkkP_woocommerce_order_itemmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_woocommerce_order_itemmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`order_item_id` bigint(20) unsigned NOT NULL,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `order_item_id` (`order_item_id`),
KEY `meta_key` (`meta_key`(32))
) ENGINE=MyISAM AUTO_INCREMENT=1117 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_woocommerce_order_itemmeta`
--
LOCK TABLES `chkkP_woocommerce_order_itemmeta` WRITE;
/*!40000 ALTER TABLE `chkkP_woocommerce_order_itemmeta` DISABLE KEYS */;
INSERT INTO `chkkP_woocommerce_order_itemmeta` VALUES
(1048,138,'_product_id','150'),
(1049,138,'_variation_id','0'),
(1050,138,'_qty','2'),
(1051,138,'_tax_class',''),
(1052,138,'_line_subtotal','25.98'),
(1053,138,'_line_subtotal_tax','0'),
(1054,138,'_line_total','25.98'),
(1055,138,'_line_tax','0'),
(1056,138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),
(1057,139,'method_id','legacy_international_delivery'),
(1058,139,'instance_id','0'),
(1059,139,'cost','3.00'),
(1060,139,'total_tax','0'),
(1061,139,'taxes','a:1:{s:5:\"total\";a:0:{}}'),
(1062,139,'Items','Crude Olive-Pomace Oil × 2'),
(1063,140,'_product_id','148'),
(1064,140,'_variation_id','0'),
(1065,140,'_qty','1'),
(1066,140,'_tax_class',''),
(1067,140,'_line_subtotal','40.99'),
(1068,140,'_line_subtotal_tax','0'),
(1069,140,'_line_total','40.99'),
(1070,140,'_line_tax','0'),
(1071,140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),
(1072,141,'_product_id','150'),
(1073,141,'_variation_id','0'),
(1074,141,'_qty','1'),
(1075,141,'_tax_class',''),
(1076,141,'_line_subtotal','12.99'),
(1077,141,'_line_subtotal_tax','0'),
(1078,141,'_line_total','12.99'),
(1079,141,'_line_tax','0'),
(1080,141,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),
(1081,142,'method_id','legacy_international_delivery'),
(1082,142,'instance_id','0'),
(1083,142,'cost','3.00'),
(1084,142,'total_tax','0'),
(1085,142,'taxes','a:1:{s:5:\"total\";a:0:{}}'),
(1086,142,'Items','Blended Olive Oil × 1, Crude Olive-Pomace Oil × 1'),
(1087,143,'_product_id','150'),
(1088,143,'_variation_id','0'),
(1089,143,'_qty','1'),
(1090,143,'_tax_class',''),
(1091,143,'_line_subtotal','12.99'),
(1092,143,'_line_subtotal_tax','0'),
(1093,143,'_line_total','12.99'),
(1094,143,'_line_tax','0'),
(1095,143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),
(1096,144,'method_id','legacy_international_delivery'),
(1097,144,'instance_id','0'),
(1098,144,'cost','2.00'),
(1099,144,'total_tax','0'),
(1100,144,'taxes','a:1:{s:5:\"total\";a:0:{}}'),
(1101,144,'Items','Crude Olive-Pomace Oil × 1'),
(1102,145,'_product_id','148'),
(1103,145,'_variation_id','0'),
(1104,145,'_qty','1'),
(1105,145,'_tax_class',''),
(1106,145,'_line_subtotal','40.99'),
(1107,145,'_line_subtotal_tax','0'),
(1108,145,'_line_total','40.99'),
(1109,145,'_line_tax','0'),
(1110,145,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),
(1111,146,'method_id','legacy_international_delivery'),
(1112,146,'instance_id','0'),
(1113,146,'cost','2.00'),
(1114,146,'total_tax','0'),
(1115,146,'taxes','a:1:{s:5:\"total\";a:0:{}}'),
(1116,146,'Items','Blended Olive Oil × 1');
/*!40000 ALTER TABLE `chkkP_woocommerce_order_itemmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_woocommerce_order_items`
--
DROP TABLE IF EXISTS `chkkP_woocommerce_order_items`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_woocommerce_order_items` (
`order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`order_item_name` text NOT NULL,
`order_item_type` varchar(200) NOT NULL DEFAULT '',
`order_id` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`order_item_id`),
KEY `order_id` (`order_id`)
) ENGINE=MyISAM AUTO_INCREMENT=147 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_woocommerce_order_items`
--
LOCK TABLES `chkkP_woocommerce_order_items` WRITE;
/*!40000 ALTER TABLE `chkkP_woocommerce_order_items` DISABLE KEYS */;
INSERT INTO `chkkP_woocommerce_order_items` VALUES
(138,'Crude Olive-Pomace Oil','line_item',1086),
(139,'Flat Rate','shipping',1086),
(140,'Blended Olive Oil','line_item',1092),
(141,'Crude Olive-Pomace Oil','line_item',1092),
(142,'Flat Rate','shipping',1092),
(143,'Crude Olive-Pomace Oil','line_item',1093),
(144,'Flat Rate','shipping',1093),
(145,'Blended Olive Oil','line_item',1094),
(146,'Flat Rate','shipping',1094);
/*!40000 ALTER TABLE `chkkP_woocommerce_order_items` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_woocommerce_payment_tokenmeta`
--
DROP TABLE IF EXISTS `chkkP_woocommerce_payment_tokenmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_woocommerce_payment_tokenmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`payment_token_id` bigint(20) unsigned NOT NULL,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `payment_token_id` (`payment_token_id`),
KEY `meta_key` (`meta_key`(32))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_woocommerce_payment_tokenmeta`
--
LOCK TABLES `chkkP_woocommerce_payment_tokenmeta` WRITE;
/*!40000 ALTER TABLE `chkkP_woocommerce_payment_tokenmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_woocommerce_payment_tokenmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_woocommerce_payment_tokens`
--
DROP TABLE IF EXISTS `chkkP_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_woocommerce_payment_tokens` (
`token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`gateway_id` varchar(200) NOT NULL,
`token` text NOT NULL,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`type` varchar(200) NOT NULL,
`is_default` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`token_id`),
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_woocommerce_payment_tokens`
--
LOCK TABLES `chkkP_woocommerce_payment_tokens` WRITE;
/*!40000 ALTER TABLE `chkkP_woocommerce_payment_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_woocommerce_payment_tokens` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_woocommerce_sessions`
--
DROP TABLE IF EXISTS `chkkP_woocommerce_sessions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_woocommerce_sessions` (
`session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`session_key` char(32) NOT NULL,
`session_value` longtext NOT NULL,
`session_expiry` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`session_id`),
UNIQUE KEY `session_key` (`session_key`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_woocommerce_sessions`
--
LOCK TABLES `chkkP_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `chkkP_woocommerce_sessions` DISABLE KEYS */;
INSERT INTO `chkkP_woocommerce_sessions` VALUES
(1,'1','a:11:{s:4:\"cart\";s:507:\"a:1:{s:32:\"37a749d808e46495a8da1e5352d03cae\";a:11:{s:3:\"key\";s:32:\"37a749d808e46495a8da1e5352d03cae\";s:10:\"product_id\";i:152;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:57.97999999999999687361196265555918216705322265625;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:57.97999999999999687361196265555918216705322265625;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:5:\"57.98\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"3\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"57.98\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"60.98\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:788:\"a:28:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:25:\"2023-11-16T05:52:54+00:00\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:19:\"user1@user-mail.net\";s:7:\"address\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:0:\"\";s:5:\"state\";s:2:\"VL\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:14:\"shipping_state\";s:2:\"VL\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";s:22:\"shipping_for_package_0\";s:492:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_ebaf0953e6bf5ca713a7d0aa0d076670\";s:5:\"rates\";a:1:{s:16:\"legacy_flat_rate\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:16:\"legacy_flat_rate\";s:9:\"method_id\";s:16:\"legacy_flat_rate\";s:11:\"instance_id\";i:0;s:5:\"label\";s:9:\"Flat Rate\";s:4:\"cost\";s:4:\"3.00\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:32:\"Extra Virgin Olive Oil × 2\";}}}}\";s:25:\"previous_shipping_methods\";s:44:\"a:1:{i:0;a:1:{i:0;s:16:\"legacy_flat_rate\";}}\";s:23:\"chosen_shipping_methods\";s:34:\"a:1:{i:0;s:16:\"legacy_flat_rate\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";}',1742590222);
/*!40000 ALTER TABLE `chkkP_woocommerce_sessions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_woocommerce_shipping_zone_locations`
--
DROP TABLE IF EXISTS `chkkP_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_woocommerce_shipping_zone_locations` (
`location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`zone_id` bigint(20) unsigned NOT NULL,
`location_code` varchar(200) NOT NULL,
`location_type` varchar(40) NOT NULL,
PRIMARY KEY (`location_id`),
KEY `zone_id` (`zone_id`),
KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_woocommerce_shipping_zone_locations`
--
LOCK TABLES `chkkP_woocommerce_shipping_zone_locations` WRITE;
/*!40000 ALTER TABLE `chkkP_woocommerce_shipping_zone_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_woocommerce_shipping_zone_locations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_woocommerce_shipping_zone_methods`
--
DROP TABLE IF EXISTS `chkkP_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_woocommerce_shipping_zone_methods` (
`zone_id` bigint(20) unsigned NOT NULL,
`instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`method_id` varchar(200) NOT NULL,
`method_order` bigint(20) unsigned NOT NULL,
`is_enabled` tinyint(1) NOT NULL DEFAULT 1,
PRIMARY KEY (`instance_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_woocommerce_shipping_zone_methods`
--
LOCK TABLES `chkkP_woocommerce_shipping_zone_methods` WRITE;
/*!40000 ALTER TABLE `chkkP_woocommerce_shipping_zone_methods` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_woocommerce_shipping_zone_methods` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_woocommerce_shipping_zones`
--
DROP TABLE IF EXISTS `chkkP_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_woocommerce_shipping_zones` (
`zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`zone_name` varchar(200) NOT NULL,
`zone_order` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`zone_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_woocommerce_shipping_zones`
--
LOCK TABLES `chkkP_woocommerce_shipping_zones` WRITE;
/*!40000 ALTER TABLE `chkkP_woocommerce_shipping_zones` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_woocommerce_shipping_zones` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_woocommerce_tax_rate_locations`
--
DROP TABLE IF EXISTS `chkkP_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_woocommerce_tax_rate_locations` (
`location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`location_code` varchar(200) NOT NULL,
`tax_rate_id` bigint(20) unsigned NOT NULL,
`location_type` varchar(40) NOT NULL,
PRIMARY KEY (`location_id`),
KEY `tax_rate_id` (`tax_rate_id`),
KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_woocommerce_tax_rate_locations`
--
LOCK TABLES `chkkP_woocommerce_tax_rate_locations` WRITE;
/*!40000 ALTER TABLE `chkkP_woocommerce_tax_rate_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_woocommerce_tax_rate_locations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chkkP_woocommerce_tax_rates`
--
DROP TABLE IF EXISTS `chkkP_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chkkP_woocommerce_tax_rates` (
`tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`tax_rate_country` varchar(2) NOT NULL DEFAULT '',
`tax_rate_state` varchar(200) NOT NULL DEFAULT '',
`tax_rate` varchar(8) NOT NULL DEFAULT '',
`tax_rate_name` varchar(200) NOT NULL DEFAULT '',
`tax_rate_priority` bigint(20) unsigned NOT NULL,
`tax_rate_compound` int(1) NOT NULL DEFAULT 0,
`tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
`tax_rate_order` bigint(20) unsigned NOT NULL,
`tax_rate_class` varchar(200) NOT NULL DEFAULT '',
PRIMARY KEY (`tax_rate_id`),
KEY `tax_rate_country` (`tax_rate_country`),
KEY `tax_rate_state` (`tax_rate_state`(2)),
KEY `tax_rate_class` (`tax_rate_class`(10)),
KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chkkP_woocommerce_tax_rates`
--
LOCK TABLES `chkkP_woocommerce_tax_rates` WRITE;
/*!40000 ALTER TABLE `chkkP_woocommerce_tax_rates` DISABLE KEYS */;
/*!40000 ALTER TABLE `chkkP_woocommerce_tax_rates` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2025-05-01 18:29:37